
:root {
  --bg1:#0d2b52;
  --bg2:#123b72;
  --pri:#0d4d7a;
  --pri2:#de3b39;
  --success:#16a34a;
}
body {font-family:Inter,system-ui,sans-serif;background:#f8fafc;color:#0f172a;}
.topbar{background:#082848;color:#fff;}
.main-navbar{z-index:1030;}
.site-logo{height:56px;width:auto;object-fit:contain;}
.navbar .nav-link{font-weight:600;color:#1e293b;}
.navbar .nav-link:hover,.navbar .nav-link:focus{color:#de3b39;}
.mega-dropdown .dropdown-menu{left:0;right:0;top:100%;margin-top:0.75rem;border-radius:22px;}
.mega-menu{min-width:100%;}
.mega-link{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:16px;text-decoration:none;color:#0f172a;background:#fff;transition:.2s ease;}
.mega-link:hover{background:#f8fafc;transform:translateY(-2px);}
.mega-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#eff6ff;color:#0d4d7a;font-size:1.1rem;}
.mega-cta{border-top:1px solid #e2e8f0;padding-top:1rem;}
.hero-slider{border-radius:28px;box-shadow:0 25px 60px rgba(15,23,42,.15);}
.hero-slide{min-height:540px;padding:70px 56px;color:#fff;display:flex;align-items:center;position:relative;overflow:hidden;}
.hero-slide:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,33,66,.88) 0%,rgba(6,33,66,.75) 40%,rgba(6,33,66,.25) 100%);}
.hero-slide>*{position:relative;z-index:1;}
.hero-slide-one{background:linear-gradient(135deg,#0d2b52 0%,#0d4d7a 52%,#de3b39 100%);}
.hero-slide-two{background:linear-gradient(135deg,#112f58 0%,#1e40af 50%,#1d4ed8 100%);}
.hero-slide-three{background:linear-gradient(135deg,#1f2937 0%,#0f766e 45%,#0d9488 100%);}
.hero-chip{display:inline-block;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);padding:.55rem .9rem;border-radius:999px;font-weight:700;}
.hero-visual-card{display:grid;gap:1rem;max-width:320px;margin-left:auto;}
.hero-metric{background:rgba(255,255,255,.92);color:#0f172a;padding:1rem 1.1rem;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:1rem;box-shadow:0 12px 28px rgba(15,23,42,.16);}
.hero-metric strong{font-size:1.1rem;}
.hero-metric span{font-size:.95rem;color:#475569;}
.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{width:52px;height:52px;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.18);border-radius:50%;margin:0 14px;}
.hero-slider .carousel-indicators [data-bs-target]{width:10px;height:10px;border-radius:50%;}
.hero-card,.stat-card,.service-card,.panel-card{background:#fff;border:none;border-radius:22px;box-shadow:0 12px 30px rgba(15,23,42,.08);}
.category-card{border:1px solid #e2e8f0;}
.category-icon{width:62px;height:62px;border-radius:18px;background:#f1f5f9;display:grid;place-items:center;font-size:1.55rem;color:#0d4d7a;}
.service-card:hover{transform:translateY(-4px);transition:.2s ease;}
.badge-soft{background:#eef2ff;color:#4338ca;padding:.5rem .8rem;border-radius:999px;font-weight:600;}
.section-title{font-size:2rem;font-weight:800;letter-spacing:-.03em;}
.gradient-btn{background:linear-gradient(90deg,var(--pri),var(--pri2));border:none;color:#fff;}
.footer-dark{background:#0f172a;color:#fff;}
.page-hero{background:linear-gradient(90deg,#eef2ff,#f5f3ff);border-radius:24px;padding:36px;}
.table thead th{background:#f1f5f9;}
.status-pill{padding:.35rem .7rem;border-radius:999px;font-size:.82rem;font-weight:700;display:inline-block;}
.status-new,.status-pending{background:#dbeafe;color:#1d4ed8;}
.status-in_progress,.status-reviewed{background:#ede9fe;color:#6d28d9;}
.status-completed,.status-paid,.status-approved{background:#dcfce7;color:#166534;}
.status-failed,.status-rejected,.status-cancelled{background:#fee2e2;color:#b91c1c;}
.status-review,.status-manual_review,.status-documents_pending{background:#fef3c7;color:#b45309;}
.login-wrap{min-height:calc(100vh - 72px);display:grid;place-items:center;padding:40px 0;}
.form-control,.form-select{border-radius:14px;padding:.8rem .95rem;}
.btn{border-radius:14px;font-weight:600;}
.timeline{position:relative;padding-left:1.4rem;}
.timeline:before{content:'';position:absolute;left:.42rem;top:.2rem;bottom:.2rem;width:2px;background:#cbd5e1;}
.timeline-item{position:relative;padding-left:1.2rem;margin-bottom:1rem;}
.timeline-item:before{content:'';position:absolute;left:-.05rem;top:.25rem;width:11px;height:11px;border-radius:50%;background:#4f46e5;}
@media (max-width: 1199.98px){
  .mega-dropdown .dropdown-menu{position:static !important;box-shadow:none !important;border:1px solid #e2e8f0 !important;}
}
@media (max-width: 991.98px){
  .site-logo{height:48px;}
  .hero-slide{padding:46px 28px;min-height:470px;}
  .section-title{font-size:1.75rem;}
}
.sticky-contact-bar{position:fixed;right:18px;bottom:18px;display:flex;flex-direction:column;gap:10px;z-index:1060}
.sticky-contact-btn{display:flex;align-items:center;gap:.55rem;padding:.8rem 1rem;border-radius:999px;color:#fff;text-decoration:none;box-shadow:0 12px 26px rgba(15,23,42,.18);font-weight:700}
.sticky-call{background:#0d4d7a}.sticky-whatsapp{background:#16a34a}.sticky-mail{background:#de3b39}
.footer-redesign{background:linear-gradient(180deg,#0f172a 0%,#111827 100%)}
.footer-logo{height:54px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}
.footer-title{font-weight:800;margin-bottom:1rem}.footer-links li,.footer-contact li{margin-bottom:.6rem}.footer-links a,.footer-contact li{color:#cbd5e1;text-decoration:none}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}
.testimonial-card{border:1px solid #e2e8f0}.faq-item .accordion-button{font-weight:700}.faq-item .accordion-button:not(.collapsed){background:#eff6ff;color:#0d4d7a;box-shadow:none}
.branch-card,.invoice-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:1rem}
.invoice-wrap{max-width:980px;margin:0 auto}.invoice-logo{height:64px;width:auto}.invoice-badge{display:inline-block;background:#0d4d7a;color:#fff;padding:.6rem .9rem;border-radius:999px;font-weight:800;letter-spacing:.06em}
.invoice-table tfoot th{background:#f8fafc}.contact-hero{background:linear-gradient(90deg,#eef2ff,#fff1f2)}
@media print{.topbar,.main-navbar,.sticky-contact-bar,footer,.btn{display:none!important}body{background:#fff}.container{max-width:none!important}.invoice-wrap{box-shadow:none!important;border:1px solid #ddd}}
@media (max-width: 767.98px){.sticky-contact-btn span{display:none}.sticky-contact-btn{width:48px;height:48px;justify-content:center;padding:0}.sticky-contact-bar{right:12px;bottom:12px}}


.home-banner-photo{position:relative;min-height:560px;border-radius:30px;overflow:hidden;padding:72px 60px;background-image:url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80");background-size:cover;background-position:center;box-shadow:0 30px 60px rgba(15,23,42,.18)}
.home-banner-photo .banner-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.82),rgba(2,6,23,.45));}
.dynamic-service-card{position:relative;overflow:hidden;border:1px solid rgba(13,77,122,.08);transition:transform .25s ease, box-shadow .25s ease}
.dynamic-service-card:before{content:'';position:absolute;inset:auto -50px -50px auto;width:160px;height:160px;background:radial-gradient(circle, rgba(222,59,57,.16), transparent 70%)}
.dynamic-service-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 24px 40px rgba(15,23,42,.12)}
.about-hero{background:linear-gradient(135deg,#eef2ff 0%,#fff1f2 100%)}
@media (max-width: 991.98px){.home-banner-photo{padding:44px 24px;min-height:420px}}

.signature-banner{position:relative;overflow:hidden;border-radius:32px;padding:70px 58px;background:radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 24%),linear-gradient(135deg,#081a33 0%,#0d4d7a 45%,#de3b39 100%);box-shadow:0 30px 60px rgba(15,23,42,.18)}
.signature-banner:before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 45%)}
.hero-mini-grid{display:flex;gap:12px;flex-wrap:wrap}.hero-stat-box{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);padding:14px 16px;border-radius:18px;color:#fff;min-width:150px}.hero-stat-box strong{display:block;font-size:1.1rem}.hero-stat-box span{font-size:.9rem;color:rgba(255,255,255,.76)}
.hero-stack-card{display:grid;gap:14px}.hero-stack-item{background:rgba(255,255,255,.94);padding:18px 18px;border-radius:22px;box-shadow:0 12px 24px rgba(2,6,23,.18)}
.neo-service-card,.service-tile{background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 14px 26px rgba(15,23,42,.06);transition:.25s ease;display:flex;flex-direction:column}.neo-service-card:hover,.service-tile:hover{transform:translateY(-6px);box-shadow:0 24px 44px rgba(15,23,42,.12)}
.neo-top{display:flex;justify-content:space-between;align-items:center;gap:12px}.neo-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#fff1f2);display:grid;place-items:center;font-size:1.4rem;color:#0d4d7a}.service-link-arrow{text-decoration:none;font-weight:700;color:#0d4d7a}.price-pill{background:#0f172a;color:#fff;padding:.55rem .85rem;border-radius:999px;font-size:.95rem;font-weight:700}.turnaround-chip{display:inline-flex;align-items:center;gap:8px;padding:.55rem .8rem;border-radius:999px;background:#f8fafc;color:#334155;font-size:.9rem;border:1px solid #e2e8f0}
.services-shell{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:30px;border-radius:28px;background:linear-gradient(90deg,#eef2ff,#fff1f2)}
.category-list{display:grid;gap:10px}.category-pick{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:16px;text-decoration:none;color:#0f172a;background:#f8fafc;border:1px solid #e2e8f0;font-weight:600}.category-pick:hover{background:#fff;box-shadow:0 10px 18px rgba(15,23,42,.08)}
.quote-page-side{background:linear-gradient(180deg,#ffffff,#f8fafc)}.quote-steps{display:grid;gap:10px}.quote-steps div{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:12px 14px}
@media (max-width:991.98px){.signature-banner{padding:42px 24px}.services-shell{flex-direction:column;align-items:flex-start}}


.service-chip-dark{background:rgba(13,77,122,.08);border-color:rgba(13,77,122,.12);color:#0d4d7a}
.premium-category-card,.service-showcase-card,.latest-service-card{background:#fff;border-radius:26px;border:1px solid #e2e8f0;box-shadow:0 16px 34px rgba(15,23,42,.08);transition:transform .25s ease,box-shadow .25s ease;display:flex;flex-direction:column;position:relative;overflow:hidden}
.premium-category-card:before,.service-showcase-card:before,.latest-service-card:before{content:'';position:absolute;inset:auto -45px -45px auto;width:160px;height:160px;background:radial-gradient(circle, rgba(13,77,122,.08), transparent 70%)}
.premium-category-card:hover,.service-showcase-card:hover,.latest-service-card:hover{transform:translateY(-8px);box-shadow:0 28px 48px rgba(15,23,42,.12)}
.premium-icon{width:66px;height:66px;border-radius:20px;background:linear-gradient(135deg,#eff6ff,#fff1f2);display:grid;place-items:center;color:#0d4d7a;font-size:1.45rem}
.service-card-meta{display:flex;gap:12px;flex-wrap:wrap}.service-card-meta span{display:inline-flex;align-items:center;gap:8px;padding:.6rem .8rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:.9rem;color:#334155}
.premium-strip{background:linear-gradient(135deg,#fff 0%,#eef2ff 50%,#fff1f2 100%);border:1px solid #e2e8f0;border-radius:30px;box-shadow:0 18px 36px rgba(15,23,42,.08)}
.services-hero-shell{background:linear-gradient(135deg,#ffffff 0%,#eef2ff 50%,#fff1f2 100%);padding:34px;border-radius:30px;border:1px solid #e2e8f0;box-shadow:0 16px 34px rgba(15,23,42,.06)}
.category-chip-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.category-chip-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;text-decoration:none;color:#0f172a;display:flex;flex-direction:column;gap:8px;box-shadow:0 10px 20px rgba(15,23,42,.05);transition:.2s ease}
.category-chip-card i{font-size:1.35rem;color:#0d4d7a}.category-chip-card span{font-weight:700}.category-chip-card small{color:#64748b}.category-chip-card:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(15,23,42,.10)}
.all-services-card{background:#0f172a;color:#fff}.all-services-card i,.all-services-card small{color:#fff}
.doc-brand{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:18px;border-bottom:1px solid #e2e8f0;margin-bottom:24px}
.doc-brand-left{display:flex;gap:14px;align-items:center}.doc-brand-logo{width:70px;height:70px;border-radius:20px;background:linear-gradient(135deg,#0d4d7a,#de3b39);color:#fff;display:grid;place-items:center;font-weight:800;font-size:1.4rem;letter-spacing:.08em;box-shadow:0 12px 24px rgba(15,23,42,.14)}
.doc-brand h3{margin:0;font-size:1.35rem;font-weight:800}.doc-brand small{display:block;color:#64748b}.doc-highlight{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px}
.doc-print-note{font-size:.92rem;color:#64748b}
.chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
.mini-chart{display:grid;gap:14px}.chart-row{display:grid;grid-template-columns:140px 1fr 80px;gap:14px;align-items:center}.chart-bar{height:12px;border-radius:999px;background:#e2e8f0;overflow:hidden}.chart-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#0d4d7a,#de3b39)}
.report-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.report-box{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 24px rgba(15,23,42,.05)}.report-box small{color:#64748b}.report-box strong{display:block;font-size:1.35rem;margin-top:8px}
@media (max-width: 991.98px){.category-chip-grid,.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.chart-row{grid-template-columns:1fr}.doc-brand{flex-direction:column}.hero-slider .carousel-control-prev,.hero-slider .carousel-control-next{display:none}.hero-slide{min-height:520px}}
@media (max-width: 767.98px){.category-chip-grid,.report-grid{grid-template-columns:1fr}.services-hero-shell{padding:22px}.hero-slide{padding:36px 20px;min-height:540px}.doc-brand-logo{width:58px;height:58px;font-size:1.05rem}.doc-brand h3{font-size:1.15rem}}

.hero-slide .row{position:relative;z-index:1}
.hero-cta-group .btn{min-width:190px}
.testimonials-carousel .carousel-inner{padding:6px 42px 28px}
.testimonials-carousel .carousel-control-prev,.testimonials-carousel .carousel-control-next{width:40px;height:40px;top:50%;transform:translateY(-50%);background:#0f172a;border-radius:50%}
.testimonials-carousel .carousel-indicators{position:static;margin-top:20px}.testimonials-carousel .carousel-indicators [data-bs-target]{background:#0d4d7a}
@media (max-width: 991.98px){
  .testimonials-carousel .carousel-inner{padding:0 0 28px}
  .testimonials-carousel .carousel-control-prev,.testimonials-carousel .carousel-control-next{display:none}
}
@media (max-width: 767.98px){
  .hero-cta-group .btn{min-width:unset;width:100%}
}


.premium-hero-wrap{position:relative;min-height:78vh;display:flex;align-items:center;overflow:hidden;background:#081a33;margin-bottom:3rem}
.premium-hero-bg,.premium-hero-overlay,.premium-hero-content{position:absolute;inset:0}
.premium-hero-bg{background-image:url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1800&q=80");background-size:cover;background-position:center;animation:heroBgSlider 18s infinite ease-in-out;transform:scale(1.06)}
.premium-hero-overlay{background:linear-gradient(135deg,rgba(4,10,26,.84) 0%,rgba(8,26,51,.62) 42%,rgba(222,59,57,.45) 100%)}
.premium-hero-content{position:relative;z-index:2;display:flex;align-items:center}
.premium-hero-inner{max-width:980px;padding:84px 0 88px;color:#fff}
.hero-chip-premium{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px);color:#fff}
.premium-hero-title{font-size:clamp(2.1rem,4vw,4.6rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;min-height:2.4em;text-shadow:0 10px 30px rgba(0,0,0,.25)}
.premium-hero-subtitle{max-width:820px;margin-left:auto;margin-right:auto;font-size:1.1rem;color:rgba(255,255,255,.86)}
.premium-hero-feature-strip{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.premium-hero-feature-strip span{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.16);color:#fff;backdrop-filter:blur(10px);font-weight:600}
.hero-text-animate{animation:heroTextFade .7s ease}
@keyframes heroTextFade{0%{opacity:0;transform:translateY(12px)}100%{opacity:1;transform:translateY(0)}}
@keyframes heroBgSlider{
  0%,28%{background-image:url("https://images.unsplash.com/photo-1554224154-26032ffc0d07?auto=format&fit=crop&w=1800&q=80");transform:scale(1.06)}
  33%,61%{background-image:url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");transform:scale(1.12)}
  66%,100%{background-image:url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1800&q=80");transform:scale(1.08)}
}
@media (max-width: 991.98px){.premium-hero-wrap{min-height:70vh}.premium-hero-inner{padding:72px 0}.premium-hero-feature-strip span{font-size:.95rem}}
@media (max-width: 767.98px){.premium-hero-wrap{min-height:auto}.premium-hero-inner{padding:62px 0 64px}.premium-hero-subtitle{font-size:1rem}.premium-hero-feature-strip{gap:10px}.premium-hero-feature-strip span{width:100%;justify-content:center;padding:11px 14px}}


.service-showcase-unique{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 55%,#f8fbff 100%)}
.service-showcase-unique .service-glow-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#0d4d7a,#de3b39);color:#fff;font-size:1.25rem;box-shadow:0 18px 30px rgba(13,77,122,.24);margin-bottom:18px}
.service-showcase-unique .service-top-copy{max-width:70%}
.service-showcase-unique .btn{border-radius:14px}

.about-modern-hero{position:relative;border-radius:34px;padding:44px;background:#081a33;box-shadow:0 24px 50px rgba(15,23,42,.14)}
.about-modern-bg{position:absolute;inset:0;background:linear-gradient(135deg,rgba(4,10,26,.9) 0%,rgba(8,26,51,.7) 40%,rgba(222,59,57,.48) 100%),url("https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;transform:scale(1.02)}
.about-modern-hero > .row{position:relative;z-index:1}
.about-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;max-width:620px}
.about-stat-card{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(10px);border-radius:22px;padding:18px;color:#fff}
.about-stat-card strong{display:block;font-size:1.7rem;line-height:1.1}
.about-stat-card span{display:block;margin-top:6px;color:rgba(255,255,255,.82)}
.about-contact-card{background:#fff;border-radius:28px;padding:28px;box-shadow:0 20px 38px rgba(15,23,42,.16);border:1px solid rgba(255,255,255,.65)}
.about-contact-line{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #eef2f7;color:#334155}
.about-contact-line:last-child{border-bottom:0;padding-bottom:0}.about-contact-line i{color:#0d4d7a;font-size:1.05rem;margin-top:2px}
.about-feature-box{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:28px;box-shadow:0 16px 30px rgba(15,23,42,.06)}
.about-feature-icon{width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#eff6ff,#fff1f2);display:grid;place-items:center;color:#0d4d7a;font-size:1.3rem;margin-bottom:16px}
.about-check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.about-check-grid div{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;font-weight:600;color:#334155;box-shadow:0 10px 20px rgba(15,23,42,.05)}
.about-check-grid i{color:#0d4d7a;margin-right:8px}
@media (max-width:991.98px){.about-stat-grid,.about-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767.98px){.about-modern-hero{padding:24px}.about-stat-grid,.about-check-grid{grid-template-columns:1fr}.service-showcase-unique .service-top-copy{max-width:100%}}

.about-counter-wrap{background:linear-gradient(135deg,#ffffff 0%,#eef2ff 55%,#fff1f2 100%);border:1px solid #e2e8f0;border-radius:32px;padding:28px;box-shadow:0 18px 38px rgba(15,23,42,.07)}
.about-counter-box{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:26px 18px;box-shadow:0 14px 28px rgba(15,23,42,.06)}
.about-counter-icon{width:64px;height:64px;margin:0 auto 16px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#0d4d7a,#de3b39);color:#fff;font-size:1.35rem;box-shadow:0 16px 26px rgba(13,77,122,.22)}
.about-counter-value{font-size:2rem;font-weight:800;line-height:1.1;margin-bottom:8px;color:#0f172a}
.team-member-card{background:#fff;border:1px solid #e2e8f0;border-radius:30px;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.07);transition:.25s ease}
.team-member-card:hover{transform:translateY(-6px);box-shadow:0 24px 40px rgba(15,23,42,.12)}
.team-member-photo{min-height:220px;background:linear-gradient(135deg,#0d2b52 0%,#0d4d7a 48%,#de3b39 100%);display:grid;place-items:center;color:#fff;font-size:4.5rem;position:relative}
.team-member-photo:after{content:'';position:absolute;inset:auto 18px 18px auto;width:72px;height:72px;border-radius:22px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px)}
.team-member-body{padding:24px}
.team-member-tag{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.84rem;margin-bottom:12px}
.client-logo-section{background:#fff;border:1px solid #e2e8f0;border-radius:32px;padding:28px;box-shadow:0 16px 32px rgba(15,23,42,.06)}
.client-logo-strip{overflow:hidden;position:relative;border-radius:24px;background:linear-gradient(90deg,#f8fafc,#ffffff,#f8fafc);border:1px solid #e2e8f0;padding:16px 0}
.client-logo-strip:before,.client-logo-strip:after{content:'';position:absolute;top:0;bottom:0;width:80px;z-index:2}
.client-logo-strip:before{left:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,0) 100%)}
.client-logo-strip:after{right:0;background:linear-gradient(270deg,#fff 0%,rgba(255,255,255,0) 100%)}
.client-logo-track{display:flex;gap:18px;width:max-content;animation:clientLogoSlide 28s linear infinite}
.client-logo-item{min-width:190px;padding:18px 22px;border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 22px rgba(15,23,42,.05);font-weight:800;color:#0f172a;text-align:center}
@keyframes clientLogoSlide{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media (max-width:991.98px){.about-counter-wrap,.client-logo-section{padding:20px}.team-member-photo{min-height:200px;font-size:4rem}.client-logo-item{min-width:160px}}
@media (max-width:767.98px){.about-counter-value{font-size:1.65rem}.team-member-photo{min-height:180px;font-size:3.4rem}.client-logo-strip:before,.client-logo-strip:after{width:28px}.client-logo-item{min-width:138px;padding:14px 16px;font-size:.95rem}}


.about-modern-bg{background:
  radial-gradient(circle at top right, rgba(222,59,57,.18), transparent 32%),
  radial-gradient(circle at left bottom, rgba(59,130,246,.20), transparent 28%),
  linear-gradient(135deg,#071325 0%,#0d2547 52%,#132f57 100%);
}
.about-modern-hero h1,.about-modern-hero .hero-chip-premium,.about-modern-hero .about-stat-card strong,.about-modern-hero .about-stat-card span{position:relative;z-index:1}
.about-hero-lead{color:rgba(255,255,255,.92);max-width:760px}

.service-glow-icon-square{border-radius:16px;background:#f8fafc;color:#0d4d7a;border:1px solid #dbe4f0;box-shadow:none}
.service-showcase-unique{position:relative;overflow:hidden;border:1px solid #e8eef6;transition:.25s ease}
.service-showcase-unique:before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#0d4d7a,#de3b39)}
.service-showcase-unique:hover{transform:translateY(-4px);box-shadow:0 20px 34px rgba(15,23,42,.08)}
.service-showcase-unique .service-glow-icon{width:54px;height:54px;font-size:1.05rem;margin-bottom:16px}
.service-showcase-unique .service-top-copy{max-width:100%}

.contact-modern-hero{position:relative;border-radius:34px;padding:42px;background:#081a33;box-shadow:0 24px 50px rgba(15,23,42,.14)}
.contact-modern-bg{position:absolute;inset:0;background:radial-gradient(circle at top left, rgba(255,255,255,.08), transparent 25%),radial-gradient(circle at bottom right, rgba(222,59,57,.22), transparent 28%),linear-gradient(135deg,#071325 0%,#0d2547 55%,#163967 100%)}
.contact-modern-hero>.row{position:relative;z-index:1}
.contact-hero-copy{color:rgba(255,255,255,.88);font-size:1.05rem;max-width:760px}
.contact-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.contact-quick-card{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px);text-decoration:none;color:#fff}
.contact-quick-card i{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:1.1rem}
.contact-quick-card span{display:flex;flex-direction:column}.contact-quick-card small{color:rgba(255,255,255,.76)}
.contact-side-card,.contact-form-card,.contact-locations-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:28px;box-shadow:0 16px 34px rgba(15,23,42,.07)}
.contact-side-line,.contact-branch-line{display:flex;gap:10px;align-items:flex-start;padding:10px 0;color:#334155}
.contact-side-line i,.contact-branch-line i{color:#0d4d7a;margin-top:2px}
.contact-info-box{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 14px 28px rgba(15,23,42,.06)}
.contact-info-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#eff6ff,#fff1f2);color:#0d4d7a;font-size:1.2rem;margin-bottom:16px}
.contact-form-mock .form-control,.contact-form-mock .form-select{border-radius:14px;padding:.8rem .95rem;border:1px solid #d8e1ec}
.contact-branch-card{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e2e8f0;border-radius:24px;padding:22px;box-shadow:0 12px 24px rgba(15,23,42,.05)}
.contact-branch-tag{display:inline-flex;padding:.42rem .8rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.8rem}
@media (max-width:991.98px){.contact-quick-grid{grid-template-columns:1fr}.contact-modern-hero{padding:28px}}

.about-modern-hero-readable{background:linear-gradient(135deg,#ffffff 0%,#f8fbff 54%,#fff5f5 100%);border:1px solid #e2e8f0;border-radius:34px;padding:42px;box-shadow:0 24px 50px rgba(15,23,42,.08)}
.hero-chip-light{background:#eef2ff;color:#1e3a8a;border:1px solid #dbeafe}
.about-hero-lead-dark{color:#475569;max-width:760px}
.about-stat-card-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 24px rgba(15,23,42,.05)}
.about-stat-card-light strong{color:#0f172a}.about-stat-card-light span{color:#475569}
.about-contact-card-light{background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 30px rgba(15,23,42,.06)}
.about-contact-card-light .about-contact-line{color:#334155}.about-contact-card-light .about-contact-line i{color:#0d4d7a}

.service-showcase-unique{display:flex;flex-direction:column}
.service-showcase-unique .service-card-meta{margin-top:auto}
.service-detail-hero{background:linear-gradient(135deg,#ffffff 0%,#f8fbff 50%,#fff3f2 100%);border:1px solid #e2e8f0;border-radius:32px;padding:34px;box-shadow:0 20px 40px rgba(15,23,42,.06)}
.service-detail-lead{color:#475569;font-size:1.06rem;max-width:760px}
.service-price-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 14px 28px rgba(15,23,42,.05);height:100%;display:flex;flex-direction:column;justify-content:center}
.service-price-amount{font-size:2rem;font-weight:800;color:#0f172a;line-height:1.1;margin-bottom:10px}
.service-info-block,.service-side-enquiry{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:28px;box-shadow:0 16px 34px rgba(15,23,42,.06)}
.service-section-title{font-size:1.35rem;font-weight:800;color:#0f172a;margin-bottom:18px}
.service-point-card,.service-doc-card{height:100%;padding:18px 18px 18px 20px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-weight:600}
.service-doc-card{background:#fff7ed;border-color:#fed7aa}
.service-process-list{display:grid;gap:14px}.service-process-item{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0}.service-process-item span{min-width:36px;height:36px;border-radius:12px;background:#0d4d7a;color:#fff;display:grid;place-items:center;font-weight:800}
.service-action-strip{display:flex;gap:12px;flex-wrap:wrap;padding:22px 24px;border-radius:24px;background:linear-gradient(135deg,#0d2547,#123b67);box-shadow:0 18px 32px rgba(15,23,42,.12)}
.service-enquiry-form .form-control{border-radius:14px;padding:.82rem .95rem;border:1px solid #d8e1ec}
@media (max-width:991.98px){.about-modern-hero-readable,.service-detail-hero{padding:28px}}
@media (max-width:767.98px){.service-action-strip .btn{width:100%}.service-price-amount{font-size:1.7rem}}


.service-faq-accordion .accordion-item{border:none;border-radius:18px;overflow:hidden;margin-bottom:14px;box-shadow:0 10px 24px rgba(16,24,40,.06)}
.service-faq-accordion .accordion-button{font-weight:700;background:#fff;box-shadow:none}
.service-faq-accordion .accordion-button:not(.collapsed){background:#f8faff;color:#16213a}
.service-faq-accordion .accordion-body{background:#fff}


/* Compact service cards */
.compact-service-box{background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #e6edf5;border-radius:20px;box-shadow:0 14px 28px rgba(15,23,42,.06);display:flex;flex-direction:column;transition:transform .22s ease, box-shadow .22s ease;min-height:100%}
.compact-service-box:hover{transform:translateY(-4px);box-shadow:0 22px 36px rgba(15,23,42,.10)}
.compact-service-title{font-size:1rem;line-height:1.35;color:#0f172a}
.compact-price{font-size:.82rem;padding:.45rem .7rem;white-space:nowrap}
.compact-service-desc{line-height:1.45;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:3.9em}
.compact-service-time{font-size:.88rem;font-weight:600;color:#475569;padding:.65rem .8rem;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0}
.compact-service-box .btn{border-radius:12px;font-weight:600}
@media (max-width:767.98px){.compact-service-box{border-radius:16px;padding:.9rem!important}.compact-service-title{font-size:.92rem}.compact-service-desc{font-size:.8rem;min-height:3.6em}.compact-service-time{font-size:.8rem;padding:.55rem .65rem}.compact-price{font-size:.74rem;padding:.35rem .55rem}}

/* Service detail CTA buttons */
.modern-service-action-strip{background:linear-gradient(135deg,#eef6ff 0%,#fff4f3 100%);border:1px solid #e2e8f0;box-shadow:0 18px 36px rgba(15,23,42,.08)}
.service-cta-primary,.service-cta-whatsapp{min-width:220px;border:none;border-radius:16px;padding:.95rem 1.35rem;font-weight:700;letter-spacing:.01em;box-shadow:0 14px 26px rgba(15,23,42,.10)}
.service-cta-primary{background:linear-gradient(135deg,#0d4d7a 0%,#163f6c 100%);color:#fff}
.service-cta-primary:hover{color:#fff;transform:translateY(-1px)}
.service-cta-whatsapp{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);color:#fff}
.service-cta-whatsapp:hover{color:#fff;transform:translateY(-1px)}
@media (max-width:767.98px){.service-cta-primary,.service-cta-whatsapp{width:100%;min-width:100%}}


/* Red-Gold Premium Hero Upgrade */
.premium-hero-redgold{background:radial-gradient(circle at top left,rgba(255,196,79,.16),transparent 20%),radial-gradient(circle at bottom right,rgba(184,28,28,.28),transparent 24%),linear-gradient(135deg,#14070a 0%,#2a0f14 34%,#5b141a 68%,#7a1d1d 100%)}
.premium-hero-redgold .premium-hero-bg{background-image:url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=1800&q=80");background-position:center;animation:heroBgSliderRedGold 20s infinite ease-in-out;transform:scale(1.08)}
.premium-hero-redgold .premium-hero-overlay{background:linear-gradient(135deg,rgba(20,7,10,.88) 0%,rgba(44,12,17,.72) 38%,rgba(122,29,29,.52) 100%)}
.premium-hero-glow{position:absolute;border-radius:999px;filter:blur(12px);opacity:.9;pointer-events:none;z-index:1}
.premium-hero-glow-1{width:260px;height:260px;left:-70px;top:40px;background:radial-gradient(circle,rgba(255,210,110,.34) 0%,rgba(255,210,110,0) 70%)}
.premium-hero-glow-2{width:340px;height:340px;right:-80px;bottom:-30px;background:radial-gradient(circle,rgba(220,38,38,.28) 0%,rgba(220,38,38,0) 72%)}
.premium-hero-redgold .hero-chip-premium{background:rgba(255,255,255,.10);border:1px solid rgba(255,214,102,.32);box-shadow:0 10px 30px rgba(0,0,0,.16);color:#fff}
.premium-hero-redgold .premium-hero-title{color:#fff;text-shadow:0 16px 42px rgba(0,0,0,.4)}
.premium-hero-redgold .premium-hero-title span{background:linear-gradient(135deg,#fff5cc 0%,#ffd76d 48%,#f59e0b 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.premium-hero-redgold .premium-hero-subtitle{color:rgba(255,244,229,.88)}
.premium-hero-redgold .premium-hero-feature-strip span{background:rgba(255,255,255,.09);border:1px solid rgba(255,214,102,.22);box-shadow:0 12px 30px rgba(0,0,0,.14);color:#fff7e6}
.premium-hero-redgold .premium-hero-feature-strip i{color:#ffd76d}
.btn-hero-gold{background:linear-gradient(135deg,#ffe08a 0%,#f5b426 50%,#d97706 100%);border:none;color:#34160a;font-weight:800;box-shadow:0 16px 36px rgba(245,180,38,.34)}
.btn-hero-gold:hover{color:#34160a;transform:translateY(-2px);box-shadow:0 22px 44px rgba(245,180,38,.42)}
.btn-hero-outline-light{background:rgba(255,255,255,.08);border:1px solid rgba(255,235,190,.34);color:#fff;backdrop-filter:blur(10px)}
.btn-hero-outline-light:hover{background:rgba(255,255,255,.14);color:#fff;transform:translateY(-2px)}
.btn-hero-whatsapp{background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;color:#fff;box-shadow:0 16px 36px rgba(34,197,94,.28)}
.btn-hero-whatsapp:hover{color:#fff;transform:translateY(-2px)}
.premium-hero-stats{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}
.premium-stat-card{min-width:190px;padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.08));border:1px solid rgba(255,214,102,.20);backdrop-filter:blur(12px);box-shadow:0 18px 40px rgba(0,0,0,.18)}
.premium-stat-card strong{display:block;font-size:1.5rem;line-height:1;color:#ffd76d;font-weight:800;margin-bottom:8px}
.premium-stat-card span{display:block;color:rgba(255,244,229,.88);font-weight:600}
@keyframes heroBgSliderRedGold{0%,100%{background-image:url("https://images.unsplash.com/photo-1554224154-22dec7ec8818?auto=format&fit=crop&w=1800&q=80")}33%{background-image:url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80")}66%{background-image:url("https://images.unsplash.com/photo-1556155092-490a1ba16284?auto=format&fit=crop&w=1800&q=80")}}
@media (max-width:991.98px){.premium-hero-stats{gap:12px}.premium-stat-card{min-width:160px}}
@media (max-width:767.98px){.premium-hero-redgold .premium-hero-inner{padding:56px 0 60px}.premium-hero-stats{display:grid;grid-template-columns:1fr;gap:12px}.premium-stat-card{min-width:unset;width:100%}}


/* Premium Red-Gold Hero Slider */
.premium-slider-wrap{position:relative;overflow:hidden}
.premium-hero-carousel{border-radius:34px;overflow:hidden;box-shadow:0 30px 70px rgba(15,23,42,.18);background:#081423}
.premium-hero-carousel-inner,.premium-slide{min-height:650px}
.premium-slide{position:relative;display:flex;align-items:center;padding:78px 0;color:#fff;overflow:hidden}
.premium-slide-bg{position:absolute;inset:0}
.premium-slide-bg:before,.premium-slide-bg:after{content:'';position:absolute;border-radius:50%;filter:blur(10px);opacity:.22}
.premium-slide-bg-one{background:linear-gradient(135deg,#25080c 0%,#5f1218 38%,#9f1f24 68%,#160b0d 100%)}
.premium-slide-bg-two{background:linear-gradient(135deg,#12070a 0%,#4d1620 34%,#7a2531 62%,#241814 100%)}
.premium-slide-bg-three{background:linear-gradient(135deg,#1a0c0f 0%,#6b1320 42%,#9d6b12 76%,#28160b 100%)}
.premium-slide-bg-one:before{width:380px;height:380px;background:rgba(255,196,86,.55);top:-80px;right:-60px}
.premium-slide-bg-one:after{width:300px;height:300px;background:rgba(255,255,255,.12);bottom:-90px;left:-70px}
.premium-slide-bg-two:before{width:360px;height:360px;background:rgba(255,180,70,.45);bottom:-80px;right:-40px}
.premium-slide-bg-two:after{width:250px;height:250px;background:rgba(255,255,255,.10);top:30px;left:-60px}
.premium-slide-bg-three:before{width:340px;height:340px;background:rgba(255,214,102,.42);top:-70px;left:-70px}
.premium-slide-bg-three:after{width:300px;height:300px;background:rgba(255,255,255,.10);bottom:-90px;right:-70px}
.premium-slide:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,11,18,.74) 0%,rgba(8,11,18,.46) 36%,rgba(8,11,18,.18) 100%)}
.premium-slide .container{z-index:2}
.hero-chip-premium{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(10px)}
.premium-slide-title{font-size:3.25rem;line-height:1.08;font-weight:800;letter-spacing:-.03em;max-width:720px}
.premium-slide-title span{color:#ffd36b;text-shadow:0 4px 18px rgba(255,211,107,.18)}
.premium-slide-text{max-width:660px;font-size:1.05rem;line-height:1.8;color:rgba(255,255,255,.86)}
.btn-hero-gold{background:linear-gradient(135deg,#ffcc63,#d8a73c 48%,#b87a11 100%);border:none;color:#2b1603;box-shadow:0 18px 34px rgba(216,167,60,.28);font-weight:800}
.btn-hero-gold:hover{color:#2b1603;transform:translateY(-2px)}
.btn-hero-outline-light{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(10px)}
.btn-hero-outline-light:hover{background:rgba(255,255,255,.16);color:#fff}
.premium-slide-stats{display:flex;gap:16px;flex-wrap:wrap}
.premium-stat-card{min-width:150px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);padding:18px 20px;border-radius:20px;box-shadow:0 14px 30px rgba(0,0,0,.12)}
.premium-stat-card strong{display:block;font-size:1.7rem;color:#ffd36b;line-height:1.1}
.premium-stat-card span{font-size:.92rem;color:rgba(255,255,255,.84)}
.premium-main-visual,.premium-gold-board,.premium-glass-tile{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(14px);box-shadow:0 22px 45px rgba(0,0,0,.16)}
.premium-main-visual{position:relative;padding:28px;border-radius:30px;min-height:390px;overflow:hidden}
.premium-main-visual:before{content:'';position:absolute;inset:auto -40px -60px auto;width:220px;height:220px;background:radial-gradient(circle,rgba(255,211,107,.65),rgba(255,211,107,0));opacity:.72}
.premium-visual-label{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:999px;background:rgba(255,211,107,.18);color:#ffe6a7;font-weight:700;margin-bottom:26px}
.premium-visual-lines{display:grid;gap:16px;margin-top:18px}
.premium-visual-lines div{padding:18px 18px;border-radius:20px;background:rgba(8,11,18,.26);border:1px solid rgba(255,255,255,.08)}
.premium-visual-lines span{display:block;color:rgba(255,255,255,.76);font-size:.92rem;margin-bottom:4px}
.premium-visual-lines b{font-size:1.1rem;color:#fff}
.premium-float-badge{position:absolute;display:inline-flex;align-items:center;gap:9px;padding:12px 16px;border-radius:999px;background:#fff;color:#7a1b22;font-weight:800;box-shadow:0 16px 30px rgba(0,0,0,.15)}
.float-one{right:18px;top:22px}.float-two{left:18px;bottom:26px}
.premium-side-stack{position:relative;padding:20px 0}
.premium-glass-tile{border-radius:28px;padding:24px;margin-bottom:18px}
.premium-glass-tile small{display:block;color:#ffdba0;font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}
.premium-glass-tile strong{display:block;font-size:1.3rem;color:#fff;margin-bottom:6px}
.premium-glass-tile span{display:block;color:rgba(255,255,255,.8);line-height:1.7}
.tile-top{transform:translateX(26px)}
.tile-bottom{transform:translateX(52px)}
.premium-feature-row{display:flex;gap:12px;flex-wrap:wrap}
.premium-feature-row span{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#fff}
.premium-gold-board{border-radius:34px;padding:28px;position:relative;overflow:hidden}
.premium-gold-board:before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,211,107,.12),rgba(255,255,255,0))}
.premium-board-top,.premium-board-grid,.premium-board-footer{position:relative;z-index:1}
.premium-board-top span{display:block;color:#ffdba0;font-weight:700;text-transform:uppercase;letter-spacing:.06em;font-size:.86rem}
.premium-board-top b{display:block;font-size:2rem;line-height:1.2;margin-top:8px;color:#fff;max-width:360px}
.premium-board-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:28px 0}
.board-item{padding:18px 16px;border-radius:22px;background:rgba(8,11,18,.24);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:12px;color:#fff;font-weight:700}
.board-item i{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:rgba(255,211,107,.18);color:#ffd36b}
.premium-board-footer{display:flex;gap:12px;flex-wrap:wrap}
.board-trust-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 15px;border-radius:999px;background:#fff;color:#7a1b22;font-weight:800}
.premium-hero-arrow{width:70px;opacity:1}.premium-hero-arrow:hover{opacity:1}
.premium-arrow-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.20);backdrop-filter:blur(10px);font-size:1.35rem;color:#fff;transition:.2s ease}
.premium-hero-arrow:hover .premium-arrow-icon{background:rgba(255,211,107,.24);transform:scale(1.04)}
.premium-hero-indicators{bottom:22px;gap:10px}.premium-hero-indicators [data-bs-target]{width:11px;height:11px;border-radius:999px;border:none;background:rgba(255,255,255,.42);opacity:1}.premium-hero-indicators .active{background:#ffd36b;width:34px}
@media (max-width:991.98px){.premium-hero-carousel-inner,.premium-slide{min-height:auto}.premium-slide{padding:58px 0 78px}.premium-slide-title{font-size:2.45rem}.premium-main-visual,.premium-gold-board{min-height:auto}.tile-top,.tile-bottom{transform:none}.premium-side-stack{padding-top:0}.premium-board-top b{font-size:1.65rem}}
@media (max-width:767.98px){.premium-hero-carousel{border-radius:24px}.premium-slide{padding:42px 0 82px}.premium-slide-title{font-size:2rem;max-width:100%}.premium-slide-text{font-size:.97rem}.premium-slide-stats{display:grid;grid-template-columns:1fr;gap:12px}.premium-stat-card{min-width:100%}.premium-hero-arrow{display:none}.premium-board-grid{grid-template-columns:1fr}.premium-feature-row span,.board-trust-pill,.premium-float-badge{font-size:.88rem}.float-one,.float-two{position:relative;top:auto;right:auto;left:auto;bottom:auto;margin-top:14px;display:inline-flex}.premium-main-visual{padding-bottom:20px}}


/* ================= Homepage Modern Layout Upgrade ================= */
.homepage-hero-shell{padding-top:1rem;background:radial-gradient(circle at top left, rgba(30,99,255,.08), transparent 28%),radial-gradient(circle at top right, rgba(193,18,31,.08), transparent 22%)}
.premium-slider-redblue .premium-slide{border-radius:32px;overflow:hidden}
.premium-slider-redblue .premium-slide-redblue-one{background:linear-gradient(135deg,#081a3a 0%,#0b2c5f 44%,#c1121f 100%)}
.premium-slider-redblue .premium-slide-redblue-two{background:linear-gradient(135deg,#071730 0%,#114aa8 45%,#0b2c5f 100%)}
.premium-slider-redblue .premium-slide-redblue-three{background:linear-gradient(135deg,#101a34 0%,#0b2c5f 42%,#ad1625 100%)}
.btn-hero-primary{background:linear-gradient(135deg,#1e63ff 0%,#c1121f 100%);color:#fff;border:0;box-shadow:0 18px 30px rgba(30,99,255,.28)}
.btn-hero-primary:hover{color:#fff;transform:translateY(-2px)}
.premium-main-visual-redblue{background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.2)}
.premium-blue-board{background:linear-gradient(180deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.18)}
.trust-ribbon{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:1rem;border-radius:24px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.08);margin-top:-24px;position:relative;z-index:3}
.trust-ribbon-item{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);font-weight:700;color:#0f172a}
.trust-ribbon-item i{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#0b2c5f,#1e63ff);color:#fff}
.homepage-modern-wrap section{position:relative}
.section-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;border-radius:999px;background:#eef4ff;color:#0b2c5f;font-weight:800;font-size:.83rem;margin-bottom:1rem}
.section-tag-light{background:rgba(255,255,255,.14);color:#fff}
.modern-intro-card,.modern-contact-card,.calculator-promo-card,.stats-showcase-card,.why-choose-card{background:#fff;border-radius:28px;padding:2rem;box-shadow:0 18px 40px rgba(15,23,42,.07);height:100%}
.modern-intro-card{background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%)}
.intro-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.intro-mini-box{display:flex;align-items:center;gap:.85rem;padding:1rem 1.1rem;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;font-weight:700;color:#0f172a}
.intro-mini-box i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#1e63ff,#c1121f);color:#fff}
.modern-contact-card{background:linear-gradient(135deg,#0b2c5f 0%,#133f87 58%,#c1121f 100%);color:#fff}
.contact-card-top span{display:inline-block;padding:.45rem .8rem;border-radius:999px;background:rgba(255,255,255,.14);font-weight:700;margin-bottom:1rem}
.contact-card-top h3{font-size:1.7rem;font-weight:800}
.contact-card-top p{color:rgba(255,255,255,.82)}
.contact-quick-list{display:grid;gap:.8rem}
.contact-quick-list a{display:flex;align-items:center;gap:.8rem;padding:1rem 1.05rem;border-radius:16px;background:rgba(255,255,255,.12);color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.12)}
.contact-quick-list a:hover{background:rgba(255,255,255,.18)}
.contact-quick-list i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#fff;color:#0b2c5f}
.homepage-category-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e8eef6;transition:transform .25s ease, box-shadow .25s ease}
.homepage-category-card:hover,.modern-service-card:hover,.process-step-card:hover,.calc-tile:hover,.showcase-box:hover,.why-choose-card:hover{transform:translateY(-6px);box-shadow:0 20px 38px rgba(15,23,42,.10)}
.homepage-process-section{padding:3rem 0}
.process-step-card{background:#fff;border-radius:26px;padding:1.75rem;box-shadow:0 16px 35px rgba(15,23,42,.06);position:relative;height:100%;border:1px solid #edf2f7}
.process-step-card .step-no{position:absolute;top:1rem;right:1rem;font-size:.9rem;font-weight:800;color:#c1121f;background:#fff1f2;padding:.4rem .7rem;border-radius:999px}
.process-step-card i{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#0b2c5f,#1e63ff);color:#fff;font-size:1.5rem;margin-bottom:1.1rem}
.process-step-card h5{font-weight:800;margin-bottom:.7rem}
.process-step-card p{color:#64748b;margin-bottom:0}
.modern-service-card{border-radius:24px;background:#fff;border:1px solid #ecf1f6;box-shadow:0 14px 32px rgba(15,23,42,.06);display:flex;flex-direction:column}
.service-card-top{display:flex;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:1rem}
.service-cat-chip{display:inline-flex;align-items:center;padding:.4rem .8rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.78rem;font-weight:800;max-width:55%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.calculator-promo-card{background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)}
.calculator-grid{display:grid;gap:1rem}
.calc-tile{display:flex;align-items:center;gap:1rem;padding:1.15rem 1.2rem;border-radius:22px;border:1px solid #e2e8f0;background:#fff;text-decoration:none;color:#0f172a;transition:all .25s ease}
.calc-tile i{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,#0b2c5f,#c1121f);color:#fff;font-size:1.2rem}
.calc-tile strong{display:block;font-size:1rem}
.calc-tile span{display:block;color:#64748b;font-size:.9rem}
.stats-showcase-card{background:linear-gradient(135deg,#0b2c5f 0%,#123f86 65%,#174ea6 100%);color:#fff}
.stats-showcase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}
.showcase-box{padding:1.3rem 1rem;border-radius:22px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);text-align:center;transition:all .25s ease}
.showcase-box strong{display:block;font-size:1.35rem}
.showcase-box span{display:block;color:rgba(255,255,255,.8)}
.modern-premium-strip{border-radius:30px;background:linear-gradient(135deg,#ffffff,#f6faff);border:1px solid #e7eef7;box-shadow:0 18px 40px rgba(15,23,42,.07)}
.why-choose-card{background:linear-gradient(135deg,#fff,#fbfdff)}
.why-list{display:grid;gap:1rem}
.why-list div{display:flex;align-items:flex-start;gap:.8rem;padding:1rem 1.05rem;border-radius:18px;background:#f8fafc;border:1px solid #e5e7eb}
.why-list i{color:#1d4ed8;font-size:1.1rem;margin-top:.15rem}
.cta-split-card{border-radius:30px;padding:2rem;background:linear-gradient(135deg,#0b2c5f 0%,#1e63ff 55%,#c1121f 100%);box-shadow:0 20px 45px rgba(15,23,42,.16);display:flex;flex-direction:column;justify-content:space-between}
.modern-testimonials-carousel .testimonial-card{border-radius:26px;border:1px solid #edf2f7;box-shadow:0 16px 35px rgba(15,23,42,.06)}
.modern-testimonial-card{background:linear-gradient(180deg,#fff,#fbfdff)}

@media (max-width: 1199.98px){.trust-ribbon{grid-template-columns:repeat(2,1fr)}}
@media (max-width: 991.98px){
  .trust-ribbon{grid-template-columns:1fr;margin-top:1rem}
  .modern-intro-card,.modern-contact-card,.calculator-promo-card,.stats-showcase-card,.why-choose-card,.cta-split-card{padding:1.5rem}
}
@media (max-width: 767.98px){
  .homepage-hero-shell{padding-top:.5rem}
  .trust-ribbon-item{padding:.9rem}
  .intro-mini-grid,.stats-showcase-grid{grid-template-columns:1fr}
  .calculator-grid{grid-template-columns:1fr}
  .service-card-top{flex-direction:column;align-items:flex-start}
  .service-cat-chip{max-width:100%}
}


.calculator-page-card,.calculator-result-card{background:#fff;border-radius:28px;padding:2rem;box-shadow:0 18px 40px rgba(15,23,42,.07);border:1px solid #eef3f8}
.result-line{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid #edf2f7;font-size:1rem}
.result-line strong{font-size:1.05rem;color:#0b2c5f}
.result-line.total strong{font-size:1.3rem;color:#c1121f}
.result-note{padding:1rem 1.2rem;border-radius:18px;background:linear-gradient(135deg,#f7fbff,#fff7f8);border:1px solid #e8eef8;color:#516072;line-height:1.7}
.main-navbar .dropdown-menu{border-radius:18px;padding:.6rem;min-width:240px}
.main-navbar .dropdown-item{border-radius:12px;padding:.7rem .9rem;font-weight:600}
.main-navbar .dropdown-item:hover{background:#f5f9ff;color:#0b2c5f}
@media (max-width:767.98px){.calculator-page-card,.calculator-result-card{padding:1.35rem}.result-line{font-size:.95rem}.result-line.total strong{font-size:1.15rem}}


.calc-export-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:linear-gradient(135deg,#0d4d7a,#de3b39);border:none;color:#fff;padding:.9rem 1rem;border-radius:16px;font-weight:700;width:100%;box-shadow:0 14px 28px rgba(13,77,122,.18)}
.calc-export-btn:hover{color:#fff;transform:translateY(-1px)}
.calc-export-btn:disabled{opacity:.75;cursor:not-allowed}
.calc-export-note{font-size:.9rem;color:#64748b}
.pdf-report{font-family:Inter,Arial,sans-serif;color:#0f172a;background:#fff;padding:22px}
.pdf-report-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:2px solid #dbe4f0;padding-bottom:14px;margin-bottom:18px}
.pdf-report-brand{display:flex;gap:14px;align-items:center}.pdf-report-brand img{height:58px;width:auto;object-fit:contain}
.pdf-report-company h2{font-size:20px;font-weight:800;margin:0 0 4px}.pdf-report-company p{margin:0;color:#475569;font-size:12px;line-height:1.5}
.pdf-report-meta{text-align:right;font-size:12px;color:#334155}.pdf-report-meta strong{display:block;color:#0f172a;font-size:13px}
.pdf-report-title{margin:0 0 14px;font-size:22px;font-weight:800;color:#0d2b52}.pdf-report-subtitle{margin:0 0 16px;color:#475569;font-size:13px}
.pdf-report-table{width:100%;border-collapse:collapse;margin:0 0 16px}.pdf-report-table th,.pdf-report-table td{border:1px solid #dbe4f0;padding:10px 12px;font-size:13px;vertical-align:top}.pdf-report-table th{background:#f8fbff;color:#0d2b52;font-weight:700}.pdf-report-table tfoot td{font-weight:800;background:#fff7f7}
.pdf-report-highlight{background:linear-gradient(135deg,#f8fbff,#fff5f5);border:1px solid #dbe4f0;border-radius:16px;padding:12px 14px;margin-top:14px}.pdf-report-highlight h4{margin:0 0 8px;font-size:15px;font-weight:800;color:#0d2b52}.pdf-report-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pdf-report-foot{margin-top:18px;padding-top:10px;border-top:1px solid #e2e8f0;font-size:11px;color:#64748b}
@media (max-width:767.98px){.pdf-report-grid{grid-template-columns:1fr}}


.calc-client-box{
  background:#f8fbff;
  border:1px solid rgba(11,44,95,.12);
  border-radius:18px;
  padding:16px;
}
.calc-client-box .form-label{
  color:#0b2c5f;
  font-size:.95rem;
}
.calc-client-box .form-control{
  border-radius:12px;
  min-height:46px;
}


/* ===== Light red-blue banner photo refresh ===== */
.premium-slider-redblue .premium-hero-carousel{background:#eef4fb;box-shadow:0 30px 70px rgba(15,23,42,.12)}
.premium-slider-redblue .premium-slide{color:#0f172a}
.premium-slider-redblue .premium-slide:after{background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.84) 34%,rgba(255,255,255,.56) 62%,rgba(255,255,255,.18) 100%)}
.premium-slider-redblue .hero-chip-premium{background:rgba(255,255,255,.72);color:#0b2c5f;border:1px solid rgba(11,44,95,.10);backdrop-filter:blur(10px);box-shadow:0 12px 24px rgba(15,23,42,.06)}
.premium-slider-redblue .premium-slide-title{color:#0b1f44;text-shadow:none}
.premium-slider-redblue .premium-slide-title span{color:#c1121f;text-shadow:none}
.premium-slider-redblue .premium-slide-text{color:#475569}
.premium-slider-redblue .premium-stat-card{background:rgba(255,255,255,.80);border:1px solid rgba(148,163,184,.20);box-shadow:0 18px 34px rgba(15,23,42,.07)}
.premium-slider-redblue .premium-stat-card strong{color:#1e63ff}
.premium-slider-redblue .premium-stat-card span{color:#334155}
.premium-slider-redblue .btn-hero-outline-light{border:1px solid rgba(11,44,95,.16);background:rgba(255,255,255,.74);color:#0b2c5f;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.premium-slider-redblue .btn-hero-outline-light:hover{background:#fff;color:#0b2c5f}
.premium-slider-redblue .premium-main-visual-redblue,.premium-slider-redblue .premium-blue-board,.premium-slider-redblue .premium-glass-tile{background:rgba(255,255,255,.72);border:1px solid rgba(148,163,184,.18);box-shadow:0 22px 45px rgba(15,23,42,.08)}
.premium-slider-redblue .premium-visual-label{background:linear-gradient(135deg,rgba(30,99,255,.12),rgba(193,18,31,.10));color:#0b2c5f}
.premium-slider-redblue .premium-visual-lines div{background:rgba(248,250,252,.88);border:1px solid rgba(226,232,240,.95)}
.premium-slider-redblue .premium-visual-lines span{color:#64748b}.premium-slider-redblue .premium-visual-lines b{color:#0f172a}
.premium-slider-redblue .premium-float-badge{background:#fff;color:#0b2c5f}
.premium-slider-redblue .premium-glass-tile small,.premium-slider-redblue .premium-board-top span{color:#c1121f}
.premium-slider-redblue .premium-glass-tile strong,.premium-slider-redblue .premium-board-top b,.premium-slider-redblue .board-item span{color:#0f172a}
.premium-slider-redblue .premium-glass-tile span,.premium-slider-redblue .premium-feature-row span,.premium-slider-redblue .board-trust-pill{color:#475569}
.premium-slider-redblue .premium-feature-row span,.premium-slider-redblue .board-trust-pill,.premium-slider-redblue .board-item{background:rgba(248,250,252,.82);border:1px solid rgba(226,232,240,.92)}
.premium-slider-redblue .premium-arrow-icon{background:#fff;color:#0b2c5f;box-shadow:0 14px 28px rgba(15,23,42,.10)}
.premium-slider-redblue .premium-hero-indicators [data-bs-target]{background-color:#1e63ff}
.premium-slider-redblue .premium-slide-bg{background-size:cover;background-position:center right;filter:saturate(1.02)}
.premium-slider-redblue .premium-slide-bg:before,.premium-slider-redblue .premium-slide-bg:after{display:none}
.premium-slider-redblue .premium-slide-redblue-one{background:linear-gradient(135deg,#f6f9ff 0%,#edf4ff 48%,#fff1f3 100%)}
.premium-slider-redblue .premium-slide-redblue-two{background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 44%,#fff5f7 100%)}
.premium-slider-redblue .premium-slide-redblue-three{background:linear-gradient(135deg,#f7faff 0%,#eef4ff 42%,#fff3f5 100%)}
.premium-slider-redblue .premium-slide-bg-one{background-image:url('../img/slide-tax-light.png')}
.premium-slider-redblue .premium-slide-bg-two{background-image:url('../img/slide-business-light.png')}
.premium-slider-redblue .premium-slide-bg-three{background-image:url('../img/slide-finance-light.png')}

/* ===== Modern homepage service card refresh ===== */
.modern-service-card{position:relative;border-radius:28px;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border:1px solid #e6edf7;box-shadow:0 18px 36px rgba(15,23,42,.06);overflow:hidden}
.modern-service-card:before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(135deg,#1e63ff 0%,#c1121f 100%)}
.service-icon-bubble{width:64px;height:64px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#1e63ff 0%,#c1121f 100%);color:#fff;font-size:1.4rem;box-shadow:0 16px 30px rgba(30,99,255,.22)}
.modern-service-card .compact-price{background:#0f172a;color:#fff;border:none;box-shadow:none}
.modern-service-card .service-cat-chip{max-width:100%;background:#eff6ff;color:#1d4ed8;border:1px solid #dbeafe}
.service-mini-points{display:grid;gap:.7rem;margin-top:1rem}
.service-mini-points span{display:flex;align-items:center;gap:.55rem;padding:.75rem .9rem;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-weight:600;font-size:.88rem}
.service-mini-points i{color:#1e63ff}
.modern-service-card .gradient-btn{box-shadow:0 12px 24px rgba(30,99,255,.16)}
@media (max-width:767.98px){.premium-slider-redblue .premium-slide:after{background:linear-gradient(180deg,rgba(255,255,255,.90) 0%,rgba(255,255,255,.82) 48%,rgba(255,255,255,.60) 100%)}.premium-slider-redblue .premium-slide-bg{background-position:center}.service-icon-bubble{width:58px;height:58px;border-radius:18px}}


/* ===== Services cards enhanced equal-height modern style ===== */
.modern-service-card{height:100%;display:flex;flex-direction:column;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.modern-service-card:hover{transform:translateY(-10px);box-shadow:0 28px 52px rgba(15,23,42,.14);border-color:#d8e4f2}
.modern-service-card .service-card-body{flex:1 1 auto}
.modern-service-card .compact-service-title{min-height:3em;line-height:1.45;color:#0f172a}
.modern-service-card .compact-service-desc{min-height:4.8em;line-height:1.65}
.modern-service-card .compact-service-time{margin-top:auto;padding:.8rem .95rem;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-weight:600}
.service-card-actions{margin-top:auto}
.service-card-actions .btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;font-weight:700;letter-spacing:.01em}
.modern-quote-btn{border:none;background:linear-gradient(135deg,#ffffff 0%,#f8fbff 100%);color:#0b2c5f;box-shadow:inset 0 0 0 1px #d7e6ff,0 10px 20px rgba(15,23,42,.06)}
.modern-quote-btn:hover{background:linear-gradient(135deg,#1e63ff 0%,#c1121f 100%);color:#fff;box-shadow:0 14px 28px rgba(30,99,255,.22)}
.modern-service-card .gradient-btn:hover{transform:translateY(-1px)}

/* multi-color service icons */
.row.g-4 > div:nth-child(6n+1) .service-icon-bubble{background:linear-gradient(135deg,#1e63ff 0%,#3b82f6 100%);box-shadow:0 16px 30px rgba(30,99,255,.24)}
.row.g-4 > div:nth-child(6n+2) .service-icon-bubble{background:linear-gradient(135deg,#c1121f 0%,#ef4444 100%);box-shadow:0 16px 30px rgba(193,18,31,.22)}
.row.g-4 > div:nth-child(6n+3) .service-icon-bubble{background:linear-gradient(135deg,#7c3aed 0%,#a855f7 100%);box-shadow:0 16px 30px rgba(124,58,237,.22)}
.row.g-4 > div:nth-child(6n+4) .service-icon-bubble{background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);box-shadow:0 16px 30px rgba(15,118,110,.22)}
.row.g-4 > div:nth-child(6n+5) .service-icon-bubble{background:linear-gradient(135deg,#ea580c 0%,#f97316 100%);box-shadow:0 16px 30px rgba(234,88,12,.22)}
.row.g-4 > div:nth-child(6n) .service-icon-bubble{background:linear-gradient(135deg,#0f172a 0%,#334155 100%);box-shadow:0 16px 30px rgba(15,23,42,.22)}

/* hide old category chip if still present anywhere */
.service-cat-chip,.category-title,.service-category-title{display:none!important}

@media (max-width:767.98px){
  .modern-service-card .compact-service-title{min-height:auto}
  .modern-service-card .compact-service-desc{min-height:4.2em}
  .service-card-actions .btn{min-height:42px;font-size:.85rem}
}


/* Premium service detail redesign */
.service-premium-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#ffffff 0%,#f5f9ff 48%,#fff2f4 100%);border:1px solid #e2e8f0;border-radius:34px;padding:38px;box-shadow:0 22px 48px rgba(15,23,42,.08)}
.service-premium-glow{position:absolute;border-radius:50%;filter:blur(14px);opacity:.22;pointer-events:none}
.service-premium-glow-one{width:220px;height:220px;background:#60a5fa;top:-70px;right:12%;}
.service-premium-glow-two{width:200px;height:200px;background:#fb7185;bottom:-80px;left:-50px;}
.service-premium-chip{display:inline-flex;align-items:center;padding:.58rem .95rem;border-radius:999px;background:#e8f0ff;color:#1d4ed8;font-weight:700;border:1px solid #dbeafe}
.service-premium-title{font-size:2.55rem;line-height:1.08;font-weight:800;letter-spacing:-.03em;color:#0f172a}
.service-premium-lead{font-size:1.07rem;color:#475569;max-width:760px}
.service-hero-highlights{display:flex;gap:14px;flex-wrap:wrap}
.service-highlight-box{min-width:170px;background:rgba(255,255,255,.85);backdrop-filter:blur(8px);border:1px solid #e2e8f0;border-radius:22px;padding:16px 18px;box-shadow:0 14px 28px rgba(15,23,42,.05)}
.service-highlight-box small{display:block;color:#64748b;margin-bottom:6px}
.service-highlight-box strong{font-size:1rem;color:#0f172a}
.service-hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.service-premium-summary-card{height:100%;background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:24px;box-shadow:0 16px 32px rgba(15,23,42,.06);position:relative;overflow:hidden}
.service-premium-summary-card:before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#1d4ed8,#de3b39)}
.service-summary-icon{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#de3b39);color:#fff;font-size:1.35rem;box-shadow:0 16px 28px rgba(29,78,216,.22);margin-bottom:16px}
.service-summary-line{display:flex;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px dashed #e2e8f0}
.service-summary-line:last-child{border-bottom:none;padding-bottom:0}
.service-summary-line span{color:#64748b}.service-summary-line strong{color:#0f172a;text-align:right}
.service-premium-card{background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:28px;box-shadow:0 16px 34px rgba(15,23,42,.06)}
.service-section-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:22px}
.service-section-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#eff6ff,#fff1f2);color:#0d4d7a;font-size:1.15rem;flex:0 0 auto}
.service-section-subtitle{color:#64748b;font-size:.94rem}
.service-feature-tile,.service-doc-tile{height:100%;display:flex;gap:14px;align-items:flex-start;padding:18px;border-radius:22px;background:#f8fbff;border:1px solid #dbeafe;transition:.25s ease}
.service-doc-tile{background:#fff8f1;border-color:#fed7aa}
.service-feature-tile:hover,.service-doc-tile:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(15,23,42,.07)}
.service-mini-icon{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#1d4ed8,#0ea5e9);color:#fff;flex:0 0 auto;font-size:.9rem;box-shadow:0 12px 22px rgba(29,78,216,.2)}
.service-mini-icon.orange{background:linear-gradient(135deg,#f59e0b,#ea580c);box-shadow:0 12px 22px rgba(245,158,11,.22)}
.service-mini-icon.red{background:linear-gradient(135deg,#de3b39,#fb7185);box-shadow:0 12px 22px rgba(222,59,57,.22)}
.service-process-grid{display:grid;gap:14px}
.service-process-card{display:flex;gap:16px;align-items:flex-start;padding:18px;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #e2e8f0;transition:.25s ease}
.service-process-card:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(15,23,42,.07)}
.service-process-card strong{display:block;margin-bottom:4px;color:#0f172a}
.service-process-card p{color:#475569}
.service-process-no{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,#0d4d7a,#de3b39);color:#fff;font-weight:800;flex:0 0 auto;box-shadow:0 14px 24px rgba(13,77,122,.2)}
.service-timeline-banner{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#0d2547,#153b69);color:#fff}
.service-timeline-banner small{display:block;color:rgba(255,255,255,.76);margin-bottom:6px}.service-timeline-banner strong{font-size:1.2rem}
.premium-faq .accordion-item{border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;margin-bottom:12px}
.premium-faq .accordion-button{font-weight:700;background:#fff}.premium-faq .accordion-button:not(.collapsed){background:#f8fbff;color:#0d4d7a;box-shadow:none}
.service-bottom-cta{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:22px 24px;border-radius:28px;background:linear-gradient(135deg,#0d2547,#163967);color:#fff;box-shadow:0 20px 36px rgba(15,23,42,.12)}
.service-bottom-cta small{display:block;color:rgba(255,255,255,.72);margin-bottom:4px}.service-bottom-cta h4{font-weight:800}
.service-bottom-cta-buttons{display:flex;gap:12px;flex-wrap:wrap}
.service-cta-outline{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff}
.service-cta-outline:hover{background:rgba(255,255,255,.18);color:#fff}
.service-side-sticky{position:sticky;top:96px}
.service-premium-form-card{position:relative;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.service-premium-form-card:before{content:'';position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#1d4ed8,#de3b39)}
.service-form-badge{display:inline-flex;padding:.45rem .8rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-weight:700;font-size:.8rem;margin-bottom:14px}
.service-submit-btn{padding:.9rem 1rem;border-radius:14px;font-weight:700}
.service-side-info-card,.service-side-contact-card{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:24px;box-shadow:0 16px 30px rgba(15,23,42,.06)}
.service-side-line{display:flex;gap:10px;align-items:flex-start;padding:8px 0;color:#334155}
.service-side-line i{color:#16a34a;margin-top:3px}
.service-contact-top{display:flex;gap:14px;align-items:center;margin-bottom:14px}
.service-contact-link{display:block;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;text-decoration:none;font-weight:700;margin-bottom:10px;transition:.2s ease}
.service-contact-link:hover{transform:translateY(-2px);box-shadow:0 12px 22px rgba(15,23,42,.06);color:#0d4d7a}
@media (max-width:991.98px){.service-premium-title{font-size:2.1rem}.service-timeline-banner,.service-bottom-cta{flex-direction:column;align-items:flex-start}.service-side-sticky{position:static}}
@media (max-width:767.98px){.service-premium-hero,.service-premium-card,.service-premium-summary-card,.service-side-info-card,.service-side-contact-card,.service-side-enquiry{padding:22px}.service-premium-title{font-size:1.8rem}.service-highlight-box{width:100%}.service-hero-cta .btn,.service-bottom-cta-buttons .btn{width:100%}}


/* ===== Simple image background hero slider ===== */
.simple-hero-section{
  padding:18px 0 8px;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
}
.simple-hero-slider{
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(15,23,42,.10);
  background:#fff;
}
.simple-hero-item{
  position:relative;
  min-height:520px;
  padding:70px 50px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.simple-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(7,24,48,.72) 0%, rgba(7,24,48,.52) 45%, rgba(7,24,48,.38) 100%);
}
.simple-hero-item .row{
  width:100%;
  justify-content:center;
}
.simple-hero-item .col-lg-12{
  display:flex;
  justify-content:center;
}
.simple-hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
  width:100%;
  color:#fff;
  margin:0 auto;
  text-align:center;
}
.simple-hero-badge{
  display:inline-block;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
  padding:8px 14px;
  border-radius:999px;
  font-size:.92rem;
  font-weight:600;
  margin-bottom:16px;
  backdrop-filter:blur(6px);
}
.simple-hero-content h1,
.simple-hero-content h2{
  font-size:clamp(2rem,4vw,3.5rem);
  line-height:1.12;
  font-weight:800;
  margin-bottom:16px;
  color:#fff;
}
.simple-hero-content p{
  font-size:1.02rem;
  line-height:1.75;
  color:rgba(255,255,255,.92);
  margin-bottom:24px;
}
.simple-hero-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:center;
}
.simple-hero-buttons .btn{
  border-radius:999px;
  padding:12px 24px;
  font-weight:600;
}
.simple-hero-buttons .btn-light{
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.94);
  color:#0b2c5f;
}
.simple-hero-buttons .btn-light:hover{
  background:#ffffff;
  color:#0b2c5f;
}
.simple-hero-control{
  width:52px;
  opacity:1;
}
.simple-hero-control .carousel-control-prev-icon,
.simple-hero-control .carousel-control-next-icon{
  width:42px;
  height:42px;
  border-radius:50%;
  background-color:rgba(255,255,255,.22);
  background-size:42% 42%;
}
.simple-hero-indicators{bottom:18px;}
.simple-hero-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:50%;
  border:none;
  background:rgba(255,255,255,.55);
  opacity:1;
}
.simple-hero-indicators .active{
  width:30px;
  border-radius:999px;
  background:#ffffff;
}
@media (max-width: 991.98px){
  .simple-hero-item{
    min-height:460px;
    padding:56px 34px 72px;
    background-position:center;
  }
}
@media (max-width: 767.98px){
  .simple-hero-section{padding:12px 0 4px;}
  .simple-hero-slider{border-radius:18px;}
  .simple-hero-item{
    min-height:420px;
    padding:34px 22px 70px;
    background-position:center center;
    justify-content:center;
    text-align:center;
  }
  .simple-hero-overlay{
    background:linear-gradient(180deg, rgba(7,24,48,.78) 0%, rgba(7,24,48,.58) 45%, rgba(7,24,48,.44) 100%);
  }
  .simple-hero-content{max-width:100%;}
  .simple-hero-content p{
    font-size:.95rem;
    line-height:1.65;
  }
  .simple-hero-buttons{flex-direction:column;}
  .simple-hero-buttons .btn{width:100%;}
  .simple-hero-control{display:none;}
}


/* Compact premium service cards */
.modern-service-card{height:100%;display:flex;flex-direction:column;padding:1.25rem!important;gap:.15rem;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.modern-service-card .service-card-top{margin-bottom:.9rem}
.modern-service-card .service-card-body{flex:1 1 auto;display:flex;flex-direction:column}
.modern-service-card .compact-service-title{min-height:2.8em;margin-bottom:.55rem!important;line-height:1.4;font-size:1rem}
.modern-service-card .compact-service-desc{min-height:4.2em;line-height:1.55;margin-bottom:0!important;color:#64748b}
.modern-service-card .service-card-actions{margin-top:1rem!important}
.modern-service-card .service-card-actions .btn{min-height:42px;border-radius:14px;font-size:.9rem;font-weight:700}
.modern-service-card:hover{transform:translateY(-8px);box-shadow:0 24px 44px rgba(15,23,42,.14);border-color:#d9e6f4}
.service-mini-points,.compact-service-time{display:none!important}
@media (min-width:768px){
  .row.g-4 > [class*="col-"] > .modern-service-card{height:100%}
}
@media (max-width:767.98px){
  .modern-service-card{padding:1rem!important;border-radius:20px}
  .modern-service-card .service-card-top{margin-bottom:.7rem}
  .modern-service-card .compact-service-title{font-size:.92rem;min-height:2.6em}
  .modern-service-card .compact-service-desc{font-size:.8rem;min-height:3.8em;line-height:1.45}
  .modern-service-card .service-card-actions{margin-top:.85rem!important}
  .modern-service-card .service-card-actions .btn{min-height:38px;font-size:.78rem;padding:.55rem .7rem}
}


.service-delivery-card{
  height:100%;
  background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%);
  border:1px solid rgba(13,110,253,.08);
  border-radius:22px;
  padding:20px;
  box-shadow:0 12px 32px rgba(15,23,42,.06);
}
.service-delivery-head{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px;
}
.service-delivery-list{
  display:grid;
  gap:12px;
}
.service-doc-tile.compact{
  min-height:auto;
  padding:12px 14px;
}


.order-progress-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px}
.order-progress-bar{width:100%;height:12px;border-radius:999px;background:#e2e8f0;overflow:hidden}
.order-progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--pri),var(--pri2))}
.timeline-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.timeline-step-card{border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;background:#f8fafc;display:flex;flex-direction:column;gap:6px}
.timeline-step-card strong{font-size:.95rem}
.timeline-step-card small{color:#64748b}
.timeline-step-card.active{border-color:#bfdbfe;background:#eff6ff}
.timeline-step-card.done{border-color:#bbf7d0;background:#f0fdf4}
.progress-card-mini{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:18px;box-shadow:0 10px 22px rgba(15,23,42,.05)}
.checklist-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:16px}
.checklist-card.done{background:#f0fdf4;border-color:#bbf7d0}
.checklist-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:.35rem .75rem;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:.78rem;font-weight:700}
.checklist-card.done .checklist-badge{background:#dcfce7;color:#166534}
.chart-bar.large{height:14px}
@media (max-width: 767.98px){.timeline-steps-grid{grid-template-columns:1fr}}

.pay-app-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.pay-app-card{display:flex;align-items:center;gap:.75rem;padding:14px 16px;border:1px solid #e2e8f0;border-radius:18px;text-decoration:none;color:#0f172a;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);font-weight:700;transition:.2s ease}
.pay-app-card:hover{transform:translateY(-3px);color:#0d4d7a;border-color:#cbd5e1}
.pay-app-card i{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#fff1f2);color:#0d4d7a;font-size:1.1rem}
.qr-card{max-width:260px;padding:16px;border-radius:24px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 14px 28px rgba(15,23,42,.06)}
.payment-qr-img{width:100%;max-width:220px;aspect-ratio:1/1;object-fit:cover}
.payment-detail-list{display:grid;gap:12px;font-size:1rem}
.payment-detail-list div{padding:10px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}
.ai-search-hero{background:linear-gradient(90deg,#eef2ff,#fff1f2)}
.ai-search-sidebox{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 24px rgba(15,23,42,.05)}
.search-chip{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#0f172a;text-decoration:none;font-weight:600}
.search-chip:hover{color:#0d4d7a;border-color:#cbd5e1}
.ai-result-card,.ai-category-card,.ai-help-box{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 12px 24px rgba(15,23,42,.05);height:100%}
.ai-category-card:hover{border-color:#cbd5e1;transform:translateY(-2px)}
.ai-suggestion-list{padding-left:1.15rem;color:#334155}.ai-suggestion-list li{margin-bottom:.65rem}
.ai-help-box{display:flex;flex-direction:column;gap:10px}.ai-help-box i{font-size:1.5rem;color:#0d4d7a}
.ai-help-box span{color:#64748b;font-size:.95rem}
@media (max-width: 767.98px){.pay-app-grid{grid-template-columns:1fr}}

.payment-step-list{display:grid;gap:12px}
.payment-step-list div{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.payment-step-list span{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#0d4d7a,#de3b39);color:#fff;font-weight:700;flex:0 0 30px}
.ai-chat-wrap{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.ai-chat-header{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}
.ai-chat-thread{display:flex;flex-direction:column;gap:14px}
.ai-bubble{max-width:86%;padding:14px 16px;border-radius:18px;font-size:.98rem;line-height:1.55;box-shadow:0 12px 24px rgba(15,23,42,.06)}
.ai-bubble-bot{background:#f8fafc;border:1px solid #e2e8f0;color:#334155;border-top-left-radius:6px}
.ai-bubble-user{background:linear-gradient(135deg,#0d4d7a,#1d4ed8);color:#fff;border-top-right-radius:6px}
.ai-response-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 14px 28px rgba(15,23,42,.05)}
.ai-result-card{background:#fff;border:1px solid #dbe4f0;border-radius:18px;padding:18px;box-shadow:0 10px 20px rgba(15,23,42,.04)}
.ai-category-card{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #dbe4f0;border-radius:18px;padding:18px;box-shadow:0 10px 20px rgba(15,23,42,.04)}
.ai-list-clean{padding-left:1.1rem}
.ai-list-clean li+li{margin-top:.4rem}

.footer-luxury{position:relative;background:radial-gradient(circle at top right, rgba(255,215,128,.16), transparent 20%),radial-gradient(circle at left bottom, rgba(59,130,246,.12), transparent 22%),linear-gradient(135deg,#071325 0%,#0d1f3a 46%,#111827 100%);color:#fff;overflow:hidden}
.footer-luxury:before{content:'';position:absolute;inset:auto -120px -120px auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle, rgba(222,59,57,.18), transparent 68%)}
.footer-luxury-wrap{position:relative;z-index:1}
.footer-luxury-card{height:100%;padding:28px;border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(14px);box-shadow:0 22px 48px rgba(0,0,0,.18)}
.footer-brand-row{display:flex;gap:16px;align-items:flex-start}
.footer-logo-shell{width:86px;height:86px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.15);flex:0 0 auto}
.footer-logo-color{height:56px;filter:none}
.footer-eyebrow{display:inline-block;margin-bottom:8px;padding:.45rem .75rem;border-radius:999px;background:rgba(255,215,128,.15);border:1px solid rgba(255,215,128,.22);color:#ffd78b;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}
.footer-brand-title{font-size:1.7rem;font-weight:800;color:#fff;letter-spacing:-.02em}
.footer-brand-copy{color:rgba(255,255,255,.78);line-height:1.75}
.footer-pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.footer-pill-row span{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#f8fafc;font-weight:600}
.footer-title{font-size:1rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#ffd78b;margin-bottom:1rem}
.footer-links-luxury li{margin-bottom:.7rem}
.footer-links-luxury a{display:inline-flex;align-items:center;gap:10px;color:rgba(255,255,255,.82);text-decoration:none;font-weight:600;transition:.2s ease}
.footer-links-luxury a:before{content:'›';display:inline-block;color:#ffd78b;font-size:1rem;transform:translateY(-1px)}
.footer-links-luxury a:hover{color:#fff;transform:translateX(3px)}
.footer-mini-note{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.75);line-height:1.7}
.footer-bottom-luxury{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.12)}
@media (max-width:991.98px){.footer-brand-row{flex-direction:column}.footer-logo-shell{width:76px;height:76px}.footer-brand-title{font-size:1.45rem}}
@media (max-width:767.98px){.footer-luxury-card{padding:22px;border-radius:24px}.footer-pill-row span{width:100%;justify-content:center}}
