/*
Theme Name: Domain Web Hosting Theme
Theme URI: https://example.com/
Author: Antigravity
Author URI: https://example.com/
Description: Custom WordPress theme for Domain Web Hosting, built with Tailwind CSS.
Version: 1.0.0
Text Domain: domain-web-hosting
*/

body { font-family: 'Inter', sans-serif; background-color: #f7f9fb; }
.glass-nav { backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; }

/* Website Development Page Styles */
.glow-soft { box-shadow: 0 0 40px -10px rgba(113, 42, 226, 0.15); }
.step-line { position: relative; }
.step-line::after { 
    content: ''; 
    position: absolute; 
    top: 2rem; 
    left: 50%; 
    width: 100%; 
    height: 2px; 
    background: #e2e8f0; 
    z-index: -1; 
}
@media (max-width: 768px) { 
    .step-line::after { display: none; } 
}

/* Managed Hosting Page Styles */
.bento-card { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.bento-card:hover { border-color: #0052ff; transform: translateY(-2px); }
.text-gradient {
    background: linear-gradient(135deg, #003ec7 0%, #712ae2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Domain Registration Page Styles */
.hero-gradient {
    background: radial-gradient(circle at top right, rgba(0, 82, 255, 0.05), transparent 40%),
                radial-gradient(circle at bottom left, rgba(113, 42, 226, 0.05), transparent 40%);
}
details > summary::-webkit-details-marker {
  display: none;
}

/* Portfolio Page Styles */
.glass-panel {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.flat-plus-card {
    background-color: #ffffff; /* surface-container-lowest */
    border: 1px solid #e0e3e5; /* surface-variant */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}

.flat-plus-card:hover {
    border-color: #003ec7; /* primary */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.025);
    transform: translateY(-2px);
}

.filter-btn.active {
    background-color: #0052ff; /* primary-container */
    color: #ffffff; /* on-primary-container */
    font-weight: 500;
}

.soft-fill-chip {
    background-color: rgba(0, 43, 146, 0.1); /* primary with 10% opacity */
    color: #003ec7; /* primary */
}

/* About Us Page Styles */
.grid-pattern {
    background-image: linear-gradient(to right, rgba(115, 118, 136, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(115, 118, 136, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Business Websites Page Styles */
.process-line {
    background: linear-gradient(to bottom, #004ced 0%, #7c3aed 100%);
}

/* eCommerce Development Page Styles */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
}
@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0px); }
}
.float-animation { animation: float 6s ease-in-out infinite; }

/* Custom scrollbar for technical feel */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #002b92;
    border-radius: 4px;
}

/* ERP Systems Page Styles */
.step-connector::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -50%;
    width: 100%;
    height: 1px;
    background: #c4c5d7;
    z-index: 0;
}
@media (max-width: 768px) {
    .step-connector::after { display: none; }
}

/* Hospital Management Systems Page Styles */
.subtle-glow {
    box-shadow: 0 0 40px 5px rgba(0, 43, 146, 0.05);
}

/* Hotel & Booking Systems Page Styles */
.perspective-1000 {
    perspective: 1000px;
}
.shadow-soft {
    box-shadow: 0 4px 24px -4px rgba(0, 43, 146, 0.05);
}
.mesh-bg {
    background-color: #fbf8ff;
    background-image: 
        radial-gradient(at 0% 0%, rgba(124, 58, 237, 0.05) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(0, 43, 146, 0.05) 0px, transparent 50%);
}

/* Property Management Systems Page Styles */
.card-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-hover:hover {
    border-color: #004ced;
    transform: translateY(-2px);
}

/* AI-Powered Websites Page Styles */
.card-gradient-hover {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-gradient-hover:hover {
    border-color: #004ced;
    background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(243,242,254,1) 100%);
}

/* Website Redesign Page Styles */
.perspective-text {
    text-shadow: 0 4px 8px rgba(0, 43, 146, 0.1);
}
.timeline-path {
    background-image: radial-gradient(circle at center, #003ec7 1px, transparent 1px);
    background-size: 20px 20px;
}

/* Managed WP Hosting Page Styles */
.hover-lift { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hover-lift:hover { transform: translateY(-4px); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.bg-grid-subtle {
    background-image: linear-gradient(to right, rgba(0, 43, 146, 0.05) 1px, transparent 1px),
                      linear-gradient(to bottom, rgba(0, 43, 146, 0.05) 1px, transparent 1px);
    background-size: 40px 40px;
}

/* Business Hosting Page Styles */
.elevation-surface-1 {
    background-color: #ffffff;
    border: 1px solid #c4c5d7;
    box-shadow: 0 4px 12px rgba(0, 43, 146, 0.02);
}
.shimmer {
    background: linear-gradient(90deg, transparent, rgba(0, 43, 146, 0.05), transparent);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
}
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* Email Hosting Page Styles */
.bento-item {
    border: 1px solid rgba(115, 118, 136, 0.15);
    transition: border-color 0.3s ease;
}
.bento-item:hover {
    border-color: #002b92;
}
