/*
Theme Name: Assam Directory
Theme URI: https://assamdirectory.com
Author: Antigravity
Description: AssamDirectory.com clone theme for Assam Directory.
Version: 4.0.0
Text Domain: assam-directory-theme
*/

/* =====================================================================
   RESET & BASE
   ===================================================================== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body,html{font-family:Arial,Helvetica,sans-serif !important;font-size:14px !important;color:#333 !important;background:#fff !important;line-height:1.5 !important;-webkit-font-smoothing:antialiased}
a{color:#06c !important;text-decoration:none !important}
a:hover{text-decoration:underline !important}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-weight:bold;color:#333}
.container{max-width:960px !important;margin:0 auto !important;padding:0 15px !important}

/* =====================================================================
   HEADER — Exact AD clone (White Header v2)
   ===================================================================== */
body .ad-header{background:#fff !important;padding:0 !important;margin:0 !important;border-bottom:1px solid #e0e0e0 !important}
body .ad-header-inner{display:flex !important;align-items:center !important;height:60px !important;gap:15px !important}

/* Logo (Square with 'yp') */
body .ad-logo-home{display:flex !important;align-items:center !important;text-decoration:none !important;color:#333 !important;flex-shrink:0 !important}
body .ad-logo-desktop { display: block !important; }
body .ad-logo-mobile { display: none !important; }
body .ad-logo-box{background:#000 !important;color:#ffd400 !important;width:40px !important;height:40px !important;display:flex !important;align-items:center !important;justify-content:center !important;font-weight:bold !important;font-size:24px !important;margin-right:10px !important;border-radius:2px !important}
body .ad-logo-text{font-size:12px !important;line-height:1.2 !important}
body .ad-logo-text strong{font-size:18px !important;display:block !important;letter-spacing:-0.5px !important}
body .ad-logo-text sup{font-size:8px !important}

/* Search bar in header (Desktop) */
body .ad-header-search-white{display:flex !important;flex:1 !important;align-items:stretch !important;height:40px !important;background:#fff !important;border-radius:2px !important;border:1px solid #999 !important;margin:0 20px !important;position:relative !important}
body .ad-search-group{display:flex !important;flex:1 !important}
body .ad-search-field{display:flex !important;align-items:center !important;flex:1 !important;padding:0 10px !important;gap:6px !important;border:none !important;position:relative !important}
body .ad-search-field--find{border-right:1px solid #ccc !important}
body .ad-search-field input{border:none !important;outline:none !important;font-size:15px !important;width:100% !important;height:100% !important;background:transparent !important;padding:0 !important;margin:0 !important;color:#333 !important;font-family:Arial,Helvetica,sans-serif !important;box-shadow:none !important}
body .ad-search-field input::placeholder{color:#666 !important}
body .ad-search-btn-text{display:flex !important;align-items:center !important;justify-content:center !important;background:#ffd400 !important;color:#333 !important;border:none !important;padding:0 25px !important;font-size:15px !important;font-weight:bold !important;cursor:pointer !important;border-radius:0 2px 2px 0 !important;font-family:Arial,Helvetica,sans-serif !important}
body .ad-search-btn-text:hover{background:#e6c000 !important}
body .ad-btn-icn{display:none !important}

/* Mobile Trigger (Hidden on Desktop) */
body .ad-mobile-search-trigger{display:none !important}

/* Mobile Search Modal (Hidden Globally by default) */
body .ad-mobile-search-overlay{display:none !important}

/* Hamburger */
body .ad-hamburger{display:flex !important;flex-direction:column !important;gap:5px !important;cursor:pointer !important;padding:8px !important;margin-left:auto !important;flex-shrink:0 !important}
body .ad-hamburger span{display:block !important;width:24px !important;height:2px !important;background:#333 !important}

/* =====================================================================
   HOMEPAGE STICKY HEADER
   ===================================================================== */
body .ad-header-sticky {
    position: fixed;
    top: -100%; /* Hidden by default */
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    transition: top 0.3s ease-in-out;
    padding: 10px 0;
    border-top: 4px solid #0b7a0b; /* Top green border accent */
}
body .ad-header-sticky.is-sticky {
    top: 0;
}
body .ad-header-sticky-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
/* Sticky Search */
body .ad-sticky-search { flex: 1; max-width: 600px; display: flex; align-items: center; }
body .ad-sticky-search form { display: flex; width: 100%; border: 1px solid #ccc; border-radius: 4px; height: 40px; }
body .ad-sticky-search input { flex: 1; border: none; padding: 0 15px; outline: none; font-size: 14px; background: #f9f9f9; }
body .ad-sticky-search select { border: none; border-left: 1px solid #ddd; background: #f9f9f9; padding: 0 10px; outline: none; color: #555; }
body .ad-sticky-search button { background: #e31e24; color: #fff; border: none; padding: 0 20px; font-weight: bold; cursor: pointer; transition: background 0.2s; }
body .ad-sticky-search button:hover { background: #c2151a; }

/* Sticky Right side */
body .ad-sticky-right { display: flex; align-items: center; gap: 20px; }
body .ad-sticky-add-biz { color: #333 !important; font-weight: bold; text-decoration: none !important; font-size: 14px; }
body .ad-sticky-add-biz:hover { color: #e31e24 !important; }

/* Language Dropdown */
body .pll-lang-dropdown { position: relative; cursor: pointer; font-size: 14px; font-weight: bold; color: #333; }
body .pll-lang-list { display: none; position: absolute; top: 100%; right: 0; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,0.15); list-style: none; padding: 10px 0; margin: 10px 0 0 0; min-width: 120px; border-radius: 4px; z-index: 10; }
body .pll-lang-dropdown:hover .pll-lang-list { display: block; }
body .pll-lang-list li a { display: block; padding: 8px 15px; color: #333 !important; text-decoration: none !important; font-weight: normal; }
body .pll-lang-list li a:hover { background: #f5f5f5; color: #e31e24 !important; }

/* Hamburger */
body .ad-sticky-hamburger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; }
body .ad-sticky-hamburger span { width: 25px; height: 3px; background: #333; display: block; }

/* Side Menu */
body .ad-sticky-menu { position: fixed; top: 0; right: -300px; width: 280px; height: 100%; background: #fff; box-shadow: -2px 0 10px rgba(0,0,0,0.1); z-index: 1001; transition: right 0.3s ease; padding: 20px; }
body .ad-sticky-menu.active { right: 0; }
body .ad-sticky-menu-close { font-size: 24px; cursor: pointer; text-align: right; margin-bottom: 20px; color: #888; }
body .ad-sticky-menu-close:hover { color: #333; }
body .ad-sticky-menu ul { list-style: none; padding: 0; margin: 0; }
body .ad-sticky-menu li a { display: block; font-size: 18px; color: #333 !important; text-decoration: none !important; padding: 12px 0; border-bottom: 1px solid #eee; font-weight: bold; }
body .ad-sticky-menu li a:hover { color: #e31e24 !important; padding-left: 5px; transition: 0.2s; }

/* =====================================================================
   CATEGORY NAV BAR (below header)
   ===================================================================== */
body .ad-catnav{background:#333 !important;padding:0 !important;margin:0 !important;border:none !important}
body .ad-catnav-inner{display:flex !important;align-items:center !important;gap:0 !important;height:32px !important;overflow-x:auto !important}
body .ad-catnav-link{display:flex !important;align-items:center !important;gap:4px !important;color:#fff !important;font-size:12px !important;padding:0 12px !important;height:100% !important;white-space:nowrap !important;border-right:1px solid #444 !important;text-decoration:none !important}
body .ad-catnav-link:hover{background:#444 !important;text-decoration:none !important}
body .ad-catnav-icon{font-size:14px !important}

/* =====================================================================
   BREADCRUMBS
   ===================================================================== */
body .ad-breadcrumb-bar{background:#fff !important;padding:8px 0 !important;border-bottom:1px solid #ddd !important;font-size:12px !important;color:#666 !important}
body .ad-breadcrumb-bar a{color:#06c !important;font-size:12px !important}
body .ad-breadcrumb-bar span{color:#666 !important}

/* =====================================================================
   SINGLE LISTING (MIP) — LEFT sidebar + RIGHT main
   ===================================================================== */
body .ad-mip{display:flex !important;gap:40px !important;padding:20px 0 40px 0 !important;align-items:flex-start !important}

/* Left Sidebar */
body .ad-mip-sidebar{flex:0 0 280px !important;width:280px !important}

body .ad-mip-sidebar-item{display:flex !important;align-items:flex-start !important;gap:12px !important;padding:15px !important;border-bottom:1px solid #e6e6e6 !important}
body .ad-mip-sidebar-item:last-child{border-bottom:none !important}
body .ad-mip-icon{display:flex !important;align-items:center !important;justify-content:center !important;flex-shrink:0 !important;width:24px !important;height:24px !important;margin-top:2px !important}
body .ad-mip-phone{font-size:23px !important;font-weight:700 !important;color:#333 !important;line-height:1 !important}
body .ad-mip-action-link{color:#06c !important;font-weight:bold !important;font-size:15px !important;text-decoration:none !important}
body .ad-mip-action-link:hover{text-decoration:underline !important}
body .ad-mip-sidebar-label{font-weight:bold !important;color:#333 !important;font-size:15px !important;line-height:1.2 !important}
body .ad-mip-address-text{font-size:14px !important;color:#555 !important;margin-top:4px !important;line-height:1.4 !important}

body .ad-mip-contact-box{border:1px solid #e6e6e6 !important;background:#fff !important;margin-bottom:25px !important;border-radius:2px !important}

body .ad-mip-divider{border:none !important;border-top:1px solid #eee !important;margin:20px 0 !important;display:none !important}

/* Sidebar Boxes */
body .ad-mip-sidebar-box{padding:0 !important;margin-bottom:25px !important;border:1px solid #eee !important;background:#fff !important;padding:20px !important}
body .ad-mip-sidebar-box h3{font-size:18px !important;font-weight:bold !important;color:#333 !important;margin:0 0 10px 0 !important}
body .ad-mip-hours-label{font-size:14px !important;font-weight:bold !important;color:#333 !important;margin:0 0 8px 0 !important}
body .ad-mip-hours-table{width:100% !important;border-collapse:collapse !important;font-size:14px !important}
body .ad-mip-hours-table tr{border:none !important}
body .ad-mip-hours-table td{padding:4px 0 !important;border:none !important;vertical-align:top !important}
body .ad-hours-day{font-weight:normal !important;width:90px !important;color:#333 !important;text-align:left !important}
body .ad-hours-time{color:#555 !important;text-align:right !important}
body .ad-closed-text{color:#d40000 !important;font-weight:bold !important;text-align:right !important}

/* Places Near */
body .ad-mip-places-list{padding:0 !important;margin:0 !important}
body .ad-mip-places-list li{margin-bottom:6px !important}
body .ad-mip-places-list a{color:#06c !important;font-size:13px !important}

/* Claim Box */
body .ad-mip-claim-box{padding:20px !important;border:1px solid #ddd !important;background:#fff !important;margin-bottom:25px !important}
body .ad-claim-header{display:flex !important;justify-content:space-between !important;align-items:center !important;margin-bottom:15px !important}
body .ad-claim-text{text-align:left !important;}
body .ad-claim-question{font-size:16px !important;font-weight:bold !important;margin-bottom:3px !important;color:#333 !important}
body .ad-claim-subtext{font-size:13px !important;color:#666 !important;margin-bottom:0 !important}
body .ad-btn-claim{display:block !important;background:#0073b1 !important;color:#fff !important;font-weight:bold !important;font-size:15px !important;padding:12px !important;border-radius:3px !important;text-align:center !important;text-decoration:none !important}
body .ad-btn-claim:hover{background:#005582 !important;text-decoration:none !important;color:#fff !important}

/* =====================================================================
   MIP MAIN (Right side)
   ===================================================================== */
body .ad-mip-main{flex:1 !important;min-width:0 !important}

/* Business Header */
body .ad-mip-biz-header {
    display: grid !important;
    grid-template-columns: 220px 1fr !important;
    gap: 0 25px !important;
    padding-bottom: 20px !important;
    position: relative !important;
    align-items: flex-start !important;
}
body .ad-mip-biz-logo {
    grid-column: 1 !important;
    grid-row: 1 / span 5 !important;
    max-width: 220px !important;
    background: #fff !important;
    display: block !important;
}
body .ad-mip-biz-logo img{display:block !important;max-width:100% !important;height:auto !important;border-radius:4px !important;border:1px solid #eee !important}
body .ad-mip-biz-info {
    grid-column: 2 !important;
    grid-row: 1 !important;
    padding-top: 0 !important;
}
body .ad-mip-today-hours {
    grid-column: 2 !important;
    grid-row: 2 !important;
}
body .ad-mip-badges-row {
    grid-column: 2 !important;
    grid-row: 3 !important;
}
body .ad-mip-biz-title{font-size:28px !important;font-weight:400 !important;color:#333 !important;margin:-2px 0 10px 0 !important;line-height:1.2 !important;letter-spacing:normal !important}

body .ad-mip-biz-meta-row{display:flex !important;align-items:center !important;gap:8px !important;margin-bottom:12px !important}
body .ad-badge-claimed{color:#06c !important;font-size:14px !important;display:inline-flex !important;align-items:center !important;gap:4px !important;font-weight:bold !important}
body .ad-mip-meta-sep{color:#999 !important;margin:0 5px !important}
body .ad-mip-cats{font-size:14px !important;color:#555 !important}
body .ad-mip-cats a{color:#06c !important;text-decoration:none !important}
body .ad-mip-cats a:hover{text-decoration:underline !important}

body .ad-mip-stars-row{display:flex !important;align-items:center !important;gap:8px !important;margin-bottom:12px !important}
body .ad-mip-stars{color:#e8960f !important;font-size:18px !important;letter-spacing:1px !important}
body .ad-mip-review-link{color:#06c !important;font-size:13px !important}

body .ad-mip-biz-status-line{display:flex !important;align-items:center !important;gap:10px !important;font-size:13px !important;margin-bottom:8px !important}
body .ad-status-open{color:#0b7a0b !important;font-weight:bold !important}
body .ad-status-closed{color:#d40000 !important;font-weight:bold !important}
body .ad-status-today{color:#333 !important}

body .ad-mip-years-badge{display:flex !important;align-items:center !important;gap:6px !important;font-size:12px !important;color:#333 !important}
body .ad-years-icon{font-size:16px !important}

/* Top right phone + website (absolute positioned) */
body .ad-mip-biz-topright{position:absolute !important;top:0 !important;right:0 !important;text-align:right !important;display:flex !important;align-items:center !important;gap:15px !important}
body .ad-mip-topright-phone{font-size:18px !important;font-weight:bold !important;color:#333 !important;text-decoration:none !important}
body .ad-mip-topright-website{display:inline-block !important;border:1px solid #333 !important;color:#333 !important;padding:6px 14px !important;font-size:13px !important;font-weight:bold !important;border-radius:3px !important;text-decoration:none !important}
body .ad-mip-topright-website:hover{background:#333 !important;color:#fff !important;text-decoration:none !important}

body .ad-mip-main-divider{border:none !important;border-top:1px solid #eee !important;margin:20px 0 !important}

/* Sections */
body .ad-mip-section{padding:0 !important;margin-bottom:5px !important}
body .ad-mip-section-title{font-size:18px !important;font-weight:bold !important;color:#333 !important;margin:0 0 15px 0 !important}

/* Tagline */
body .ad-mip-tagline{display:flex !important;align-items:flex-start !important;gap:8px !important;margin-bottom:15px !important;font-size:14px !important;font-weight:bold !important;color:#333 !important}
body .ad-tagline-icon{color:#06c !important;font-size:14px !important}

body .ad-content-box{background:#fff !important;margin-bottom:30px !important;padding-bottom:20px !important}
body .ad-content-box h2{font-size:24px !important;font-weight:bold !important;margin:0 0 25px 0 !important;padding-bottom:0 !important;border-bottom:none !important;color:#333 !important}
body .ad-more-info-box h2{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:20px !important}
body .ad-info-block{margin-bottom:15px !important}
body .ad-info-block h4{margin:0 0 5px 0 !important;font-size:14px !important;color:#333 !important}
body .ad-info-block p{margin:0 !important;font-size:14px !important;color:#555 !important}

/* More Info Table */
body .ad-mip-info-table{width:100% !important;border-collapse:collapse !important;font-size:15px !important}
body .ad-mip-info-table tr{border:none !important}
body .ad-mip-info-table td{padding:12px 0 16px 0 !important;vertical-align:top !important;color:#333 !important;border:none !important}
body .ad-info-label{width:220px !important;font-weight:bold !important;color:#333 !important;padding-right:40px !important;font-size:15px !important}
body .ad-info-value{color:#444 !important;line-height:1.6 !important;font-size:15px !important}
body .ad-info-value a{color:#06c !important;text-decoration:none !important}
body .ad-info-value a:hover{text-decoration:underline !important}

body .ad-info-tagline{font-size:16px !important;font-weight:bold !important;color:#333 !important;margin-bottom:30px !important}

/* Gallery */
body .ad-mip-gallery-header{display:flex !important;justify-content:space-between !important;align-items:baseline !important;margin-bottom:15px !important}
body .ad-gallery-count{font-size:13px !important;font-weight:normal !important;color:#06c !important;margin-left:8px !important}
body .ad-mip-gallery-row{display:flex !important;gap:10px !important;overflow-x:auto !important}
body .ad-mip-gallery-item{flex:0 0 160px !important;height:120px !important;overflow:hidden !important;border-radius:3px !important}
body .ad-mip-gallery-item img{width:100% !important;height:100% !important;object-fit:cover !important}

/* Reviews */
body .ad-mip-review-prompt{display:flex !important;align-items:center !important;gap:12px !important;padding:15px !important;border:1px solid #eee !important;border-radius:4px !important;font-size:14px !important}
body .ad-review-avatar{font-size:28px !important;opacity:0.4 !important}
body .ad-review-stars-empty{color:#ccc !important;font-size:24px !important;letter-spacing:3px !important;margin-left:auto !important}
body .ad-review-cta{color:#06c !important;font-size:13px !important}

/* Details */
body .ad-mip-details p{margin-bottom:8px !important;font-size:14px !important;color:#333 !important}
body .ad-mip-details strong{color:#06c !important}

/* Bottom Links */
body .ad-mip-bottom-links p{margin-bottom:8px !important;font-size:14px !important}
body .ad-mip-bottom-links a{color:#06c !important}

/* =====================================================================
   ARCHIVE / SEARCH RESULTS
   ===================================================================== */
body .ad-archive-title-bar{padding:15px 0 5px 0 !important}
body .ad-archive-title{font-size:24px !important;font-weight:bold !important;color:#333 !important;margin:0 !important}

body .ad-archive-controls{display:flex !important;justify-content:space-between !important;align-items:center !important;padding:10px 0 15px 0 !important;border-bottom:1px solid #eee !important;margin-bottom:15px !important}
body .ad-archive-controls-left{display:flex !important;gap:10px !important}
body .ad-archive-controls-right{display:flex !important;gap:20px !important;align-items:center !important;font-size:13px !important;color:#333 !important}
body .ad-map-view-btn{display:inline-flex !important;align-items:center !important;gap:5px !important;border:1px solid #333 !important;background:#fff !important;color:#333 !important;padding:6px 14px !important;font-size:13px !important;font-weight:bold !important;cursor:pointer !important;border-radius:3px !important}
body .ad-about-results{color:#06c !important;font-size:13px !important}

body .ad-archive-layout{display:flex !important;gap:30px !important;align-items:flex-start !important;padding-bottom:40px !important}
body .ad-archive-results{flex:1 !important;min-width:0 !important}
body .ad-archive-sidebar{flex:0 0 220px !important;width:220px !important}

/* Result Card (CSS Grid Layout) */
body .ad-result-card{display:grid !important;grid-template-columns:130px 1fr 180px !important;grid-template-rows:auto !important;gap:5px 20px !important;align-items:start !important;padding:20px 0 !important;border-bottom:1px solid #eee !important}

body .ad-result-thumb{grid-column:1;grid-row:1 / span 6;width:130px !important;height:auto !important;max-height:130px !important;overflow:hidden !important;border:1px solid #eee !important;border-radius:3px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#fff !important}
body .ad-result-thumb img{max-width:100% !important;max-height:130px !important;width:auto !important;height:auto !important;object-fit:contain !important}
body .ad-result-thumb-placeholder{width:100% !important;height:100px !important;background:#f0f0f0 !important}

body .ad-result-name{grid-column:2;grid-row:1;font-size:18px !important;font-weight:bold !important;margin:0 !important;line-height:1.3 !important}
body .ad-result-num{color:#999 !important;font-weight:bold !important;margin-right:3px !important}
body .ad-result-name a{color:#06c !important}

body .ad-result-cats{grid-column:2;grid-row:2;font-size:13px !important;color:#333 !important;margin-top:2px !important}
body .ad-result-cats a{color:#333 !important;font-size:13px !important}

body .ad-result-rating{grid-column:2;grid-row:3;margin-top:2px !important}
body .ad-rating-count{color:#06c !important;font-size:13px !important;text-decoration:none !important}

body .ad-result-action-links{grid-column:2;grid-row:4;display:flex !important;gap:15px !important;font-size:13px !important;margin-top:2px !important}
body .ad-result-action-links a{color:#06c !important;text-decoration:none !important;font-weight:bold !important}
body .ad-result-action-links span{color:#06c !important;margin-right:4px !important}

body .ad-result-badges{grid-column:2;grid-row:5;display:flex !important;align-items:center !important;font-size:12px !important;color:#333 !important;margin-top:10px !important}
body .ad-result-years-badge{color:#333 !important}
body .ad-result-years-badge span{font-size:14px !important;margin-right:4px !important}

body .ad-result-snippet{grid-column:2;grid-row:6;font-size:13px !important;color:#555 !important;line-height:1.5 !important;margin-top:10px !important}
body .ad-result-snippet em{color:#333 !important;font-style:italic !important;font-weight:bold !important;margin-right:3px !important;margin-left:3px !important}

/* Contact Column (Right Aligned on Desktop) */
body .ad-result-phone{grid-column:3;grid-row:1;font-size:18px !important;font-weight:bold !important;color:#333 !important;text-align:right !important;margin:0 !important}
body .ad-result-address{grid-column:3;grid-row:2;font-size:13px !important;color:#555 !important;line-height:1.4 !important;text-align:right !important;margin-top:2px !important}
body .ad-result-open{grid-column:3;grid-row:4;font-size:12px !important;color:#0b7a0b !important;font-weight:bold !important;text-align:right !important;text-transform:uppercase !important;margin-top:2px !important}

/* Desktop Hides Mobile Actions */
body .ad-desktop-only{display:block !important}
body .ad-mobile-only{display:none !important}

/* Archive Sidebar */
body .ad-archive-sidebar-box{background:#f5f5f5 !important;border:1px solid #ddd !important;padding:25px 20px !important;text-align:center !important;border-radius:3px !important}
body .ad-archive-sidebar-box h3{font-size:18px !important;margin:0 0 10px 0 !important;color:#333 !important}
body .ad-free-text{color:#06c !important;font-size:24px !important;font-style:italic !important}
body .ad-archive-sidebar-box p{font-size:13px !important;color:#555 !important;margin-bottom:15px !important}
body .ad-btn-claim-listing{display:block !important;background:#d40000 !important;color:#fff !important;font-weight:bold !important;font-size:14px !important;padding:10px !important;border-radius:3px !important;text-decoration:none !important}
body .ad-btn-claim-listing:hover{background:#b30000 !important;text-decoration:none !important;color:#fff !important}
body .ad-claim-call{font-size:12px !important;color:#666 !important;margin-top:10px !important}

/* Pagination */
body .ad-pagination{text-align:center !important;padding:20px 0 !important;margin-top:10px !important}
body .ad-pagination .page-numbers{display:inline-block !important;padding:6px 12px !important;border:1px solid #ddd !important;margin:0 2px !important;color:#06c !important;font-weight:bold !important;background:#fff !important;border-radius:2px !important;font-size:13px !important}
body .ad-pagination .page-numbers.current{background:#333 !important;color:#fff !important;border-color:#333 !important}

/* No Results */
body .ad-no-results{background:#fff !important;padding:40px !important;border:1px solid #eee !important;text-align:center !important;margin-top:20px !important}

/* =====================================================================
   FRONT PAGE
   ===================================================================== */
body .ad-hero{background:#ffd400 !important;padding:60px 0 !important;text-align:center !important}
body .ad-hero h1{font-size:38px !important;font-weight:800 !important;margin-bottom:25px !important;color:#333 !important}
body .ad-hero h1 sup{font-size:14px !important;vertical-align:top !important}
body .ad-hero-search{display:flex !important;max-width:800px !important;margin:0 auto !important;background:#fff !important;border-radius:3px !important;overflow:hidden !important;box-shadow:0 2px 10px rgba(0,0,0,0.12) !important;position:relative !important}
body .ad-hero-search input[type="text"]{flex:1 !important;border:none !important;padding:14px 18px !important;font-size:16px !important;outline:none !important;color:#333 !important}
body .ad-hero-search input[name="s"]{border-right:1px solid #ddd !important}
body .ad-hero-search button{background:#d40000 !important;color:#fff !important;border:none !important;padding:0 35px !important;font-size:16px !important;font-weight:bold !important;cursor:pointer !important}
body .ad-hero-search button:hover{background:#b30000 !important}

body .ad-categories-section{padding:50px 0 !important;background:#fff !important}
body .ad-categories-section h2{text-align:center !important;font-size:24px !important;font-weight:800 !important;margin-bottom:35px !important}
body .ad-cat-grid{display:grid !important;grid-template-columns:repeat(4,1fr) !important;gap:15px !important;max-width:900px !important;margin:0 auto !important}
body .ad-cat-card{display:flex !important;flex-direction:column !important;align-items:center !important;text-align:center !important;padding:20px 10px !important;background:#f9f9f9 !important;border:1px solid #eee !important;border-radius:3px !important;color:#333 !important;font-weight:bold !important;font-size:14px !important;transition:all 0.2s !important}
body .ad-cat-card:hover{border-color:#ffd400 !important;background:#fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.06) !important;text-decoration:none !important}
body .ad-cat-icon{font-size:28px !important;margin-bottom:10px !important}

/* =====================================================================
   FOOTER
   ===================================================================== */
body .ad-footer{background:#f6f6f6 !important;color:#555 !important;padding:40px 0 15px 0 !important;font-size:13px !important;margin:0 !important;border-top:1px solid #e0e0e0 !important}
body .ad-footer-grid{display:grid !important;grid-template-columns:1fr 1fr 2fr !important;gap:25px !important;padding-bottom:40px !important}
body .ad-footer-col h4{color:#333 !important;font-size:14px !important;font-weight:bold !important;margin:0 0 15px 0 !important}
body .ad-footer-col h4 span{font-weight:normal !important;font-size:12px !important;color:#777 !important}
body .ad-footer-col ul{list-style:none !important;margin:0 !important;padding:0 !important}
body .ad-footer-col li{margin-bottom:8px !important}
body .ad-footer-col a{color:#555 !important;text-decoration:none !important;font-size:13px !important}
body .ad-footer-col a:hover{color:#333 !important;text-decoration:underline !important}
body .ad-cg-grid{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;gap:15px !important}
body .ad-footer-legal-links-outer{padding:30px 0 !important}
body .ad-footer-legal-links{display:flex !important;flex-wrap:wrap !important;gap:10px 15px !important;justify-content:center !important;text-align:center !important;margin-bottom:20px !important}
body .ad-footer-legal-links a{color:#06c !important;font-size:13px !important;text-decoration:none !important;font-weight:bold !important}
body .ad-footer-bottom{text-align:center !important;color:#888 !important;font-size:11px !important}


/* =====================================================================
   LIGHTBOX
   ===================================================================== */
body .ad-lightbox-overlay{position:fixed !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;background:rgba(0,0,0,0.9) !important;z-index:999999 !important;display:none !important;align-items:center !important;justify-content:center !important}
body .ad-lightbox-overlay.ad-lightbox-active{display:flex !important}
body .ad-lightbox-img{max-width:90% !important;max-height:85vh !important;object-fit:contain !important;border-radius:3px !important}
body .ad-lightbox-close{position:absolute !important;top:15px !important;right:25px !important;font-size:40px !important;color:#fff !important;cursor:pointer !important;z-index:10 !important;line-height:1 !important}
body .ad-lightbox-close:hover{color:#ffd400 !important}
body .ad-lightbox-prev,body .ad-lightbox-next{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;font-size:50px !important;color:#fff !important;cursor:pointer !important;z-index:10 !important;padding:10px !important;user-select:none !important}
body .ad-lightbox-prev{left:15px !important}
body .ad-lightbox-next{right:15px !important}
body .ad-lightbox-prev:hover,body .ad-lightbox-next:hover{color:#ffd400 !important}
body .ad-lightbox-counter{position:absolute !important;bottom:20px !important;left:50% !important;transform:translateX(-50%) !important;color:#fff !important;font-size:14px !important}
body .ad-mip-gallery-item a{display:block !important;width:100% !important;height:100% !important}
body .ad-mip-gallery-item a img{cursor:pointer !important}

/* =====================================================================
   CITY LANDING PAGE
   ===================================================================== */
body .ad-city-hero{background:#ffd400 !important;padding:30px 0 !important;text-align:left !important;margin-bottom:25px !important}
body .ad-city-title{font-size:32px !important;font-weight:800 !important;color:#333 !important;margin:0 0 5px 0 !important}
body .ad-city-subtitle{font-size:15px !important;color:#555 !important;margin:0 !important}
body .ad-city-section{margin-bottom:30px !important}
body .ad-city-section-title{font-size:20px !important;font-weight:bold !important;color:#333 !important;margin:0 0 15px 0 !important;padding-bottom:8px !important;border-bottom:2px solid #ffd400 !important}
body .ad-cat-label{font-size:14px !important;font-weight:bold !important;color:#333 !important}
/* =====================================================================
   HOME PAGE HEADER & HERO
   ===================================================================== */
body .ad-header-home{background:#fff !important;border-bottom:1px solid #e6e6e6 !important;padding:15px 0 !important}
body .ad-header-home-inner{display:flex !important;justify-content:space-between !important;align-items:center !important}
body .ad-logo-home{display:flex !important;align-items:center !important;text-decoration:none !important;color:#000 !important}
body .ad-logo-box{background:#000 !important;color:#ffd400 !important;font-weight:900 !important;font-size:24px !important;padding:5px 8px !important;margin-right:10px !important}
body .ad-logo-text{font-size:12px !important;line-height:1.2 !important;color:#333 !important}
body .ad-logo-text strong{font-size:18px !important;font-weight:800 !important}
body .ad-header-home-right{display:flex !important;align-items:center !important;gap:20px !important}
body .ad-home-link{color:#333 !important;text-decoration:none !important;font-size:14px !important;font-weight:bold !important}
body .ad-home-link:hover{color:#1a0dab !important}
body .ad-hamburger-home{display:none !important}

/* Hero Section */
body .ad-home-hero{position:relative !important;text-align:center !important;padding:80px 0 100px 0 !important;background-color:#f8f8f8 !important;background-image:url('https://images.unsplash.com/photo-1504674900247-0877df9cc836?auto=format&fit=crop&q=80&w=2000') !important;background-size:cover !important;background-position:center !important}
body .ad-home-hero::before{content:'' !important;position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;background:rgba(255,255,255,0.7) !important}
body .ad-home-hero-content{position:relative !important;z-index:2 !important;max-width:900px !important;margin:0 auto !important}
body .ad-home-hero h1{font-size:48px !important;font-weight:900 !important;color:#222 !important;margin-bottom:30px !important;letter-spacing:-1px !important}
body .ad-home-hero h1 sup{font-size:18px !important;vertical-align:super !important}

/* Homepage Search Bar */
body .ad-home-search{display:flex !important;align-items:center !important;background:#fff !important;border-radius:3px !important;box-shadow:0 10px 30px rgba(0,0,0,0.15) !important;padding:5px !important;max-width:850px !important;margin:0 auto !important}
body .ad-home-search-group{display:flex !important;flex:1 !important;position:relative !important}
body .ad-home-search-field{display:flex !important;align-items:center !important;flex:1 !important;padding:15px 20px !important;position:relative !important}
body .ad-home-search-field input{border:none !important;outline:none !important;font-size:16px !important;width:100% !important;padding-left:10px !important}
body .ad-home-search-divider{width:1px !important;background:#e6e6e6 !important;margin:10px 0 !important}
body .ad-home-search-btn{background:#ffd400 !important;color:#000 !important;font-weight:900 !important;font-size:16px !important;border:none !important;padding:0 40px !important;height:56px !important;border-radius:3px !important;cursor:pointer !important}
body .ad-home-search-btn:hover{background:#e6be00 !important}

/* Circular Categories */
body .ad-home-categories{padding:40px 0 60px 0 !important;background:#fff !important;text-align:center !important}
body .ad-circle-grid{display:flex !important;flex-wrap:wrap !important;justify-content:center !important;gap:30px !important;max-width:1000px !important;margin:0 auto !important}
body .ad-circle-cat{display:flex !important;flex-direction:column !important;align-items:center !important;text-decoration:none !important;color:#333 !important;width:90px !important}
body .ad-circle-icon{width:64px !important;height:64px !important;border-radius:50% !important;border:1px solid #0099cc !important;display:flex !important;align-items:center !important;justify-content:center !important;font-size:24px !important;margin-bottom:10px !important;transition:all 0.2s !important;background:#fff !important}
body .ad-circle-cat:hover .ad-circle-icon{background:#0099cc !important;color:#fff !important}
body .ad-circle-name{font-size:12px !important;font-weight:normal !important;text-align:center !important}

/* Free Listing Banner */
body .ad-home-free-listing{padding:60px 0 !important;text-align:center !important;background:#fff !important}
body .ad-free-banner-content h2{font-size:32px !important;font-weight:300 !important;color:#333 !important;margin-bottom:10px !important}
body .ad-yellow-underline{font-weight:bold !important;border-bottom:4px solid #ffd400 !important}

/* =====================================================================
   AJAX SEARCH AUTOCOMPLETE
   ===================================================================== */
body .ad-ajax-dropdown{position:absolute !important;top:100% !important;left:0 !important;width:100% !important;background:#fff !important;border:1px solid #ddd !important;border-top:none !important;box-shadow:0 5px 15px rgba(0,0,0,0.1) !important;z-index:9999 !important;display:none;max-height:400px !important;overflow-y:auto !important;margin-top:1px !important}
body .ad-ajax-item{padding:10px 15px !important;font-size:14px !important;color:#333 !important;cursor:pointer !important;border-bottom:1px solid #f5f5f5 !important;display:flex !important;flex-direction:column !important;text-align:left !important}
body .ad-ajax-item:last-child{border-bottom:none !important}
body .ad-ajax-item:hover, body .ad-ajax-item.active{background:#f9f9f9 !important}
body .ad-ajax-item-title{font-weight:bold !important;color:#222 !important}
body .ad-ajax-item-title span{font-weight:normal !important}
body .ad-ajax-item-desc{font-size:12px !important;color:#888 !important;margin-top:3px !important}
body .ad-ajax-use-location{color:#06c !important;font-weight:bold !important;padding:10px 15px !important;border-bottom:1px solid #e6e6e6 !important;cursor:pointer !important;display:flex !important;align-items:center !important;gap:8px !important}
body .ad-ajax-use-location:hover{background:#f5f5f5 !important}

/* Mobile Menu Base (Hidden on Desktop) */
body .ad-mobile-menu{display:none !important}

/* =====================================================================
   NEW UI COMPONENTS (Base Styles)
   ===================================================================== */
/* Utility Classes */
body .ad-mobile-only{display:none !important}

/* Archive Results Header */
body .ad-archive-results-header{display:flex !important;justify-content:space-between !important;align-items:center !important;padding:10px 15px !important;background:#fff !important;border-bottom:1px solid #ddd !important;font-size:14px !important;color:#555 !important;margin-bottom:15px !important}
body .ad-view-toggle span{padding:5px 10px !important;cursor:pointer !important;border:1px solid #ddd !important;background:#f9f9f9 !important}
body .ad-view-toggle span.active{background:#fff !important;font-weight:bold !important;border-bottom:2px solid #06c !important}
body .ad-refine-toggle a{color:#06c !important;font-weight:bold !important;text-decoration:none !important}

/* Result Card New Layout */
body .ad-result-card{background:#fff !important;border:1px solid #ddd !important;border-radius:4px !important;margin-bottom:20px !important;padding:0 !important;display:flex !important;flex-direction:column !important;overflow:hidden !important}
body .ad-result-card-top{display:flex !important;padding:15px !important;gap:15px !important}
body .ad-result-thumb{flex:0 0 100px !important}
body .ad-result-info{flex:1 !important}
body .ad-result-name{font-size:18px !important;margin:0 0 5px 0 !important;color:#06c !important}
body .ad-result-name a{color:#06c !important;text-decoration:none !important}
body .ad-result-address{color:#555 !important;font-size:14px !important;margin-bottom:5px !important}
body .ad-result-badges{font-size:12px !important;color:#333 !important;margin-bottom:5px !important}
body .ad-result-cats{font-size:12px !important;color:#06c !important;margin-bottom:5px !important}
body .ad-result-snippet{font-size:13px !important;color:#666 !important;margin-top:10px !important;border-top:1px dashed #eee !important;padding-top:10px !important}

body .ad-result-card-actions{display:flex !important;border-top:1px solid #ddd !important;background:#fdfdfd !important}
body .ad-result-card-actions .ad-action-btn{flex:1 !important;text-align:center !important;padding:12px 0 !important;font-weight:bold !important;font-size:14px !important;color:#06c !important;text-decoration:none !important;display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important}
body .ad-result-card-actions .ad-btn-primary{background:#0071c5 !important;color:#fff !important}
body .ad-result-card-actions .ad-btn-secondary{border-right:1px solid #ddd !important}

/* Single Listing Mobile Actions */
body .ad-mobile-actions{display:none !important}

/* Content Boxes (Single Listing) */
body .ad-content-box{background:#fff !important;border:1px solid #ddd !important;border-radius:4px !important;margin-bottom:20px !important;padding:20px !important}
body .ad-content-box h2{font-size:20px !important;margin:0 0 15px 0 !important;padding-bottom:10px !important;border-bottom:1px solid #eee !important}
body .ad-info-block{margin-bottom:15px !important}
body .ad-info-block h4{margin:0 0 5px 0 !important;font-size:14px !important;color:#333 !important}
body .ad-info-block p{margin:0 !important;font-size:14px !important;color:#555 !important}

/* Desktop Gallery Grid */
body .ad-mip-gallery-grid{display:grid !important;grid-template-columns:repeat(4, 1fr) !important;gap:15px !important}
body .ad-mip-gallery-item{aspect-ratio: 1 !important; border: 1px solid #eee !important; border-radius: 4px !important; overflow: hidden !important; display:flex !important; align-items:center !important; justify-content:center !important; background:#fafafa !important}
body .ad-mip-gallery-item img{width:100% !important; height:100% !important; object-fit:cover !important;}
body .ad-box-header{display:flex !important;justify-content:space-between !important;align-items:center !important;border-bottom:1px solid #eee !important;padding-bottom:10px !important;margin-bottom:15px !important}
body .ad-box-header h2{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:0 !important}
body .ad-gallery-count{font-size:14px !important;color:#06c !important;font-weight:normal !important}
body .ad-btn-add-photos{border:1px solid #ccc !important;padding:5px 10px !important;border-radius:4px !important;color:#333 !important;text-decoration:none !important;font-size:13px !important}

/* Accordions */
body .ad-accordion-item{border-bottom:1px solid #eee !important}
body .ad-accordion-header{width:100% !important;text-align:left !important;background:none !important;border:none !important;padding:15px 0 !important;font-size:16px !important;font-weight:bold !important;color:#333 !important;cursor:pointer !important;display:flex !important;justify-content:space-between !important;align-items:center !important}
body .ad-accordion-content{display:none !important;padding-bottom:15px !important}
body .ad-accordion-item.active .ad-accordion-content{display:block !important}
body .ad-accordion-content ul{list-style:none !important;margin:0 !important;padding:0 !important}
body .ad-accordion-content li{padding:8px 0 !important}
body .ad-accordion-content a{color:#06c !important;text-decoration:none !important}

/* Reviews Prompt */
body .ad-review-prompt{display:flex !important;align-items:center !important;gap:15px !important;padding:15px !important;background:#f9f9f9 !important;border:1px solid #eee !important;border-radius:4px !important}
body .ad-review-avatar{width:50px !important;height:50px !important;background:#7cb342 !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important}
body .ad-empty-stars{color:#ccc !important;font-size:20px !important;margin-top:5px !important;letter-spacing:2px !important}

/* Desktop Sidebar Boxes */
body .ad-mip-claim-box{background:#fff !important;border:1px solid #ddd !important;padding:15px !important;text-align:left !important}
body .ad-claim-question{font-weight:bold !important;color:#333 !important;margin-bottom:5px !important}
body .ad-btn-claim{display:inline-block !important;background:#0073b1 !important;border:none !important;padding:10px 15px !important;border-radius:4px !important;color:#fff !important;text-decoration:none !important;font-weight:bold !important;margin-top:10px !important;width:100% !important;box-sizing:border-box !important;}

/* =====================================================================
   CITY LANDING PAGE (v2) - Colored Columns Layout
   ===================================================================== */
body .ad-city-landing{padding:30px 0 !important}

/* 1. Header */
body .ad-cl-header{text-align:center !important;margin-bottom:30px !important}
body .ad-cl-header h1{font-size:28px !important;font-weight:bold !important;margin:0 0 5px 0 !important;color:#333 !important}
body .ad-cl-header h2{font-size:20px !important;font-weight:normal !important;color:#333 !important;border-top:none !important;display:block !important;padding-top:0 !important;margin:0 0 20px 0 !important}
body .ad-cl-desc{font-size:14px !important;color:#555 !important;line-height:1.6 !important;max-width:900px !important;margin:0 auto !important}
body .ad-show-more{display:none !important;color:#06c !important;cursor:pointer !important;font-weight:bold !important}

/* 2. Circular Categories */
body .ad-cl-circles{display:flex !important;justify-content:center !important;gap:25px !important;margin-bottom:40px !important;flex-wrap:wrap !important}
body .ad-cl-circle-item{display:flex !important;flex-direction:column !important;align-items:center !important;text-decoration:none !important;color:#333 !important;width:100px !important}
body .ad-cl-circle-icon{width:70px !important;height:70px !important;border-radius:50% !important;border:1px solid #06c !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#06c !important;margin-bottom:10px !important;transition:all 0.2s ease !important}
body .ad-cl-circle-item:hover .ad-cl-circle-icon{background:#06c !important;color:#fff !important}
body .ad-cl-circle-text{font-size:13px !important;text-align:center !important}

/* 3. Map Graphic */
body .ad-cl-map{width:100% !important;margin-bottom:40px !important}
body .ad-cl-map img{width:100% !important;height:300px !important;object-fit:cover !important;border-radius:4px !important;display:block !important}

/* 4. The 3 Colored Columns */
body .ad-cl-3cols{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;gap:20px !important;margin-bottom:50px !important}
body .ad-cl-col{padding:25px !important;border-radius:4px !important;color:#fff !important;display:flex !important;flex-direction:column !important}
body .ad-cl-col-red{background:linear-gradient(to right, #e83a52, #da2c44) !important}
body .ad-cl-col-teal{background:linear-gradient(to right, #45a7b8, #2a7c8c) !important}
body .ad-cl-col-green{background:linear-gradient(to right, #44a849, #288c2e) !important}

body .ad-cl-col-header{display:flex !important;align-items:flex-start !important;gap:15px !important;margin-bottom:20px !important}
body .ad-cl-col-icon{font-size:28px !important;line-height:1 !important}
body .ad-cl-col-title h3{font-size:20px !important;margin:0 0 5px 0 !important;color:#fff !important}
body .ad-cl-col-title p{font-size:14px !important;margin:0 !important;opacity:0.9 !important}

body .ad-cl-list{flex-grow:1 !important;margin-bottom:20px !important}
body .ad-cl-biz-item{background:rgba(255,255,255,0.2) !important;padding:15px !important;margin-bottom:10px !important;border-radius:4px !important;font-size:14px !important}
body .ad-cl-biz-item strong{display:block !important;margin-bottom:5px !important}
body .ad-cl-biz-item span{display:block !important;font-size:12px !important;opacity:0.9 !important}

body .ad-cl-block-link{display:block !important;background:rgba(255,255,255,0.2) !important;color:#fff !important;text-decoration:none !important;padding:12px 15px !important;margin-bottom:10px !important;border-radius:4px !important;font-weight:bold !important;transition:background 0.2s !important}
body .ad-cl-block-link:hover{background:rgba(255,255,255,0.3) !important}

body .ad-cl-grid-links{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;flex-grow:1 !important;margin-bottom:20px !important}

body .ad-cl-btn-outline{display:block !important;text-align:center !important;border:2px solid #fff !important;color:#fff !important;text-decoration:none !important;padding:12px !important;font-weight:bold !important;border-radius:4px !important;transition:all 0.2s !important}
body .ad-cl-btn-outline:hover{background:#fff !important;color:#333 !important}

/* 5. Popular Categories Grid */
body .ad-cl-section-title{text-align:center !important;font-size:22px !important;color:#333 !important;margin-bottom:30px !important}
body .ad-cl-cards-grid{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;gap:20px !important;margin-bottom:50px !important}
body .ad-cl-cat-card{background:#fff !important;border:1px solid #ddd !important;border-radius:4px !important;padding:25px !important}
body .ad-cl-cat-header{display:flex !important;align-items:center !important;gap:10px !important;margin-bottom:20px !important}
body .ad-cl-cat-icon{font-size:24px !important; color:#06c !important}
body .ad-cl-cat-header h3{font-size:16px !important;margin:0 !important;color:#333 !important; font-weight:bold !important;}
body .ad-cl-cat-list{display:flex !important;flex-direction:column !important;gap:15px !important}
body .ad-cl-cat-biz{font-size:13px !important;line-height:1.4 !important;border-bottom:1px solid #eee !important;padding-bottom:15px !important}
body .ad-cl-cat-biz:last-child{border-bottom:none !important;padding-bottom:0 !important}
body .ad-cl-cat-biz a{display:block !important;color:#06c !important;text-decoration:none !important;margin-bottom:3px !important}
body .ad-cl-cat-biz span{color:#555 !important}

/* 6. Additional Categories Footer */
body .ad-cl-add-cats{border-top:1px solid #ddd !important;padding-top:40px !important;margin-bottom:40px !important}
body .ad-cl-add-grid{display:grid !important;grid-template-columns:repeat(4, 1fr) !important;gap:30px 20px !important}
body .ad-cl-add-col h4{font-size:14px !important;margin:0 0 15px 0 !important;color:#333 !important;text-transform:uppercase !important}
body .ad-cl-add-col ul{list-style:none !important;padding:0 !important;margin:0 !important}
body .ad-cl-add-col li{margin-bottom:8px !important}
body .ad-cl-add-col a{color:#06c !important;text-decoration:none !important;font-size:13px !important}
body .ad-cl-add-col a:hover{text-decoration:underline !important}

/* =====================================================================
   FULL SITE MOBILE RESPONSIVENESS (max-width: 768px)
   ===================================================================== */
@media (max-width:768px){
    /* Global Adjustments */
    .container{padding:0 15px !important}
    body .ad-desktop-only{display:none !important}
    body .ad-mobile-only{display:block !important}

    /* 1. Header (Home White) */
    body .ad-header-home{padding:15px 0 !important}
    body .ad-header-home-right .ad-home-link{display:none !important}
    body .ad-header-home-right .ad-hamburger-home{display:flex !important;flex-direction:column !important;gap:5px !important;cursor:pointer !important;padding:5px !important;margin-left:auto !important}
    body .ad-hamburger-home span{display:block !important;width:24px !important;height:3px !important;background:#333 !important;border-radius:2px !important}

    /* Mobile Menu Dropdown */
    body .ad-mobile-menu{background:#f9f9f9 !important;border-bottom:1px solid #ddd !important;padding:0 !important;width:100% !important}
    body.ad-mobile-menu-open .ad-mobile-menu{display:block !important}
    body .ad-mobile-menu ul{list-style:none !important;margin:0 !important;padding:0 !important}
    body .ad-mobile-menu li{border-bottom:1px solid #eee !important}
    body .ad-mobile-menu a{display:block !important;padding:15px 20px !important;color:#333 !important;font-size:16px !important;font-weight:bold !important;text-decoration:none !important}
    
    /* 1. Header (Inner White v2) */
    body .ad-header-inner{flex-wrap:nowrap !important;height:60px !important;padding:0 15px !important;gap:10px !important}
    body .ad-logo-home{flex:0 0 auto !important}
    body .ad-logo-desktop { display: none !important; }
    body .ad-logo-mobile { display: block !important; }
    body .ad-logo-text{display:none !important} /* Hide text on mobile to save space */
    
    /* On mobile, the actual inputs are hidden behind a transparent trigger block */
    body .ad-header-search-white{flex:1 !important;margin:0 !important;border:1px solid #ccc !important;height:36px !important;border-radius:2px !important}
    body .ad-search-group{display:flex !important;flex-direction:row !important;width:100% !important}
    body .ad-search-field{height:36px !important;padding:0 5px !important}
    body .ad-search-field--find{border-right:1px solid #ddd !important;border-bottom:none !important}
    body .ad-search-field input{font-size:13px !important}
    body .ad-search-btn-icon{display:none !important}
    body .ad-search-btn-text{padding:0 12px !important}
    body .ad-btn-txt{display:none !important}
    body .ad-btn-icn{display:flex !important;align-items:center !important;justify-content:center !important}
    body .ad-mobile-search-trigger{display:block !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:10 !important;cursor:pointer !important}
    
    /* Mobile Search Modal */
    body .ad-mobile-search-overlay{position:fixed !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;background:rgba(0,0,0,0.5) !important;z-index:99999 !important}
    body .ad-mobile-search-overlay.active{display:block !important}
    body .ad-mobile-search-modal{background:#fff !important;width:100% !important;padding:15px !important;box-shadow:0 2px 10px rgba(0,0,0,0.2) !important}
    body .ad-msm-form .ad-search-field{border:1px solid #06c !important;height:44px !important;margin-bottom:10px !important;border-radius:2px !important;padding:0 10px !important; display:flex !important; align-items:center !important; gap:8px !important;}
    body .ad-msm-form .ad-search-field input{font-size:16px !important; flex:1 !important; height:100% !important;} /* 16px prevents iOS zoom */
    body .ad-msm-icon{display:flex !important; align-items:center !important;}
    body .ad-msm-clear{display:flex !important; align-items:center !important; cursor:pointer !important;}
    body .ad-msm-form .ad-ajax-dropdown{top:45px !important}

    /* 2. Homepage */
    body .ad-home-hero{padding:40px 0 60px 0 !important}
    body .ad-home-hero h1{font-size:32px !important;margin-bottom:20px !important}
    body .ad-home-search{flex-direction:column !important;padding:0 !important;background:transparent !important;box-shadow:none !important}
    body .ad-home-search-group{flex-direction:column !important;width:100% !important;background:#fff !important;border-radius:4px !important;margin-bottom:10px !important;box-shadow:0 5px 15px rgba(0,0,0,0.1) !important}
    body .ad-home-search-divider{width:100% !important;height:1px !important;margin:0 !important}
    body .ad-home-search-btn{width:100% !important;border-radius:4px !important}
    body .ad-circle-grid{gap:15px !important;display:grid !important;grid-template-columns:repeat(3, 1fr) !important;justify-items:center !important}
    section[style*="Browse by City"] div[style*="grid"] {grid-template-columns:repeat(2, 1fr) !important}

    /* 3. Archive / Results */
    body .ad-archive-layout{flex-direction:column !important}
    body .ad-archive-sidebar{width:100% !important;flex:none !important;margin-bottom:20px !important;order:2 !important}
    
    body .ad-result-card{
        display:grid !important;
        grid-template-columns:80px 1fr !important;
        gap:8px 15px !important;
        padding:15px 0 !important;
    }
    
    body .ad-result-thumb{grid-column:1;grid-row:1 / span 2;width:80px !important;height:80px !important;max-height:80px !important;border-radius:4px !important}
    body .ad-result-thumb img{max-height:80px !important}
    body .ad-result-name{grid-column:2;grid-row:1;font-size:16px !important;margin:0 !important}
    body .ad-result-address{grid-column:2;grid-row:2;text-align:left !important;font-size:13px !important;margin:0 !important;color:#333 !important}
    
    body .ad-result-rating{grid-column:1 / span 2;grid-row:3;margin-top:10px !important}
    body .ad-result-badges{grid-column:1 / span 2;grid-row:4;margin-top:5px !important}
    body .ad-result-cats{grid-column:1 / span 2;grid-row:5;margin-top:5px !important}
    body .ad-result-snippet{grid-column:1 / span 2;grid-row:6;margin-top:5px !important}
    
    body .ad-result-phone,
    body .ad-result-open,
    body .ad-result-action-links{display:none !important}
    
    body .ad-result-card-actions{
        display:flex !important;
        grid-column:1 / span 2;
        grid-row:7;
        width:100% !important;
        gap:10px !important;
        margin-top:15px !important;
    }
    body .ad-result-card-actions a{display:flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;flex:1 !important;text-align:center !important;padding:12px !important;border-radius:4px !important;font-weight:bold !important;text-decoration:none !important;font-size:15px !important}
    body .ad-result-card-actions .ad-btn-primary{background:#0071c5 !important;color:#fff !important;border:none !important}
    body .ad-result-card-actions .ad-btn-secondary{background:#fff !important;color:#0071c5 !important;border:1px solid #ccc !important}


    /* 4. Single Listing Mobile Flow */
    body .ad-mip{flex-direction:column !important; padding: 20px 15px 40px 15px !important;}
    body .ad-mip-main{width:100% !important;padding-left:0 !important;order:1 !important}

    /* Mobile Optimizations */
@media (max-width:768px){
    body .ad-mip-sidebar{display:none !important}
    body .ad-mobile-only{display:block !important}
    body .ad-desktop-only{display:none !important}
    /* Header Grid Layout */
    body .ad-mip-biz-header {
        display: grid !important;
        grid-template-columns: 110px 1fr !important;
        gap: 0 20px !important;
        align-items: start !important;
        padding-bottom: 25px !important;
    }
    body .ad-mip-biz-logo {
        grid-column: 1 !important;
        grid-row: 1 !important;
        max-width: 110px !important;
        margin-bottom: 0 !important;
    }
    body .ad-mip-biz-info {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
    body .ad-mip-biz-title {
        font-size: 26px !important;
        font-weight: 500 !important;
        margin: -4px 0 6px 0 !important;
        line-height: 1.1 !important;
    }
    body .ad-mip-stars-row {
        margin-bottom: 10px !important;
    }
    body .ad-mip-stars {
        font-size: 20px !important;
    }
    
    /* Full-width elements below logo */
    body .ad-mip-today-hours {
        grid-column: 1 / span 2 !important;
        grid-row: 2 !important;
        margin-top: 20px !important;
        font-size: 14px !important;
    }
    body .ad-mip-badges-row {
        grid-column: 1 / span 2 !important;
        grid-row: 3 !important;
        margin-top: 10px !important;
        flex-direction: row !important;
        gap: 20px !important;
    }

    body .ad-mobile-actions {
        display: flex !important;
        justify-content: space-around !important;
        padding: 25px 0 0 0 !important;
        margin: 20px 0 0 0 !important;
        border: none !important;
        grid-column: 1 / span 2 !important;
        grid-row: 4 !important;
    }   }

    body .ad-mip-closed-now {
        color: #d32f2f !important;
        font-weight: bold !important;
        margin-right: 5px !important;
    }
    
    /* Stack table for More Info */
    body .ad-mip-info-table,
    body .ad-mip-info-table tbody,
    body .ad-mip-info-table tr,
    body .ad-mip-info-table td {
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        border: none !important;
        padding: 0 !important;
    }
    body .ad-mip-info-table tr {
        margin-bottom: 12px !important;
    }
    body .ad-info-label {
        font-weight: bold !important;
        color: #333 !important;
        margin-bottom: 2px !important;
        font-size: 14px !important;
    }
    body .ad-info-value {
        font-size: 14px !important;
        color: #555 !important;
    }

    body .ad-general-info-container:not(.ad-expanded) .ad-general-info-text {
        max-height: 250px !important; /* height enough for some text */
        overflow: hidden !important;
        -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%) !important;
        mask-image: linear-gradient(to bottom, black 70%, transparent 100%) !important;
    }
    body .ad-view-more-toggle {
        display: inline-flex !important;
        align-items: center !important;
        color: #06c !important;
        cursor: pointer !important;
        font-weight: 500 !important;
        margin-top: 10px !important;
    }
    /* Remove this rule because we want View Less to show! */
    /* body .ad-general-info-container.ad-expanded .ad-view-more-toggle {
        display: none !important;
    } */
}
@media (min-width:769px){
    body .ad-mobile-only{display:none !important}
    body .ad-mobile-actions{display:none !important}
    body .ad-view-more-toggle { display: none !important; }
}

@media (max-width: 768px) {
    body .ad-mobile-action-btn{display:flex !important;flex-direction:column !important;align-items:center !important;text-decoration:none !important;color:#06c !important;font-size:13px !important;font-weight:bold !important;gap:8px !important}
    body .ad-action-circle{width:50px !important;height:50px !important;border:1px solid #ccc !important;border-radius:50% !important;display:flex !important;align-items:center !important;justify-content:center !important;color:#555 !important}

    /* Mobile Hours Box */
    body .ad-mobile-hours-grid{display:flex !important;flex-direction:column !important;gap:8px !important;font-size:14px !important}
    body .ad-mh-row{display:flex !important;justify-content:space-between !important}
    body .ad-mh-day{color:#333 !important}
    body .ad-mh-time{color:#555 !important}

    /* Gallery Grid */
    body .ad-mip-gallery-grid{display:grid !important;grid-template-columns:repeat(2, 1fr) !important;gap:10px !important}
    body .ad-box-header{display:flex !important;justify-content:space-between !important;align-items:center !important;border-bottom:1px solid #eee !important;padding-bottom:10px !important;margin-bottom:15px !important}
    body .ad-box-header h2{border-bottom:none !important;padding-bottom:0 !important;margin-bottom:0 !important}
    body .ad-gallery-count{font-size:14px !important;color:#06c !important;font-weight:normal !important}
    body .ad-btn-add-photos{border:1px solid #ccc !important;padding:5px 10px !important;border-radius:4px !important;color:#333 !important;text-decoration:none !important;font-size:13px !important}
    
    /* 5. Footer Accordions */
    body .ad-footer{padding:20px 0 !important;background:#f6f6f6 !important;color:#555 !important}
    body .ad-footer-accordions{border-top:1px solid #ddd !important;margin-bottom:20px !important}
    body .ad-footer-legal-links-outer{padding:20px 0 !important}
    body .ad-footer-legal-links{display:flex !important;flex-wrap:wrap !important;gap:10px 15px !important;justify-content:center !important;text-align:center !important;margin-bottom:20px !important}
    body .ad-footer-legal-links a{color:#06c !important;font-size:13px !important;text-decoration:none !important}
    body .ad-footer-bottom{text-align:center !important;color:#888 !important;font-size:11px !important}

    /* 6. City Landing Page (v2) Flow */
    body .ad-cl-header h1{font-size:24px !important}
    body .ad-cl-desc{max-height:60px !important;overflow:hidden !important;position:relative !important}
    body .ad-show-more{display:inline !important}
    body .ad-cl-circles{gap:15px !important;justify-content:space-around !important}
    body .ad-cl-circle-item{width:30% !important}
    body .ad-cl-map img{height:200px !important}
    body .ad-cl-3cols{grid-template-columns:1fr !important;gap:0 !important;margin-bottom:30px !important}
    body .ad-cl-col{border-radius:0 !important;padding:20px 15px !important}
    body .ad-cl-cards-grid{grid-template-columns:1fr !important}
    body .ad-cl-add-grid{grid-template-columns:1fr 1fr !important}
}

/* Exact match for Mobile Sticky Header */
@media (max-width: 768px) {
    body .ad-header-sticky-inner { flex-wrap: nowrap !important; gap: 8px !important; padding: 0 10px !important; }
    body .ad-header-sticky .ad-logo-text { display: none !important; }
    body .ad-header-sticky .ad-logo-home { flex: 0 0 auto !important; }
    body .ad-header-sticky .ad-sticky-search { margin: 0 !important; flex: 1 !important; display: flex !important; align-items: center !important; }
    body .ad-header-sticky .ad-sticky-search form { flex-direction: row !important; height: 36px !important; border-radius: 2px !important; border: 1px solid #ccc !important; }
    body .ad-header-sticky .ad-sticky-search .ad-search-group { display: flex !important; flex-direction: row !important; width: 100% !important; }
    body .ad-header-sticky .ad-sticky-search .ad-search-field { padding: 0 5px !important; height: 36px !important; }
    body .ad-header-sticky .ad-sticky-search input { font-size: 13px !important; padding: 0 2px !important; background: transparent !important; }
    body .ad-header-sticky .ad-search-field--find { border-right: 1px solid #ddd !important; }
    body .ad-header-sticky .ad-search-btn-text { padding: 0 12px !important; background: #ffd400 !important; color: #000 !important; border-radius: 0 2px 2px 0 !important; }
    body .ad-header-sticky .ad-btn-txt { display: none !important; }
    body .ad-header-sticky .ad-btn-icn { display: flex !important; align-items: center !important; justify-content: center !important; }
    body .ad-header-sticky .ad-sticky-hamburger { padding: 5px !important; }
}

/* =========================================
   AD PROMO SECTIONS
   ========================================= */
.ad-promo-sections { background: #fff; overflow: hidden; }
.ad-promo-section { padding: 50px 0; border-bottom: 1px solid #f0f0f0; }
.ad-promo-section:last-child { border-bottom: none; }
.ad-promo-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ad-promo-split { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.ad-promo-split.ad-split-reverse { flex-direction: row-reverse; }

.ad-promo-img-col { flex: 1; text-align: center; position: relative; }
.ad-promo-text-col { flex: 1; padding: 20px; }

/* Images */
.ad-circular-img-wrapper { max-width: 450px; margin: 0 auto; border-radius: 50%; overflow: hidden; aspect-ratio: 1/1; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 20px solid #fbfbfb; }
.ad-circular-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }

.ad-rounded-img { width: 100%; max-width: 500px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.ad-overlap-img { z-index: 2; margin-left: -100px; }
.ad-overlap-img img { max-width: 450px; border-radius: 50%; border: 15px solid #fff; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* Typography */
.ad-promo-text-col h2 { font-size: 38px; color: #333; margin-bottom: 20px; line-height: 1.2; font-weight: normal; }
.ad-promo-text-col h2 strong, .ad-promo-text-col h2 em { font-weight: bold; font-style: normal; }
.ad-promo-text-col p { font-size: 18px; color: #555; line-height: 1.5; margin-bottom: 20px; }
.ad-yellow-ul { position: relative; display: inline-block; font-weight: bold; }
.ad-yellow-ul::after { content: ''; position: absolute; bottom: 5px; left: 0; width: 100%; height: 6px; background: #ffd400; z-index: -1; }

.ad-bold-intro { font-weight: 500; color: #333; margin-top: 10px; }
.ad-call-text { display: block; margin-top: 15px; font-size: 16px; color: #555; }

/* Buttons */
.ad-btn-blue { display: inline-block; background: #0073B1; color: #fff !important; padding: 12px 30px; border-radius: 4px; font-size: 18px; font-weight: bold; text-decoration: none; transition: 0.3s; margin-top: 10px; }
.ad-btn-blue:hover { background: #005a8c; }
.ad-btn-white { display: inline-block; background: #fff; color: #0073B1 !important; padding: 10px 25px; border-radius: 4px; font-size: 16px; font-weight: bold; text-decoration: none; transition: 0.3s; border: 2px solid #0073B1; }
.ad-btn-white:hover { background: #f0f8ff; }

/* Section 2 (Q&A) Exact Layout */
.ad-qa-section { position: relative; border: none; padding: 60px 0; }
.ad-qa-split { align-items: center; justify-content: flex-start; gap: 0; }
.ad-qa-text-col { flex: 0 0 55%; padding: 0 0 0 50px; position: relative; }
.ad-qa-img-col { flex: 0 0 45%; text-align: center; position: relative; z-index: 2; margin-left: 0; }

.ad-qa-blue-bg { position: absolute; left: 0; top: 0; width: 100%; height: 180px; background: #008ebf; z-index: -1; border-radius: 6px; }
.ad-qa-banner-content { height: 120px; display: flex; flex-direction: column; justify-content: center; padding-right: 50px; }
.ad-qa-title { color: #fff; font-size: 42px; margin-bottom: 5px; font-weight: normal; line-height: 1.1; }
.ad-qa-title em { font-style: italic; font-weight: normal; }
.ad-qa-sub p { color: #fff; margin-bottom: 2px; font-size: 15px; font-weight: normal; }
.ad-qa-below-content { padding-top: 50px; }

.ad-check-list { list-style: none; padding: 0; margin: 0 0 25px 0; }
.ad-check-list li { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; font-weight: bold; color: #000; font-size: 16px; }
.ad-btn-outline-blue { display: inline-block; padding: 12px 35px; border: 2px solid #0073B1; color: #0073B1 !important; text-decoration: none; font-weight: bold; border-radius: 3px; font-size: 18px; transition: 0.3s; background: #fff; }
.ad-btn-outline-blue:hover { background: #f0f8ff; }

.ad-qa-img-wrapper { display: inline-block; border-radius: 50%; padding: 4px; background: #fff; box-shadow: 0 5px 25px rgba(0,0,0,0.15); }
.ad-qa-img-wrapper img { border-radius: 50%; width: 380px; height: 380px; object-fit: cover; display: block; }

.ad-qa-links { display: flex; gap: 15px; margin-top: 50px; align-items: center; flex-wrap: wrap; padding-left: 50px; }
.ad-qa-links strong { color: #000; font-size: 15px; text-transform: none; margin: 0; }
.ad-qa-links a { color: #555; text-decoration: underline; font-size: 14px; margin: 0; }

/* Text Alignment fixes for Section 1, 3, 4 */
.ad-promo-1 .ad-promo-text-col, .ad-promo-3 .ad-promo-text-col, .ad-promo-4 .ad-promo-text-col { text-align: center; }

/* Mobile Responsive */
@media (max-width: 991px) {
    /* Interleaving for Section 1 and 3 */
    .ad-promo-section { padding: 40px 0 !important; }
    .ad-circular-img-wrapper img { width: 300px !important; height: 300px !important; }
    
    .ad-promo-split { gap: 0 !important; } /* REMOVE DESKTOP 40PX GAP! */
    .ad-promo-1 .ad-promo-split, .ad-promo-3 .ad-promo-split { display: flex !important; flex-direction: column !important; }
    .ad-promo-1 .ad-promo-text-col, .ad-promo-3 .ad-promo-text-col { display: contents !important; }
    
    .ad-mobile-order-1 { order: 1; margin-bottom: 5px !important; padding: 0 15px !important; }
    .ad-promo-1 .ad-promo-img-col, .ad-promo-3 .ad-promo-img-col { order: 2; margin-bottom: 5px !important; }
    .ad-mobile-order-3 { order: 3; padding: 0 15px !important; margin-bottom: 5px !important; }
    .ad-mobile-order-4 { order: 4; padding: 0 15px !important; margin-bottom: 10px !important; }
    .ad-mobile-order-5 { order: 5; margin: 5px auto 10px !important; }
    .ad-mobile-order-6 { order: 6; margin-top: 5px !important; }

    /* Section 4 Specifics (Elementor Form) */
    .ad-promo-4 .ad-promo-split { display: flex !important; flex-direction: column !important; text-align: center; }
    .ad-promo-4 .ad-promo-img-col { margin-top: 15px !important; margin-bottom: 0px !important; }
    .ad-promo-4 .ad-promo-img-col img { max-width: 250px !important; height: auto !important; margin: 0 auto; display: block; }
    
    /* Section 2 (Q&A) Exact AD Match */
    .ad-qa-split { flex-direction: column-reverse !important; }
    .ad-promo-text-col { padding: 15px 0 !important; }
    .ad-qa-text-col { padding: 10px !important; margin-top: -30px !important; position: relative; z-index: 3; }
    .ad-qa-links { padding: 10px !important; justify-content: center; margin-top: 0px !important; }
    
    /* Blue background needs to bleed to edges on mobile and sit behind image */
    .ad-qa-blue-bg { 
        height: 320px !important; 
        top: 130px !important; 
        border-radius: 0 !important;
        left: -20px !important;
        width: calc(100% + 40px) !important;
    }
    .ad-qa-banner-content { height: auto !important; padding: 20px 0 !important; }
    .ad-qa-title { font-size: 32px; }
    .ad-promo-text-col h2 { font-size: 28px; }
    .ad-promo-text-col p { font-size: 16px; }
    .ad-qa-img-wrapper img { width: 300px; height: 300px; }
}

/* Make Header Sticky */
.ad-header {
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

/* Interactive Stars */
body .ad-interactive-stars-prompt {
    display: flex !important;
    gap: 4px !important;
    margin-top: 5px !important;
}
body .ad-interactive-stars-prompt .ad-star {
    font-size: 24px !important;
    color: #ccc !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}
body .ad-interactive-stars-prompt .ad-star:hover,
body .ad-interactive-stars-prompt:hover .ad-star:hover ~ .ad-star {
    color: #ccc !important; /* The ones after hover stay grey */
}
body .ad-interactive-stars-prompt:hover .ad-star {
    color: #ffb400 !important; /* All become yellow on hover of container */
}
body .ad-interactive-stars-prompt .ad-star:hover ~ .ad-star {
    color: #ccc !important; /* override to keep following stars grey */
}

/* Interactive SVG Stars in prompt */
body .ad-interactive-stars-prompt .ad-star .ad-svg-star {
    fill: none !important;
    stroke: #ccc !important;
    stroke-width: 2 !important;
    transition: all 0.2s !important;
}
body .ad-interactive-stars-prompt .ad-star:hover .ad-svg-star,
body .ad-interactive-stars-prompt:hover .ad-star:hover ~ .ad-star .ad-svg-star {
    fill: none !important;
    stroke: #ccc !important;
}
body .ad-interactive-stars-prompt:hover .ad-star .ad-svg-star {
    fill: #ffb400 !important;
    stroke: #ffb400 !important;
}
body .ad-interactive-stars-prompt .ad-star:hover ~ .ad-star .ad-svg-star {
    fill: none !important;
    stroke: #ccc !important;
}

/* ==========================================================================
   ABOUT US PAGE STYLES
   ========================================================================== */
.about-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.about-section-title { font-size: 36px; font-weight: 800; margin-bottom: 20px; color: #1a1a1a; letter-spacing: -0.5px; }
.about-section-desc { font-size: 18px; color: #555; margin-bottom: 40px; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.text-center { text-align: center; }
.text-white { color: #fff !important; }

/* 1. Hero Section */
.about-hero-section { position: relative; padding: 120px 0 80px; background-color: #f8faff; overflow: hidden; }
.about-hero-content { position: relative; z-index: 2; }
.about-main-title { font-size: 56px; font-weight: 900; color: #0071c5; margin-bottom: 20px; letter-spacing: -1px; }
.about-sub-title { font-size: 22px; color: #333; max-width: 700px; margin: 0 auto; line-height: 1.5; font-weight: 500; }
.about-hero-bg-accent { position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: rgba(0, 113, 197, 0.05); border-radius: 50%; z-index: 1; }

/* 2. Our Story */
.about-story-section { padding: 80px 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-story-text p { font-size: 17px; line-height: 1.8; color: #444; margin-bottom: 20px; }
.about-story-image img { width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

/* 3. Mission Section */
.about-mission-section { padding: 100px 0; background: linear-gradient(135deg, #0071c5, #005a9e); position: relative; overflow: hidden; }
.about-mission-statement { font-size: 26px; line-height: 1.5; color: rgba(255,255,255,0.9); max-width: 900px; margin: 0 auto; font-weight: 500; font-style: italic; }

/* 4. Highlights Section */
.about-highlights-section { padding: 80px 0; background: #f8faff; }
.about-highlights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; margin-top: 50px; }
.about-highlight-card { background: #fff; padding: 40px 20px; border-radius: 16px; text-align: center; box-shadow: 0 10px 30px rgba(0,113,197,0.08); transition: transform 0.3s ease; border: 1px solid rgba(0,0,0,0.03); }
.about-highlight-card:hover { transform: translateY(-10px); }
.highlight-icon { font-size: 40px; margin-bottom: 20px; display: inline-block; }
.highlight-number { font-size: 42px; font-weight: 900; color: #0071c5; margin-bottom: 10px; }
.highlight-label { font-size: 16px; font-weight: 600; color: #666; text-transform: uppercase; letter-spacing: 1px; margin: 0; }

/* 5. People / Review Slider */
.about-people-section { padding: 100px 0; background: #fff; }
.about-review-slider-wrapper { position: relative; max-width: 1000px; margin: 50px auto 0; padding: 0 50px; }
.about-review-slider { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; cursor: grab; }
.about-review-slider::-webkit-scrollbar { display: none; }
.about-review-slider.active { cursor: grabbing; }
.about-review-slide { flex: 0 0 100%; scroll-snap-align: start; padding: 20px; box-sizing: border-box; }
.review-card { background: #fff; padding: 50px; border-radius: 20px; box-shadow: 0 15px 50px rgba(0,0,0,0.06); border: 1px solid #f0f0f0; }
.review-stars { color: #ffb400; font-size: 24px; margin-bottom: 20px; letter-spacing: 2px; }
.review-text { font-size: 20px; line-height: 1.6; color: #333; font-style: italic; margin-bottom: 30px; }
.review-author { display: flex; align-items: center; gap: 20px; }
.author-avatar img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.author-info h4 { margin: 0 0 5px 0; font-size: 18px; font-weight: 700; color: #1a1a1a; }
.author-info span { font-size: 14px; color: #777; }

.about-slider-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid #e0e0e0; width: 44px; height: 44px; border-radius: 50%; font-size: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; color: #333; z-index: 10; box-shadow: 0 5px 15px rgba(0,0,0,0.05); transition: 0.2s; }
.about-slider-btn:hover { background: #0071c5; color: #fff; border-color: #0071c5; }
.about-slider-btn.prev-btn { left: 0; }
.about-slider-btn.next-btn { right: 0; }

.about-slider-dots { display: flex; justify-content: center; gap: 8px; margin-top: 30px; }
.about-slider-dots .dot { width: 10px; height: 10px; background: #d0d0d0; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.about-slider-dots .dot.active { background: #0071c5; width: 24px; border-radius: 10px; }

/* Responsive adjustments */
@media (max-width: 991px) {
    .about-story-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-story-image { order: -1; }
    .about-main-title { font-size: 42px; }
    .review-card { padding: 30px; }
    .review-text { font-size: 18px; }
}
@media (max-width: 767px) {
    .about-review-slider-wrapper { padding: 0 20px; }
    .about-slider-btn { display: none; } /* Hide arrows on mobile, rely on swipe */
    .about-main-title { font-size: 36px; }
    .about-sub-title { font-size: 18px; }
    .about-mission-statement { font-size: 20px; }
    .highlight-number { font-size: 36px; }
}

/* =========================================
   BLOG (MAGAZINE LAYOUT)
   ========================================= */
body.blog {
    background-color: #f7f9fc;
}
.ad-blog-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}

/* Nav Pills */
.ad-blog-nav-wrapper {
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.ad-blog-nav-wrapper::-webkit-scrollbar {
    display: none;
}
.ad-blog-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 12px;
}
.ad-blog-nav li a {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ad-blog-nav li a:hover, .ad-blog-nav li a.active {
    background-color: #f0f7ff;
    border-color: #007bff;
    color: #007bff;
}

/* Common Section Styles */
.ad-blog-section {
    margin-bottom: 50px;
}
.ad-section-header {
    margin-bottom: 25px;
}
.ad-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111;
    margin-bottom: 5px;
}
.ad-section-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
}

/* Cards */
.ad-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}
.ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
}
.ad-card-link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ad-card-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.ad-card-bookmark {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.9);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    z-index: 2;
    transition: color 0.2s ease;
}
.ad-card-bookmark:hover {
    color: #007bff;
}
.ad-card-content {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.ad-card-cat {
    color: #007bff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    display: block;
}
.ad-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 15px 0;
    line-height: 1.4;
    flex-grow: 1;
}
.ad-card-meta {
    font-size: 12px;
    color: #888;
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Featured Top Section */
.ad-featured-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.ad-featured-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.ad-card-large .ad-card-img {
    height: 350px;
}
.ad-card-large .ad-card-title {
    font-size: 26px;
}
.ad-card-small .ad-card-img {
    height: 160px;
}
.ad-card-small .ad-card-title {
    font-size: 16px;
}

/* 4 Column Grids (Trending, Recent) */
.ad-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.ad-card-standard .ad-card-img {
    height: 180px;
}

/* Editor's Pick */
.ad-editor-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}
.ad-card-editor-large .ad-card-img {
    height: 380px;
}
.ad-editor-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ad-card-horizontal .ad-card-link {
    flex-direction: row;
}
.ad-card-horizontal .ad-card-img {
    width: 140px;
    min-width: 140px;
    height: 100%;
    min-height: 140px;
}

.ad-btn-view-all {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s;
}
.ad-btn-view-all:hover {
    background: #f5f5f5;
    border-color: #aaa;
}

/* Responsive */
@media (max-width: 992px) {
    .ad-featured-grid, .ad-editor-grid {
        grid-template-columns: 1fr;
    }
    .ad-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .ad-featured-right {
        grid-template-columns: 1fr;
    }
    .ad-grid-4 {
        grid-template-columns: 1fr;
    }
    .ad-card-horizontal .ad-card-link {
        flex-direction: column;
    }
    .ad-card-horizontal .ad-card-img {
        width: 100%;
        height: 180px;
    }
}

/* =========================================
   SINGLE BLOG POST LAYOUT
   ========================================= */
.ad-single-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 15px;
}
.ad-breadcrumbs {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
.ad-breadcrumbs a {
    color: #888;
    text-decoration: none;
}
.ad-breadcrumbs a:hover {
    color: #007bff;
}
.ad-breadcrumbs span {
    color: #333;
}
.ad-single-header {
    margin-bottom: 30px;
}
.ad-single-title {
    font-size: 34px;
    font-weight: 800;
    color: #111;
    margin-bottom: 15px;
    line-height: 1.3;
}
.ad-single-meta {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #666;
    align-items: center;
}
.ad-single-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.ad-single-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}
.ad-single-main {
    min-width: 0;
}
.ad-single-featured-img {
    position: relative;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}
.ad-single-featured-img img {
    width: 100%;
    height: auto;
    display: block;
}
.ad-single-content {
    font-size: 17px;
    line-height: 1.8;
    color: #333;
}
.ad-single-content p {
    margin-bottom: 20px;
}
.ad-single-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 40px 0 20px 0;
}
.ad-single-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px 0;
}
.ad-single-sidebar {
    min-width: 0;
}
.ad-sticky-sidebar {
    position: sticky;
    top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ad-author-card {
    background: #f0fbfa;
    border: 1px solid #d4f0ec;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ad-author-avatar img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.ad-author-info {
    flex-grow: 1;
}
.ad-author-name {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}
.ad-author-meta {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
}
.ad-author-updated {
    font-size: 12px;
    color: #888;
}

/* Table of Contents */
.ad-toc-widget {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}
.ad-toc-title {
    font-size: 16px;
    font-weight: 700;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ad-toc-list-wrap {
    max-height: 300px;
    overflow-y: auto;
}
.ad-toc-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}
.ad-toc-list li {
    padding: 0;
    position: relative;
}
.ad-toc-list li a {
    display: block;
    padding: 10px 20px 10px 30px;
    color: #555;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}
.ad-toc-list li a:hover {
    color: #007bff;
    background: #f9f9f9;
}
.ad-toc-list li.active a {
    color: #007bff;
    font-weight: 600;
    background: #f0f7ff;
    border-left-color: #007bff;
}

/* Related Widgets */
.ad-widget-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ad-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.ad-tag-pill {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
}
.ad-tag-pill:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
}

.ad-related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.ad-related-item {
    display: flex;
    gap: 15px;
    align-items: center;
}
.ad-related-img {
    width: 80px;
    height: 60px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
}
.ad-related-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
    margin-bottom: 5px;
    display: block;
    line-height: 1.4;
}
.ad-related-title:hover {
    color: #007bff;
}
.ad-related-meta {
    font-size: 11px;
    color: #888;
}

@media (max-width: 992px) {
    .ad-single-layout {
        grid-template-columns: 1fr;
    }
    .ad-sticky-sidebar {
        position: static;
    }
}

/* =========================================
   ARCHIVE (CATEGORY / TAG) LAYOUT
   ========================================= */
.ad-archive-hero {
    display: flex;
    background: #fbfaf1;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}
.ad-archive-hero .ad-hero-img {
    flex: 1;
    min-height: 350px;
    background-size: cover;
    background-position: center;
}
.ad-archive-hero .ad-hero-content {
    flex: 1;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ad-archive-hero .ad-hero-title {
    font-size: 36px;
    font-weight: 800;
    color: #111;
    margin-bottom: 20px;
}
.ad-archive-hero .ad-hero-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    margin: 0;
}

@media (max-width: 768px) {
    .ad-archive-hero {
        flex-direction: column;
    }
    .ad-archive-hero .ad-hero-img {
        min-height: 250px;
    }
    .ad-archive-hero .ad-hero-content {
        padding: 30px 20px;
    }
}
