/* 
* Zaam Innovations - IT Consulting Website
* Main Stylesheet
*/

/* ========== Base Styles ========== */
:root {
    /* Primary Colors */
    --primary-color: #1e5799;
    --primary-dark: #0f2e57;
    --primary-light: #3a7cbd;
    
    /* Secondary Colors */
    --secondary-color: #26a69a;
    --secondary-dark: #00766c;
    --secondary-light: #64d8cb;
    
    /* Gold Colors */
    --gold: #d4af37;
    --gold-light: #f2d675;
    --gold-dark: #a98600;
    
    /* Neutral Colors */
    --dark: #333333;
    --gray-dark: #555555;
    --gray: #777777;
    --gray-light: #aaaaaa;
    --light: #f4f7fa;
    --white: #ffffff;
    
    /* Font Families */
    --heading-font: 'Poppins', sans-serif;
    --body-font: 'Roboto', sans-serif;
    
    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 3rem;
    --spacing-xl: 5rem;
    
    /* Border Radius */
    --border-radius-sm: 4px;
    --border-radius-md: 8px;
    --border-radius-lg: 12px;
    
    /* Shadows */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 8px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.1);
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--body-font);
    color: var(--dark);
    line-height: 1.6;
    background-color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--heading-font);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 1rem;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: 1.5rem;
}

a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color var(--transition-fast);
}

a:hover {
    color: var(--primary-dark);
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

.btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    border-radius: var(--border-radius-sm);
    cursor: pointer;
    transition: all var(--transition-fast);
    border: none;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--white);
}

.btn-primary:hover {
    background-color: var(--primary-dark);
    color: var(--white);
}

.btn-secondary {
    background-color: var(--gold);
    color: var(--white);
}

.btn-secondary:hover {
    background-color: var(--gold-dark);
    color: var(--white);
}

.btn-light {
    background-color: var(--white);
    color: var(--primary-color);
}

.btn-light:hover {
    background-color: var(--light);
    color: var(--primary-dark);
}

.section-header {
    text-align: center;
    margin-bottom: var(--spacing-lg);
}

.section-header h2 {
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.section-header p {
    color: var(--gray);
    max-width: 700px;
    margin: 0 auto;
}

/* Placeholder styles for image placeholders */
.img-placeholder {
    background-color: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    border-radius: var(--border-radius-sm);
    color: var(--gray);
    font-style: italic;
}

/* ========== Header ========== */
header {
    background-color: var(--white);
    box-shadow: var(--shadow-sm);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
}

/* Logo styling */

.logo {
    display: flex;
    align-items: center;
}

.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo-img {
    height: 45px;
    margin-right: 10px;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.tagline {
    font-size: 0.75rem;
    color: var(--gray);
    font-style: italic;
    margin-top: -5px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    font-weight: 400;
}

@font-face {
    font-family: 'Copperplate Gothic Bold';
    src: url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.eot');
    src: url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.eot?#iefix') format('embedded-opentype'),
         url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.woff2') format('woff2'),
         url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.woff') format('woff'),
         url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.ttf') format('truetype'),
         url('https://db.onlinewebfonts.com/t/5aa5339339c5f5986bac9a5e09164df9.svg#Copperplate Gothic Bold') format('svg');
}

.logo h1 {
    font-family: 'Copperplate Gothic Bold', 'Times New Roman', serif;
    font-size: 1.7rem;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.logo h1 strong {
    font-weight: 700;
    color: #000;
    letter-spacing: 1.5px;
}

.logo h1 span {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--gold);
    margin-left: 2px;
    letter-spacing: 1px;
    /* Metallic gold effect */
    background: linear-gradient(to bottom, #d4af37 0%, #f2d675 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 1px rgba(212, 175, 55, 0.2);
}

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

.nav-links {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-links li {
    margin-left: 2rem;
}

.nav-links a {
    font-family: var(--heading-font);
    font-weight: 500;
    font-size: 1rem;
    color: var(--dark);
    position: relative;
    padding-bottom: 5px;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--primary-color);
}

.nav-links a.active::after,
.nav-links a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color);
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
}

.mobile-menu-btn span {
    width: 100%;
    height: 3px;
    background-color: var(--dark);
    border-radius: var(--border-radius-sm);
    transition: all var(--transition-fast);
}

/* ========== Hero Section ========== */
.hero {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--white);
    padding: var(--spacing-xl) 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/hero-pattern.svg');
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    pointer-events: none;
    animation: subtleFloat 40s infinite linear;
}

