/*
Theme Name: Adsine
Theme URI: https://adsine.com
Author: Adsine
Author URI: https://adsine.com
Description: Premium WordPress theme for Adsine - AI-Powered Digital Marketing Agency with Elementor Support
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adsine
Tags: digital-marketing, agency, business, custom-menu, custom-logo, elementor-ready
*/

/* ================================================
   ADSINE PREMIUM — Modern Agency Design System
   Inspired by TechMagnate & OrangeMantra
================================================ */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --primary: #3b82f6;
  --primary-dark: #2563eb;
  --primary-light: rgba(59,130,246,0.1);
  --accent: #8b5cf6;
  --accent-dark: #7c3aed;
  --coral: #E96633;
  --dark-bg: #0f172a;
  --dark-card: #1e293b;
  --dark-surface: #1e1b4b;
  --text-white: #ffffff;
  --text-light: rgba(255,255,255,0.75);
  --text-muted: rgba(255,255,255,0.5);
  --text-dark: #1e293b;
  --text-body: #555;
  --light-bg: #f8fafc;
  --white: #ffffff;
  --gradient-hero: linear-gradient(135deg, #f0fffe 0%, #fff8f5 50%, #f0fffe 100%);
  --gradient-primary: linear-gradient(135deg, #3b82f6, #8b5cf6);
  --gradient-cta: linear-gradient(135deg, #3b82f6, #8b5cf6);
  --shadow: 0 4px 24px rgba(0,0,0,0.08);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.15);
  --shadow-glow: 0 0 30px rgba(59,130,246,0.3);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: all 0.35s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text-body); line-height: 1.7; background: var(--white); overflow-x: hidden; }
