/*
Theme Name: Faridpur City
Theme URI: https://example.com/faridpur-city
Author: Lovable
Author URI: https://lovable.dev
Description: Faridpur City — a clean, modern Bangla local news & magazine WordPress theme. Features a hero with side promo cards, quick services icon row, featured news, two-column today's & district news, services grid, team section, and a rich dark footer. Full Bangla (Noto Sans Bengali) typography. Customizer-driven, widget-rich, mobile-first.
Version: 1.19.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faridpur-city
Tags: blog, news, magazine, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, editor-style, full-width-template
*/

/* ============== Design Tokens ============== */
:root{
  --fc-green-900:#064e3b;
  --fc-green:#0d7a5f;
  --fc-green-50:#e6f4ef;
  --fc-red:#e11d48;
  --fc-bg:#ffffff;
  --fc-surface:#f7f8fa;
  --fc-ink:#111827;
  --fc-muted:#6b7280;
  --fc-border:#e5e7eb;
  --fc-footer:#0b1220;
  --fc-footer-text:#cbd5e1;
  --fc-footer-heading:#ffffff;
  --fc-radius:10px;
  --fc-radius-sm:6px;
  --fc-shadow:0 4px 18px rgba(15,23,42,.06);
  --fc-shadow-md:0 10px 32px rgba(15,23,42,.10);
  --fc-bn:"Noto Sans Bengali","Hind Siliguri","SolaimanLipi",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:var(--fc-bn);
  font-size:16px;line-height:1.7;
  color:var(--fc-ink);background:var(--fc-bg);
  -webkit-font-smoothing:antialiased;
}
a{color:var(--fc-green);text-decoration:none;transition:color .15s}
a:hover{color:var(--fc-green-900)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4,h5,h6{font-family:var(--fc-bn);font-weight:700;line-height:1.3;color:var(--fc-ink);margin:0 0 .5em}
p{margin:0 0 1em}
button{font-family:inherit}

.fc-container{max-width:1200px;margin:0 auto;padding:0 20px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}

/* ============== Header ============== */
.fc-site-header{background:#fff;border-bottom:1px solid var(--fc-border);position:sticky;top:0;z-index:50}
.fc-header-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px 0}
.fc-header-left{display:flex;align-items:center;gap:8px}
.fc-icon-btn{
  display:inline-flex;align-items:center;justify-content:center;
  width:40px;height:40px;border-radius:50%;background:transparent;border:0;
  color:var(--fc-ink);cursor:pointer;transition:background .15s;
}
.fc-icon-btn:hover{background:var(--fc-surface)}
.fc-icon-btn svg{width:22px;height:22px}
.fc-branding{display:flex;flex-direction:column;align-items:center;text-align:center}
.fc-branding .custom-logo{max-height:48px;width:auto}
.fc-site-title{font-size:1.5rem;color:var(--fc-green-900);margin:0;font-weight:800;letter-spacing:.2px}
.fc-site-title a{color:inherit}
.fc-site-desc{margin:2px 0 0;font-size:.82rem;color:var(--fc-muted);font-weight:500}
.fc-header-right{display:flex;align-items:center;gap:4px;justify-self:end}

/* Primary nav (under top bar on desktop) */
.fc-nav-bar{border-top:1px solid var(--fc-border);background:#fff}
.fc-nav-bar .fc-container{display:flex;align-items:center;justify-content:center}
.fc-nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:2px}
.fc-nav a{
  display:inline-block;padding:12px 16px;color:var(--fc-ink);font-weight:600;font-size:.95rem;
  border-bottom:3px solid transparent;transition:color .15s,border-color .15s;
}
.fc-nav a:hover,.fc-nav .current-menu-item > a,.fc-nav .current_page_item > a{color:var(--fc-green);border-bottom-color:var(--fc-green)}
.fc-nav .sub-menu{display:none;position:absolute;background:#fff;min-width:220px;padding:8px;border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);box-shadow:var(--fc-shadow);z-index:60}
.fc-nav li{position:relative}
.fc-nav li:hover > .sub-menu{display:block}
.fc-nav .sub-menu a{padding:8px 12px;border:0;display:block}

/* Top banner */
.fc-banner-nav-stack{position:relative}
.fc-top-banner{background:var(--fc-surface);overflow:hidden;line-height:0}
.fc-top-banner img{width:100%;height:var(--fc-tb-h,120px);object-fit:cover;display:block}
@media (min-width:781px){
  .fc-site-header.has-banner-overlap .fc-banner-nav-stack .fc-nav-bar{
    position:absolute;left:0;right:0;bottom:0;
    background:rgba(255,255,255,.85);
    -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
    border-top:0;
  }
  .fc-site-header.has-banner-overlap .fc-banner-nav-stack .fc-nav a{color:#0f172a;text-shadow:0 1px 2px rgba(255,255,255,.6)}
}
@media (max-width:780px){
  .fc-top-banner img{height:auto;max-height:var(--fc-tb-h,120px)}
}

/* Mobile drawer */
.fc-drawer{
  position:fixed;inset:0 auto 0 0;width:min(320px,86vw);background:#fff;z-index:200;
  transform:translateX(-100%);transition:transform .25s ease;
  box-shadow:var(--fc-shadow-md);overflow-y:auto;
}
.fc-drawer.is-open{transform:translateX(0)}
.fc-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--fc-border)}
.fc-drawer-title{display:flex;align-items:center;gap:10px}
.fc-drawer-title strong{font-size:1.05rem;color:var(--fc-green-900)}
.fc-drawer-title small{display:block;font-size:.75rem;color:var(--fc-muted);font-weight:500}
.fc-drawer-nav ul{list-style:none;margin:0;padding:10px 0}
.fc-drawer-nav li a{
  display:flex;align-items:center;gap:12px;padding:12px 18px;color:var(--fc-ink);font-weight:500;font-size:.98rem;
  border-left:3px solid transparent;
}
.fc-drawer-nav li a:hover,.fc-drawer-nav .current-menu-item > a{
  background:var(--fc-green-50);color:var(--fc-green-900);border-left-color:var(--fc-green);
}
.fc-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;visibility:hidden;transition:opacity .2s;z-index:150}
.fc-overlay.is-open{opacity:1;visibility:visible}