@keyframes subtleFloat {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.hero-content {
    max-width: 700px;
    position: relative;
}

.hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
}

.hero h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--gold);
    border-radius: 2px;
}

.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.hero-btns {
    display: flex;
    gap: 1rem;
}

/* ========== Services Overview ========== */
.services-overview {
    padding: var(--spacing-xl) 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.service-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    transition: transform var(--transition-normal);
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 80px;
    height: 80px;
    background-color: var(--light);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon i {
    font-size: 2rem;
    color: var(--primary-color);
}

.service-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-dark);
}

.service-card p {
    color: var(--gray);
    margin-bottom: 1.5rem;
}

.read-more {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.read-more i {
    margin-left: 0.5rem;
    transition: transform var(--transition-fast);
}

.read-more:hover i {
    transform: translateX(5px);
}

.services-cta {
    text-align: center;
}

/* ========== Stats Section ========== */
.stats {
    background-color: var(--light);
    padding: var(--spacing-lg) 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-family: var(--heading-font);
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--gray-dark);
}

/* ========== Testimonials ========== */
.testimonials {
    padding: var(--spacing-xl) 0;
}

.testimonial-slider {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    padding: 2.5rem;
    margin-bottom: 3rem;
}

.testimonial-content p {
    font-size: 1.1rem;
    font-style: italic;
    margin-bottom: 1.5rem;
    color: var(--gray-dark);
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.author-info h4 {
    margin-bottom: 0.25rem;
    color: var(--primary-dark);
}

.author-info p {
    margin-bottom: 0;
    color: var(--gray);
    font-size: 0.9rem;
}

.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.prev-btn,
.next-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    border: 1px solid var(--gray-light);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
}

.prev-btn:hover,
.next-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
}

/* ========== CTA Section ========== */
.cta {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--white);
    padding: var(--spacing-lg) 0;
    text-align: center;
}

.cta-content h2 {
    margin-bottom: 1rem;
}

.cta-content p {
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

/* ========== Footer ========== */
footer {
    background-color: var(--dark);
    color: var(--light);
    padding: var(--spacing-lg) 0 var(--spacing-md);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.footer-logo-img {
    height: 40px;
    margin-right: 10px;
    filter: brightness(0) invert(1); /* Make logo white in footer */
}

.footer-logo h2 {
    font-family: 'Copperplate Gothic Bold', 'Times New Roman', serif;
    color: var(--white);
    margin-bottom: 0;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}

.footer-logo h2 strong {
    font-weight: 700;
    letter-spacing: 1.5px;
}

.footer-logo h2 span {
    font-size: 1.25rem;
    font-weight: 700;
    margin-left: 2px;
    letter-spacing: 1px;
    /* Metallic gold effect for footer */
    background: linear-gradient(to bottom, #f2d675 0%, #d4af37 50%, #f2d675 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0px 0px 1px rgba(242, 214, 117, 0.3);
}

.footer-info p {
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--white);
    transition: all var(--transition-fast);
}

.social-links a:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.footer-links h3,
.footer-contact h3 {
    color: var(--white);
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: var(--light);
    opacity: 0.8;
    transition: opacity var(--transition-fast);
}

.footer-links a:hover {
    opacity: 1;
    color: var(--white);
}

.footer-contact p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.footer-contact i {
    margin-right: 0.75rem;
    margin-top: 0.25rem;
    color: var(--primary-light);
}

.copyright {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--gray-light);
    font-size: 0.9rem;
}

/* ========== Page Banner ========== */
.page-banner {
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 100%);
    color: var(--white);
    padding: var(--spacing-xl) 0;
    text-align: center;
}