h1,h2,h3,h4,h5,h6 { color: var(--text-dark); font-weight: 800; line-height: 1.2; }
a { text-decoration: none; color: inherit; transition: var(--transition); }
img { max-width: 100%; height: auto; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ========== TOP BAR ========== */
.top-bar { background: var(--white); padding: 10px 0; font-size: 13px; color: #555555; border-bottom: 1px solid #eeeeee; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.top-bar-left { display: flex; gap: 25px; align-items: center; }
.top-bar-left a, .top-bar-left span { display: flex; align-items: center; gap: 8px; color: #555555; font-size: 13px; font-weight: 500; }
.top-bar-left i { color: #00B1A7; font-size: 13px; }
.top-bar-left .top-bar-location { display: flex; }
.top-bar-right { display: flex; gap: 12px; }
.top-bar-right a { color: #555555; font-size: 14px; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #dddddd; transition: var(--transition); }
.top-bar-right a:hover { color: #00B1A7; border-color: #00B1A7; background: rgba(0,177,167,0.1); }

/* ========== NAVBAR ========== */
.navbar { background: rgba(255,255,255,0.98); backdrop-filter: blur(20px); padding: 14px 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 1px 20px rgba(0,0,0,0.06); }
.navbar .container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 8px; }
.logo-img { width: 32px !important; height: 32px !important; object-fit: contain; vertical-align: middle; max-width: 32px !important; max-height: 32px !important; }
.logo-text { font-size: 28px; font-weight: 700; color: #222; line-height: 1; display: block; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a { font-weight: 600; font-size: 14px; color: #333333; position: relative; letter-spacing: 0.3px; }
.nav-links a:hover, .nav-links a.active { color: #00B1A7; }
.nav-links a.active::after { content: ''; position: absolute; bottom: -6px; left: 0; width: 100%; height: 2px; background: #00B1A7; border-radius: 2px; }
.nav-close { display: none; }
.nav-cta .btn { padding: 10px 24px; font-size: 13px; background: var(--gradient-primary); color: var(--white) !important; -webkit-text-fill-color: #ffffff !important; box-shadow: 0 4px 15px rgba(59,130,246,0.35); }
.nav-cta .btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(59,130,246,0.45); color: var(--white) !important; -webkit-text-fill-color: #ffffff !important; }
.mobile-toggle { display: none; font-size: 24px; cursor: pointer; color: var(--text-dark); background: none; border: none; }

/* WordPress Menu Compatibility */
.nav-links ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav-links ul li a { font-weight: 500; font-size: 14px; color: var(--text-dark); position: relative; }
.nav-links ul li a:hover, .nav-links ul li.current-menu-item a { color: var(--primary); }

/* ========== BUTTONS ========== */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; border-radius: 50px; font-weight: 600; font-size: 14px; cursor: pointer; transition: var(--transition); border: none; font-family: 'Inter', sans-serif; letter-spacing: 0.3px; }
.btn-primary { background: var(--gradient-primary); color: var(--white); box-shadow: 0 4px 15px rgba(59,130,246,0.35); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(59,130,246,0.45); }
.btn-teal { background: #00B1A7; color: var(--white); box-shadow: 0 4px 15px rgba(0,177,167,0.3); }
.btn-teal:hover { background: #009990; transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,177,167,0.4); color: var(--white); }
.btn-accent { background: var(--accent); color: var(--white); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-3px); }
.btn-coral { background: var(--gradient-cta); color: var(--white); box-shadow: 0 4px 15px rgba(59,130,246,0.3); }
.btn-coral:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(59,130,246,0.4); }
.btn-outline-light { background: transparent; border: 2px solid rgba(255,255,255,0.3); color: var(--white); }
.btn-outline-light:hover { background: var(--white); color: var(--primary); border-color: var(--white); }
.btn-outline { background: transparent; border: 2px solid var(--primary); color: var(--primary); }
.btn-outline:hover { background: var(--primary); color: var(--white); }
.btn-white { background: var(--white); color: var(--primary); font-weight: 700; }
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(255,255,255,0.3); }

/* Section helpers */
.section { padding: 80px 0; }
.section-tag { display: inline-block; background: var(--primary-light); color: var(--primary); padding: 6px 20px; border-radius: 50px; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; }
.section-title { font-size: 40px; margin-bottom: 16px; }
.section-desc { font-size: 16px; color: var(--text-body); max-width: 600px; line-height: 1.8; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ========== HERO (LIGHT) ========== */
.hero { background: var(--gradient-hero); padding: 80px 0 90px; position: relative; overflow: hidden; min-height: 85vh; display: flex; align-items: center; }
.hero::before { content: ''; position: absolute; top: -50%; right: -20%; width: 600px; height: 600px; background: radial-gradient(circle, rgba(0,177,167,0.08) 0%, transparent 70%); border-radius: 50%; }
.hero::after { content: ''; position: absolute; bottom: -30%; left: -10%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(233,102,51,0.06) 0%, transparent 70%); border-radius: 50%; }
.hero .container { position: relative; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 50px; align-items: center; }
.hero-tag-light { display: inline-flex; align-items: center; gap: 8px; background: rgba(59,130,246,0.08); border: 1px solid rgba(59,130,246,0.2); color: var(--primary-dark); padding: 8px 20px; border-radius: 50px; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 24px; }
.hero h1 { font-size: 52px; color: var(--text-dark); margin-bottom: 24px; line-height: 1.15; }
.hero h1 .gradient-text { background: var(--gradient-primary); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero p { font-size: 17px; color: var(--text-body); margin-bottom: 36px; max-width: 520px; line-height: 1.8; }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-image { display: flex; justify-content: center; align-items: center; position: relative; }
.hero-image img { max-height: 450px; border-radius: var(--radius-lg); animation: heroFloat 4s ease-in-out infinite; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }
@keyframes heroFloat { 0%,100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-15px) rotate(1deg); } }
.hero-stats-bar { display: flex; gap: 40px; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(0,0,0,0.08); }
.hero-stat { text-align: left; }
.hero-stat .num { font-size: 32px; font-weight: 800; color: var(--text-dark); }
.hero-stat .num span { color: var(--accent); }
.hero-stat .lbl { font-size: 13px; color: var(--text-body); margin-top: 2px; }

/* ========== TRUST BAR ========== */
.trust-bar { background: var(--white); padding: 30px 0; border-bottom: 1px solid #eee; }
.trust-bar p { text-align: center; font-size: 13px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; font-weight: 600; color: #999; }
.trust-logos { display: flex; justify-content: center; align-items: center; gap: 50px; flex-wrap: wrap; opacity: 0.5; }
.trust-logos i { font-size: 36px; color: #888; transition: var(--transition); }
.trust-logos i:hover { color: var(--primary); opacity: 1; }

/* ========== ABOUT ========== */
.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-image { position: relative; }
.about-image-box { width: 100%; height: 420px; border-radius: var(--radius-lg); overflow: hidden; position: relative; box-shadow: var(--shadow-lg); }
.about-image-box img { width: 100%; height: 100%; object-fit: cover; }
.about-exp-badge { position: absolute; bottom: -20px; right: -20px; background: var(--gradient-primary); color: var(--white); padding: 24px; border-radius: var(--radius-lg); text-align: center; box-shadow: var(--shadow-glow); }
.about-exp-badge .number { font-size: 40px; font-weight: 900; }
.about-exp-badge .label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.about-features { display: flex; gap: 20px; margin: 25px 0 30px; flex-wrap: wrap; }
.about-feature { display: flex; align-items: center; gap: 8px; font-weight: 500; font-size: 14px; }
.about-feature i { color: var(--accent); }

/* ========== SERVICES ========== */
.services-section { background: var(--light-bg); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; }
.service-card { background: var(--white); padding: 36px 28px; border-radius: var(--radius-lg); transition: var(--transition); position: relative; overflow: hidden; box-shadow: var(--shadow); border: 1px solid transparent; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(108,92,231,0.2); }
.service-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: var(--gradient-primary); transform: scaleX(0); transition: transform 0.4s ease; transform-origin: left; }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { width: 65px; height: 65px; background: var(--primary-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: var(--transition); }
.service-card:hover .service-icon { background: var(--gradient-primary); }
.service-icon i { font-size: 26px; color: var(--primary); transition: var(--transition); }
.service-card:hover .service-icon i { color: var(--white); }
.service-card h4 { font-size: 18px; margin-bottom: 10px; }
.service-card p { font-size: 14px; line-height: 1.8; color: var(--text-body); }

/* ========== INDUSTRIES WE SERVE ========== */
.industries-section { background: var(--light-bg); padding: 80px 0; }
.industries-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 50px; }
.industry-card { background: var(--white); padding: 35px 20px; border-radius: var(--radius-lg); text-align: center; border: 1px solid #eee; transition: var(--transition); box-shadow: var(--shadow); cursor: pointer; }
.industry-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(0,177,167,0.3); }
.industry-icon { width: 65px; height: 65px; background: rgba(0,177,167,0.08); display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 16px; transition: var(--transition); }
.industry-card:hover .industry-icon { background: #00B1A7; box-shadow: 0 5px 15px rgba(0,177,167,0.3); }
.industry-icon i { font-size: 26px; color: #00B1A7; transition: var(--transition); }
.industry-card:hover .industry-icon i { color: var(--white); }
.industry-card h4 { font-size: 16px; font-weight: 700; color: var(--text-dark); margin: 0; }

/* ========== STATS ========== */
.stats-section { background: linear-gradient(135deg, #00B1A7 0%, #009990 100%); padding: 70px 0; position: relative; overflow: hidden; }
.stats-section::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; z-index: 1; }
.stat-item { text-align: center; color: var(--white); padding: 20px; }
.stat-number { font-size: 52px; font-weight: 900; margin-bottom: 5px; color: var(--white); }
.stat-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.9); text-transform: uppercase; letter-spacing: 1.5px; }

/* ========== PROCESS ========== */
.process-section { background: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 50px; }
.process-card { text-align: center; padding: 30px 20px; position: relative; }
.process-num { width: 55px; height: 55px; background: var(--gradient-primary); color: var(--white); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 20px; margin: 0 auto 20px; box-shadow: var(--shadow-glow); }
.process-card h4 { font-size: 16px; margin-bottom: 10px; }
.process-card p { font-size: 13px; color: var(--text-body); line-height: 1.7; }

/* ========== WHY CHOOSE ========== */
.why-section { background: var(--light-bg); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; }
.why-card { text-align: center; padding: 40px 24px; border-radius: var(--radius-lg); transition: var(--transition); background: var(--white); box-shadow: var(--shadow); }
.why-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.why-icon { width: 75px; height: 75px; background: var(--primary-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; transition: var(--transition); }
.why-card:hover .why-icon { background: var(--gradient-primary); }
.why-icon i { font-size: 28px; color: var(--primary); transition: var(--transition); }
.why-card:hover .why-icon i { color: var(--white); }
.why-card h4 { font-size: 17px; margin-bottom: 10px; }
.why-card p { font-size: 13px; color: var(--text-body); }

/* ========== CTA ========== */
.cta-section { background: linear-gradient(135deg, #E96633 0%, #d4572b 100%); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; top: -60%; right: -10%; width: 500px; height: 500px; background: rgba(255,255,255,0.05); border-radius: 50%; }
.cta-section::after { content: ''; position: absolute; bottom: -40%; left: -5%; width: 300px; height: 300px; background: rgba(255,255,255,0.04); border-radius: 50%; }
.cta-section h2 { color: var(--white); font-size: 38px; margin-bottom: 16px; position: relative; z-index: 1; }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 17px; margin-bottom: 32px; max-width: 550px; position: relative; z-index: 1; }
.cta-section .btn { position: relative; z-index: 1; }

/* ========== TESTIMONIALS ========== */
.testimonials-section { background: var(--white); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; }
.testimonial-card { background: var(--light-bg); padding: 32px; border-radius: var(--radius-lg); transition: var(--transition); position: relative; border: 1px solid #eee; }
.testimonial-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(108,92,231,0.2); }
.testimonial-card::before { content: '\201C'; position: absolute; top: 12px; right: 20px; font-size: 70px; color: var(--primary); opacity: 0.12; font-family: Georgia, serif; line-height: 1; }
.testimonial-stars { color: #FFB800; margin-bottom: 15px; font-size: 13px; }
.testimonial-text { font-size: 14px; line-height: 1.9; margin-bottom: 22px; font-style: italic; color: var(--text-body); }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--gradient-primary); display: flex; align-items: center; justify-content: center; color: var(--white); font-weight: 700; font-size: 16px; }
.testimonial-name { font-weight: 700; color: var(--text-dark); font-size: 14px; }
.testimonial-role { font-size: 12px; color: var(--primary); }

/* ========== BLOG ========== */
.blog-section { background: var(--light-bg); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; }
.blog-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); }
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.blog-thumb { height: 200px; overflow: hidden; }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.blog-card:hover .blog-thumb img { transform: scale(1.08); }
.blog-body { padding: 24px; }
.blog-cat { display: inline-block; background: var(--primary-light); color: var(--primary); padding: 4px 14px; border-radius: 50px; font-size: 11px; font-weight: 600; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
.blog-card h4 { font-size: 16px; margin-bottom: 10px; line-height: 1.4; }
.blog-card h4 a:hover { color: var(--primary); }
.blog-card p { font-size: 13px; margin-bottom: 14px; color: var(--text-body); }
.blog-read-more { color: var(--primary); font-weight: 600; font-size: 13px; display: flex; align-items: center; gap: 5px; }
.blog-read-more:hover { gap: 10px; }

/* ========== CONTACT ========== */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; margin-top: 35px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 20px; border: 1px solid #e0e0e0; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 14px; transition: var(--transition); margin-bottom: 18px; background: var(--light-bg); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px var(--primary-light); background: var(--white); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-info-card { background: #00B1A7; color: var(--white); padding: 40px; border-radius: var(--radius-lg); }
.contact-info-card h3 { color: var(--white); margin-bottom: 14px; font-size: 17px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 14px; }
.contact-info-item i { color: var(--white); opacity: 0.9; font-size: 15px; margin-top: 3px; }
.contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.contact-social { display: flex; gap: 10px; margin-top: 24px; }
.contact-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); transition: var(--transition); }
.contact-social a:hover { background: var(--white); border-color: var(--white); color: #00B1A7; }

/* ========== FOOTER ========== */
.footer { background: var(--dark-bg); color: var(--text-light); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.5fr; gap: 40px; }
.footer .logo-text { background: none !important; -webkit-background-clip: unset !important; background-clip: unset !important; -webkit-text-fill-color: #ffffff !important; color: #ffffff !important; text-shadow: 0 2px 10px rgba(0,0,0,0.2); }
.footer .logo-img { width: 32px !important; height: 32px !important; filter: drop-shadow(0 0 6px rgba(255,255,255,0.4)); }
.footer-about p { font-size: 14px; line-height: 1.9; margin-top: 14px; color: var(--text-light); }
.footer h4 { color: var(--white); font-size: 16px; margin-bottom: 20px; position: relative; padding-bottom: 12px; }
.footer h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background: var(--gradient-primary); border-radius: 2px; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { font-size: 14px; display: flex; align-items: center; gap: 8px; color: var(--text-light); }
.footer-links a:hover { color: var(--accent); padding-left: 5px; }
.footer-links a i { font-size: 9px; color: var(--accent); }
.footer-contact li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 14px; }
.footer-contact i { color: var(--accent); margin-top: 4px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-light); transition: var(--transition); }
.footer-social a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0; margin-top: 50px; display: flex; justify-content: space-between; align-items: center; font-size: 13px; color: var(--text-muted); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: var(--text-muted); }
.footer-bottom-links a:hover { color: var(--accent); }

/* ========== DROPDOWN MENU ========== */
.dropdown-wrapper { position: relative; display: inline-block; cursor: pointer; }
.dropdown-menu { position: absolute; top: 100%; left: 0; background: var(--white); min-width: 250px; border-radius: var(--radius-lg); box-shadow: 0 10px 40px rgba(0,0,0,0.08); opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); padding: 15px 0; z-index: 1000; border: 1px solid rgba(0,0,0,0.05); }
.dropdown-wrapper:hover .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a::after { display: none !important; }
.dropdown-menu a { display: flex !important; align-items: center; gap: 12px; padding: 10px 20px; font-weight: 500 !important; color: var(--text-dark) !important; font-size: 14px !important; transition: var(--transition); border:none !important; }
.dropdown-menu a i { color: var(--primary); font-size: 16px; opacity: 0.8; transition: var(--transition); width: 20px; text-align: center; }
.dropdown-menu a:hover { background: rgba(0,177,167,0.05); color: #00B1A7 !important; padding-left: 25px; }
.dropdown-menu a:hover i { color: #00B1A7; opacity: 1; }

/* ========== PORTFOLIO ========== */
.portfolio-section { background: var(--white); padding: 80px 0; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 50px; }
.portfolio-card { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); cursor: pointer; background: var(--light-bg); }
.portfolio-img { height: 280px; overflow: hidden; position: relative; }
.portfolio-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
.portfolio-card:hover .portfolio-img img { transform: scale(1.08); }
.portfolio-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 60%); opacity: 0.8; transition: opacity 0.3s; }
.portfolio-card:hover .portfolio-img::after { opacity: 0.95; }
.portfolio-content { padding: 25px; position: absolute; bottom: -40px; left: 0; width: 100%; color: var(--white); transition: all 0.4s ease; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; }
.portfolio-card:hover .portfolio-content { bottom: 0; }
.portfolio-category { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--white); background: var(--primary); padding: 5px 12px; border-radius: 20px; font-weight: 700; margin-bottom: 10px; display: inline-block; align-self: center; box-shadow: 0 4px 10px rgba(0,177,167,0.3); }
.portfolio-title { font-size: 20px; font-weight: 700; color: var(--white); margin-bottom: 5px; }
.portfolio-desc { font-size: 13px; color: rgba(255,255,255,0.8); opacity: 0; transition: opacity 0.4s ease; margin: 0; line-height: 1.6; }
.portfolio-card:hover .portfolio-desc { opacity: 1; }

/* ========== QUOTE MODAL ========== */
.quote-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.8); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); z-index: 10000; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.quote-modal-overlay.active { opacity: 1; visibility: visible; }
.quote-modal { background: #15161A; width: 90%; max-width: 550px; border-radius: 12px; padding: 25px 30px; position: relative; transform: translateY(30px); transition: all 0.4s ease; max-height: 90vh; overflow-y: auto; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 25px 50px rgba(0,0,0,0.5); }
.quote-modal-overlay.active .quote-modal { transform: translateY(0); }
.quote-modal-close { position: absolute; top: 15px; right: 15px; background: rgba(255,255,255,0.1); border: none; width: 32px; height: 32px; border-radius: 50%; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: var(--transition); font-size: 16px; }
.quote-modal-close:hover { background: #FF4A4A; transform: rotate(90deg); color: #fff; }
.quote-modal-title { color: #fff; font-size: 22px; margin-bottom: 4px; font-weight: 700; }
.quote-modal-desc { color: rgba(255,255,255,0.6); font-size: 13px; margin-bottom: 20px; }
.quote-form .form-group { margin-bottom: 15px; text-align: left; }
.quote-form .form-group-row { display: flex; gap: 15px; }
.quote-form .form-group.half { flex: 1; margin-bottom: 15px; }
.quote-form label { display: block; color: rgba(255,255,255,0.6); font-size: 11px; font-weight: 700; letter-spacing: 1px; margin-bottom: 6px; text-transform: uppercase; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; background: #1a1c23; border: 1px solid rgba(255,255,255,0.1); color: #fff; padding: 12px 14px; border-radius: 8px; font-size: 14px; outline: none; transition: var(--transition); font-family: inherit; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: #ff5e3a; box-shadow: 0 0 0 2px rgba(255,94,58,0.2); }
.quote-form select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; }
.quote-form select option { background: #1a1c23; color: #fff; padding: 10px; }

/* ========== WHATSAPP ========== */
.whatsapp-float { display: none !important; } /* Removed as per design - chatbot used instead */

/* ========== WOOCOMMERCE CUSTOM STYLES ========== */
.woocommerce-archive-section { padding: 60px 0; background: var(--light-bg); }
.woocommerce-products-header { margin-bottom: 30px; }
.woocommerce .woocommerce-ordering select { padding: 10px 15px; border: 1px solid #ebebeb; border-radius: var(--radius); outline: none; font-family: 'Inter', sans-serif; cursor: pointer; }
.woocommerce .woocommerce-result-count { margin: 0; color: var(--text-body); font-size: 14px; padding-top: 10px; }

/* Product Cards */
.product-card { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); transition: var(--transition); text-align: center; position: relative; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.product-card .add_to_cart_button { margin-top: 15px; border-radius: 50px; font-weight: 600; padding: 12px 24px; transition: var(--transition); }

/* Sale Badge */
.woocommerce span.onsale { background: var(--primary) !important; color: white !important; font-weight: bold; border-radius: 50px; padding: 4px 12px; font-size: 12px; line-height: 1; min-height: auto; min-width: auto; position: absolute; top: 15px; left: auto; right: 15px; }

/* Single Product */
.woocommerce-single-section { padding: 60px 0; background: var(--white); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--text-dark); font-size: 28px; font-weight: 800; }
.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 0; margin: 0 0 30px; border-bottom: 2px solid #ebebeb; display: flex; gap: 30px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: none; background: transparent; padding: 0 0 15px 0; margin: 0; position: relative; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: var(--text-body); font-weight: 600; font-size: 16px; padding: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--primary); }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: var(--primary); }
.woocommerce div.product form.cart { display: flex; gap: 15px; align-items: center; margin-bottom: 0; }
.woocommerce div.product form.cart .button { flex: 1; background: var(--primary); color: white; padding: 14px 30px; border-radius: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: var(--transition); border: none; height: 50px; display: flex; align-items: center; justify-content: center; }
.woocommerce div.product form.cart .button:hover { background: var(--primary-dark); transform: translateY(-3px); box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3); }
.woocommerce .quantity .qty { width: 70px; height: 50px; border: 1px solid #ebebeb; border-radius: var(--radius); text-align: center; font-weight: 600; font-size: 16px; color: var(--text-dark); background: #f9fafb; }

/* Cart & Checkout Pages */
.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce { background: var(--white); padding: 40px; border-radius: var(--radius-lg); box-shadow: var(--shadow); margin-bottom: 50px; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { width: 100%; padding: 14px 20px; border: 1px solid #e2e8f0; border-radius: var(--radius); background-color: var(--light-bg); font-family: inherit; font-size: 15px; transition: var(--transition); outline: none; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus { border-color: var(--primary); background-color: var(--white); box-shadow: 0 0 0 4px rgba(59,130,246,0.1); }
.woocommerce table.shop_table { border: 1px solid #ebebeb; border-radius: var(--radius); border-collapse: separate; overflow: hidden; }
.woocommerce table.shop_table th { background: var(--light-bg); padding: 15px; font-weight: 600; color: var(--text-dark); border-bottom: 1px solid #ebebeb; }
.woocommerce table.shop_table td { padding: 15px; border-top: 1px solid #ebebeb; }
.woocommerce-cart table.cart td.actions .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: var(--primary); color: white; border-radius: 50px; padding: 12px 28px; font-weight: 600; border: none; transition: var(--transition); }
.woocommerce-cart table.cart td.actions .button:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow); color: white; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: var(--primary); }
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--primary-dark); box-shadow: 0 10px 20px rgba(59, 130, 246, 0.3); }
.woocommerce-error, .woocommerce-info, .woocommerce-message { background-color: var(--light-bg); border-top: 3px solid var(--primary); color: var(--text-dark); padding: 20px 30px; border-radius: var(--radius); box-shadow: var(--shadow); font-weight: 500; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { color: var(--primary); }
.woocommerce-checkout #payment { background: var(--light-bg); border-radius: var(--radius); border: 1px solid #ebebeb; }
.woocommerce-checkout #payment div.payment_box { background: var(--white); color: var(--text-body); border-radius: var(--radius); font-size: 14px; box-shadow: var(--shadow-sm); }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--white); }

/* ========== PRICING PLANS ========== */
.pricing-section { background: var(--white); padding: 60px 0 80px; }
.pricing-category { max-width: 1100px; margin: 0 auto 60px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; align-items: stretch; }
.pricing-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 40px auto 0; gap: 30px; align-items: stretch; }
.pricing-card { background: var(--white); border-radius: var(--radius-lg); padding: 40px 30px; box-shadow: var(--shadow); transition: var(--transition); text-align: center; border: 2px solid transparent; display: flex; flex-direction: column; position: relative; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(59,130,246,0.15); }
.pricing-card.featured { border-color: #8b5cf6; transform: scale(1.05); padding: 50px 30px; }
.pricing-card.featured:hover { transform: scale(1.05) translateY(-5px); }
.pricing-card::before { content: 'Popular'; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--gradient-primary); color: var(--white); padding: 5px 20px; border-radius: 50px; font-size: 12px; font-weight: 700; display: none; }
.pricing-card.featured::before { display: block; }
.pricing-card h3 { font-size: 22px; margin-bottom: 10px; font-weight: 700; }
.pricing-price { margin: 20px 0 25px; }
.pricing-price .amount { font-size: 42px; font-weight: 800; color: var(--primary); }
.pricing-features { text-align: left; margin-bottom: 30px; flex: 1; }
.pricing-features li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; display: flex; align-items: center; gap: 10px; }
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li i { color: var(--primary); font-size: 14px; }
.pricing-card .btn { margin-top: auto; width: 100%; justify-content: center; }

/* ========== CONTACT ========== */
.contact-section { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; margin-top: 35px; }
.contact-form input, .contact-form textarea { width: 100%; padding: 14px 20px; border: 1px solid #e0e0e0; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 14px; transition: var(--transition); margin-bottom: 18px; background: var(--light-bg); }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px var(--primary-light); background: var(--white); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-info-card { background: var(--gradient-hero); color: var(--white); padding: 32px; border-radius: var(--radius-lg); }
.contact-info-card h3 { color: var(--white); margin-bottom: 14px; font-size: 17px; }
.contact-info-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 14px; font-size: 14px; }
.contact-info-item i { color: var(--accent); font-size: 15px; margin-top: 3px; }
.contact-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.contact-social { display: flex; gap: 10px; margin-top: 24px; }
.contact-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--text-light); transition: var(--transition); }
.contact-social a:hover { background: var(--accent); border-color: var(--accent); color: var(--white); }

/* NOTE: Footer, WhatsApp, Mobile Drawer, Animations defined above — no duplicates here */

/* ========== PAGE HEADER ========== */
.page-header { background: var(--gradient-primary); padding: 60px 0; text-align: center; color: var(--white); }
.page-header h1 { color: var(--white); font-size: 42px; }
.breadcrumb { margin-top: 12px; font-size: 14px; color: rgba(255,255,255,0.8); display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
.breadcrumb a { color: rgba(255,255,255,0.9); }
.breadcrumb a:hover { color: var(--white); text-decoration: underline; }
.breadcrumb i { font-size: 10px; }
.breadcrumb span { color: rgba(255,255,255,0.6); }

/* ========== BLOG LAYOUT WITH SIDEBAR ========== */
.blog-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.blog-grid-sidebar { grid-template-columns: repeat(2, 1fr); }

/* ========== SINGLE POST ========== */
.single-post-content { min-width: 0; }
.single-article { background: var(--white); border-radius: var(--radius-lg); overflow: hidden; }
.post-meta { display: flex; flex-wrap: wrap; gap: 20px; padding: 0 0 20px; border-bottom: 1px solid #eee; margin-bottom: 25px; }
.post-meta-item { display: flex; align-items: center; gap: 6px; font-size: 14px; color: var(--text-body); }
.post-meta-item i { color: var(--primary); font-size: 13px; }
.post-featured-image { margin-bottom: 30px; border-radius: var(--radius-lg); overflow: hidden; }
.post-featured-image img { width: 100%; height: auto; display: block; }
.post-body { font-size: 16px; line-height: 1.9; color: var(--text-body); }
.post-body h2 { font-size: 28px; margin: 35px 0 15px; }
.post-body h3 { font-size: 22px; margin: 30px 0 12px; }
.post-body h4 { font-size: 18px; margin: 25px 0 10px; }
.post-body p { margin-bottom: 18px; }
.post-body ul, .post-body ol { margin: 15px 0 20px 25px; list-style: disc; }
.post-body ol { list-style: decimal; }
.post-body li { margin-bottom: 8px; }
.post-body img { border-radius: var(--radius); margin: 20px 0; }
.post-body blockquote { border-left: 4px solid var(--primary); padding: 20px 25px; margin: 25px 0; background: var(--primary-light); border-radius: 0 var(--radius) var(--radius) 0; font-style: italic; font-size: 17px; }
.post-body a { color: var(--primary); font-weight: 500; }
.post-body a:hover { text-decoration: underline; }
.post-body pre { background: var(--dark-bg); color: #f8f8f2; padding: 20px; border-radius: var(--radius); overflow-x: auto; margin: 20px 0; font-size: 14px; }
.post-body code { background: var(--primary-light); color: var(--primary-dark); padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.post-body pre code { background: none; color: inherit; padding: 0; }
.post-body table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.post-body th, .post-body td { border: 1px solid #eee; padding: 12px 15px; text-align: left; }
.post-body th { background: var(--primary-light); font-weight: 600; color: var(--text-dark); }
.post-tags { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; padding: 25px 0; border-top: 1px solid #eee; margin-top: 30px; }
.post-tags > i { color: var(--primary); }
.post-tag { display: inline-block; background: var(--primary-light); color: var(--primary); padding: 4px 14px; border-radius: 50px; font-size: 12px; font-weight: 600; }
.post-tag:hover { background: var(--primary); color: var(--white); }
.author-box { display: flex; gap: 20px; padding: 30px; background: var(--light-bg); border-radius: var(--radius-lg); margin: 30px 0; align-items: center; }
.author-box .author-avatar img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; }
.author-box .author-info h4 { font-size: 18px; margin-bottom: 5px; }
.author-box .author-info p { font-size: 14px; color: var(--text-body); margin: 0; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.post-nav-item a { display: block; padding: 20px; background: var(--light-bg); border-radius: var(--radius); transition: var(--transition); }
.post-nav-item a:hover { background: var(--primary-light); }
.post-nav-label { display: block; font-size: 12px; color: var(--primary); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 6px; }
.post-nav-title { display: block; font-size: 15px; font-weight: 600; color: var(--text-dark); }
.post-nav-next { text-align: right; }

.post-featured-image { margin-bottom: 30px; border-radius: var(--radius-lg); overflow: hidden; width: 100%; height: 400px; }
.post-featured-image img { width: 100%; height: 100%; object-fit: cover; }

/* ========== SIDEBAR ========== */
.sidebar { position: sticky; top: 100px; }
.widget { background: var(--white); border-radius: var(--radius-lg); padding: 25px; box-shadow: var(--shadow); margin-bottom: 25px; }
.widget-title { font-size: 18px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid var(--primary); }
.search-form { display: flex; gap: 0; }
.search-input { flex: 1; padding: 12px 16px; border: 1px solid #ddd; border-right: none; border-radius: var(--radius) 0 0 var(--radius); font-family: 'Inter', sans-serif; font-size: 14px; transition: var(--transition); }
.search-input:focus { border-color: var(--primary); outline: none; }
.search-btn { padding: 12px 18px; background: var(--primary); color: var(--white); border: none; border-radius: 0 var(--radius) var(--radius) 0; cursor: pointer; transition: var(--transition); }
.search-btn:hover { background: var(--primary-dark); }
.widget-posts { list-style: none; margin: 0; padding: 0; }
.widget-post-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #f0f0f0; }
.widget-post-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.widget-post-item a { display: flex; gap: 12px; align-items: center; }
.widget-post-thumb { width: 60px; height: 60px; border-radius: var(--radius); overflow: hidden; flex-shrink: 0; background: var(--primary-light); display: flex; align-items: center; justify-content: center; }
.widget-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.widget-post-thumb i { font-size: 20px; color: var(--primary); opacity: 0.4; }
.widget-post-title { display: block; font-size: 14px; font-weight: 600; color: var(--text-dark); line-height: 1.4; }
.widget-post-date { display: block; font-size: 12px; color: var(--text-body); margin-top: 3px; }
.widget-categories { list-style: none; margin: 0; padding: 0; }
.widget-categories li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: var(--text-dark); }
.widget-categories li a:hover { color: var(--primary); }
.cat-count { background: var(--primary-light); color: var(--primary); padding: 2px 10px; border-radius: 50px; font-size: 12px; font-weight: 600; }
.widget-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.widget-tag { display: inline-block; background: var(--light-bg); color: var(--text-body); padding: 5px 14px; border-radius: 50px; font-size: 12px; font-weight: 500; transition: var(--transition); }
.widget-tag:hover { background: var(--primary); color: var(--white); }

/* ========== COMMENTS ========== */
.comments-area { margin-top: 40px; padding-top: 30px; border-top: 1px solid #eee; }
.comments-title { font-size: 24px; margin-bottom: 25px; }
.comment-list { list-style: none; margin: 0; padding: 0; }
.comment-list .comment { margin-bottom: 25px; padding: 20px; background: var(--light-bg); border-radius: var(--radius); }
.comment-list .comment .children { margin-top: 20px; padding-left: 30px; list-style: none; }
.comment-list .comment-author { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.comment-list .comment-author img { border-radius: 50%; }
.comment-list .comment-author .fn { font-weight: 600; color: var(--text-dark); }
.comment-list .comment-metadata { font-size: 12px; color: var(--text-body); margin-bottom: 10px; }
.comment-list .comment-content p { font-size: 14px; line-height: 1.8; }
.comment-list .reply a { color: var(--primary); font-size: 13px; font-weight: 600; }
.comment-list .reply a:hover { text-decoration: underline; }
.comment-respond { margin-top: 30px; }
.comment-respond .comment-reply-title { font-size: 22px; margin-bottom: 20px; }
.comment-form-field { margin-bottom: 20px; }
.comment-form-field label { display: block; font-size: 14px; font-weight: 600; color: var(--text-dark); margin-bottom: 6px; }
.comment-form-field input, .comment-form-field textarea { width: 100%; padding: 12px 16px; border: 1px solid #ddd; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 14px; transition: var(--transition); }
.comment-form-field input:focus, .comment-form-field textarea:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px var(--primary-light); }

/* ========== LEGAL PAGES ========== */
.legal-page { background: var(--white); }
.legal-content { max-width: 800px; margin: 0 auto; font-size: 15px; line-height: 1.9; }
.legal-content h2 { font-size: 24px; margin: 35px 0 15px; color: var(--text-dark); padding-bottom: 10px; border-bottom: 2px solid var(--primary-light); }
.legal-content h3 { font-size: 20px; margin: 25px 0 10px; }
.legal-content p { margin-bottom: 16px; color: var(--text-body); }
.legal-content ul, .legal-content ol { margin: 10px 0 20px 25px; }
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content li { margin-bottom: 8px; color: var(--text-body); }
.legal-content a { color: var(--primary); font-weight: 500; }
.legal-content a:hover { text-decoration: underline; }
.legal-content strong { color: var(--text-dark); }
.legal-last-updated { font-size: 13px; color: var(--text-body); font-style: italic; margin-bottom: 30px; display: block; }

/* ========== TEAM ========== */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; margin-top: 40px; }
.team-card { text-align: center; }
.team-avatar { width: 120px; height: 120px; border-radius: 50%; margin: 0 auto 15px; background: var(--primary-light); display: flex; align-items: center; justify-content: center; }
.team-avatar i { font-size: 40px; color: var(--primary); opacity: 0.5; }
.team-card h5 { font-size: 16px; margin-bottom: 5px; }
.team-social { display: flex; gap: 8px; justify-content: center; margin-top: 10px; }
.team-social a { color: var(--text-body); font-size: 14px; }
.team-social a:hover { color: var(--primary); }

/* ========== PAYMENT MODAL ========== */
.payment-modal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(4px); }
.payment-modal-content { background: var(--white); border-radius: var(--radius-lg); padding: 40px; width: 90%; max-width: 450px; position: relative; box-shadow: var(--shadow-lg); animation: modalSlideIn 0.3s ease; }
@keyframes modalSlideIn { from { transform: translateY(-30px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.payment-modal-close { position: absolute; top: 15px; right: 20px; font-size: 28px; cursor: pointer; color: var(--text-body); line-height: 1; }
.payment-modal-close:hover { color: var(--text-dark); }
.payment-modal-content h3 { font-size: 22px; margin-bottom: 5px; }
.payment-modal-content input { width: 100%; padding: 14px 18px; border: 1px solid #ddd; border-radius: var(--radius); font-family: 'Inter', sans-serif; font-size: 14px; margin-bottom: 15px; transition: var(--transition); }
.payment-modal-content input:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px var(--primary-light); }

/* ========== NO POSTS / ARCHIVE ========== */
.no-posts-found { text-align: center; padding: 60px 20px; }
.no-posts-found h3 { font-size: 24px; margin-bottom: 10px; }
.no-posts-found p { font-size: 16px; color: var(--text-body); max-width: 500px; margin: 0 auto; }
.archive-description { text-align: center; margin-bottom: 30px; padding: 20px; background: var(--primary-light); border-radius: var(--radius); }

/* ========== ELEMENTOR COMPAT ========== */
.elementor-page .navbar { position: sticky; top: 0; z-index: 1000; }
.elementor-page .section { padding: 0; }
body.elementor-default .footer { margin-top: 0; }

/* ========== RESPONSIVE ========== */
@media(max-width:992px) {
  .hero h1 { font-size: 38px; }
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero p { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-stats-bar { justify-content: center; }
  .hero-image { display: none; }
  .section-title { font-size: 32px; }
  .services-grid, .why-grid, .testimonials-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media(max-width:768px) {
  .top-bar { padding: 8px 0; }
  .top-bar-right { display: none; }
  .top-bar-left { gap: 15px; font-size: 12px; }
  .top-bar-left .top-bar-location { display: none; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .mobile-toggle { display: block; }
  .section { padding: 50px 0; }
  .hero { padding: 50px 0; min-height: auto; }
  .hero h1 { font-size: 30px; }
  .hero-stats-bar { gap: 20px; flex-wrap: wrap; }
  .services-grid, .why-grid, .testimonials-grid, .blog-grid, .blog-grid-sidebar { grid-template-columns: 1fr; }
  .pricing-grid, .pricing-grid-2 { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .stat-number { font-size: 40px; }
  .cta-section { padding: 50px 0; }
  .cta-section h2 { font-size: 26px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .team-grid { grid-template-columns: 1fr; }
  .post-nav { grid-template-columns: 1fr; }
  .author-box { flex-direction: column; text-align: center; }
  .page-header h1 { font-size: 30px; }
  .contact-info-card { padding: 25px; }
}

/* NOTE: Responsive rules defined above — no duplicate needed here */

/* ========== CHATBOT ========== */
#adsine-chat-btn { position: fixed; bottom: 25px; right: 25px; z-index: 9998; width: 56px; height: 56px; background: linear-gradient(135deg, #00B1A7, #0090b0); border-radius: 50%; border: none; color: #fff; font-size: 24px; cursor: pointer; box-shadow: 0 6px 20px rgba(0,177,167,0.4); transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; animation: pulse-teal 2s infinite; }
#adsine-chat-btn a { color: #fff; }
#adsine-chat-btn:hover { transform: scale(1.1); box-shadow: 0 8px 25px rgba(0,177,167,0.5); }
@keyframes pulse-teal { 0% { box-shadow: 0 0 0 0 rgba(0,177,167,0.7); } 70% { box-shadow: 0 0 0 15px rgba(0,177,167,0); } 100% { box-shadow: 0 0 0 0 rgba(0,177,167,0); } }
#adsine-chat-btn .chat-badge { position: absolute; top: -4px; right: -4px; background: #ff4757; color: #fff; border-radius: 50%; width: 18px; height: 18px; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid #fff; animation: pulse-red 2s infinite; }
@keyframes pulse-red { 0% { box-shadow: 0 0 0 0 rgba(255,71,87,0.4); } 70% { box-shadow: 0 0 0 8px rgba(255,71,87,0); } 100% { box-shadow: 0 0 0 0 rgba(255,71,87,0); } }
#adsine-chatbox { position: fixed; bottom: 160px; right: 25px; width: 340px; height: 520px; background: #fff; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.15); z-index: 9997; display: flex; flex-direction: column; overflow: hidden; transform: scale(0.8) translateY(20px); transform-origin: bottom right; opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
#adsine-chatbox.open { transform: scale(1) translateY(0); opacity: 1; visibility: visible; }
.chat-header { background: linear-gradient(135deg, #00B1A7, #0090b0); padding: 18px 20px; color: #fff; display: flex; align-items: center; gap: 12px; }
.chat-avatar { width: 42px; height: 42px; background: rgba(255,255,255,0.2); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.chat-header-info { flex: 1; }
.chat-header-info h4 { font-size: 15px; margin: 0 0 2px; font-weight: 700; }
.chat-header-info span { font-size: 12px; opacity: 0.85; }
.chat-header-info span::before { content: ''; display: inline-block; width: 8px; height: 8px; background: #4ade80; border-radius: 50%; margin-right: 5px; }
.chat-close-btn { background: rgba(255,255,255,0.15); border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; }
.chat-messages { flex: 1; overflow-y: auto; padding: 18px; display: flex; flex-direction: column; gap: 12px; background: #f7f8fa; }
.chat-messages::-webkit-scrollbar { width: 4px; }
.chat-messages::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }
.chat-msg { max-width: 82%; font-size: 14px; line-height: 1.6; }
.chat-msg.bot { align-self: flex-start; }
.chat-msg.user { align-self: flex-end; }
.chat-msg.bot .bubble { background: #fff; color: #333; border-radius: 4px 16px 16px 16px; padding: 12px 15px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.chat-msg.user .bubble { background: linear-gradient(135deg, #00B1A7, #0090b0); color: #fff; border-radius: 16px 16px 4px 16px; padding: 12px 15px; }
.chat-quick-replies { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.quick-reply { background: #fff; border: 1.5px solid #00B1A7; color: #00B1A7; border-radius: 20px; padding: 6px 14px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s ease; white-space: nowrap; }
.quick-reply:hover { background: #00B1A7; color: #fff; }
.chat-typing { display: flex; align-items: center; gap: 4px; padding: 10px 14px; background: #fff; border-radius: 4px 16px 16px 16px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); width: fit-content; }
.chat-typing span { width: 8px; height: 8px; background: #00B1A7; border-radius: 50%; display: inline-block; animation: typing-dot 1.2s infinite; }
.chat-typing span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing-dot { 0%, 80%, 100% { transform: scale(0.7); opacity: 0.4; } 40% { transform: scale(1); opacity: 1; } }
.chat-input-area { padding: 14px; background: #fff; border-top: 1px solid #eee; display: flex; gap: 10px; align-items: center; }
.chat-input-area input { flex: 1; padding: 10px 14px; border: 1.5px solid #e0e0e0; border-radius: 25px; font-size: 16px; outline: none; font-family: inherit; transition: border-color 0.2s; }
.chat-input-area input:focus { border-color: #00B1A7; }
.chat-send-btn { width: 40px; height: 40px; background: linear-gradient(135deg, #00B1A7, #0090b0); border: none; border-radius: 50%; color: #fff; font-size: 16px; cursor: pointer; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform 0.2s; }
.chat-send-btn:hover { transform: scale(1.1); }

/* =========================================
   ULTIMATE MOBILE FIXES: MENU, CHATBOT & LAYOUT
========================================= */

/* --- FIXING WORDPRESS MENU ALIGNMENT (CORRECTED) --- */
.nav-links ul {
    display: flex !important;
    list-style: none !important;
    gap: 25px !important;
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    flex-direction: row !important;
}

.nav-links ul li {
    display: inline-block !important;
    margin: 0 !important;
}

.nav-links ul li a {
    text-decoration: none !important;
    color: var(--text-dark, #333) !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    transition: color 0.3s ease !important;
}

.nav-links ul li a:hover {
    color: var(--primary, #00B1A7) !important;
}

/* Container flex alignment */
.nav-links {
    display: flex !important;
    align-items: center !important;
}

@media (min-width: 992px) {
    /* Hide mobile drawer elements on desktop */
    .mobile-drawer, .mobile-overlay, .mobile-toggle {
        display: none !important;
    }
    .nav-links, .nav-links ul {
        display: flex !important;
    }
}

@media (max-width: 991px) {
    /* Hide the desktop nav links */
    .nav-links { display: none !important; }
    
    /* Fix the backdrop-filter issue that breaks position: fixed on mobile phones */
    .navbar {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        background: #ffffff !important;
    }
    
    .mobile-drawer {
        position: fixed !important;
        z-index: 99999 !important;
    }
}

/* Chatbox & WhatsApp mobile layout fix */
@media (max-width: 768px) {
    #adsine-chatbox {
        width: calc(100% - 30px) !important;
        right: 15px !important;
        left: 15px !important;
        bottom: 85px !important;
        height: 75vh !important;
        max-height: calc(100vh - 120px) !important;
    }
    #adsine-chat-btn {
        bottom: 20px !important;
        right: 15px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 20px !important;
    }
    .whatsapp-float {
        bottom: 20px !important;
        left: 15px !important;
        right: auto !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 26px !important;
        z-index: 9998 !important;
    }
}

/* Fix huge gaps and layout on mobile for Stats, Process, and Contact */
@media (max-width: 768px) {
    .hero-stats-bar {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding-top: 25px !important;
    }
    .hero-stat {
        text-align: center !important;
        flex: 1 !important;
    }
    .hero-stat .num { 
        font-size: 26px !important; 
    }
    .hero-stat .lbl { 
        font-size: 11px !important; 
        line-height: 1.3 !important;
    }

    .process-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .process-card {
        padding: 10px 15px !important;
    }

    .contact-info-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    .contact-info-item {
        font-size: 15px !important;
        margin-bottom: 18px !important;
    }
}
