:root{
  --accent:#d88943;
  --accent-soft:#f4e7d8;
  --dark:#0f1b3d;
  --muted:#61708f;
  --light:#f6f7fb;
  --white:#fff;
  --border:rgba(15,27,61,.08);
  --shadow:0 20px 60px rgba(15,27,61,.10);
  --shadow-soft:0 10px 28px rgba(15,27,61,.08);
  --radius-xl:34px;
  --radius-lg:28px;
  --radius-md:22px;
  --container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--font-main);direction:rtl;color:var(--dark);background:var(--white);overflow-x:hidden;line-height:1.8}
a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
body.drawer-open{overflow:hidden}
.container{width:min(var(--container), calc(100% - 32px));margin-inline:auto}

.site-header{position:fixed;top:0;right:0;left:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,27,61,.05);transition:.25s ease}
.site-header.is-scrolled{box-shadow:0 10px 35px rgba(15,27,61,.10)}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:78px}
.header-brand{order:1}
.logo-link{display:flex;align-items:center;justify-content:flex-end}
.custom-logo,.default-logo{width:68px;height:68px;object-fit:contain}
.desktop-nav{display:none;order:2;flex:1}
.desktop-menu{display:flex;align-items:center;justify-content:center;gap:14px;list-style:none;padding:0;margin:0}
.desktop-menu li a{font-weight:800;padding:10px 14px;border-radius:999px;transition:.2s ease;color:var(--dark)}
.desktop-menu li a:hover{background:var(--light);color:var(--accent)}
.menu-toggle{order:3;width:46px;height:46px;border:none;background:transparent;display:inline-flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;padding:0}
.menu-toggle span{width:34px;height:3px;border-radius:999px;background:var(--dark);display:block;transition:.2s ease}
.menu-toggle:hover span:nth-child(2){width:26px}

.drawer-overlay{position:fixed;inset:0;background:rgba(15,27,61,.35);opacity:0;visibility:hidden;transition:.25s ease;z-index:1001}
.drawer-overlay.is-open{opacity:1;visibility:visible}
.drawer{position:fixed;top:0;left:0;width:min(390px,92vw);height:100vh;background:#fff;box-shadow:0 30px 70px rgba(15,27,61,.18);transform:translateX(-110%);transition:.28s ease;z-index:1002;padding:22px 20px 30px;overflow:auto}
.drawer.is-open{transform:none}
.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.drawer-top strong{font-size:22px;font-weight:800}
.drawer-close{width:42px;height:42px;border:none;border-radius:50%;background:var(--light);font-size:29px;cursor:pointer;color:var(--dark)}
.drawer-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px 16px;margin-bottom:18px;box-shadow:var(--shadow-soft)}
.drawer-box h4{margin:0 0 12px;font-size:16px;color:var(--muted)}
.drawer-menu,.drawer-posts,.footer-menu,.contact-list,.feature-list{list-style:none;padding:0;margin:0}
.drawer-menu{display:grid;gap:10px}
.drawer-menu a,.drawer-posts a,.drawer-posts li{display:block;padding:12px 14px;border-radius:16px;background:var(--light);font-weight:800;border:1px solid rgba(15,27,61,.04)}
.drawer-posts{display:grid;gap:10px}