.page-banner h1 {
    margin-bottom: 0.5rem;
}

.page-banner p {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    margin-bottom: 0;
}

/* ========== Services Page ========== */
.services-full {
    padding: var(--spacing-xl) 0;
}

.service-detail {
    margin-bottom: var(--spacing-xl);
}

.service-content {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 2rem;
}

.service-text h2 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.service-intro {
    font-size: 1.2rem;
    color: var(--gray-dark);
    margin-bottom: 1.5rem;
}

.service-features,
.service-benefits {
    list-style: none;
    padding-left: 0;
}

.service-features li,
.service-benefits li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}

.service-features li i,
.service-benefits li i {
    color: var(--primary-color);
    margin-right: 0.75rem;
    margin-top: 0.25rem;
}

.service-cta {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

/* ========== About Page ========== */
.about-company {
    padding: var(--spacing-xl) 0;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.about-content h2 {
    color: var(--primary-dark);
    margin-top: 2rem;
}

.about-content h2:first-child {
    margin-top: 0;
}

.about-image {
    display: flex;
    align-items: center;
}

.our-team {
    background-color: var(--light);
    padding: var(--spacing-xl) 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.team-member {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}

.member-image {
    height: 250px;
    overflow: hidden;
}

.member-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-info {
    padding: 1.5rem;
}

.member-info h3 {
    margin-bottom: 0.25rem;
    color: var(--primary-dark);
}

.member-title {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 1rem;
}

.member-bio {
    color: var(--gray);
    margin-bottom: 1rem;
}

.member-social {
    display: flex;
    gap: 0.75rem;
}

.member-social a {
    color: var(--gray);
    transition: color var(--transition-fast);
}

.member-social a:hover {
    color: var(--primary-color);
}

.our-approach {
    padding: var(--spacing-xl) 0;
}

.approach-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.approach-step {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.step-number {
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-font);
    font-weight: 600;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.step-content h3 {
    margin-bottom: 0.5rem;
    color: var(--primary-dark);
}

.step-content p {
    color: var(--gray);
    margin-bottom: 0;
}

.company-values {
    background-color: var(--light);
    padding: var(--spacing-xl) 0;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.value-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    padding: 2rem;
    box-shadow: var(--shadow-md);
    text-align: center;
}

.value-icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-light);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i {
    font-size: 1.75rem;
}

.value-card h3 {
    margin-bottom: 1rem;
    color: var(--primary-dark);
}

.value-card p {
    color: var(--gray);
    margin-bottom: 0;
}

/* ========== Case Studies Page ========== */
.case-studies {
    padding: var(--spacing-xl) 0;
}

.case-study {
    margin-bottom: var(--spacing-xl);
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-md);
    overflow: hidden;
}

.case-study-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.case-study-image {
    min-height: 300px;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study-intro {
    padding: 3rem;
    background-color: var(--primary-dark);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-study-category {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.5rem 1rem;
    border-radius: var(--border-radius-sm);
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.case-study-intro h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.case-study-company {
    font-style: italic;
    opacity: 0.8;
}

.case-study-content {
    padding: 3rem;
}

.case-study-section {
    margin-bottom: 2rem;
}

.case-study-section:last-child {
    margin-bottom: 0;
}

.case-study-section h3 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.case-study-section ul {
    margin-bottom: 1.5rem;
}

.quote {
    font-style: italic;
    color: var(--primary-dark);
    font-size: 1.1rem;
    margin-top: 2rem;
    border-left: 3px solid var(--primary-color);
    padding-left: 1.5rem;
}

.quote-author {
    font-weight: 500;
    text-align: right;
    margin-top: 0.5rem;
}

/* ========== Contact Page ========== */
.contact-section {
    padding: var(--spacing-xl) 0;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}

.contact-form-container h2 {
    color: var(--primary-dark);
    margin-bottom: 1rem;
}

.contact-form-container > p {
    color: var(--gray);
    margin-bottom: 2rem;
}

.contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    margin-bottom: 0;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: var(--gray-dark);
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--gray-light);
    border-radius: var(--border-radius-sm);
    font-family: var(--body-font);
    font-size: 1rem;
    transition: border-color var(--transition-fast);
}

.form-group textarea {
    min-height: 150px;
    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--primary-color);
}

.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.info-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    padding: 1.5rem;
    box-shadow: var(--shadow-md);
}

.info-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.info-header i {
    font-size: 1.5rem;
    color: var(--primary-color);
    margin-right: 1rem;
}

.info-header h3 {
    margin-bottom: 0;
    font-size: 1.2rem;
    color: var(--primary-dark);
}

.info-card p {
    margin-bottom: 0.75rem;
}

.info-card p:last-of-type {
    margin-bottom: 0;
}

.info-card a {
    color: var(--primary-color);
}

.info-card.social-connect {
    grid-column: 1 / -1;
}

.info-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: 500;
}

