<style id="rogws-modern-ui">
:root{
  --rogws-primary:#2563eb;
  --rogws-primary-dark:#1d4ed8;
  --rogws-accent:#06b6d4;
  --rogws-success:#16a34a;
  --rogws-dark:#0b1220;
  --rogws-dark-2:#111c31;
  --rogws-text:#475569;
  --rogws-muted:#64748b;
  --rogws-border:#e2e8f0;
  --rogws-bg:#f8fafc;
  --rogws-radius:18px;
}
html{scroll-behavior:smooth}
body{background:#fff;color:var(--rogws-text);overflow-x:hidden}
img{max-width:100%;height:auto}
a{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.rogws-shell{width:min(1220px,calc(100% - 30px));margin:0 auto}

/* Top bar */
.rogws-topbar{
  color:#dbeafe;
  background:#07101f;
  border-bottom:1px solid rgba(255,255,255,.08);
  font-size:13px;
}
.rogws-topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.rogws-top-message{display:flex;align-items:center;gap:7px}
.rogws-top-message i{color:#34d399}
.rogws-top-contact{display:flex;gap:18px}
.rogws-top-contact a{color:#dbeafe;text-decoration:none}
.rogws-top-contact a:hover{color:#fff}

/* Navbar */
.rogws-navbar{
  position:sticky;
  top:0;
  z-index:1030;
  min-height:78px;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(15,23,42,.08);
  box-shadow:0 5px 24px rgba(15,23,42,.07);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.rogws-brand{
  display:flex;
  align-items:center;
  gap:11px;
  color:#0f172a!important;
  text-decoration:none;
  padding:5px 0;
}
.rogws-logo-box{
  width:55px;height:55px;
  display:flex;align-items:center;justify-content:center;
  padding:4px;
  border:2px solid #dbeafe;
  border-radius:14px;
  background:#fff;
  box-shadow:0 5px 15px rgba(37,99,235,.12);
  overflow:hidden;
}
.rogws-logo-box img{width:47px;height:47px;object-fit:contain}
.rogws-brand-copy{display:flex;flex-direction:column;line-height:1.15}
.rogws-brand-copy strong{font-size:17px;font-weight:800;letter-spacing:-.2px}
.rogws-brand-copy small{margin-top:4px;color:#64748b;font-size:10px;font-weight:600}
.rogws-nav-list{gap:3px}
.rogws-nav-link{
  color:#334155!important;
  padding:10px 12px!important;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
}
.rogws-nav-link:hover,.rogws-nav-link.active{
  color:var(--rogws-primary)!important;
  background:#eff6ff;
}
.rogws-dropdown{
  min-width:245px;
  padding:8px;
  border:1px solid var(--rogws-border);
  border-radius:14px;
  box-shadow:0 18px 45px rgba(15,23,42,.13);
}
.rogws-dropdown .dropdown-item{
  padding:9px 11px;
  border-radius:9px;
  color:#334155;
  font-size:13px;
  font-weight:600;
}
.rogws-dropdown .dropdown-item:hover{background:#eff6ff;color:var(--rogws-primary)}
.rogws-nav-cta-wrap{margin-left:7px}
.rogws-nav-cta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 15px;
  border-radius:11px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--rogws-primary),var(--rogws-accent));
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(37,99,235,.20);
}
.rogws-nav-cta:hover{transform:translateY(-1px);box-shadow:0 11px 23px rgba(37,99,235,.27)}
.rogws-toggler{
  border:1px solid #dbeafe!important;
  padding:9px 10px!important;
  border-radius:11px;
  background:#eff6ff;
}
.rogws-toggler-line{display:block;width:21px;height:2px;margin:4px 0;background:#2563eb;border-radius:4px}

/* Existing content modernization */
.container-fluid.display_hidden{width:100%;padding-left:0;padding-right:0}
.container-fluid.display_hidden>.paragraph,
.container-fluid.display_hidden>.row,
.container-fluid.display_hidden>.div_background{width:min(1220px,calc(100% - 30px));margin-left:auto;margin-right:auto}
.paragraph{
  border:1px solid var(--rogws-border)!important;
  border-radius:var(--rogws-radius);
  background:#fff;
  color:#334155!important;
  box-shadow:0 7px 25px rgba(15,23,42,.045);
}
h1{color:#0f172a;font-weight:800;line-height:1.25}
.h2_style_span{
  background:linear-gradient(135deg,#1d4ed8,#0891b2)!important;
  border:0!important;
  border-radius:12px!important;
  color:#fff!important;
  padding:9px 16px!important;
  font-family:inherit!important;
  font-size:clamp(18px,2.2vw,25px)!important;
  box-shadow:0 8px 22px rgba(37,99,235,.16);
}
.linesedetext:before,.linesedetext:after{background:#bfdbfe!important}
.h2_which_service{
  display:inline-block;
  border:1px solid #bfdbfe!important;
  border-radius:12px!important;
  background:#eff6ff;
  color:#1d4ed8!important;
  padding:9px 15px!important;
  font-size:18px;
  font-weight:800;
}
.btn{
  border-radius:11px!important;
  font-weight:700!important;
  padding:10px 16px!important;
  transition:.2s ease!important;
}
.btn-outline-primary{
  border:1px solid #2563eb!important;
  background:#fff!important;
  color:#1d4ed8!important;
}
.btn-outline-primary:hover{
  background:#2563eb!important;
  color:#fff!important;
  transform:translateY(-2px);
  box-shadow:0 8px 18px rgba(37,99,235,.18);
}
.table-responsive{border-radius:16px}
.table{
  overflow:hidden;
  border-color:#e2e8f0!important;
}
.table thead th{
  color:#fff!important;
  background:#172554!important;
  border-color:#334155!important;
  font-size:13px;
}
.table tbody td,.table tbody th{vertical-align:middle}
.table tbody tr:hover{background:#f8fafc}
.table a{color:#1d4ed8!important;font-weight:700}
.div_background{background:#f8fafc!important;border-radius:18px;padding:12px}
.faq{
  text-align:left;
  color:#0f172a;
  font-size:18px;
  font-weight:750;
}
.paragraph a{color:#1d4ed8}
.paragraph a:hover{color:#0891b2}
#booknow .h1_border{
  border:0!important;
  border-radius:20px;
  background:linear-gradient(145deg,#eff6ff,#ecfeff)!important;
  box-shadow:0 14px 40px rgba(37,99,235,.10);
}
#booknow input,#booknow select,#booknow textarea{
  border:1px solid #cbd5e1;
  border-radius:10px;
  min-height:44px;
}
#booknow input:focus,#booknow select:focus,#booknow textarea:focus{
  border-color:#60a5fa;
  box-shadow:0 0 0 .2rem rgba(37,99,235,.10);
}
#booknow .btn-outline-dark{
  color:#fff!important;
  border:0!important;
  background:linear-gradient(135deg,#2563eb,#0891b2)!important;
}
#booknow .btn-outline-dark:hover{transform:translateY(-1px);box-shadow:0 9px 20px rgba(37,99,235,.20)}
.site-content img{max-width:100%;height:auto}

/* One modern floating bar: legacy fixed controls are suppressed */
body{padding-bottom:88px}
.footer_popup,#footer{display:none!important}
a[href="tel:9211627332"]>img[src*="call-now"]{display:none!important}
.rogws-bottom-bar,.rogws-bottom-btn,.gmc-float-actions,.gws-float-actions{display:none!important}

/* Modern footer */
.rogws-modern-footer{
  margin-top:45px;
  color:#aebbd0;
  background:
    radial-gradient(circle at 90% 0%,rgba(37,99,235,.20),transparent 27%),
    radial-gradient(circle at 5% 85%,rgba(6,182,212,.10),transparent 24%),
    linear-gradient(135deg,#07101f,#111c31);
}
.rogws-trust{padding:30px 0;border-bottom:1px solid rgba(255,255,255,.09)}
.rogws-trust-card{
  display:flex;align-items:center;gap:28px;
  padding:21px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:20px;
  background:rgba(255,255,255,.045);
}
.rogws-trust-copy{flex:0 0 260px}
.rogws-eyebrow{
  display:inline-flex;gap:7px;align-items:center;
  color:#67e8c2;text-transform:uppercase;
  font-size:11px;font-weight:800;letter-spacing:1px
}
.rogws-trust-copy h2{margin:6px 0 5px;color:#fff;font-size:22px;font-weight:800}
.rogws-trust-copy p{margin:0;font-size:13px}
.rogws-awards-box{
  flex:1;min-width:0;padding:8px 12px;
  background:#fff;border-radius:14px;overflow:hidden
}
.rogws-awards-box img{display:block;width:100%;height:auto;max-height:145px;object-fit:contain}
.rogws-footer-main{padding:52px 0 38px}
.rogws-footer-grid{
  display:grid;grid-template-columns:1.45fr 1fr 1fr 1fr;gap:38px
}
.rogws-footer-company{padding-right:10px}
.rogws-footer-logo{
  width:82px;height:82px;display:flex;align-items:center;justify-content:center;
  margin-bottom:15px;padding:5px;background:#fff;border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,.12)
}
.rogws-footer-logo img{width:72px;height:72px;object-fit:contain}
.rogws-footer-company h3{margin:0 0 9px;color:#fff;font-size:18px;font-weight:800}
.rogws-footer-company>p{max-width:390px;margin:0 0 18px;font-size:13px;line-height:1.75}
.rogws-footer-contact{display:grid;gap:9px;font-size:13px}
.rogws-footer-contact a,.rogws-footer-contact div{display:flex;align-items:flex-start;gap:9px;color:#b9c5d6;text-decoration:none}
.rogws-footer-contact span{width:20px;flex:0 0 20px;color:#60a5fa;text-align:center}
.rogws-footer-contact a:hover{color:#fff}
.rogws-footer-title{
  position:relative;margin:2px 0 18px;padding-bottom:10px;
  color:#fff;font-size:15px;font-weight:800
}
.rogws-footer-title:after{
  content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;
  border-radius:4px;background:linear-gradient(90deg,#2563eb,#06b6d4)
}
.rogws-footer-links{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.rogws-footer-links li a{
  display:inline-flex;align-items:flex-start;gap:7px;
  color:#aebbd0;font-size:13px;line-height:1.5;text-decoration:none
}
.rogws-footer-links li a:before{content:"›";color:#60a5fa;font-weight:900}
.rogws-footer-links li a:hover{color:#fff;transform:translateX(3px)}
.rogws-footer-regions{
  padding:27px 0;border-top:1px solid rgba(255,255,255,.09);
  border-bottom:1px solid rgba(255,255,255,.09)
}
.rogws-region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.rogws-footer-bottom{background:rgba(0,0,0,.18)}
.rogws-footer-bottom-inner{
  min-height:72px;display:flex;align-items:center;
  justify-content:space-between;gap:20px
}
.rogws-footer-bottom p{margin:0;font-size:12px;line-height:1.6}
.rogws-payment{display:flex;align-items:center;gap:10px}
.rogws-payment span{font-size:11px}
.rogws-payment img{max-width:210px;max-height:44px;width:auto;height:auto}

/* Fixed action bar */
.rogws-action-bar{
  position:fixed;z-index:99999;left:50%;bottom:12px;transform:translateX(-50%);
  width:min(440px,calc(100% - 24px));display:flex;gap:7px;padding:7px;
  border:1px solid rgba(255,255,255,.16);border-radius:16px;
  background:rgba(7,16,31,.96);box-shadow:0 13px 40px rgba(0,0,0,.30);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)
}
.rogws-action{
  flex:1;min-height:44px;display:flex;align-items:center;justify-content:center;
  gap:7px;padding:8px 10px;border-radius:11px;color:#fff!important;
  text-decoration:none;font-size:12px;font-weight:800;white-space:nowrap
}
.rogws-action:hover{color:#fff!important;transform:translateY(-1px)}
.rogws-action-call{background:#15803d}
.rogws-action-whatsapp{background:#16a34a}
.rogws-action-book{background:linear-gradient(135deg,#2563eb,#0891b2)}

/* Responsive */
@media(max-width:991.98px){
  .rogws-nav-list{padding:10px 0}
  .rogws-nav-cta-wrap{margin:7px 0 0}
  .rogws-nav-cta{justify-content:center}
  .rogws-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rogws-footer-company{grid-column:1/-1}
  .rogws-region-grid{grid-template-columns:repeat(2,1fr)}
  .rogws-trust-card{flex-direction:column;align-items:stretch}
  .rogws-trust-copy{flex:auto}
}
@media(max-width:767.98px){
  .rogws-topbar-inner{min-height:34px}
  .rogws-top-message{display:none}
  .rogws-top-contact{width:100%;justify-content:space-between;gap:8px;font-size:11px}
  .rogws-shell{width:min(100% - 24px,1220px)}
  .rogws-brand-copy small{font-size:8px}
  .rogws-brand-copy strong{font-size:14px}
  .rogws-logo-box{width:48px;height:48px}
  .rogws-logo-box img{width:41px;height:41px}
  .rogws-navbar{min-height:67px}
  .rogws-footer-grid,.rogws-region-grid{grid-template-columns:1fr}
  .rogws-footer-company{grid-column:auto}
  .rogws-footer-main{padding:38px 0 28px}
  .rogws-footer-bottom-inner{align-items:flex-start;flex-direction:column;padding:17px 0 82px}
  .rogws-payment{align-items:flex-start;flex-direction:column}
  .rogws-action{min-height:46px;font-size:10px;padding:7px 4px}
  body{padding-bottom:78px}
}
@media(max-width:380px){
  .rogws-action{font-size:9px;gap:4px}
  .rogws-top-contact a:first-child{display:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
</style>