/*
Theme Name: AnsyaaOrg
Theme URI: https://example.com/
Author: AnsyaaOrg
Author URI: https://example.com/
Description: Lightweight, prestige theme for AnsyaaOrg — editable pages, image slider, minimal memory usage.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ansyaaorg
Tags: light-weight, accessibility, custom-logo, custom-menu
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root{--bg:#ffffff;--primary:#0b5cff;--muted:#6b7280;--card:#ffffff}
html,body{height:100%}
body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,'Helvetica Neue',Arial;color:#0b1220;background:#f7f9fb}
/* Base typography */
body{font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height:1.6}
h1,h2,h3{color:#0b1220;margin:0 0 12px}
h2{font-size:26px}
h3{font-size:18px}
.site-header{background:linear-gradient(180deg,#ffffff,#fbfdff);padding:20px 0;border-bottom:0}
.site-inner{max-width:1100px;margin:0 auto;padding:18px}
.site-header .site-inner{display:flex;align-items:center;justify-content:space-between;padding-left:34px}
.brand{display:flex;align-items:center;gap:12px}
.brand .logo{width:64px;height:64px;border-radius:12px;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:0 8px 22px rgba(11,92,255,0.08)}
.site-title{font-size:30px;margin:0;font-family:Inter, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;font-weight:700}
.site-nav{margin-top:8px}
.header-social{margin-left:auto;display:flex;gap:12px;align-items:center}
.header-social .social-link{color:var(--primary);display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:#fff;border:1px solid rgba(11,17,34,0.04);box-shadow:0 8px 20px rgba(2,6,23,0.05);text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}
.header-social .social-link img{width:22px;height:22px;display:block;border-radius:4px}
.header-social .social-link:hover{transform:translateY(-3px);box-shadow:0 14px 36px rgba(2,6,23,0.08);background:rgba(11,92,255,0.04)}

/* Brand color accents on hover */
.header-social a[aria-label="Instagram"]:hover{background:linear-gradient(180deg,rgba(225,48,108,0.06),rgba(225,48,108,0.02))}
.header-social a[aria-label="Facebook"]:hover{background:linear-gradient(180deg,rgba(24,119,242,0.06),rgba(24,119,242,0.02))}
.header-social a[aria-label="LinkedIn"]:hover{background:linear-gradient(180deg,rgba(10,102,194,0.06),rgba(10,102,194,0.02))}
.menu{list-style:none;padding:0;margin:0;display:flex;gap:22px;align-items:center}
.menu a{color:var(--primary);text-decoration:none;font-weight:700;padding:8px 12px;border-radius:8px;display:inline-block;text-transform:uppercase;letter-spacing:0.6px}

.menu-header, .menu-bar {background:#ffffff;border-top:1px solid rgba(11,17,34,0.03);box-shadow:0 6px 24px rgba(2,6,23,0.04)}
.menu-header .site-inner, .menu-bar .site-inner{display:flex;align-items:center;padding:12px 18px}
.menu-header .site-inner{justify-content:flex-start;padding-left:34px}
.menu-header .menu a, .menu-bar .menu a{color:var(--primary);padding:10px 16px}
.menu-header .menu a:hover, .menu-bar .menu a:hover{background:rgba(11,92,255,0.06);box-shadow:0 6px 20px rgba(11,92,255,0.06)}
.menu-header .menu .current-menu-item > a, .menu-bar .menu .current-menu-item > a{background:var(--primary);color:#fff}

/* Add spacing between header and content when menu is centered */
.menu-header{margin:8px 0 60px 0}
.hero-slider{position:relative;overflow:hidden;border-radius:8px}
.slides{display:flex;transition:transform .5s ease}
.slide{min-width:100%;display:block}
.slide img{width:100%;height:320px;object-fit:cover;display:block}
.slide .caption{position:absolute;left:20px;bottom:20px;background:rgba(0,0,0,0.45);color:#fff;padding:10px 14px;border-radius:6px}
.controls{display:flex;gap:8px;justify-content:center;margin-top:12px}
.btn{background:var(--primary);color:#fff;padding:8px 12px;border-radius:6px;text-decoration:none}

/* Overlay slider controls inside the image */
.hero-slider{position:relative}
.hero-slider .controls{position:absolute;top:0;left:0;right:0;height:100%;display:block;pointer-events:none;z-index:3}
.hero-slider .controls .btn{pointer-events:auto;background:rgba(0,0,0,0.35);color:#fff;border:none;padding:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;box-shadow:0 6px 18px rgba(2,6,23,0.25);position:absolute;top:50%;transform:translateY(-50%)}
.hero-slider .controls .btn:hover{background:rgba(0,0,0,0.5);transform:translateY(-50%) scale(1.05)}
.hero-slider .controls .btn[aria-label]{opacity:0.95}
.hero-slider .controls #prev{left:18px}
.hero-slider .controls #next{right:18px}

/* Make captions remain readable */
.hero-slider .caption{z-index:2}
.hero-slider .slide img{display:block}
.content{background:#fff;padding:20px;border-radius:8px;margin-top:18px}
.content-grid{display:grid;grid-template-columns:1fr 380px;gap:28px;align-items:start}
.about-media{border-radius:8px;overflow:hidden}
.about-media img{width:100%;height:100%;object-fit:cover;display:block}
.about-body{padding:6px 0}
.lead{color:var(--muted);font-size:15px}
.cta{display:inline-block;background:var(--primary);color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;margin-top:12px}

/* Services cards */
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px}
.card{background:#fff;border-radius:10px;padding:18px;box-shadow:0 8px 24px rgba(2,6,23,0.04);border:1px solid rgba(2,6,23,0.03)}
.card h3{margin-bottom:8px}
.card p{color:var(--muted);font-size:14px}

@media (max-width:920px){.content-grid{grid-template-columns:1fr}.services{grid-template-columns:1fr}}
.footer{padding:18px;text-align:center;color:var(--muted);font-size:14px;margin-top:18px}

/* Footer layout */
.footer .footer-grid{display:flex;gap:28px;align-items:flex-start;justify-content:space-between;flex-wrap:wrap}
.footer .site-inner{padding-left:48px;padding-right:48px}
.footer .footer-brand{min-width:200px}
.footer-address address{font-style:normal;color:var(--muted);line-height:1.5}
.footer-contact{color:var(--muted)}
.footer .muted{color:var(--muted);font-size:13px;margin-top:6px}

/* Footer icons */
.footer .icon{display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:8px;color:var(--primary)}
.footer .icon svg, .footer .icon img{width:20px;height:20px;display:inline-block}
.footer-address address .icon-office{background-image:url('assets/icons/office.svg');background-repeat:no-repeat;background-size:20px 20px;display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:8px}
.footer-email .icon-email{background-image:url('assets/icons/email.svg');background-repeat:no-repeat;background-size:20px 20px;display:inline-block;width:20px;height:20px;vertical-align:middle;margin-right:8px}

.footer-contact a{color:var(--muted);text-decoration:none}
.footer-contact a:hover{text-decoration:underline}

@media (max-width:720px){
	.footer .footer-grid{flex-direction:column;gap:12px}
}

@media (max-width:920px){
  .footer .site-inner{padding-left:18px;padding-right:18px}
}

/* Footer bottom bar */
.footer-bottom{background:#fff;border-top:1px solid rgba(11,17,34,0.04);padding:12px 0;margin-top:12px}
.footer-bottom .site-inner{text-align:center;color:var(--muted);font-size:13px}

/* Footer widgets area */
.footer-widgets{margin-bottom:18px}
.footer-widget{margin-bottom:12px}

@media (max-width:720px){.site-inner{padding:12px}.slide img{height:200px}}

@media (max-width:720px){
	.menu-header{margin-bottom:20px}
}

@media (max-width:720px){
  .site-header .site-inner{padding-left:12px}
}

/* Additional mobile-first responsive tweaks */
/* Base adjustments for small screens */
.site-inner{padding-left:16px;padding-right:16px}
.site-title{font-size:22px}
.brand .logo{width:48px;height:48px}
.menu{gap:12px;flex-wrap:wrap}
.menu a{padding:8px 10px;font-size:13px}
.header-social{gap:8px}
.slide img{height:220px}
.hero-slider .controls .btn{width:44px;height:44px;font-size:18px}
.content{padding:14px}
.services{gap:14px}

@media (min-width:481px){
	.site-title{font-size:26px}
	.brand .logo{width:56px;height:56px}
	.slide img{height:280px}
}

@media (min-width:769px){
	/* Tablet+ layout: two-column content grid restored */
	.content-grid{grid-template-columns:1fr 380px}
	.services{grid-template-columns:repeat(3,1fr)}
	.site-title{font-size:30px}
	.brand .logo{width:64px;height:64px}
	.slide img{height:320px}
}

@media (min-width:1025px){
	/* Desktop tweaks */
	.site-inner{max-width:1100px}
}

/* Force-hide meta/breadcrumb/category/tag elements across pages per site preference */
/* This hides common meta classes rendered by themes or plugins so readers don't see author/category/tag info. */
.post-meta, .entry-meta, .byline, .cat-links, .tags-links, .post-tags, .post-categories, .breadcrumbs, .breadcrumb, .posted-by {display:none !important}