.map-section {
    margin-bottom: var(--spacing-xl);
}

.map-container {
    width: 100%;
    height: 400px;
    background-color: var(--light);
}

.map-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--gray);
}

.map-placeholder i {
    font-size: 3rem;
    margin-top: 1rem;
}

.faq-section {
    background-color: var(--light);
    padding: var(--spacing-xl) 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: var(--shadow-sm);
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question h3 {
    margin-bottom: 0;
    font-size: 1.1rem;
    color: var(--primary-dark);
}

.faq-toggle {
    color: var(--primary-color);
    transition: transform var(--transition-fast);
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    display: none; /* Will be toggled with JavaScript */
}

.faq-answer p {
    margin-bottom: 0;
}

/* Active state for FAQ (for demonstration) */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

/* ========== Media Queries ========== */
@media (max-width: 992px) {
    h1 {
        font-size: 2.25rem;
    }
    
    h2 {
        font-size: 1.75rem;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .about-grid {
        grid-template-columns: 1fr;
    }
    
    .case-study-header {
        grid-template-columns: 1fr;
    }
    
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mobile-menu-btn {
        display: flex;
    }
    
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--white);
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0;
        box-shadow: var(--shadow-md);
        display: none; /* Will be toggled with JavaScript */
    }
    
    .nav-links.active {
        display: flex;
    }
    
    .nav-links li {
        margin: 0.75rem 0;
    }
    
    .hero-btns {
        flex-direction: column;
    }
    
    .hero-btns .btn {
        width: 100%;
    }
    
    .service-content {
        grid-template-columns: 1fr;
    }
    
    .service-icon {
        margin: 0 auto 1.5rem;
    }
    
    .service-cta {
        flex-direction: column;
    }
    
    .service-cta .btn {
        width: 100%;
    }
    
    .contact-form {
        grid-template-columns: 1fr;
    }
    
    .contact-info {
        grid-template-columns: 1fr;
    }
    
    .case-study-content {
        padding: 1.5rem;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 14px;
    }
    
    .container {
        padding: 0 var(--spacing-sm);
    }
    
    .hero,
    .page-banner {
        padding: var(--spacing-lg) 0;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .services-overview,
    .testimonials,
    .about-company,
    .our-team,
    .our-approach,
    .company-values,
    .case-studies,
    .contact-section,
    .faq-section {
        padding: var(--spacing-lg) 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .testimonial-card {
        padding: 1.5rem;
    }
    
    .case-study-intro {
        padding: 1.5rem;
    }
}