@media (max-width:780px){
  .fc-nav-bar{display:none}
  .fc-site-title{font-size:1.25rem}
}
@media (min-width:781px){
  .fc-icon-btn.fc-menu-toggle{display:none}
}

/* ============== Hero + Side Cards ============== */
.fc-hero-row{padding:24px 0}
.fc-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
@media (max-width:900px){.fc-hero-grid{grid-template-columns:1fr}}

.fc-hero-card{
  position:relative;border-radius:var(--fc-radius);overflow:hidden;color:#fff;
  min-height:380px;background:#0b1220;box-shadow:var(--fc-shadow);
  display:flex;align-items:flex-end;
}
.fc-hero-card .fc-hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55}
.fc-hero-card::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(11,18,32,.25) 0%,rgba(11,18,32,.85) 100%);
}
.fc-hero-card .fc-hero-body{position:relative;z-index:1;padding:28px;width:100%}
.fc-badge-breaking{
  display:inline-block;padding:4px 12px;background:var(--fc-red);color:#fff;
  font-size:.72rem;font-weight:700;letter-spacing:.08em;border-radius:4px;margin-bottom:14px;text-transform:uppercase;
}
/* Breaking news ticker */
.fc-ticker{background:#0b1220;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.fc-ticker-bar{display:flex;align-items:stretch;gap:0;min-height:42px}
.fc-ticker-label{
  display:inline-flex;align-items:center;padding:0 16px;background:var(--fc-red);color:#fff;
  font-weight:700;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;flex:none;
  clip-path:polygon(0 0,100% 0,calc(100% - 12px) 100%,0 100%);padding-right:24px;
}
.fc-ticker-viewport{flex:1;overflow:hidden;position:relative;display:flex;align-items:center}
.fc-ticker-track{display:flex;width:max-content;animation:fc-ticker-scroll linear infinite}
.fc-ticker-track:hover{animation-play-state:paused}
.fc-ticker-list{display:flex;align-items:center;gap:36px;margin:0;padding:0 24px;list-style:none;white-space:nowrap}
.fc-ticker-list li{position:relative;font-size:.95rem}
.fc-ticker-list li + li::before{content:"•";position:absolute;left:-22px;color:rgba(255,255,255,.4)}
.fc-ticker-list a{color:#fff}
.fc-ticker-list a:hover{color:#bbf7d0}
@keyframes fc-ticker-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion: reduce){.fc-ticker-track{animation:none}}
.fc-hero-card h2{color:#fff;font-size:clamp(1.4rem,2.4vw,2rem);margin:0 0 10px;line-height:1.3}
.fc-hero-card h2 a{color:#fff}
.fc-hero-card h2 a:hover{color:#bbf7d0}
.fc-hero-card .fc-hero-excerpt{color:rgba(255,255,255,.85);font-size:.95rem;margin:0 0 16px;max-width:60ch}
.fc-btn{
  display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--fc-green);color:#fff;
  border-radius:var(--fc-radius-sm);font-weight:600;font-size:.9rem;transition:background .15s;border:0;cursor:pointer;
}
.fc-btn:hover{background:var(--fc-green-900);color:#fff}
.fc-btn-light{background:rgba(255,255,255,.15);backdrop-filter:blur(4px)}
.fc-btn-light:hover{background:rgba(255,255,255,.25)}

/* hero quick links row inside card */
.fc-hero-links{
  display:flex;gap:14px;flex-wrap:wrap;margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.15);
}
.fc-hero-links a{display:flex;flex-direction:column;align-items:center;gap:4px;color:rgba(255,255,255,.85);font-size:.78rem;min-width:60px}
.fc-hero-links a svg{width:20px;height:20px}
.fc-hero-links a:hover{color:#fff}

/* Side cards */
.fc-side-cards{display:grid;grid-template-rows:1fr 1fr;gap:20px}
.fc-side-card{
  position:relative;border-radius:var(--fc-radius);overflow:hidden;color:#fff;min-height:180px;
  background:var(--fc-green);box-shadow:var(--fc-shadow);display:flex;align-items:flex-end;
}
.fc-side-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45}
.fc-side-card::after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(13,122,95,.85),rgba(6,78,59,.55))}
.fc-side-card .fc-side-body{position:relative;z-index:1;padding:20px;width:100%}
.fc-side-card h3{color:#fff;font-size:1.2rem;margin:0 0 6px}
.fc-side-card .fc-side-cta{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:.85rem;font-weight:600;margin-top:8px;opacity:.9}
.fc-side-card .fc-side-cta::after{content:"→"}

/* ============== Services Icon Row ============== */
.fc-services-row{background:#fff;border-top:1px solid var(--fc-border);border-bottom:1px solid var(--fc-border);padding:22px 0}
.fc-services-row .fc-icons-grid{
  display:grid;grid-template-columns:repeat(9,1fr);gap:14px;
}
@media (max-width:900px){.fc-services-row .fc-icons-grid{grid-template-columns:repeat(5,1fr)}}
@media (max-width:560px){.fc-services-row .fc-icons-grid{grid-template-columns:repeat(4,1fr)}}
.fc-icon-tile{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px;color:var(--fc-ink);font-size:.82rem;font-weight:500;text-align:center;transition:transform .15s}
.fc-icon-tile:hover{transform:translateY(-2px);color:var(--fc-green-900)}
.fc-icon-tile .fc-icon-circle{
  width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.08);
}
.fc-icon-tile .fc-icon-circle svg{width:24px;height:24px}
.fc-bg-blue{background:#2563eb}.fc-bg-green{background:#16a34a}.fc-bg-red{background:#dc2626}
.fc-bg-orange{background:#ea580c}.fc-bg-amber{background:#d97706}.fc-bg-teal{background:#0d9488}
.fc-bg-purple{background:#7c3aed}.fc-bg-pink{background:#db2777}.fc-bg-slate{background:#475569}

/* ============== Section Heading ============== */
.fc-section{padding:36px 0}
.fc-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--fc-border)}
.fc-section-head h2{font-size:1.35rem;color:var(--fc-green-900);margin:0;position:relative;padding-left:14px}
.fc-section-head h2::before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:5px;background:var(--fc-green);border-radius:3px}
.fc-see-all{font-size:.88rem;color:var(--fc-green);font-weight:600}
.fc-see-all:hover{color:var(--fc-green-900)}

/* ============== Featured News (big + 2 list) ============== */
.fc-featured-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:20px}
@media (max-width:780px){.fc-featured-grid{grid-template-columns:1fr}}
.fc-feat-big{
  position:relative;border-radius:var(--fc-radius);overflow:hidden;min-height:340px;
  background:#0b1220;color:#fff;display:flex;align-items:flex-end;box-shadow:var(--fc-shadow);
}
.fc-feat-big img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.6}
.fc-feat-big::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(11,18,32,.85) 100%)}
.fc-feat-big .fc-feat-body{position:relative;z-index:1;padding:24px;width:100%}
.fc-feat-big h3{color:#fff;font-size:1.4rem;margin:0 0 8px}
.fc-feat-big h3 a{color:#fff}
.fc-feat-big .fc-meta{color:rgba(255,255,255,.75);font-size:.82rem}
.fc-feat-badge{display:inline-block;background:var(--fc-green);color:#fff;font-size:.7rem;padding:3px 10px;border-radius:4px;margin-bottom:10px;letter-spacing:.06em;font-weight:600}

.fc-feat-list{display:flex;flex-direction:column;gap:14px}
.fc-feat-item{
  display:grid;grid-template-columns:140px 1fr;gap:14px;background:#fff;border:1px solid var(--fc-border);
  border-radius:var(--fc-radius);overflow:hidden;transition:box-shadow .15s,transform .15s;
}
.fc-feat-item:hover{box-shadow:var(--fc-shadow);transform:translateY(-2px)}
.fc-feat-item .fc-feat-thumb{aspect-ratio:1/1;overflow:hidden;background:var(--fc-surface)}
.fc-feat-item .fc-feat-thumb img{width:100%;height:100%;object-fit:cover}
.fc-feat-item .fc-feat-body{padding:14px 14px 14px 0;display:flex;flex-direction:column;justify-content:center}
.fc-feat-item h4{font-size:1rem;margin:0 0 6px;line-height:1.4}
.fc-feat-item h4 a{color:var(--fc-ink)}
.fc-feat-item h4 a:hover{color:var(--fc-green)}
.fc-feat-item .fc-meta{color:var(--fc-muted);font-size:.78rem}

/* ============== Two-column news (Today / District) ============== */
.fc-twocol{display:grid;grid-template-columns:1fr 1fr;gap:28px}
@media (max-width:900px){.fc-twocol{grid-template-columns:1fr}}
.fc-news-tile{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:10px 0;border-bottom:1px dashed var(--fc-border)}
.fc-news-tile:last-child{border-bottom:0}
.fc-news-tile .fc-news-thumb{aspect-ratio:4/3;border-radius:var(--fc-radius-sm);overflow:hidden;background:var(--fc-surface)}
.fc-news-tile .fc-news-thumb img{width:100%;height:100%;object-fit:cover}
.fc-news-tile h4{font-size:.95rem;margin:0 0 4px;line-height:1.4}
.fc-news-tile h4 a{color:var(--fc-ink)}
.fc-news-tile h4 a:hover{color:var(--fc-green)}
.fc-news-tile .fc-meta{font-size:.75rem;color:var(--fc-muted)}

/* For homepage today/district grid layout (2 cols inside each side) */
.fc-news-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:560px){.fc-news-grid-2{grid-template-columns:1fr}}

/* ============== Services grid (sebabuzz) ============== */
.fc-srv-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
@media (max-width:900px){.fc-srv-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.fc-srv-grid{grid-template-columns:repeat(2,1fr)}}
.fc-srv-card{
  display:flex;align-items:center;gap:12px;padding:14px;border-radius:var(--fc-radius);background:var(--fc-surface);
  border:1px solid var(--fc-border);transition:transform .15s,box-shadow .15s;
}
.fc-srv-card:hover{transform:translateY(-2px);box-shadow:var(--fc-shadow)}
.fc-srv-card .fc-srv-icon{
  width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;
  background:#fff;color:var(--fc-green);box-shadow:var(--fc-shadow);flex-shrink:0;
}
.fc-srv-card .fc-srv-icon svg{width:22px;height:22px}
.fc-srv-card strong{display:block;font-size:.9rem;color:var(--fc-ink)}
.fc-srv-card small{display:block;font-size:.75rem;color:var(--fc-muted)}

/* ============== Team ============== */
.fc-team-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
@media (max-width:900px){.fc-team-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:560px){.fc-team-grid{grid-template-columns:repeat(2,1fr)}}
.fc-team-card{background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:18px 12px;text-align:center;transition:box-shadow .15s}
.fc-team-card:hover{box-shadow:var(--fc-shadow)}
.fc-team-avatar{width:84px;height:84px;border-radius:50%;background:var(--fc-surface);margin:0 auto 10px;overflow:hidden;border:3px solid var(--fc-green-50)}
.fc-team-avatar img{width:100%;height:100%;object-fit:cover}
.fc-team-card strong{display:block;font-size:.92rem;color:var(--fc-ink)}
.fc-team-card small{display:block;font-size:.76rem;color:var(--fc-muted);margin-bottom:8px}
.fc-team-actions{display:flex;justify-content:center;gap:6px;margin-top:8px}
.fc-team-actions a{
  width:30px;height:30px;border-radius:50%;background:var(--fc-green-50);color:var(--fc-green);
  display:inline-flex;align-items:center;justify-content:center;
}
.fc-team-actions a:hover{background:var(--fc-green);color:#fff}
.fc-team-actions svg{width:14px;height:14px}

/* ============== Single / Page / Archive ============== */
.fc-grid{display:grid;grid-template-columns:1fr 320px;gap:36px;align-items:start;padding:32px 0}
@media (max-width:900px){.fc-grid{grid-template-columns:1fr}}
.fc-single article{background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:28px}
.fc-single .entry-title{font-size:clamp(1.6rem,3vw,2.4rem)}
.fc-single .entry-meta{font-size:.85rem;color:var(--fc-muted);margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--fc-border)}
.fc-single .entry-content{font-size:1.02rem}
.fc-single .entry-content h2,.fc-single .entry-content h3{margin-top:1.4em}
.fc-single .entry-content img,.fc-single .post-thumbnail img{border-radius:var(--fc-radius);margin-bottom:1em}
.fc-tags{margin-top:18px}
.fc-tags a{display:inline-block;background:var(--fc-green-50);color:var(--fc-green-900);padding:4px 10px;border-radius:99px;font-size:.78rem;margin:0 4px 4px 0}

.fc-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
@media (max-width:680px){.fc-cards{grid-template-columns:1fr}}
.fc-card{background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);overflow:hidden;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column}
.fc-card:hover{box-shadow:var(--fc-shadow);transform:translateY(-2px)}
.fc-card .fc-card-thumb{aspect-ratio:16/10;overflow:hidden;background:var(--fc-surface)}
.fc-card .fc-card-thumb img{width:100%;height:100%;object-fit:cover}
.fc-card-body{padding:18px 20px 22px;display:flex;flex-direction:column;flex:1}
.fc-card-cat{font-size:.72rem;color:var(--fc-green);font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.fc-card-title{font-size:1.1rem;margin:0 0 8px;line-height:1.4}
.fc-card-title a{color:var(--fc-ink)}
.fc-card-title a:hover{color:var(--fc-green)}
.fc-card-excerpt{color:var(--fc-muted);font-size:.92rem;margin:0 0 12px;flex:1}
.fc-card-meta{font-size:.78rem;color:var(--fc-muted);border-top:1px solid var(--fc-border);padding-top:10px}

.fc-pagination{margin-top:30px;display:flex;justify-content:center;gap:8px;flex-wrap:wrap}
.fc-pagination a,.fc-pagination span{padding:8px 14px;background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);font-size:.9rem;color:var(--fc-ink)}
.fc-pagination .current{background:var(--fc-green);color:#fff;border-color:var(--fc-green)}
.fc-pagination a:hover{background:var(--fc-green-50);color:var(--fc-green-900)}

/* Sidebar widgets */
.fc-sidebar{position:sticky;top:80px}
.fc-widget{background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:20px;margin-bottom:20px}
.fc-widget .widget-title,.fc-widget h2{font-size:1rem;color:var(--fc-green-900);margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid var(--fc-green)}
.fc-widget ul{list-style:none;margin:0;padding:0}
.fc-widget li{padding:8px 0;border-bottom:1px dashed var(--fc-border);font-size:.92rem}
.fc-widget li:last-child{border-bottom:0}
.fc-widget a{color:var(--fc-ink)}
.fc-widget a:hover{color:var(--fc-green)}
.fc-widget input[type=search],.fc-widget input[type=text],.fc-widget input[type=email]{
  width:100%;padding:9px 12px;border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);font:inherit;background:#fff;
}
.fc-widget button,.fc-widget input[type=submit]{
  margin-top:8px;background:var(--fc-green);color:#fff;border:0;padding:9px 16px;border-radius:var(--fc-radius-sm);cursor:pointer;font-weight:600
}
.fc-widget button:hover,.fc-widget input[type=submit]:hover{background:var(--fc-green-900)}

/* Comments */
.fc-comments{margin-top:30px;background:#fff;padding:28px;border:1px solid var(--fc-border);border-radius:var(--fc-radius)}
.fc-comments .comment-list{list-style:none;padding:0;margin:0 0 24px}
.fc-comments .comment{border-bottom:1px solid var(--fc-border);padding:18px 0}
.fc-comments .comment:last-child{border-bottom:0}
.fc-comments .children{list-style:none;padding-left:24px;border-left:2px solid var(--fc-green);margin-top:12px}
.comment-form input[type=text],.comment-form input[type=email],.comment-form input[type=url],.comment-form textarea{
  width:100%;padding:10px 12px;border:1px solid var(--fc-border);border-radius:var(--fc-radius-sm);font:inherit;margin-bottom:12px
}
.comment-form .submit{background:var(--fc-green);color:#fff;border:0;padding:11px 22px;border-radius:var(--fc-radius-sm);cursor:pointer;font-weight:600}
.comment-form .submit:hover{background:var(--fc-green-900)}

/* ============== Footer ============== */
.fc-newsletter{background:linear-gradient(135deg,var(--fc-green-900),var(--fc-green));color:#fff;margin-top:48px}
.fc-newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 0;flex-wrap:wrap}
.fc-newsletter-text h2{color:#fff;margin:0 0 6px;font-size:1.25rem;border:0;padding:0}
.fc-newsletter-text p{margin:0;color:rgba(255,255,255,.85);font-size:.92rem}
.fc-newsletter-form{display:flex;gap:8px;flex:1;max-width:460px;min-width:280px}
.fc-newsletter-form input{flex:1;padding:12px 14px;border-radius:var(--fc-radius-sm);border:0;font:inherit;background:#fff;color:#0f172a}
.fc-newsletter-form button{padding:12px 20px;border:0;border-radius:var(--fc-radius-sm);background:#0b1220;color:#fff;font-weight:700;cursor:pointer;font-family:inherit}
.fc-newsletter-form button:hover{background:#000}
@media (max-width:640px){.fc-newsletter-inner{flex-direction:column;align-items:stretch;text-align:center}.fc-newsletter-form{max-width:100%}}

.fc-site-footer{background:var(--fc-footer);color:var(--fc-footer-text);padding-top:56px;position:relative}
.fc-site-footer::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--fc-green),var(--fc-green-900),var(--fc-green))}
.fc-footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr 1.3fr;gap:32px;padding-bottom:40px}
@media (max-width:1024px){.fc-footer-cols{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.fc-footer-cols{grid-template-columns:1fr}}
.fc-footer-col{min-width:0}
.fc-footer-brand{margin-bottom:14px}
.fc-footer-logo{max-width:160px;height:auto;filter:brightness(0) invert(1)}
.fc-footer-brand-text{color:#fff;font-size:1.4rem;margin:0 0 10px}
.fc-site-footer .fc-widget{background:transparent;border:0;padding:0;margin:0;color:var(--fc-footer-text)}
.fc-site-footer .widget-title,.fc-site-footer h2,.fc-site-footer h3{color:var(--fc-footer-heading);border:0;font-size:1.02rem;margin:0 0 16px;padding:0 0 10px;position:relative;font-weight:700}
.fc-site-footer .widget-title::after,.fc-site-footer h3::after{content:"";position:absolute;left:0;bottom:0;width:32px;height:2px;background:var(--fc-green)}
.fc-site-footer a{color:var(--fc-footer-text)}
.fc-site-footer a:hover{color:#fff}
.fc-site-footer ul{list-style:none;margin:0;padding:0}
.fc-site-footer li{border-bottom:0;padding:6px 0;font-size:.92rem}
.fc-footer-list li{padding-left:14px;position:relative}
.fc-footer-list li::before{content:"›";color:var(--fc-green);position:absolute;left:0;top:6px;font-weight:700}
.fc-footer-list a{display:inline-block;transition:transform .15s ease,color .15s ease}
.fc-footer-list a:hover{transform:translateX(3px);color:#fff}
.fc-footer-contact li{display:flex;gap:10px;align-items:flex-start;padding:8px 0;line-height:1.5}
.fc-footer-contact .fc-ci{display:inline-flex;width:28px;height:28px;border-radius:6px;background:rgba(255,255,255,.06);align-items:center;justify-content:center;flex-shrink:0;color:var(--fc-green)}
.fc-footer-contact .fc-ci svg{width:14px;height:14px}
.fc-footer-about{font-size:.9rem;line-height:1.7}
.fc-footer-social{display:flex;gap:10px;margin-top:16px}
.fc-footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}
.fc-footer-social a:hover{background:var(--fc-green);transform:translateY(-2px)}
.fc-footer-social svg{width:16px;height:16px}
.fc-app-desc{font-size:.88rem;line-height:1.6;margin:0 0 14px}
.fc-app-badges{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.fc-badge{display:inline-flex;align-items:center;gap:10px;background:#000;border:1px solid rgba(255,255,255,.18);padding:8px 14px;border-radius:10px;text-decoration:none;color:#fff;transition:background .15s ease,border-color .15s ease}
.fc-badge:hover{background:#111;border-color:var(--fc-green);color:#fff}
.fc-badge-icon{display:inline-flex;align-items:center;justify-content:center}
.fc-badge-text{display:flex;flex-direction:column;line-height:1.1}
.fc-badge-text small{font-size:.62rem;letter-spacing:.04em;opacity:.8;text-transform:uppercase}
.fc-badge-text strong{font-size:.95rem;font-weight:700}
.fc-footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;font-size:.85rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;color:#94a3b8}
.fc-footer-bottom a{color:#cbd5e1}
.fc-footer-bottom-menu{display:flex;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.fc-footer-bottom-menu li::before{content:none !important}
.fc-footer-bottom-menu a{color:#94a3b8}
.fc-footer-bottom-menu a:hover{color:#fff}

/* Listing badges + Call Now floating button (v1.25.0) */
.fc-listing-badges { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:0 0 6px; }
.fc-rating { display:inline-flex; align-items:center; gap:6px; font-size:13px; color:#0f172a; font-weight:600; }
.fc-rating-stars { position:relative; display:inline-block; width:78px; height:14px;
  background: linear-gradient(90deg, #e5e7eb 0 100%);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='78' height='14' viewBox='0 0 78 14'><g fill='black'>%3Cpath d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(16 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(32 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(48 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(64 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='78' height='14' viewBox='0 0 78 14'><g fill='black'>%3Cpath d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(16 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(32 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(48 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3Cpath transform='translate(64 0)' d='M7 0l1.8 4.6L14 5l-4 3.4L11.3 14 7 11l-4.3 3L4 8.4 0 5l5.2-.4z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
}
.fc-rating-fill { position:absolute; inset:0; background:#f59e0b; width:0; }
.fc-rating-num { color:#475569; font-size:12px; font-weight:600; }
.fc-verified { display:inline-flex; align-items:center; gap:4px; padding:2px 8px; border-radius:999px; background:#dcfce7; color:#15803d; font-size:11px; font-weight:700; line-height:1; }
.fc-verified svg { color:#16a34a; }

/* Floating "Call Now" button on single listing */
.fc-callnow { position:fixed; right:18px; bottom:20px; z-index:60;
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 18px; background:var(--fc-green,#0d7a5f); color:#fff;
  border-radius:999px; text-decoration:none; font-weight:700; font-size:15px;
  box-shadow:0 12px 30px -8px rgba(13,122,95,.55), 0 4px 10px rgba(0,0,0,.12);
  transition:transform .15s, box-shadow .15s; }
.fc-callnow:hover { transform:translateY(-2px); box-shadow:0 18px 36px -8px rgba(13,122,95,.6); color:#fff; }
.fc-callnow:focus-visible { outline:3px solid #fcd34d; outline-offset:2px; }
.fc-callnow svg { flex:0 0 22px; }
@media (max-width:480px){
  .fc-callnow { right:14px; bottom:14px; padding:12px 16px; font-size:14px; }
  .fc-callnow-label { display:none; }
  .fc-callnow { padding:14px; }
}