.hero-section{position:relative;padding:128px 0 54px;background:linear-gradient(180deg,#fdfdfd 0%, #f5f7fb 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.hero-copy{position:relative;z-index:2}
.mini-badge,.section-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:14px;font-weight:800;margin-bottom:18px}
.section-label.small{font-size:12px;padding:6px 12px;margin-bottom:10px}
.hero-copy h1{font-size:clamp(38px,5vw,70px);line-height:1.08;margin:0 0 18px;font-weight:800;max-width:11ch}
.hero-copy p{margin:0 0 26px;color:var(--muted);font-size:18px;max-width:58ch}
.hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.2s ease;min-width:146px}
.btn-primary{background:var(--accent);color:#fff;box-shadow:0 16px 30px rgba(216,137,67,.28)}
.btn-secondary{background:#fff;border-color:var(--border);color:var(--dark)}
.btn:hover{transform:translateY(-2px)}
.small-btn{padding:12px 18px;min-width:138px}

.hero-media{position:relative;min-height:500px}
.hero-main-card{position:absolute;inset:0 38px 0 0;background:#fff;border-radius:36px;box-shadow:0 30px 70px rgba(15,27,61,.15);overflow:hidden}
.hero-main-card img{width:100%;height:100%;object-fit:cover;background:#fff}
.hero-info-card{position:absolute;max-width:235px;background:#fff;border:1px solid rgba(15,27,61,.05);box-shadow:var(--shadow);border-radius:26px;padding:18px 18px 16px;z-index:2}
.hero-info-card strong{display:block;font-size:18px;margin-bottom:8px}
.hero-info-card span{display:block;font-size:14px;line-height:1.8;color:var(--muted)}
.hero-info-top{top:12px;left:0}
.hero-info-bottom{bottom:16px;right:10px}
.hero-blur{position:absolute;border-radius:50%;filter:blur(20px);opacity:.45;pointer-events:none}
.hero-blur-a{width:220px;height:220px;background:rgba(216,137,67,.22);right:-70px;top:110px}
.hero-blur-b{width:280px;height:280px;background:rgba(15,27,61,.08);left:-90px;bottom:-90px}
.parallax-float{animation:floatY 5.6s ease-in-out infinite}
.parallax-float-sm{animation:floatY 4.7s ease-in-out infinite}

.stats-section{padding:0 0 38px;background:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card{position:relative;background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow-soft);padding:22px 20px;text-align:center;overflow:hidden}
.stat-frame{position:absolute;inset:16px;border:1px dashed rgba(216,137,67,.24);border-radius:22px;pointer-events:none}
.stat-card strong{position:relative;font-size:42px;line-height:1;display:inline-block;color:var(--dark);font-weight:800;z-index:1}
.counter-suffix{position:relative;color:var(--accent);font-weight:800;font-size:34px;margin-right:2px;z-index:1}
.stat-card p{position:relative;margin:10px 0 0;color:var(--muted);font-weight:800;z-index:1}

.posts-strip-section,.about-section,.services-section,.projects-section,.cta-section,.inner-page{padding:72px 0}
.center-heading{text-align:center}
.section-heading{max-width:760px;margin:0 auto 26px}.section-heading h2,.about-content h2,.cta-box h2,.entry-card h1{font-size:clamp(30px,4vw,52px);line-height:1.15;margin:0}
.section-heading h2{margin-top:2px}

.articles-slider{position:relative;display:flex;align-items:center;gap:10px}
.slider-window{overflow:hidden;width:100%;padding:6px 2px}
.slider-track{display:flex;gap:18px;will-change:transform;transition:transform .45s ease}
.slide-card{flex:0 0 calc(33.333% - 12px);min-width:0}
.slide-card>a,.slide-card>div{display:block;height:100%;background:#fff;border:1px solid var(--border);border-radius:30px;overflow:hidden;box-shadow:var(--shadow-soft)}
.slide-image{aspect-ratio:1.15/1;background:#edf2f7}
.slide-image img{width:100%;height:100%;object-fit:cover}
.slide-body{padding:18px 18px 22px}
.slide-body h3{margin:0;display:inline;font-size:30px;line-height:1.35;color:var(--dark);box-shadow:inset 0 -12px 0 var(--accent-soft)}
.slider-btn{width:44px;height:44px;border:none;border-radius:50%;background:#fff;box-shadow:var(--shadow-soft);font-size:30px;color:var(--dark);cursor:pointer;flex:0 0 auto}

.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:34px;align-items:center}
.about-image img{width:100%;height:100%;min-height:420px;object-fit:cover;border-radius:34px;box-shadow:var(--shadow)}
.about-content p,.entry-content,.cta-box p{color:var(--muted);font-size:17px}
.feature-list{display:grid;gap:10px;margin-top:22px}
.feature-list li{padding:14px 16px;border-radius:18px;background:var(--light);font-weight:700;border:1px solid rgba(15,27,61,.04)}

.services-section{background:linear-gradient(180deg,#fff 0%, #f7f8fc 100%)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{position:relative}
.service-card a{display:block;height:100%;background:#fff;border:1px solid var(--border);border-radius:34px;overflow:hidden;box-shadow:var(--shadow-soft);position:relative}
.service-thumb{aspect-ratio:1.15/1;background:#eef2f7;overflow:hidden}
.service-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.service-body{padding:22px 22px 24px;position:relative}
.service-body h3{margin:0 0 12px;display:inline;line-height:1.35;font-size:31px;box-shadow:inset 0 -12px 0 var(--accent-soft)}
.service-body p{margin:18px 0 0;color:var(--muted);font-size:17px}
.service-card:hover .service-thumb img{transform:scale(1.04)}
.card-float-icon{position:absolute;top:18px;right:18px;width:68px;height:68px;background:#f8efe7;border-radius:999px;display:grid;place-items:center;z-index:2;box-shadow:0 12px 20px rgba(216,137,67,.16);animation:floatY 5s ease-in-out infinite;padding:10px;border:1px solid rgba(216,137,67,.08)}
.card-float-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(15,27,61,.10))}

.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.project-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--shadow-soft);min-height:360px;background:#eef2f7}
.project-card img{width:100%;height:100%;object-fit:cover}
.project-overlay{position:absolute;right:16px;left:16px;bottom:16px;background:rgba(15,27,61,.72);color:#fff;border-radius:20px;padding:14px 16px;backdrop-filter:blur(8px)}
.project-overlay h3{margin:0;font-size:22px}

.cta-box{display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff;border:1px solid var(--border);border-radius:34px;padding:28px;box-shadow:var(--shadow)}

.site-footer{background:var(--dark);color:#fff;padding-top:54px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;gap:28px;padding-bottom:34px}
.footer-brand p,.contact-list li,.footer-menu a{color:rgba(255,255,255,.78)}
.footer-col h3{margin:0 0 14px;font-size:22px}
.footer-menu{display:grid;gap:12px}.footer-menu a{font-weight:700}
.contact-list{display:grid;gap:12px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}
.footer-bottom-inner{padding:16px 0;text-align:center}
.footer-bottom-inner p{margin:0}
.footer-logo .custom-logo,.footer-logo .default-logo{width:72px;height:72px}

.floating-actions{position:fixed;left:18px;bottom:18px;z-index:1200;display:flex;flex-direction:column;gap:10px;pointer-events:auto}
.floating-btn{min-width:140px;text-align:center;padding:13px 14px;border-radius:999px;color:#fff;font-weight:800;box-shadow:0 14px 24px rgba(15,27,61,.16);display:inline-flex;align-items:center;justify-content:center;border:2px solid rgba(255,255,255,.28)}
.call-btn{background:var(--dark)}
.whatsapp-btn{background:var(--accent)}

.entry-card{background:#fff;border:1px solid var(--border);border-radius:30px;padding:28px;box-shadow:var(--shadow-soft)}
.entry-content p{margin-top:0}

.reveal-up,.js-enabled .reveal-up,.js-enabled .reveal-up.is-visible{opacity:1 !important;transform:none !important;transition:none !important}

@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}

@media (max-width: 1100px){
  .slide-card{flex-basis:calc(50% - 9px)}
  .services-grid,.projects-grid{grid-template-columns:repeat(2,1fr)}
  .hero-copy h1{max-width:13ch}
}

@media (min-width: 992px){
  .desktop-nav{display:block}
  .menu-toggle{display:none}
}

@media (max-width: 991px){
  .hero-grid,.about-grid,.cta-box,.footer-grid{grid-template-columns:1fr;display:grid}
  .hero-media{min-height:420px}
  .hero-main-card{inset:20px 10px 0 10px}
  .hero-info-top{top:0}
  .hero-info-bottom{bottom:0}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .slide-card{flex-basis:calc(50% - 9px)}
}

@media (max-width: 767px){
  .site-header{background:rgba(255,255,255,.96)}
  .header-row{min-height:72px}
  .custom-logo,.default-logo{width:58px;height:58px}
  .hero-section{padding-top:106px;padding-bottom:36px}
  .hero-grid{grid-template-columns:1fr;gap:22px}
  .hero-copy{order:2;text-align:center}
  .hero-copy h1{max-width:none;font-size:clamp(34px,10vw,52px)}
  .hero-copy p{font-size:17px;margin-inline:auto}
  .hero-actions{justify-content:center}
  .hero-media{order:1;min-height:360px}
  .hero-main-card{inset:0}
  .hero-info-card{max-width:180px;padding:14px 14px 12px}
  .hero-info-card strong{font-size:15px}
  .hero-info-card span{font-size:12px}
  .hero-info-top{top:14px;left:10px}
  .hero-info-bottom{right:10px;bottom:14px}
  .stats-grid,.services-grid,.projects-grid,.footer-grid{grid-template-columns:1fr}
  .slide-card{flex-basis:100%}
  .slide-body h3,.service-body h3{font-size:24px}
  .section-heading h2,.about-content h2,.cta-box h2,.entry-card h1{font-size:clamp(28px,9vw,40px)}
  .slider-btn{display:none}
  .card-float-icon{width:54px;height:54px;top:14px;right:14px}
  .card-float-icon img{width:100%;height:100%}
  .floating-actions{left:12px;bottom:12px}
  .floating-btn{min-width:124px;padding:11px 12px;font-size:14px}
  .cta-box{padding:22px}
}


.faq-section{padding:28px 0 12px;background:#fff}
.faq-list{display:grid;gap:14px;max-width:980px;margin:0 auto}
.faq-item{background:#fff;border:1px solid rgba(15,27,61,.08);border-radius:22px;box-shadow:0 14px 34px rgba(15,27,61,.06);overflow:hidden}
.faq-item summary{list-style:none;cursor:pointer;padding:20px 24px;font-size:20px;font-weight:800;color:var(--dark);position:relative}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:'+';position:absolute;left:22px;top:50%;transform:translateY(-50%);font-size:28px;color:var(--accent);font-weight:700}
.faq-item[open] summary:after{content:'−'}
.faq-answer{padding:0 24px 20px;color:var(--muted);font-size:18px;line-height:1.9}
@media (max-width:768px){.faq-item summary{font-size:18px;padding:18px 18px 18px 46px}.faq-answer{padding:0 18px 18px;font-size:16px}}

/* v7 article and contact improvements */
.floating-actions{left:14px;bottom:18px;gap:12px}
.floating-btn{position:relative;min-width:154px;padding:12px 18px 12px 24px;border-radius:18px;color:#fff;font-weight:800;box-shadow:0 16px 26px rgba(15,27,61,.18);border:none;overflow:visible}
.floating-btn:before{content:'';position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:58px;height:58px;border-radius:50%;background:#2d6ea3;box-shadow:0 8px 16px rgba(15,27,61,.18);border:3px solid #fff}
.call-btn{background:#2d6ea3}
.whatsapp-btn{background:#22c55e}
.whatsapp-btn:before{background:#22c55e}
.floating-btn:after{position:absolute;right:-18px;top:50%;transform:translateY(-50%);width:58px;height:58px;display:grid;place-items:center;color:#fff;font-size:24px;font-weight:700}
.call-btn:after{content:'☎'}
.whatsapp-btn:after{content:'✆'}

.single-article-page{padding:112px 0 42px;background:linear-gradient(180deg,#f7f9fd 0%,#ffffff 100%)}
.single-entry{padding:20px;border-radius:34px}
.single-top-contact{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}
.single-phone-pill{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:12px 16px;box-shadow:var(--shadow-soft);font-size:28px;font-weight:800;color:#5a4b87}
.phone-pill-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,#f3e8ff,#fef3c7);display:grid;place-items:center;font-size:24px;color:#6d28d9}
.single-logo-chip{width:76px;height:76px;border-radius:22px;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow-soft);border:1px solid var(--border);padding:10px}
.single-logo-chip img{max-width:100%;max-height:100%;object-fit:contain}
.single-entry-header{margin-bottom:16px}
.single-entry-title{margin:0;font-size:clamp(32px,7vw,56px);line-height:1.15;font-weight:800;display:inline;box-shadow:inset 0 -14px 0 rgba(147,197,253,.38)}
.single-featured-wrap{margin:18px 0 26px;padding:12px;border-radius:32px;background:linear-gradient(145deg,#ffffff,#eff3f8);box-shadow:0 18px 48px rgba(15,27,61,.12);border:1px solid rgba(15,27,61,.08)}
.single-featured-image{width:100%;border-radius:26px;display:block;box-shadow:0 14px 32px rgba(15,27,61,.10)}
.styled-content{font-size:20px;color:var(--muted)}
.styled-content > *:first-child{margin-top:0}
.styled-content h2,.styled-content h3,.styled-content h4{color:var(--dark);line-height:1.35;font-weight:800;display:inline;box-shadow:inset 0 -10px 0 rgba(147,197,253,.35)}
.styled-content h2{font-size:clamp(26px,5vw,42px)}
.styled-content h3{font-size:clamp(24px,4vw,34px)}
.styled-content p,.styled-content li{font-size:clamp(18px,3vw,22px);line-height:2;color:var(--muted)}
.styled-content ul,.styled-content ol{padding-right:20px}
.article-end-box{margin-top:26px;display:grid;grid-template-columns:1fr 1.25fr;gap:22px}
.article-end-contact-card,.article-end-links-card{background:#0f1970;border-radius:34px;padding:24px;color:#fff;box-shadow:0 18px 36px rgba(15,27,61,.18)}
.article-end-heading h3,.article-end-links-card h3{margin:0 0 8px;font-size:34px;font-weight:800}
.article-end-heading p{margin:0 0 18px;color:rgba(255,255,255,.78)}
.article-end-contact-list{display:grid;gap:12px}
.article-contact-row{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-radius:18px;padding:14px 16px;color:#111827;font-weight:800;box-shadow:0 10px 24px rgba(0,0,0,.1)}
.article-contact-row.whatsapp{background:#f0fdf4}
.article-contact-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#4f46e5;color:#fff;font-size:22px}
.article-contact-row.whatsapp .article-contact-icon{background:#22c55e}
.article-end-links{display:grid;gap:12px;margin-top:16px}
.article-end-link{display:block;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.12);padding:16px 18px;border-radius:18px;font-weight:700;transition:.2s ease}
.article-end-link:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}
.article-end-link.disabled{opacity:.6}

@media (max-width: 767px){
  .single-article-page{padding-top:94px}
  .single-entry{padding:16px}
  .single-top-contact{gap:12px}
  .single-phone-pill{width:100%;justify-content:center;font-size:22px;padding:11px 14px}
  .single-logo-chip{width:62px;height:62px;border-radius:18px}
  .single-entry-title{font-size:clamp(28px,9vw,44px);box-shadow:inset 0 -10px 0 rgba(147,197,253,.42)}
  .single-featured-wrap{padding:10px;border-radius:26px}
  .single-featured-image{border-radius:20px}
  .article-end-box{grid-template-columns:1fr;gap:16px}
  .article-end-contact-card,.article-end-links-card{padding:18px;border-radius:26px}
  .article-end-heading h3,.article-end-links-card h3{font-size:24px}
  .article-contact-row{padding:12px 14px}
  .floating-actions{left:10px;bottom:12px}
  .floating-btn{min-width:128px;padding:10px 14px 10px 18px;font-size:14px;border-radius:16px}
  .floating-btn:before,.floating-btn:after{width:50px;height:50px;right:-16px}
}

/* v18 fixes */
 .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;}
 .btn-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;}
 .btn-icon img{width:20px;height:20px;display:block;object-fit:contain;}
 .btn-secondary .btn-icon img{width:22px;height:22px;}
 .single-phone-pill a,.contact-list a,.article-contact-text{unicode-bidi:embed;}
 .single-featured-wrap{aspect-ratio:16/9;overflow:hidden;}
 .single-featured-image{width:100%;height:100%;object-fit:cover;object-position:center center;}
 .floating-actions{left:14px !important;bottom:30px !important;gap:14px;}
 .floating-btn{position:relative;overflow:visible;padding-right:72px !important;}
 .floating-icon{position:absolute;right:-16px;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#2d6ea3;box-shadow:0 8px 16px rgba(15,27,61,.18);border:3px solid #fff;z-index:2;}
 .floating-icon img{width:26px;height:26px;display:block;object-fit:contain;}
 .whatsapp-btn .floating-icon{background:#25D366;}
 .floating-btn:before,.floating-btn:after{display:none !important;content:none !important;}
 .phone-pill-icon{padding:8px;} .phone-pill-icon img{width:24px;height:24px;display:block;object-fit:contain;}
 .article-contact-icon{padding:8px;} .article-contact-icon img{width:24px;height:24px;display:block;object-fit:contain;}
 @media (max-width:767px){ .floating-actions{bottom:42px !important;left:10px !important;} .floating-btn{padding-right:68px !important;} .floating-icon{width:52px;height:52px;right:-14px;} }


/* v19 overrides */
.single-phone-number,.single-phone-pill a,.contact-list a,.article-contact-text{direction:ltr!important;unicode-bidi:isolate!important;white-space:nowrap;display:inline-block;}
.single-featured-wrap{position:relative!important;aspect-ratio:16/9!important;overflow:hidden!important;min-height:210px!important;max-height:420px!important;padding:10px!important;border-radius:28px!important;background:linear-gradient(180deg,#fdfdfd,#eef3f8)!important;box-shadow:0 20px 42px rgba(15,27,61,.12)!important;}
.single-featured-image{width:100%!important;height:100%!important;min-height:0!important;object-fit:cover!important;object-position:center center!important;border-radius:22px!important;display:block!important;}
.single-entry .wp-post-image,.single-entry img.single-featured-image{aspect-ratio:16/9!important;}
.styled-content>img:first-child,.entry-content>img:first-child{width:100%!important;aspect-ratio:16/9!important;object-fit:cover!important;max-height:420px!important;border-radius:22px!important;display:block;margin:0 0 20px;}
.hero-actions .btn,.cta-box .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;}
.hero-actions .btn-icon,.cta-box .btn-icon{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 22px;}
.hero-actions .btn-icon img,.cta-box .btn-icon img{width:20px;height:20px;display:block;object-fit:contain;}
.hero-actions .btn-primary .btn-icon img,.cta-box .btn-primary .btn-icon img{filter:none;}
.floating-actions{left:14px!important;bottom:110px!important;gap:14px!important;z-index:1300!important;}
.floating-btn{position:relative!important;overflow:visible!important;padding:11px 16px 11px 20px!important;padding-right:72px!important;min-width:150px!important;border-radius:18px!important;font-weight:800!important;box-shadow:0 16px 26px rgba(15,27,61,.18)!important;}
.floating-btn .floating-icon{position:absolute!important;right:-16px!important;top:50%!important;transform:translateY(-50%)!important;width:58px!important;height:58px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:4px solid #fff!important;box-shadow:0 8px 16px rgba(15,27,61,.18)!important;}
.call-btn .floating-icon{background:#2d6ea3!important;}
.whatsapp-btn .floating-icon{background:#25D366!important;}
.floating-icon img{width:28px!important;height:28px!important;object-fit:contain!important;display:block!important;}
.floating-btn:before,.floating-btn:after,.call-btn:before,.call-btn:after,.whatsapp-btn:before,.whatsapp-btn:after{display:none!important;content:none!important;}
@media (max-width:767px){.single-featured-wrap{min-height:180px!important;max-height:260px!important;padding:8px!important;border-radius:24px!important;}.single-featured-image{border-radius:18px!important;}.floating-actions{bottom:138px!important;left:12px!important;gap:12px!important;}.floating-btn{min-width:138px!important;font-size:14px!important;padding:10px 14px 10px 18px!important;padding-right:68px!important;}.floating-btn .floating-icon{width:54px!important;height:54px!important;right:-14px!important;}.hero-actions .btn-icon,.cta-box .btn-icon{width:20px;height:20px;}}


/* v8 reusable service SEO theme improvements */
body{font-family:Tahoma,"Segoe UI",Arial,sans-serif}
.breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 18px;font-size:14px;color:var(--muted)}
.breadcrumbs a{color:var(--dark);font-weight:700}
.breadcrumbs .crumb-sep{opacity:.45}
.archive-page{padding:110px 0 40px}
.archive-heading p{max-width:760px;margin:10px auto 0;color:var(--muted)}
.pagination-wrap{display:flex;justify-content:center;padding:28px 0 8px}.pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap}.pagination .page-numbers{min-width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow-soft)}.pagination .current{background:var(--accent);color:#fff;border-color:var(--accent)}
.areas-section,.testimonials-section{padding:32px 0}
.areas-list{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}
.area-pill{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:800;color:var(--dark);box-shadow:var(--shadow-soft)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.testimonial-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:24px;box-shadow:var(--shadow-soft)}.testimonial-card p{margin:12px 0 14px;color:var(--muted)}.testimonial-card strong{display:block;color:var(--dark)}.testimonial-stars{font-size:22px;color:#f59e0b;letter-spacing:2px}
.inline-cta-box{margin:0 0 22px;padding:24px;border-radius:28px;background:linear-gradient(135deg,#fff,#eff6ff);border:1px solid var(--border);display:grid;grid-template-columns:1.4fr 1fr;gap:18px;align-items:center}
.inline-cta-box h2{margin:0 0 8px;font-size:clamp(24px,4vw,34px)}
.inline-cta-box p{margin:0;color:var(--muted)}
.linked-services-box{margin-top:28px}.mini-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.mini-service-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px;box-shadow:var(--shadow-soft)}.mini-service-card a{display:block;color:inherit}.mini-service-card strong{display:block;font-size:20px;line-height:1.4;margin-bottom:10px;color:var(--dark)}.mini-service-card span{display:block;color:var(--muted);line-height:1.8}
.service-template-page{padding:110px 0 40px}.service-template-hero{margin-bottom:26px}.compact-area-section{padding-top:10px}
@media (max-width: 991px){.testimonials-grid,.mini-services-grid,.inline-cta-box{grid-template-columns:1fr}}
@media (max-width: 767px){.testimonials-grid,.mini-services-grid{grid-template-columns:1fr}.breadcrumbs{font-size:13px}.area-pill{width:100%}.inline-cta-box{padding:18px}}


/* Version 9 improvements */
.single-meta-line{display:flex;gap:8px;align-items:center;justify-content:center;color:var(--muted);font-weight:700;margin-top:10px;flex-wrap:wrap}
.article-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px;align-items:start;margin-top:22px}
.article-side-stack{display:grid;gap:18px;position:sticky;top:96px}
.toc-box,.trust-box,.author-box,.process-card{background:#fff;border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow-soft)}
.toc-box,.trust-box{padding:18px}
.toc-box h3,.trust-box h3,.author-box h3{margin:0 0 12px;font-size:20px}
.toc-links{display:grid;gap:10px}
.toc-links a{display:block;padding:10px 12px;border-radius:14px;background:var(--light);font-weight:700}
.toc-links a:hover{background:var(--accent-soft);color:var(--accent)}
.toc-sub-link{margin-right:14px;font-size:14px}
.trust-box p{margin:0 0 14px;color:var(--muted)}
.trust-mini-actions{display:grid;gap:10px}
.trust-mini-actions a{display:block;text-align:center;padding:11px 14px;border-radius:14px;background:var(--light);font-weight:800}
.author-box{display:grid;grid-template-columns:78px 1fr;gap:18px;padding:22px;margin-top:22px;align-items:center}
.author-box-logo img{width:78px;height:78px;object-fit:contain;border-radius:18px;background:var(--light);padding:10px}
.author-box p{margin:0;color:var(--muted)}
.process-section{padding:12px 0 36px}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.process-card{padding:22px;text-align:center}
.process-card span{display:grid;place-items:center;width:56px;height:56px;margin:0 auto 14px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800;font-size:22px;box-shadow:0 14px 28px rgba(14,165,233,.24)}
.process-card p{margin:0;color:var(--muted);font-weight:700}
.city-template-intro{margin:0 auto 18px;color:var(--muted);max-width:68ch;text-align:center}
@media (max-width: 991px){
  .article-layout-grid{grid-template-columns:1fr}
  .article-side-stack{position:static;order:2}
  .process-grid{grid-template-columns:1fr}
}


/* v10 article visibility and content fixes */
.styled-content{display:block;overflow:visible}
.styled-content h2,.styled-content h3,.styled-content h4,.single-entry-title{display:block;box-shadow:none}
.styled-content h2{margin:34px 0 14px}
.styled-content h3{margin:28px 0 12px}
.styled-content h4{margin:22px 0 10px}
.styled-content p{margin:0 0 18px}
.styled-content img,.styled-content .wp-block-image img,.styled-content figure img{display:block;max-width:100%;height:auto;border-radius:18px}
.styled-content figure,.styled-content .wp-block-image{margin:0 0 22px}
.styled-content .wp-caption,.styled-content figcaption,.styled-content .wp-element-caption{font-size:14px;color:var(--muted);text-align:center;margin-top:8px}
.styled-content a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.styled-content iframe,.styled-content video{max-width:100%;border-radius:18px}
.styled-content table{width:100%;border-collapse:collapse;display:block;overflow:auto;margin:0 0 22px}
.styled-content table td,.styled-content table th{border:1px solid var(--border);padding:10px 12px}
.styled-content blockquote{margin:0 0 22px;padding:16px 18px;border-right:4px solid var(--accent);background:var(--light);border-radius:14px}
.entry-content > *{max-width:100%}
.entry-content .aligncenter{margin-right:auto;margin-left:auto}
.entry-content .alignleft{float:left;margin:0 0 16px 20px}
.entry-content .alignright{float:right;margin:0 20px 16px 0}
.entry-content:after{content:'';display:block;clear:both}
@media (max-width:767px){
  .entry-content .alignleft,.entry-content .alignright{float:none;margin:0 0 18px 0}
  .styled-content h2{margin-top:28px}
  .styled-content h3{margin-top:24px}
}


/* Safe fallback: never hide primary content */
.blog-single-card,.entry-card,.entry-content,.styled-content,.single-entry-header,.single-featured-wrap,.inline-cta-box,.author-box,.linked-services-box,.article-end-box{display:block !important;visibility:visible !important;opacity:1 !important;}
.article-layout-grid{display:grid !important;visibility:visible !important;opacity:1 !important;}

/* v12 mobile article layout refinement */
@media (max-width: 991px){
  .single-page-wrap .container{width:min(100%, calc(100% - 20px)) !important;}
  .blog-single-card{padding:18px !important;border-radius:22px !important;overflow:hidden;}
  .single-topbar,.single-top-contact,.single-topbar-contact{display:flex;flex-direction:column;align-items:stretch !important;gap:12px !important;}
  .single-topbar .single-logo-chip,.single-top-contact .single-logo-chip{margin-inline:auto;}
  .single-entry-header{text-align:right !important;}
  .single-entry-title{display:block !important;font-size:clamp(24px,7vw,34px) !important;line-height:1.45 !important;box-shadow:none !important;}
  .single-meta-line{justify-content:flex-start !important;font-size:13px !important;gap:6px !important;}
  .single-featured-wrap{margin:14px 0 18px !important;min-height:auto !important;max-height:none !important;aspect-ratio:auto !important;}
  .single-featured-image,.single-entry .wp-post-image{width:100% !important;height:auto !important;aspect-ratio:16/9 !important;object-fit:cover !important;}
  .inline-cta-box{grid-template-columns:1fr !important;padding:18px !important;border-radius:20px !important;}
  .inline-cta-box h2{font-size:22px !important;line-height:1.5 !important;}
  .hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;}
  .hero-actions .btn,.inline-cta-box .btn{width:100% !important;min-width:0 !important;}
  .article-layout-grid{display:block !important;margin-top:16px !important;}
  .article-side-stack{display:none !important;}
  .entry-content,.styled-content,[data-article-content]{display:block !important;width:100% !important;max-width:100% !important;min-width:0 !important;overflow:hidden;}
  .entry-content > *, .styled-content > *{max-width:100% !important;}
  .styled-content p,.styled-content li{font-size:16px !important;line-height:2 !important;}
  .styled-content h2{font-size:24px !important;line-height:1.55 !important;display:block !important;box-shadow:none !important;}
  .styled-content h3{font-size:21px !important;line-height:1.55 !important;display:block !important;box-shadow:none !important;}
  .styled-content h4{font-size:18px !important;line-height:1.6 !important;display:block !important;box-shadow:none !important;}
  .styled-content figure,.styled-content .wp-block-image,.styled-content img,.styled-content .wp-block-image img{width:100% !important;max-width:100% !important;height:auto !important;margin:0 0 18px !important;}
  .styled-content .alignleft,.styled-content .alignright,.entry-content .alignleft,.entry-content .alignright{float:none !important;margin:0 0 18px 0 !important;}
  .styled-content table{font-size:14px !important;}
  .author-box{grid-template-columns:1fr !important;text-align:center !important;padding:18px !important;border-radius:20px !important;}
  .author-box-logo{display:flex;justify-content:center;}
  .linked-services-box{margin-top:20px !important;}
  .mini-services-grid{grid-template-columns:1fr !important;gap:12px !important;}
  .mini-service-card{padding:16px !important;border-radius:18px !important;}
  .article-end-box{grid-template-columns:1fr !important;gap:14px !important;}
  .article-end-contact-card,.article-end-links-card{padding:18px !important;border-radius:20px !important;}
  .article-end-heading h3,.article-end-links-card h3{font-size:22px !important;line-height:1.5 !important;}
  .article-contact-row{padding:12px 14px !important;border-radius:16px !important;}
}

@media (max-width: 767px){
  .site-header{padding-top:env(safe-area-inset-top,0);}
  .single-page-wrap{padding-top:86px !important;}
  .breadcrumbs{font-size:12px !important;line-height:1.8 !important;}
  .blog-single-card{padding:14px !important;}
  .single-entry-title{font-size:22px !important;}
  .single-logo-chip{width:58px !important;height:58px !important;border-radius:16px !important;}
  .single-phone-number{font-size:16px !important;}
  .styled-content p,.styled-content li{font-size:15px !important;}
  .styled-content h2{font-size:22px !important;}
  .styled-content h3{font-size:19px !important;}
  .floating-actions{left:10px !important;bottom:16px !important;gap:10px !important;}
}


/* v13 fix: article topbar phone pill layout */
.single-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}
.single-topbar-contact{display:inline-flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--border);border-radius:22px;padding:12px 16px;box-shadow:var(--shadow-soft);max-width:100%}
.single-phone-icon{width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,#2563eb,#1d4ed8);display:grid;place-items:center;flex:0 0 44px}
.single-phone-icon img{width:22px;height:22px;display:block}
.single-phone-number{font-size:28px;font-weight:800;color:#5a4b87;line-height:1.1;max-width:100%;overflow-wrap:anywhere;white-space:nowrap}
@media (max-width: 991px){
  .single-topbar{align-items:stretch !important;gap:12px !important;}
  .single-topbar-contact{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;padding:12px 14px !important;}
  .single-topbar .single-logo-chip{margin-inline:auto;}
}
@media (max-width: 767px){
  .single-topbar-contact{padding:10px 12px !important;border-radius:18px !important;}
  .single-phone-icon{width:40px !important;height:40px !important;flex-basis:40px !important;border-radius:12px !important;}
  .single-phone-icon img{width:20px !important;height:20px !important;}
  .single-phone-number{font-size:18px !important;white-space:normal !important;word-break:break-word !important;}
}


/* v14 emergency mobile fix: hide broken article topbar on phones */
@media (max-width: 767px){
  .single-topbar{display:none !important;}
  .single-entry-header{margin-top:0 !important;padding-top:0 !important;}
  .blog-single-card{padding-top:18px !important;}
}


.article-image-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:14px 0 26px;direction:rtl}
.article-image-actions .article-image-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:156px;padding:12px 18px;border-radius:999px;color:#fff;font-weight:800;box-shadow:0 14px 24px rgba(15,27,61,.16);position:relative;overflow:visible;transition:.2s ease}
.article-image-actions .article-image-btn:hover{transform:translateY(-2px)}
.article-image-actions .article-image-btn .btn-icon{width:22px;height:22px;display:inline-grid;place-items:center;flex:0 0 22px}
.article-image-actions .article-image-btn .btn-icon img{width:20px;height:20px;display:block;object-fit:contain}
.article-image-actions .article-image-btn.call{background:#2d6ea3}
.article-image-actions .article-image-btn.whatsapp{background:#22c55e}
.article-image-actions .article-image-btn:before{content:'';position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:3px solid #fff;box-shadow:0 8px 16px rgba(15,27,61,.16)}
.article-image-actions .article-image-btn.call:before{background:#2d6ea3}
.article-image-actions .article-image-btn.whatsapp:before{background:#22c55e}
.article-image-actions .article-image-btn{padding-right:46px}
@media (max-width:767px){.article-image-actions{gap:10px;margin:12px 0 22px}.article-image-actions .article-image-btn{flex:1 1 calc(50% - 5px);min-width:0;padding:11px 14px 11px 40px;font-size:14px}.article-image-actions .article-image-btn:before{width:42px;height:42px;right:-10px}}


/* v16: strong inline image action buttons under article images */
.styled-content figure.wp-block-image,
.styled-content .wp-block-image,
.styled-content p img,
.styled-content .wp-caption,
.styled-content .aligncenter,
.styled-content .alignnone,
.styled-content .alignleft,
.styled-content .alignright{margin-bottom:12px;}

.styled-content .article-image-actions{display:flex !important;align-items:center;justify-content:center;gap:14px;flex-wrap:nowrap;margin:10px 0 28px !important;direction:rtl;clear:both;width:100%;}
.styled-content .article-image-actions .article-image-btn{display:inline-flex !important;align-items:center;justify-content:center;gap:10px;position:relative;min-width:170px;padding:14px 18px 14px 54px;border-radius:18px;color:#fff !important;font-weight:800;line-height:1;text-decoration:none !important;box-shadow:0 12px 24px rgba(15,27,61,.16);}
.styled-content .article-image-actions .article-image-btn:before{content:'';position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:54px;height:54px;border-radius:50%;border:4px solid #fff;box-shadow:0 10px 20px rgba(15,27,61,.16);}
.styled-content .article-image-actions .article-image-btn.call{background:#2d6ea3 !important;}
.styled-content .article-image-actions .article-image-btn.call:before{background:#2d6ea3 !important;}
.styled-content .article-image-actions .article-image-btn.whatsapp{background:#22c55e !important;}
.styled-content .article-image-actions .article-image-btn.whatsapp:before{background:#22c55e !important;}
.styled-content .article-image-actions .article-image-btn .btn-icon{display:inline-grid;place-items:center;width:22px;height:22px;flex:0 0 22px;}
.styled-content .article-image-actions .article-image-btn .btn-icon img{width:20px !important;height:20px !important;object-fit:contain;display:block;}

@media (max-width:767px){
  .styled-content .article-image-actions{gap:10px !important; margin:10px 0 22px !important;}
  .styled-content .article-image-actions .article-image-btn{flex:1 1 0;min-width:0;width:calc(50% - 5px);font-size:15px;padding:12px 12px 12px 42px;white-space:nowrap;}
  .styled-content .article-image-actions .article-image-btn:before{width:46px;height:46px;right:-10px;border-width:3px;}
}


/* v17 mobile force-show article image buttons */
@media (max-width: 767px){
  .styled-content .article-image-actions,
  .entry-content .article-image-actions,
  .article-image-actions{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    position:relative !important;
    z-index:5 !important;
    width:100% !important;
    clear:both !important;
    flex-wrap:nowrap !important;
    justify-content:center !important;
    align-items:center !important;
    gap:10px !important;
    margin:12px 0 22px !important;
  }
  .styled-content .article-image-actions .article-image-btn,
  .entry-content .article-image-actions .article-image-btn,
  .article-image-actions .article-image-btn{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    flex:1 1 0 !important;
    min-width:0 !important;
    width:calc(50% - 5px) !important;
    max-width:none !important;
    font-size:14px !important;
    line-height:1.15 !important;
    white-space:nowrap !important;
    text-decoration:none !important;
    padding:12px 12px 12px 42px !important;
    overflow:visible !important;
  }
  .styled-content .article-image-actions .article-image-btn:before,
  .entry-content .article-image-actions .article-image-btn:before,
  .article-image-actions .article-image-btn:before{
    width:44px !important;
    height:44px !important;
    right:-8px !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    border-width:3px !important;
    display:block !important;
  }
  .styled-content .article-image-actions .article-image-btn .btn-icon,
  .entry-content .article-image-actions .article-image-btn .btn-icon,
  .article-image-actions .article-image-btn .btn-icon{
    display:inline-grid !important;
    width:20px !important;
    height:20px !important;
    flex:0 0 20px !important;
  }
  .styled-content .article-image-actions .article-image-btn .btn-icon img,
  .entry-content .article-image-actions .article-image-btn .btn-icon img,
  .article-image-actions .article-image-btn .btn-icon img{
    display:block !important;
    width:18px !important;
    height:18px !important;
    opacity:1 !important;
  }
}


/* v18 simplified image action buttons + cleaner mobile single */
.single-topbar{display:none !important;}
.single-entry-header{padding-top:10px;}
.article-image-actions{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:nowrap;margin:14px 0 26px !important;direction:rtl;}
.article-image-actions .article-image-btn,
.styled-content .article-image-actions .article-image-btn,
.entry-content .article-image-actions .article-image-btn{display:inline-flex !important;align-items:center;justify-content:center;gap:8px;min-width:0;width:auto;flex:0 1 auto;padding:12px 18px !important;border-radius:14px !important;color:#fff !important;font-weight:700;line-height:1.2;text-decoration:none !important;box-shadow:0 10px 22px rgba(15,27,61,.10) !important;position:static !important;overflow:hidden !important;border:none !important;}
.article-image-actions .article-image-btn:before,
.styled-content .article-image-actions .article-image-btn:before,
.entry-content .article-image-actions .article-image-btn:before{display:none !important;content:none !important;}
.article-image-actions .article-image-btn .btn-icon,
.styled-content .article-image-actions .article-image-btn .btn-icon,
.entry-content .article-image-actions .article-image-btn .btn-icon{display:inline-grid !important;place-items:center;width:18px !important;height:18px !important;flex:0 0 18px !important;}
.article-image-actions .article-image-btn .btn-icon img,
.styled-content .article-image-actions .article-image-btn .btn-icon img,
.entry-content .article-image-actions .article-image-btn .btn-icon img{width:18px !important;height:18px !important;display:block !important;object-fit:contain;}
.article-image-actions .article-image-btn.call,
.styled-content .article-image-actions .article-image-btn.call{background:#2d6ea3 !important;}
.article-image-actions .article-image-btn.whatsapp,
.styled-content .article-image-actions .article-image-btn.whatsapp{background:#22c55e !important;}
@media (max-width: 767px){
  .article-image-actions, .styled-content .article-image-actions, .entry-content .article-image-actions{gap:10px !important;justify-content:stretch !important;}
  .article-image-actions .article-image-btn, .styled-content .article-image-actions .article-image-btn, .entry-content .article-image-actions .article-image-btn{flex:1 1 0 !important;width:calc(50% - 5px) !important;max-width:none !important;padding:12px 14px !important;border-radius:12px !important;font-size:15px !important;white-space:normal !important;}
}


/* V19 clean image buttons override */
.article-image-actions,
.styled-content .article-image-actions,
.entry-content .article-image-actions{
  display:flex !important;
  gap:10px !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  margin:12px 0 22px !important;
  width:100% !important;
}
.article-image-actions .article-image-btn,
.styled-content .article-image-actions .article-image-btn,
.entry-content .article-image-actions .article-image-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  flex:1 1 0 !important;
  width:calc(50% - 5px) !important;
  min-width:0 !important;
  padding:12px 14px !important;
  border-radius:12px !important;
  position:static !important;
  overflow:hidden !important;
  box-shadow:0 8px 18px rgba(15,27,61,.10) !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  border:none !important;
}
.article-image-actions .article-image-btn:before,
.styled-content .article-image-actions .article-image-btn:before,
.entry-content .article-image-actions .article-image-btn:before{display:none !important;content:none !important;}
.article-image-actions .article-image-btn .btn-icon,
.styled-content .article-image-actions .article-image-btn .btn-icon,
.entry-content .article-image-actions .article-image-btn .btn-icon{
  width:18px !important;height:18px !important;flex:0 0 18px !important;display:inline-grid !important;place-items:center !important;
}
.article-image-actions .article-image-btn .btn-icon img,
.styled-content .article-image-actions .article-image-btn .btn-icon img,
.entry-content .article-image-actions .article-image-btn .btn-icon img{
  width:18px !important;height:18px !important;display:block !important;object-fit:contain !important;
}
.article-image-actions .article-image-btn.call,
.styled-content .article-image-actions .article-image-btn.call,
.entry-content .article-image-actions .article-image-btn.call{background:#2d6ea3 !important;}
.article-image-actions .article-image-btn.whatsapp,
.styled-content .article-image-actions .article-image-btn.whatsapp,
.entry-content .article-image-actions .article-image-btn.whatsapp{background:#22c55e !important;}
@media (max-width:767px){
  .article-image-actions,
  .styled-content .article-image-actions,
  .entry-content .article-image-actions{gap:8px !important;}
  .article-image-actions .article-image-btn,
  .styled-content .article-image-actions .article-image-btn,
  .entry-content .article-image-actions .article-image-btn{padding:11px 12px !important;font-size:14px !important;}
}


/* ===== V21 article polish ===== */
.single-page-wrap .container{max-width:1180px;}
.blog-single-card{padding:26px;border-radius:32px;background:#fff;box-shadow:0 14px 40px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.06);}
.single-entry-header{margin-bottom:18px;text-align:right;}
.single-entry-title{display:block !important;margin:0 0 12px;font-size:clamp(30px,4vw,48px) !important;line-height:1.35 !important;font-weight:800;letter-spacing:0;}
.single-meta-line{display:flex;gap:10px;flex-wrap:wrap;align-items:center;color:#64748b;font-size:15px;margin-bottom:6px;}
.article-layout-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:28px;align-items:start;}
.entry-content.styled-content,[data-article-content]{font-size:19px;line-height:2;color:#334155;}
.entry-content.styled-content p,[data-article-content] p{margin:0 0 20px;}
.entry-content.styled-content h2,[data-article-content] h2{font-size:clamp(26px,3vw,38px);line-height:1.45;margin:34px 0 14px;font-weight:800;color:#0f172a;}
.entry-content.styled-content h3,[data-article-content] h3{font-size:clamp(23px,2.6vw,31px);line-height:1.5;margin:28px 0 12px;font-weight:800;color:#0f172a;}
.entry-content.styled-content ul,.entry-content.styled-content ol,[data-article-content] ul,[data-article-content] ol{padding-right:22px;margin:0 0 20px;}
.entry-content.styled-content li,[data-article-content] li{margin-bottom:8px;}
.entry-content.styled-content figure,.entry-content.styled-content .wp-block-image,[data-article-content] figure,[data-article-content] .wp-block-image{margin:0 0 14px;}
.entry-content.styled-content img,[data-article-content] img{display:block;max-width:100%;height:auto;border-radius:24px;box-shadow:0 12px 26px rgba(15,23,42,.08);}
.article-side-stack{top:100px;}
.inline-cta-box{margin-bottom:24px;}
.author-box,.linked-services-box,.article-end-box{margin-top:24px;}
.article-image-actions,.styled-content .article-image-actions,.entry-content .article-image-actions{display:flex !important;align-items:center !important;justify-content:center !important;gap:16px !important;flex-wrap:nowrap !important;width:100% !important;clear:both !important;margin:16px 0 30px !important;direction:rtl !important;}
.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{flex:1 1 0 !important;min-width:0 !important;max-width:none !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;padding:16px 20px !important;border-radius:24px !important;color:#fff !important;text-decoration:none !important;font-size:20px !important;font-weight:800 !important;line-height:1.2 !important;box-shadow:0 16px 30px rgba(15,23,42,.14) !important;border:none !important;}
.article-image-actions .article-image-btn.whatsapp,.styled-content .article-image-actions .article-image-btn.whatsapp,.entry-content .article-image-actions .article-image-btn.whatsapp{background:linear-gradient(135deg,#22c55e,#16a34a) !important;}
.article-image-actions .article-image-btn.call,.styled-content .article-image-actions .article-image-btn.call,.entry-content .article-image-actions .article-image-btn.call{background:linear-gradient(135deg,#2f80ff,#0f56d9) !important;}
.article-image-actions .article-image-btn .btn-icon,.styled-content .article-image-actions .article-image-btn .btn-icon,.entry-content .article-image-actions .article-image-btn .btn-icon{display:inline-grid !important;place-items:center !important;width:22px !important;height:22px !important;flex:0 0 22px !important;}
.article-image-actions .article-image-btn .btn-icon img,.styled-content .article-image-actions .article-image-btn .btn-icon img,.entry-content .article-image-actions .article-image-btn .btn-icon img{width:20px !important;height:20px !important;display:block !important;object-fit:contain !important;filter:none !important;box-shadow:none !important;border-radius:0 !important;}
@media (max-width: 991px){.single-page-wrap .container{max-width:100%;}.article-layout-grid{grid-template-columns:1fr !important;gap:22px !important;}.article-side-stack{display:none !important;}.blog-single-card{padding:22px;border-radius:26px;}.single-entry-title{font-size:clamp(26px,5vw,38px) !important;}.entry-content.styled-content,[data-article-content]{font-size:18px;}}
@media (max-width: 767px){.blog-single-card{padding:18px !important;border-radius:22px !important;}.single-entry-title{font-size:clamp(24px,7vw,32px) !important;line-height:1.5 !important;}.single-meta-line{font-size:14px;gap:8px;}.single-featured-wrap{padding:8px !important;border-radius:22px !important;margin:14px 0 16px !important;}.single-featured-image{border-radius:16px !important;}.entry-content.styled-content,[data-article-content]{font-size:16px !important;line-height:2.05 !important;}.entry-content.styled-content p,[data-article-content] p{margin-bottom:18px !important;}.entry-content.styled-content h2,[data-article-content] h2{font-size:24px !important;line-height:1.55 !important;margin:28px 0 12px !important;}.entry-content.styled-content h3,[data-article-content] h3{font-size:21px !important;line-height:1.55 !important;margin:24px 0 10px !important;}.entry-content.styled-content img,[data-article-content] img{border-radius:18px !important;}.article-image-actions,.styled-content .article-image-actions,.entry-content .article-image-actions{gap:10px !important;margin:12px 0 24px !important;}.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{padding:14px 12px !important;border-radius:18px !important;font-size:16px !important;white-space:nowrap !important;}.article-image-actions .article-image-btn .btn-icon,.styled-content .article-image-actions .article-image-btn .btn-icon,.entry-content .article-image-actions .article-image-btn .btn-icon{width:18px !important;height:18px !important;flex:0 0 18px !important;}.article-image-actions .article-image-btn .btn-icon img,.styled-content .article-image-actions .article-image-btn .btn-icon img,.entry-content .article-image-actions .article-image-btn .btn-icon img{width:16px !important;height:16px !important;}}
@media (max-width: 480px){.blog-single-card{padding:16px 14px !important;}.single-entry-title{font-size:23px !important;}.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{font-size:15px !important;padding:13px 10px !important;gap:8px !important;}}


/* V22 final article CTA buttons + article polish */
.single-page-wrap .container{max-width:1140px}
.blog-single-card{padding:32px;border-radius:28px}
.single-entry-title{font-size:clamp(30px,3vw,44px);line-height:1.35;margin:0 0 10px}
.single-meta-line{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;color:#64748b;font-weight:700}
.single-featured-wrap{margin:18px 0 16px;padding:10px;border-radius:28px;background:#f8fafc}
.single-featured-image{display:block;width:100%;height:auto;border-radius:22px}
.article-layout-grid{grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}
.entry-content.styled-content,[data-article-content]{font-size:18px;line-height:2}
.entry-content.styled-content p,[data-article-content] p{margin:0 0 18px}
.entry-content.styled-content h2,[data-article-content] h2{font-size:clamp(25px,2vw,34px);line-height:1.45;margin:30px 0 14px}
.entry-content.styled-content h3,[data-article-content] h3{font-size:clamp(22px,1.6vw,28px);line-height:1.45;margin:26px 0 12px}
.entry-content.styled-content ul,[data-article-content] ul,.entry-content.styled-content ol,[data-article-content] ol{padding-right:22px;margin:0 0 18px}
.entry-content.styled-content li,[data-article-content] li{margin:0 0 8px}
.entry-content.styled-content img,[data-article-content] img,.entry-content.styled-content figure img,[data-article-content] figure img{display:block;width:100%;max-width:100%;height:auto;border-radius:22px}
.entry-content.styled-content figure,[data-article-content] figure,.entry-content.styled-content .wp-block-image,[data-article-content] .wp-block-image{margin:0 0 12px !important}
.article-image-actions,.styled-content .article-image-actions,.entry-content .article-image-actions{display:flex !important;flex-direction:row !important;align-items:stretch !important;justify-content:center !important;gap:14px !important;flex-wrap:nowrap !important;width:100% !important;clear:both !important;margin:14px 0 28px !important;direction:rtl !important}
.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{flex:1 1 0 !important;min-width:0 !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:12px !important;padding:18px 18px !important;border-radius:24px !important;color:#fff !important;text-decoration:none !important;font-size:20px !important;font-weight:800 !important;line-height:1 !important;border:none !important;box-shadow:0 14px 28px rgba(15,23,42,.13) !important;position:relative !important;overflow:hidden !important}
.article-image-actions .article-image-btn .btn-icon,.styled-content .article-image-actions .article-image-btn .btn-icon,.entry-content .article-image-actions .article-image-btn .btn-icon{display:inline-grid !important;place-items:center !important;width:24px !important;height:24px !important;flex:0 0 24px !important;background:transparent !important;border-radius:0 !important;box-shadow:none !important}
.article-image-actions .article-image-btn .btn-icon img,.styled-content .article-image-actions .article-image-btn .btn-icon img,.entry-content .article-image-actions .article-image-btn .btn-icon img{width:22px !important;height:22px !important;display:block !important;object-fit:contain !important;border-radius:0 !important;box-shadow:none !important}
.article-image-actions .article-image-btn.whatsapp,.styled-content .article-image-actions .article-image-btn.whatsapp,.entry-content .article-image-actions .article-image-btn.whatsapp{background:linear-gradient(135deg,#22c55e,#16a34a) !important}
.article-image-actions .article-image-btn.call,.styled-content .article-image-actions .article-image-btn.call,.entry-content .article-image-actions .article-image-btn.call{background:linear-gradient(135deg,#2f80ff,#0f56d9) !important}
.article-image-actions .article-image-btn:before,.article-image-actions .article-image-btn:after,.styled-content .article-image-actions .article-image-btn:before,.styled-content .article-image-actions .article-image-btn:after,.entry-content .article-image-actions .article-image-btn:before,.entry-content .article-image-actions .article-image-btn:after{display:none !important;content:none !important}
.article-image-actions .article-image-btn:hover{transform:translateY(-2px)}
@media (max-width: 991px){.article-layout-grid{grid-template-columns:1fr;gap:18px}.article-side-stack{order:2}.blog-single-card{padding:24px;border-radius:24px}}
@media (max-width: 767px){.blog-single-card{padding:18px 16px !important;border-radius:22px !important}.single-entry-title{font-size:clamp(24px,7vw,32px) !important;line-height:1.5 !important}.single-meta-line{font-size:14px !important}.single-featured-wrap{padding:8px !important;border-radius:22px !important;margin:14px 0 12px !important}.single-featured-image{border-radius:18px !important}.entry-content.styled-content,[data-article-content]{font-size:17px !important;line-height:2 !important}.entry-content.styled-content h2,[data-article-content] h2{font-size:24px !important}.entry-content.styled-content h3,[data-article-content] h3{font-size:21px !important}.article-image-actions,.styled-content .article-image-actions,.entry-content .article-image-actions{gap:10px !important;margin:12px 0 22px !important}.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{padding:15px 12px !important;border-radius:18px !important;font-size:17px !important;gap:10px !important}.article-image-actions .article-image-btn .btn-icon,.styled-content .article-image-actions .article-image-btn .btn-icon,.entry-content .article-image-actions .article-image-btn .btn-icon{width:20px !important;height:20px !important;flex-basis:20px !important}.article-image-actions .article-image-btn .btn-icon img,.styled-content .article-image-actions .article-image-btn .btn-icon img,.entry-content .article-image-actions .article-image-btn .btn-icon img{width:18px !important;height:18px !important}}
@media (max-width: 480px){.article-image-actions,.styled-content .article-image-actions,.entry-content .article-image-actions{gap:8px !important}.article-image-actions .article-image-btn,.styled-content .article-image-actions .article-image-btn,.entry-content .article-image-actions .article-image-btn{font-size:15px !important;padding:13px 10px !important;border-radius:16px !important}}


/* v25 header transparency fix */
.site-header{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  background:transparent !important;
  backdrop-filter:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
}
.site-header.is-scrolled{box-shadow:none !important;}
body.admin-bar .site-header{top:auto !important;}
.header-row{min-height:78px;}
.hero-section{padding-top:64px !important;}
.single-article-page{padding-top:32px !important;}
@media (max-width: 767px){
  .hero-section{padding-top:36px !important;}
  .single-article-page{padding-top:22px !important;}
}


/* v27 mobile article tables fix */
@media (max-width: 767px){
  .entry-content table,
  .post-content table,
  .styled-content table,
  [data-article-content] table,
  article table,
  .wp-block-table table{
    width:100% !important;
    max-width:100% !important;
    table-layout:fixed !important;
    border-collapse:collapse !important;
    display:table !important;
    margin:0 0 18px !important;
  }

  .entry-content th,
  .entry-content td,
  .post-content th,
  .post-content td,
  .styled-content th,
  .styled-content td,
  [data-article-content] th,
  [data-article-content] td,
  article th,
  article td,
  .wp-block-table th,
  .wp-block-table td{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    padding:8px 6px !important;
    font-size:12px !important;
    line-height:1.5 !important;
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
    vertical-align:middle !important;
  }

  .entry-content table * ,
  .post-content table * ,
  .styled-content table * ,
  [data-article-content] table * ,
  article table * ,
  .wp-block-table table *{
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
  }
}


/* v28 stronger mobile table fix */
.styled-content .wp-block-table,
.entry-content .wp-block-table,
[data-article-content] .wp-block-table{max-width:100%;}

@media (max-width: 767px){
  .styled-content .wp-block-table,
  .entry-content .wp-block-table,
  [data-article-content] .wp-block-table,
  .styled-content figure,
  .entry-content figure,
  [data-article-content] figure{
    width:100% !important;
    max-width:100% !important;
    margin-right:0 !important;
    margin-left:0 !important;
    overflow:visible !important;
  }

  .styled-content table,
  .entry-content table,
  [data-article-content] table,
  .wp-block-table table,
  figure table,
  article table{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 0 18px !important;
    table-layout:auto !important;
    display:table !important;
    overflow:visible !important;
    border-collapse:collapse !important;
  }

  .styled-content table tr,
  .entry-content table tr,
  [data-article-content] table tr,
  .wp-block-table table tr,
  article table tr{
    width:auto !important;
  }

  .styled-content table th,
  .styled-content table td,
  .entry-content table th,
  .entry-content table td,
  [data-article-content] table th,
  [data-article-content] table td,
  .wp-block-table table th,
  .wp-block-table table td,
  article table th,
  article table td{
    min-width:0 !important;
    max-width:none !important;
    width:auto !important;
    padding:8px 5px !important;
    font-size:11px !important;
    line-height:1.45 !important;
    white-space:normal !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
    box-sizing:border-box !important;
  }
}


/* Ultra Local SEO Booster v29 */
.service-city-template-page .mini-services-grid{margin-top:1rem;}
.service-city-template-page .city-template-intro{max-width:760px;margin:0 auto 1rem;line-height:1.9;}

/* v30 article visual style update - articles only */
.single-page-wrap{
  background:#f3f4f6;
  padding-top:110px;
  padding-bottom:48px;
}
.single-page-wrap .container{
  max-width:1120px;
}
.single-page-wrap .breadcrumbs{
  max-width:860px;
  margin:0 auto 18px;
}
.single-page-wrap .blog-single-card{
  background:#fff;
  border:0;
  box-shadow:none;
  border-radius:0;
  padding:26px 24px 34px;
}
.single-page-wrap .single-entry-header{
  max-width:860px;
  margin:0 auto 18px;
  text-align:center;
}
.single-page-wrap .single-entry-title{
  display:block !important;
  margin:0 0 10px;
  font-size:clamp(30px,3.4vw,46px) !important;
  line-height:1.45 !important;
  box-shadow:none !important;
  color:#0f172a;
}
.single-page-wrap .single-meta-line{
  justify-content:center !important;
}
.single-page-wrap .single-featured-wrap,
.single-page-wrap .inline-cta-box,
.single-page-wrap .author-box,
.single-page-wrap .linked-services-box,
.single-page-wrap .article-end-box{
  max-width:860px;
  margin-right:auto;
  margin-left:auto;
}
.single-page-wrap .article-layout-grid{
  display:block !important;
  max-width:860px;
  margin:20px auto 0;
}
.single-page-wrap .article-side-stack{
  display:none !important;
}
.single-page-wrap .entry-content.styled-content,
.single-page-wrap [data-article-content]{
  width:100%;
  max-width:100%;
  font-size:20px;
  line-height:2.15;
  color:#111827;
}
.single-page-wrap .entry-content.styled-content p,
.single-page-wrap [data-article-content] p,
.single-page-wrap .entry-content.styled-content ul,
.single-page-wrap [data-article-content] ul,
.single-page-wrap .entry-content.styled-content ol,
.single-page-wrap [data-article-content] ol{
  color:#111827;
  margin:0 0 22px;
}
.single-page-wrap .entry-content.styled-content a,
.single-page-wrap [data-article-content] a{
  color:#2563eb;
}
.single-page-wrap .entry-content.styled-content h2,
.single-page-wrap .entry-content.styled-content h3,
.single-page-wrap .entry-content.styled-content h4,
.single-page-wrap [data-article-content] h2,
.single-page-wrap [data-article-content] h3,
.single-page-wrap [data-article-content] h4{
  width:fit-content;
  max-width:100%;
  margin:42px auto 18px !important;
  padding:12px 20px 10px;
  background:#dbeafe;
  border-radius:18px;
  color:#0f172a;
  font-weight:800;
  line-height:1.45;
  position:relative;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,23,42,.08);
}
.single-page-wrap .entry-content.styled-content h2::after,
.single-page-wrap .entry-content.styled-content h3::after,
.single-page-wrap .entry-content.styled-content h4::after,
.single-page-wrap [data-article-content] h2::after,
.single-page-wrap [data-article-content] h3::after,
.single-page-wrap [data-article-content] h4::after{
  content:'';
  position:absolute;
  right:50%;
  transform:translateX(50%);
  bottom:-8px;
  width:96px;
  height:4px;
  border-radius:999px;
  background:#3b82f6;
}
.single-page-wrap .entry-content.styled-content h2,
.single-page-wrap [data-article-content] h2{
  font-size:clamp(28px,2.8vw,36px) !important;
}
.single-page-wrap .entry-content.styled-content h3,
.single-page-wrap [data-article-content] h3{
  font-size:clamp(24px,2.2vw,30px) !important;
}
.single-page-wrap .entry-content.styled-content h4,
.single-page-wrap [data-article-content] h4{
  font-size:clamp(21px,2vw,26px) !important;
}
.single-page-wrap .entry-content.styled-content img,
.single-page-wrap [data-article-content] img{
  border-radius:18px;
}
.single-page-wrap .entry-content.styled-content table,
.single-page-wrap [data-article-content] table{
  background:#fff;
}
@media (max-width: 767px){
  .single-page-wrap{padding-top:92px;padding-bottom:34px;}
  .single-page-wrap .blog-single-card{padding:18px 14px 24px;}
  .single-page-wrap .single-entry-header,
  .single-page-wrap .single-featured-wrap,
  .single-page-wrap .inline-cta-box,
  .single-page-wrap .article-layout-grid,
  .single-page-wrap .author-box,
  .single-page-wrap .linked-services-box,
  .single-page-wrap .article-end-box{max-width:100%;}
  .single-page-wrap .single-entry-title{font-size:clamp(24px,7vw,32px) !important;line-height:1.55 !important;}
  .single-page-wrap .entry-content.styled-content,
  .single-page-wrap [data-article-content]{font-size:17px;line-height:2.05;}
  .single-page-wrap .entry-content.styled-content h2,
  .single-page-wrap .entry-content.styled-content h3,
  .single-page-wrap .entry-content.styled-content h4,
  .single-page-wrap [data-article-content] h2,
  .single-page-wrap [data-article-content] h3,
  .single-page-wrap [data-article-content] h4{
    width:auto;
    margin:32px 0 16px !important;
    padding:12px 16px 10px;
    text-align:center;
  }
  .single-page-wrap .entry-content.styled-content h2::after,
  .single-page-wrap .entry-content.styled-content h3::after,
  .single-page-wrap .entry-content.styled-content h4::after,
  .single-page-wrap [data-article-content] h2::after,
  .single-page-wrap [data-article-content] h3::after,
  .single-page-wrap [data-article-content] h4::after{width:74px;bottom:-7px;}
}


/* v31 final table fix for articles - mobile + tablet */
.single-page-wrap .blog-single-card,
.single-page-wrap .entry-content,
.single-page-wrap .styled-content,
.single-page-wrap [data-article-content],
.single-page-wrap .wp-block-table,
.single-page-wrap figure{overflow:visible !important;}

.single-page-wrap .styled-content table,
.single-page-wrap .entry-content table,
.single-page-wrap [data-article-content] table,
.single-page-wrap article table,
.single-page-wrap .wp-block-table table,
.single-page-wrap figure table{width:100% !important;max-width:100% !important;border-collapse:collapse !important;table-layout:fixed !important;display:table !important;overflow:visible !important;margin:0 0 22px !important;background:#fff;}

.single-page-wrap .styled-content table th,
.single-page-wrap .styled-content table td,
.single-page-wrap .entry-content table th,
.single-page-wrap .entry-content table td,
.single-page-wrap [data-article-content] table th,
.single-page-wrap [data-article-content] table td,
.single-page-wrap article table th,
.single-page-wrap article table td,
.single-page-wrap .wp-block-table table th,
.single-page-wrap .wp-block-table table td,
.single-page-wrap figure table th,
.single-page-wrap figure table td{white-space:normal !important;word-break:break-word !important;overflow-wrap:anywhere !important;vertical-align:middle !important;box-sizing:border-box !important;}

@media (max-width: 1024px){
  .single-page-wrap .blog-single-card{padding:20px 16px !important;overflow:visible !important;}
  .single-page-wrap .entry-content,
  .single-page-wrap .styled-content,
  .single-page-wrap [data-article-content]{width:100% !important;max-width:100% !important;min-width:0 !important;overflow:visible !important;}
  .single-page-wrap .styled-content .wp-block-table,
  .single-page-wrap .entry-content .wp-block-table,
  .single-page-wrap [data-article-content] .wp-block-table,
  .single-page-wrap figure{width:100% !important;max-width:100% !important;margin-right:0 !important;margin-left:0 !important;overflow:visible !important;}
  .single-page-wrap .styled-content table,
  .single-page-wrap .entry-content table,
  .single-page-wrap [data-article-content] table,
  .single-page-wrap article table,
  .single-page-wrap .wp-block-table table,
  .single-page-wrap figure table{table-layout:fixed !important;}
  .single-page-wrap .styled-content table th,
  .single-page-wrap .styled-content table td,
  .single-page-wrap .entry-content table th,
  .single-page-wrap .entry-content table td,
  .single-page-wrap [data-article-content] table th,
  .single-page-wrap [data-article-content] table td,
  .single-page-wrap article table th,
  .single-page-wrap article table td,
  .single-page-wrap .wp-block-table table th,
  .single-page-wrap .wp-block-table table td,
  .single-page-wrap figure table th,
  .single-page-wrap figure table td{padding:10px 8px !important;font-size:14px !important;line-height:1.7 !important;}
}

@media (max-width: 767px){
  .single-page-wrap .styled-content table th,
  .single-page-wrap .styled-content table td,
  .single-page-wrap .entry-content table th,
  .single-page-wrap .entry-content table td,
  .single-page-wrap [data-article-content] table th,
  .single-page-wrap [data-article-content] table td,
  .single-page-wrap article table th,
  .single-page-wrap article table td,
  .single-page-wrap .wp-block-table table th,
  .single-page-wrap .wp-block-table table td,
  .single-page-wrap figure table th,
  .single-page-wrap figure table td{padding:8px 6px !important;font-size:12px !important;line-height:1.6 !important;}
}


/* v32 definitive article table fix */
.styled-content table,
.entry-content table,
[data-article-content] table,
.single-page-wrap article table,
.single-page-wrap figure table,
.single-page-wrap .wp-block-table table{
  display: table !important;
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
  overflow: visible !important;
  table-layout: fixed !important;
  margin: 0 0 22px !important;
}
.styled-content .wp-block-table,
.entry-content .wp-block-table,
[data-article-content] .wp-block-table,
.single-page-wrap figure,
.single-page-wrap .wp-block-table{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
  margin:0 0 22px !important;
}
.single-page-wrap .entry-content.styled-content,
.single-page-wrap [data-article-content],
.single-page-wrap .article-layout-grid,
.single-page-wrap .blog-single-card{
  min-width:0 !important;
  overflow:visible !important;
}
@media (max-width: 1024px){
  .single-page-wrap .container{
    width:min(100%, calc(100% - 24px)) !important;
    max-width:100% !important;
  }
  .single-page-wrap .article-layout-grid{
    display:block !important;
    grid-template-columns:1fr !important;
  }
  .single-page-wrap .article-side-stack{
    display:none !important;
  }
  .single-page-wrap .styled-content table,
  .single-page-wrap .entry-content table,
  .single-page-wrap [data-article-content] table,
  .single-page-wrap article table,
  .single-page-wrap figure table,
  .single-page-wrap .wp-block-table table{
    table-layout: fixed !important;
  }
  .single-page-wrap .styled-content table th,
  .single-page-wrap .styled-content table td,
  .single-page-wrap .entry-content table th,
  .single-page-wrap .entry-content table td,
  .single-page-wrap [data-article-content] table th,
  .single-page-wrap [data-article-content] table td,
  .single-page-wrap article table th,
  .single-page-wrap article table td,
  .single-page-wrap figure table th,
  .single-page-wrap figure table td,
  .single-page-wrap .wp-block-table table th,
  .single-page-wrap .wp-block-table table td{
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    padding:10px 8px !important;
    font-size:14px !important;
    line-height:1.7 !important;
  }
}
@media (max-width: 767px){
  .single-page-wrap .container{
    width:min(100%, calc(100% - 16px)) !important;
  }
  .single-page-wrap .styled-content table th,
  .single-page-wrap .styled-content table td,
  .single-page-wrap .entry-content table th,
  .single-page-wrap .entry-content table td,
  .single-page-wrap [data-article-content] table th,
  .single-page-wrap [data-article-content] table td,
  .single-page-wrap article table th,
  .single-page-wrap article table td,
  .single-page-wrap figure table th,
  .single-page-wrap figure table td,
  .single-page-wrap .wp-block-table table th,
  .single-page-wrap .wp-block-table table td{
    padding:8px 6px !important;
    font-size:12px !important;
    line-height:1.6 !important;
  }
}

/* v33 article image premium frame */
.single-featured-wrap{
  position:relative;
  padding:14px;
  border-radius:32px;
  background:linear-gradient(135deg, rgba(45,110,163,.10), rgba(34,197,94,.08) 45%, rgba(255,255,255,.95));
  box-shadow:0 20px 48px rgba(15,27,61,.12), inset 0 1px 0 rgba(255,255,255,.85);
  border:1px solid rgba(45,110,163,.10);
  overflow:hidden;
}
.single-featured-wrap::before{
  content:'';
  position:absolute;
  inset:10px;
  border-radius:24px;
  border:1px solid rgba(45,110,163,.12);
  pointer-events:none;
}
.single-featured-wrap::after{
  content:'';
  position:absolute;
  top:18px;
  left:18px;
  width:96px;
  height:96px;
  background:radial-gradient(circle, rgba(255,255,255,.55), rgba(255,255,255,0) 70%);
  pointer-events:none;
}
.single-featured-image,
.styled-content img,
.styled-content .wp-block-image img,
.styled-content figure img,
.entry-content img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  border-radius:24px !important;
  border:3px solid #ffffff !important;
  box-shadow:0 18px 42px rgba(15,27,61,.16), 0 6px 16px rgba(45,110,163,.10) !important;
  background:#fff;
}
.styled-content figure,
.styled-content .wp-block-image,
.styled-content .wp-caption{
  position:relative;
  margin:8px 0 28px;
  padding:12px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff, #f7fbff);
  border:1px solid rgba(45,110,163,.10);
  box-shadow:0 16px 36px rgba(15,27,61,.10);
  overflow:hidden;
}
.styled-content p > img:only-child,
.entry-content p > img:only-child{
  padding:10px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff, #f7fbff);
  border:1px solid rgba(45,110,163,.10);
  box-shadow:0 16px 36px rgba(15,27,61,.10);
}
.styled-content .wp-caption::before,
.styled-content figure::before,
.styled-content .wp-block-image::before{
  content:'';
  position:absolute;
  inset:10px;
  border-radius:20px;
  border:1px dashed rgba(45,110,163,.16);
  pointer-events:none;
}
.styled-content figcaption,
.styled-content .wp-element-caption,
.styled-content .wp-caption-text{
  margin-top:12px;
  padding:8px 12px 0;
  font-size:14px;
  color:#5b6677;
  text-align:center;
}
@media (max-width: 767px){
  .single-featured-wrap{padding:10px;border-radius:24px;}
  .single-featured-wrap::before{inset:7px;border-radius:18px;}
  .single-featured-image,
  .styled-content img,
  .styled-content .wp-block-image img,
  .styled-content figure img,
  .entry-content img{border-radius:18px !important;border-width:2px !important;box-shadow:0 12px 28px rgba(15,27,61,.14), 0 5px 12px rgba(45,110,163,.08) !important;}
  .styled-content figure,
  .styled-content .wp-block-image,
  .styled-content .wp-caption{padding:8px;border-radius:20px;margin:6px 0 20px;}
  .styled-content .wp-caption::before,
  .styled-content figure::before,
  .styled-content .wp-block-image::before{inset:6px;border-radius:14px;}
}

/* v34 fix: keep article image premium style away from call/whatsapp buttons and linked icons */
.entry-content a[href*="tel:"] img,
.entry-content a[href*="wa.me"] img,
.entry-content a[href*="whatsapp"] img,
.entry-content a[href*="api.whatsapp.com"] img,
.entry-content a[class*="call"] img,
.entry-content a[class*="whatsapp"] img,
.entry-content .cta-button img,
.entry-content .contact-btn img,
.entry-content .contact-button img,
.entry-content .phone-btn img,
.entry-content .whatsapp-btn img,
.entry-content .call-btn img,
.entry-content .call-button img,
.entry-content .buttons img,
.entry-content .cta-buttons img,
.entry-content .contact-buttons img{
  width:auto !important;
  max-width:none !important;
  height:auto !important;
  border-radius:0 !important;
  border:0 !important;
  box-shadow:none !important;
  background:transparent !important;
  padding:0 !important;
  margin:0 !important;
  display:inline-block !important;
}

.entry-content a[href*="tel:"],
.entry-content a[href*="wa.me"],
.entry-content a[href*="whatsapp"],
.entry-content a[href*="api.whatsapp.com"]{
  text-decoration:none;
}

/* v35 fix: remove unwanted top gap on article pages */
.single-page-wrap{
  padding-top:28px !important;
}
.single-page-wrap .container{
  margin-top:0 !important;
}
.single-page-wrap .breadcrumbs{
  margin-top:0 !important;
}
.single-page-wrap .blog-single-card{
  margin-top:0 !important;
}
@media (max-width: 991px){
  .single-page-wrap{
    padding-top:16px !important;
    padding-bottom:28px !important;
  }
}

/* Hide accidental empty spacer blocks before article content */
.site-header + div:empty,
.site-header + section:empty,
.site-header + aside:empty,
.site-header + p:empty,
.site-header + span:empty,
.site-header + .spacer:empty,
.site-header + .empty-space:empty,
.site-header + .top-spacer:empty{
  display:none !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
}

/* v36 top TOC on article pages */
.single-page-wrap .article-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin:0 0 18px;
  flex-wrap:wrap;
}
.single-page-wrap .article-topbar-breadcrumbs{
  flex:1 1 auto;
  min-width:0;
}
.single-page-wrap .article-topbar .breadcrumbs{
  margin:0;
  justify-content:flex-end;
}
.single-page-wrap .article-topbar-toc{
  flex:0 0 auto;
  order:-1;
}
.single-page-wrap .article-toc{
  position:relative;
  display:inline-block;
  margin:0;
}
.single-page-wrap .article-toc-toggle{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:999px;
  padding:10px 16px;
  font-size:15px;
  font-weight:800;
  color:#0f172a;
  cursor:pointer;
  line-height:1;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
.single-page-wrap .article-toc-toggle:hover{
  background:#f3f8ff;
}
.single-page-wrap .article-toc-toggle-icon{
  font-size:16px;
}
.single-page-wrap .article-toc-toggle-arrow{
  font-size:11px;
  transition:transform .2s ease;
}
.single-page-wrap .article-toc-open .article-toc-toggle-arrow{
  transform:rotate(180deg);
}
.single-page-wrap .article-toc-panel{
  position:absolute;
  top:calc(100% + 10px);
  left:0;
  right:auto;
  width:min(290px,78vw);
  background:#f8fbff;
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:12px 12px 8px;
  z-index:40;
  box-shadow:0 18px 40px rgba(15,23,42,.12);
}
.single-page-wrap .article-toc-title{
  font-size:14px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:10px;
}
.single-page-wrap .article-toc-list{
  list-style:none;
  padding:0;
  margin:0;
  max-height:300px;
  overflow:auto;
}
.single-page-wrap .article-toc-list li{
  margin:0 0 8px;
}
.single-page-wrap .article-toc-list li.is-sub{
  padding-right:14px;
}
.single-page-wrap .article-toc-list a{
  display:block;
  color:#0f3fae;
  font-size:14px;
  line-height:1.9;
}
.single-page-wrap .toc-box-sidebar{
  display:none !important;
}
@media (max-width: 991px){
  .single-page-wrap .article-topbar{
    margin-bottom:14px;
    align-items:flex-start;
  }
  .single-page-wrap .article-topbar-breadcrumbs{
    width:100%;
    order:2;
  }
  .single-page-wrap .article-topbar .breadcrumbs{
    justify-content:flex-start;
    font-size:13px;
    line-height:1.8;
  }
  .single-page-wrap .article-topbar-toc{
    order:1;
  }
  .single-page-wrap .article-toc-panel{
    width:min(260px,84vw);
  }
}

/* v37 testimonial avatars */
.testimonials-grid{
  row-gap:44px;
}
.testimonial-card-has-avatar{
  position:relative;
  padding-top:58px;
  overflow:visible;
}
.testimonial-avatar-wrap{
  position:absolute;
  top:-30px;
  right:24px;
  width:74px;
  height:74px;
  z-index:3;
  animation:testimonialAvatarFloat 4.4s ease-in-out infinite;
}
.testimonial-avatar-ring{
  position:absolute;
  inset:-6px;
  border-radius:999px;
  background:linear-gradient(135deg, rgba(37,99,235,.18), rgba(16,185,129,.12));
  box-shadow:0 14px 30px rgba(15,23,42,.12);
}
.testimonial-avatar{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:999px;
  border:4px solid #fff;
  background:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.18);
}
.testimonial-card-has-avatar .testimonial-stars{
  margin-top:4px;
}
.testimonial-card-has-avatar strong{
  margin-top:10px;
}
.testimonial-card-has-avatar:hover .testimonial-avatar-wrap{
  animation-play-state:paused;
  transform:translateY(-4px);
}
@keyframes testimonialAvatarFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-7px)}
}
@media (max-width: 767px){
  .testimonial-card-has-avatar{
    padding-top:54px;
  }
  .testimonial-avatar-wrap{
    width:68px;
    height:68px;
    top:-26px;
    right:18px;
  }
}

/* v38: hide stray header placeholder code text if rendered visually */
body .header-code-placeholder,
body .pixel-code-placeholder,
body [data-header-code-placeholder],
body [data-pixel-code-placeholder]{
  display:none !important;
}

/* v39: smaller TOC button on left + full TOC panel */
.single-page-wrap .article-topbar{
  direction:ltr;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  flex-wrap:nowrap;
}
.single-page-wrap .article-topbar-toc{
  direction:rtl;
  margin:0;
  flex:0 0 auto;
  order:1;
}
.single-page-wrap .article-topbar-breadcrumbs{
  direction:rtl;
  flex:1 1 auto;
  min-width:0;
  order:2;
}
.single-page-wrap .article-topbar .breadcrumbs{
  justify-content:flex-end;
}
.single-page-wrap .article-toc-toggle{
  gap:8px;
  padding:8px 13px;
  font-size:13px;
  border-radius:999px;
  box-shadow:0 4px 12px rgba(15,23,42,.05);
}
.single-page-wrap .article-toc-toggle-icon{
  font-size:14px;
}
.single-page-wrap .article-toc-toggle-arrow{
  font-size:10px;
}
.single-page-wrap .article-toc-panel{
  top:calc(100% + 8px);
  left:0;
  right:auto;
  width:min(420px,92vw);
  max-height:min(70vh,520px);
  padding:14px 14px 10px;
  overflow:auto;
}
.single-page-wrap .article-toc-title{
  font-size:15px;
  margin-bottom:12px;
}
.single-page-wrap .article-toc-list{
  max-height:none;
  overflow:visible;
}
.single-page-wrap .article-toc-list li{
  margin:0 0 10px;
}
.single-page-wrap .article-toc-list li.is-sub{
  padding-right:16px;
}
.single-page-wrap .article-toc-list a{
  font-size:14px;
  line-height:1.9;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:break-word;
}
@media (max-width: 991px){
  .single-page-wrap .article-topbar{
    gap:10px;
  }
  .single-page-wrap .article-topbar-toc{
    align-self:flex-start;
  }
  .single-page-wrap .article-topbar .breadcrumbs{
    font-size:13px;
    line-height:1.8;
  }
  .single-page-wrap .article-toc-toggle{
    padding:7px 12px;
    font-size:12px;
  }
  .single-page-wrap .article-toc-toggle-icon{
    font-size:13px;
  }
  .single-page-wrap .article-toc-panel{
    width:min(360px,94vw);
    max-height:min(68vh,480px);
  }
}
@media (max-width: 640px){
  .single-page-wrap .article-topbar{
    align-items:flex-start;
  }
  .single-page-wrap .article-toc-panel{
    width:min(320px,94vw);
  }
}

/* v40: raise floating call/whatsapp buttons + premium icon motion on home and article pages */
.home .floating-contact,
.home .floating-buttons,
.home .fixed-contact-buttons,
.home .sticky-contact-buttons,
.home .contact-floating,
.single-post .floating-contact,
.single-post .floating-buttons,
.single-post .fixed-contact-buttons,
.single-post .sticky-contact-buttons,
.single-post .contact-floating{
  bottom: calc(24px + 1.5cm) !important;
}

.home .floating-contact a,
.home .floating-buttons a,
.home .fixed-contact-buttons a,
.home .sticky-contact-buttons a,
.home .contact-floating a,
.single-post .floating-contact a,
.single-post .floating-buttons a,
.single-post .fixed-contact-buttons a,
.single-post .sticky-contact-buttons a,
.single-post .contact-floating a{
  overflow: visible !important;
}

.home .floating-contact a::before,
.home .floating-buttons a::before,
.home .fixed-contact-buttons a::before,
.home .sticky-contact-buttons a::before,
.home .contact-floating a::before,
.single-post .floating-contact a::before,
.single-post .floating-buttons a::before,
.single-post .fixed-contact-buttons a::before,
.single-post .sticky-contact-buttons a::before,
.single-post .contact-floating a::before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.22) 0%, rgba(255,255,255,0) 68%);
  opacity:.0;
  pointer-events:none;
  animation: v40ButtonGlow 2.8s ease-in-out infinite;
}

.home .floating-contact a i,
.home .floating-buttons a i,
.home .fixed-contact-buttons a i,
.home .sticky-contact-buttons a i,
.home .contact-floating a i,
.home .floating-contact a svg,
.home .floating-buttons a svg,
.home .fixed-contact-buttons a svg,
.home .sticky-contact-buttons a svg,
.home .contact-floating a svg,
.home .floating-contact a img,
.home .floating-buttons a img,
.home .fixed-contact-buttons a img,
.home .sticky-contact-buttons a img,
.home .contact-floating a img,
.single-post .floating-contact a i,
.single-post .floating-buttons a i,
.single-post .fixed-contact-buttons a i,
.single-post .sticky-contact-buttons a i,
.single-post .contact-floating a i,
.single-post .floating-contact a svg,
.single-post .floating-buttons a svg,
.single-post .fixed-contact-buttons a svg,
.single-post .sticky-contact-buttons a svg,
.single-post .contact-floating a svg,
.single-post .floating-contact a img,
.single-post .floating-buttons a img,
.single-post .fixed-contact-buttons a img,
.single-post .sticky-contact-buttons a img,
.single-post .contact-floating a img{
  position: relative;
  z-index: 2;
  transform-origin:center;
  animation: v40IconAttention 2.2s ease-in-out infinite;
  filter: drop-shadow(0 4px 10px rgba(255,255,255,.18));
}

.home .floating-contact a:nth-child(2)::before,
.home .floating-buttons a:nth-child(2)::before,
.home .fixed-contact-buttons a:nth-child(2)::before,
.home .sticky-contact-buttons a:nth-child(2)::before,
.home .contact-floating a:nth-child(2)::before,
.single-post .floating-contact a:nth-child(2)::before,
.single-post .floating-buttons a:nth-child(2)::before,
.single-post .fixed-contact-buttons a:nth-child(2)::before,
.single-post .sticky-contact-buttons a:nth-child(2)::before,
.single-post .contact-floating a:nth-child(2)::before{
  animation-delay: .45s;
}

.home .floating-contact a:nth-child(2) i,
.home .floating-buttons a:nth-child(2) i,
.home .fixed-contact-buttons a:nth-child(2) i,
.home .sticky-contact-buttons a:nth-child(2) i,
.home .contact-floating a:nth-child(2) i,
.home .floating-contact a:nth-child(2) svg,
.home .floating-buttons a:nth-child(2) svg,
.home .fixed-contact-buttons a:nth-child(2) svg,
.home .sticky-contact-buttons a:nth-child(2) svg,
.home .contact-floating a:nth-child(2) svg,
.home .floating-contact a:nth-child(2) img,
.home .floating-buttons a:nth-child(2) img,
.home .fixed-contact-buttons a:nth-child(2) img,
.home .sticky-contact-buttons a:nth-child(2) img,
.home .contact-floating a:nth-child(2) img,
.single-post .floating-contact a:nth-child(2) i,
.single-post .floating-buttons a:nth-child(2) i,
.single-post .fixed-contact-buttons a:nth-child(2) i,
.single-post .sticky-contact-buttons a:nth-child(2) i,
.single-post .contact-floating a:nth-child(2) i,
.single-post .floating-contact a:nth-child(2) svg,
.single-post .floating-buttons a:nth-child(2) svg,
.single-post .fixed-contact-buttons a:nth-child(2) svg,
.single-post .sticky-contact-buttons a:nth-child(2) svg,
.single-post .contact-floating a:nth-child(2) svg,
.single-post .floating-contact a:nth-child(2) img,
.single-post .floating-buttons a:nth-child(2) img,
.single-post .fixed-contact-buttons a:nth-child(2) img,
.single-post .sticky-contact-buttons a:nth-child(2) img,
.single-post .contact-floating a:nth-child(2) img{
  animation-delay: .35s;
}

@keyframes v40IconAttention{
  0%, 100% { transform: translateY(0) scale(1) rotate(0deg); }
  12% { transform: translateY(-1px) scale(1.04) rotate(-4deg); }
  24% { transform: translateY(0) scale(1.02) rotate(4deg); }
  36% { transform: translateY(-2px) scale(1.06) rotate(-3deg); }
  48% { transform: translateY(0) scale(1) rotate(0deg); }
  72% { transform: translateY(-1px) scale(1.03); }
}

@keyframes v40ButtonGlow{
  0%, 100% { opacity: 0; transform: scale(.92); }
  30% { opacity: .42; transform: scale(1.04); }
  55% { opacity: .16; transform: scale(1.08); }
  80% { opacity: 0; transform: scale(1.12); }
}

@media (max-width: 767px){
  .home .floating-contact,
  .home .floating-buttons,
  .home .fixed-contact-buttons,
  .home .sticky-contact-buttons,
  .home .contact-floating,
  .single-post .floating-contact,
  .single-post .floating-buttons,
  .single-post .fixed-contact-buttons,
  .single-post .sticky-contact-buttons,
  .single-post .contact-floating{
    bottom: calc(18px + 1.5cm) !important;
  }
}

/* v41 real fix: actual floating buttons wrapper is .floating-actions */
.home .floating-actions,
.single-post .floating-actions,
.single .floating-actions{
  bottom: calc(18px + 1.5cm) !important;
  left: 18px !important;
  z-index: 1200 !important;
}

.home .floating-actions .floating-btn,
.single-post .floating-actions .floating-btn,
.single .floating-actions .floating-btn{
  position: relative;
  overflow: visible !important;
}

.home .floating-actions .floating-btn::before,
.single-post .floating-actions .floating-btn::before,
.single .floating-actions .floating-btn::before{
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255,255,255,.26) 0%, rgba(255,255,255,0) 68%);
  opacity: 0;
  pointer-events: none;
  animation: v41ButtonGlow 2.8s ease-in-out infinite;
}

.home .floating-actions .floating-btn img,
.home .floating-actions .floating-btn svg,
.home .floating-actions .floating-btn i,
.single-post .floating-actions .floating-btn img,
.single-post .floating-actions .floating-btn svg,
.single-post .floating-actions .floating-btn i,
.single .floating-actions .floating-btn img,
.single .floating-actions .floating-btn svg,
.single .floating-actions .floating-btn i{
  position: relative;
  z-index: 2;
  transform-origin: center;
  animation: v41IconAttention 2.15s ease-in-out infinite;
  filter: drop-shadow(0 4px 10px rgba(255,255,255,.18));
}

.home .floating-actions .floating-btn:nth-child(2)::before,
.single-post .floating-actions .floating-btn:nth-child(2)::before,
.single .floating-actions .floating-btn:nth-child(2)::before{
  animation-delay: .45s;
}

.home .floating-actions .floating-btn:nth-child(2) img,
.home .floating-actions .floating-btn:nth-child(2) svg,
.home .floating-actions .floating-btn:nth-child(2) i,
.single-post .floating-actions .floating-btn:nth-child(2) img,
.single-post .floating-actions .floating-btn:nth-child(2) svg,
.single-post .floating-actions .floating-btn:nth-child(2) i,
.single .floating-actions .floating-btn:nth-child(2) img,
.single .floating-actions .floating-btn:nth-child(2) svg,
.single .floating-actions .floating-btn:nth-child(2) i{
  animation-delay: .35s;
}

@keyframes v41IconAttention{
  0%, 100% { transform: translateY(0) scale(1) rotate(0deg); }
  14% { transform: translateY(-1px) scale(1.04) rotate(-4deg); }
  28% { transform: translateY(0) scale(1.02) rotate(4deg); }
  42% { transform: translateY(-2px) scale(1.06) rotate(-3deg); }
  56% { transform: translateY(0) scale(1) rotate(0deg); }
  74% { transform: translateY(-1px) scale(1.03); }
}

@keyframes v41ButtonGlow{
  0%, 100% { opacity: 0; transform: scale(.92); }
  30% { opacity: .40; transform: scale(1.04); }
  55% { opacity: .15; transform: scale(1.08); }
  80% { opacity: 0; transform: scale(1.12); }
}

@media (max-width: 767px){
  .home .floating-actions,
  .single-post .floating-actions,
  .single .floating-actions{
    bottom: calc(14px + 1.5cm) !important;
    left: 14px !important;
  }
}

/* FINAL MENU FIX - force horizontal */
header ul,
header .menu,
header .menu ul,
header nav ul,
header .nav-menu,
header .main-menu {
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:18px !important;
    flex-wrap:nowrap !important;
}

header li {
    display:inline-flex !important;
    list-style:none !important;
}

header a {
    display:inline-block !important;
    padding:6px 10px !important;
}

/* mobile back to vertical */
@media(max-width:768px){
    header ul,
    header .menu,
    header .menu ul,
    header nav ul,
    header .nav-menu,
    header .main-menu {
        flex-direction:column !important;
        align-items:flex-start !important;
        gap:10px !important;
    }
}
