/**
Theme Name: itco theme
Author: Mehedi Hasan
Author URI: http://wpastra.com/about/
Description: ITCO is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: itco-theme
Template: astra
*/


/* === ITCO Grey – Astra Child Theme Overrides === */

/* Base body & typography */
body {
    background-color: #000000;
    color: #f9fafb;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.7;
}

/* Links */
a {
    color: #f97373;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ef4444;
}

/* Headings – Grey.com style */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Work Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    color: #f9fafb;
}
h1 {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 0.9;
}
h2 {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
}
h3 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

/* Astra container & content width */
.ast-container,
.site-content > .ast-container {
    max-width: 1200px;
}

/* Make backgrounds dark everywhere */
.site,
.site-content,
.ast-page-builder-template .site-content,
.ast-plain-container,
.ast-single-post,
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
    background-color: #000000;
}

/* Header styling – minimal, grey-style */
.site-header,
.ast-primary-header-bar,
.main-header-bar {
    background: linear-gradient(to bottom, rgba(0,0,0,0.96), rgba(0,0,0,0.3));
    border: none;
    box-shadow: none;
}

.main-header-bar {
    padding-top: 18px;
    padding-bottom: 18px;
}

.site-header .ast-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Site title / logo */
.site-branding,
.site-title,
.site-title a {
    color: #f9fafb;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.95rem;
}
.site-title a:hover {
    color: #f97373;
}

/* Primary menu – uppercase, spaced */
.main-header-menu > .menu-item > a,
.ast-builder-menu-1 .menu-item > .menu-link {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 500;
    color: #e5e7eb;
}
.main-header-menu > .menu-item > a:hover,
.ast-builder-menu-1 .menu-item > .menu-link:hover {
    color: #ffffff;
}

/* Remove traditional header borders */
.ast-primary-header-bar,
.main-header-bar,
.ast-above-header-bar,
.ast-below-header-bar {
    border: none;
}

/* Page sections – give cinematic spacing */
.ast-page-builder-template .site-content > .ast-container,
.site-content > .ast-container {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Elementor sections – cleaner spacing */
.elementor-section.elementor-top-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Remove cards, boxes, shadows */
.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-page {
    background-color: transparent;
    box-shadow: none;
    border: none;
}

/* Buttons – pill, red accent */
button,
input[type="button"],
input[type="submit"],
.ast-button,
.elementor-button {
    border-radius: 999px;
    padding: 12px 28px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.85rem;
    border: 1px solid #ef4444;
    background-color: #ef4444;
    color: #ffffff;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.ast-button:hover,
.elementor-button:hover {
    background-color: #dc2626;
    border-color: #dc2626;
    color: #ffffff;
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
    background-color: #050505;
    border-radius: 6px;
    border: 1px solid #1f2937;
    color: #f9fafb;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #ef4444;
    outline: none;
}

/* Blog listing */
.ast-article-post .entry-title a {
    color: #f9fafb;
}
.ast-article-post .entry-title a:hover {
    color: #f97373;
}
.ast-article-post .entry-meta,
.ast-article-single .entry-meta {
    color: #9ca3af;
}

/* Footer – dark, subtle */
.site-footer {
    background-color: #000000;
    border-top: 1px solid #111827;
    color: #9ca3af;
}
.site-footer a {
    color: #e5e7eb;
}
.site-footer a:hover {
    color: #ffffff;
}

/* Custom cursor styling */
.cursor-dot,
.cursor-circle {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 9999;
}
.cursor-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ffffff;
    mix-blend-mode: difference;
}
.cursor-circle {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid rgba(249,250,251,0.45);
    mix-blend-mode: difference;
}


    .ast-page-builder-template .site-content > .ast-container,
    .site-content > .ast-container,
    .elementor-section.elementor-top-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


/* Mobile spacing adjustments */
@media (max-width: 768px) {
    .ast-page-builder-template .site-content > .ast-container,
    .site-content > .ast-container,
    .elementor-section.elementor-top-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/* Scroll progress bar */
#scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: linear-gradient(90deg, #f97373, #fbbf24);
    z-index: 9998;
    pointer-events: none;
}

/* Click / tap ripple */
.click-ripple {
    position: fixed;
    border-radius: 50%;
    border: 1px solid rgba(249,250,251,0.5);
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0.9;
    z-index: 9999;
    mix-blend-mode: screen;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}
.click-ripple--animate {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
}
