/* ============================================
   TECHNEXA SOLUTIONS — Premium Agency Styles
   Built on Boxus Template Foundation
   ============================================ */

:root {
    --navy: #0a0a2e;
    --navy-light: #151540;
    --accent-green: #32DB8A;
    --accent-green-dark: #55B286;
    --accent-pink: #e64b77;
    --accent-pink-dark: #b24564;
    --accent-gold: #FFBA42;
    --accent-gold-dark: #e3a436;
    --accent-blue: #4C9EE7;
    --accent-purple: #a87de8;
    --text-primary: #23214c;
    --text-light: #727190;
    --white: #fff;
}

body {
    font-family: 'Inter', 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text-primary);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body a {
    text-decoration: none;
    color: var(--text-primary);
    transition: color .25s ease, opacity .25s ease;
}

body a:hover { color: var(--accent-pink); }

/* ===== PRELOADER ===== */
.doc-loader {
    position: fixed;
    left: 0; top: 0;
    width: 100%; height: 100%;
    z-index: 99999;
    background: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-inner {
    text-align: center;
}

.loader-circle {
    width: 50px; height: 50px;
    border: 3px solid rgba(50,219,138,.2);
    border-top-color: var(--accent-green);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin { to { transform: rotate(360deg); } }

.loader-text {
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 6px;
}

.content-1170 { width: 1170px; }
.content-1170 img { max-width: 100%; max-height: 100%; width: auto; height: auto; }
.full-width { line-height: 0; }

/* ===== TOP MENU ===== */
.menu-wrapper {
    transition: background-color .3s ease, box-shadow .3s ease;
    z-index: 99 !important;
    background-color: rgba(10,10,46,0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    width: 100% !important;
    top: 0;
    position: fixed;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

#header-main-menu {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.nav-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: var(--white) !important;
    letter-spacing: 2px;
    flex-shrink: 0;
}

.brand-reg {
    font-size: 12px;
    vertical-align: super;
    color: var(--accent-green);
}

.nav-cta {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy) !important;
    background: var(--accent-green);
    padding: 8px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease !important;
    flex-shrink: 0;
}

.nav-cta:hover {
    background: var(--white);
    color: var(--navy) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(50,219,138,0.3);
}

.main-menu.sm-clean { background-color: transparent; }

.main-menu.sm-clean a {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 55px;
    color: rgba(255,255,255,0.75);
    font-weight: 500;
    transition: color .25s ease;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.main-menu.sm-clean a:hover { color: var(--white) !important; }
.sm-clean li.active a { color: var(--white) !important; }
.sm-clean .current_page_item a { color: var(--white) !important; }

.mob-menu {
    display: none;
    font-size: 24px;
    padding: 15px 0;
    color: var(--white);
    cursor: pointer;
}

/* ===== ANIMATIONS ===== */
.animate-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-fade-down {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-fade-down.visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }

/* ===== GENERAL SECTION ===== */
.section { position: relative; z-index: 1; }

.section-num { overflow: hidden; margin-top: 40px; }

.section-title-holder {
    background-color: var(--accent-green);
    width: 370px;
    height: 370px;
    z-index: 2;
}

.section-num span {
    margin-left: -40px;
    color: var(--accent-green-dark);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 150px;
    line-height: 0.75;
    letter-spacing: -4px;
    display: inline-block;
}

.section-title-holder h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 42px;
    white-space: nowrap;
    line-height: 48px;
    margin-top: 25px;
    color: white;
    margin-left: 40px;
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 0;
}

.section-content-holder {
    background: var(--white);
    width: 800px;
    padding: 60px 0;
}

.section-content-holder .content-wrapper { padding: 0 60px; }
.section-content-holder.right { margin-left: 370px; }
.section-content-holder.left { margin-top: 370px; }

.section-content-holder .content-title-holder {
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
    /* Intentionally removed overflow: hidden, fixed height, and negative top margins to stop cropping */
}

.section-content-holder .content-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 130px; /* Reduced from 180px so it sits perfectly inside without creating massive blank gaps */
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: var(--navy);
    letter-spacing: -3px;
}

.extra-content-left { width: 800px; color: var(--white); padding: 100px 0; }
.extra-content-right { width: 800px; margin-left: 370px; color: var(--white); padding: 100px 0; }
.extra-content-full-width { padding: 100px 0; }
.section:last-of-type .extra-content-left,
.section:last-of-type .extra-content-right,
.section:last-of-type .extra-content-full-width { padding-bottom: 0; }

/* ===== HERO SECTION ===== */
.intro-page {
    padding-bottom: 100px;
    min-height: 100vh;
    background-color: var(--navy);
    background-image: url(demo-images/hero_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 10;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.intro-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(50,219,138,0.08) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 30%, rgba(76,158,231,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.hero-badge {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-green);
    border: 1px solid rgba(50,219,138,0.3);
    padding: 8px 24px;
    border-radius: 30px;
    margin-bottom: 24px;
    background: rgba(50,219,138,0.05);
}

h1.big-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 110%;
    color: var(--white);
    letter-spacing: -1px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.big-title span {
    display: block;
    background: linear-gradient(135deg, var(--accent-green), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title-desc {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 30px;
    max-width: 600px;
    margin: 24px auto 0;
    color: rgba(255,255,255,0.65);
    font-weight: 400;
}

.hero-cta-group {
    margin-top: 40px;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--navy) !important;
    background: var(--accent-green);
    padding: 14px 36px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.btn-primary:hover {
    background: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(50,219,138,0.25);
    color: var(--navy) !important;
}

.btn-primary.btn-large { padding: 18px 48px; font-size: 15px; }

.btn-outline {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--white) !important;
    border: 2px solid rgba(255,255,255,0.25);
    padding: 12px 34px;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.btn-outline:hover {
    border-color: var(--white);
    background: rgba(255,255,255,0.05);
    color: var(--white) !important;
}

.hero-stats {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-wrap: wrap;
}

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

.stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--white);
}

.stat-suffix {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--accent-green);
}

.stat-label {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(255,255,255,0.4);
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.scroll-line {
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4), transparent);
    margin: 8px auto 0;
    animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.4; transform: scaleY(1); }
    50% { opacity: 1; transform: scaleY(1.3); }
}

/* ===== SERVICES ===== */
#services {
    background-color: var(--navy);
    z-index: 9;
}

#services .section-title-holder { background-color: var(--accent-green); }
#services .section-title-holder span { color: var(--accent-green-dark); }

.services-intro { margin-bottom: 40px; }

.services-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent-green);
    margin-bottom: 10px;
}

.services-desc {
    font-size: 16px;
    line-height: 28px;
    color: var(--text-light);
}

.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.service-card {
    background: #f8f9fc;
    border-radius: 12px;
    padding: 30px 24px;
    transition: all .35s ease;
    border: 1px solid transparent;
}

.service-card:hover {
    background: var(--white);
    border-color: rgba(50,219,138,0.15);
}

.service-icon {
    width: 48px; height: 48px;
    background: linear-gradient(135deg, var(--accent-green), var(--accent-blue));
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.service-icon span {
    color: var(--white);
    font-size: 20px;
}

.service-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.service-card-desc {
    font-size: 14px;
    line-height: 24px;
    color: var(--text-light);
}

/* ===== CASE STUDIES / PORTFOLIO ===== */
#portfolio {
    background-color: var(--navy);
    background-image: url("demo-images/background_img_02.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 8;
}

#portfolio .section-title-holder { background-color: var(--accent-gold); }
#portfolio .section-title-holder span { color: var(--accent-gold-dark); }

.section-content-holder.portfolio-holder {
    background-color: transparent;
    width: 800px;
    padding: 0;
}

.case-studies-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.case-study-card {
    display: flex;
    background: var(--white);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    border-bottom: 1px solid #f0f0f5;
}

.case-study-card:hover {
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.case-study-card:last-child {
    border-bottom: none;
}

.case-study-image {
    width: 280px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.case-study-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.case-study-card:hover .case-study-image img {
    transform: scale(1.05);
}

.case-study-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,10,46,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s ease;
}

.case-study-card:hover .case-study-overlay { opacity: 1; }

.case-study-view {
    color: var(--white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid var(--white);
    padding: 10px 20px;
    border-radius: 6px;
}

.case-study-info { padding: 30px; flex: 1; }

.case-study-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-green);
    margin-bottom: 8px;
    display: inline-block;
}

.case-study-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    line-height: 1.3;
}

.case-study-desc {
    font-size: 14px;
    line-height: 22px;
    color: var(--text-light);
}

.portfolio-holder .portfolio-load-more-holder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    background: var(--accent-pink);
    text-align: center;
    margin-top: 0;
}

.portfolio-holder .portfolio-load-more-holder img { padding-bottom: 15px; }
.portfolio-holder .portfolio-load-more-holder a { color: var(--white); padding-top: 30px; padding-bottom: 15px; display: block; }
.portfolio-holder .portfolio-load-more-holder { margin-right: 0; margin-left: auto; }

.more-posts { display: block; }
.more-posts:hover { cursor: pointer; }

/* ===== ABOUT ===== */
#about {
    background-color: var(--navy);
    background-image: url("demo-images/background_img_03.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: 7;
}

#about .section-title-holder { background-color: var(--accent-pink); }
#about .section-title-holder span { color: var(--accent-pink-dark); }
#about .section-content-holder { padding-bottom: 0; }

.about-intro { margin-bottom: 30px; }

.about-lead {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 12px;
}

.about-highlights {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 22px;
    color: var(--text-primary);
}

.highlight-icon {
    color: var(--accent-green);
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.member-content-holder {
    width: 330px;
    padding: 90px 50px 50px 50px;
    float: left;
}

.member-image-holder { width: 370px; float: right; margin-top: 100px; }
.member-image-holder img { width: 100% !important; }

.member-name {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.member-position {
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 30px;
    color: var(--accent-pink);
    letter-spacing: 3px;
    font-weight: 600;
}

.member-content { line-height: 26px; font-size: 15px; color: var(--text-light); }

.image-slider-wrapper.img .image-slider li img { width: 100%; }

/* ===== PROCESS ===== */
#process {
    background-color: var(--navy);
    background-image: url("demo-images/background_img_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

#process .section-title-holder { background-color: var(--accent-gold); }
#process .section-title-holder span { color: var(--accent-gold-dark); }

.process-timeline { margin-top: 10px; }

.process-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px 0;
    border-bottom: 1px solid #f0f0f5;
    transition: transform .3s ease;
}

.process-step:last-child { border-bottom: none; }
.process-step:hover { transform: translateX(6px); }

.process-num {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--accent-green);
    line-height: 1;
    flex-shrink: 0;
    width: 60px;
}

.process-info { flex: 1; }

.process-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    padding: 0;
}

.process-desc {
    font-size: 15px;
    line-height: 24px;
    color: var(--text-light);
}

/* Testimonials */
.testimonial-slider-holder { max-width: 500px; padding-left: 50px; }
.testimonial-text { font-size: 22px; line-height: 38px; font-style: italic; }
.testimonial-author { padding-top: 60px; font-size: 14px; letter-spacing: 3px; font-weight: 600; }

/* ===== EXPERTISE / SKILLS ===== */
#skills {
    background-color: var(--navy);
    background-image: url("demo-images/item_background_01.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    z-index: 4;
}

.progress_bar { margin-bottom: 15px; }

.progress_bar_field_holder {
    height: 59px;
    position: relative;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.progress_bar_field_holder:hover .progress_bar_title { left: 10px; color: var(--white) !important; }
.progress_bar_field_holder:hover .progress_bar_percent_text { right: 10px; color: var(--white) !important; }

.progress_bar_title {
    position: absolute; top: 8px; z-index: 2; left: -11px;
    font-weight: bold; color: white; font-size: 40px; line-height: 100%;
    transition: color .2s linear, left .2s linear;
    font-family: 'Montserrat', sans-serif;
}

.progress_bar_percent_text {
    position: absolute; right: -35px; top: 15px; z-index: 2;
    font-weight: bold; color: white; font-size: 32px; line-height: 100%;
    transition: color .2s linear, right .2s linear;
}

.progress_bar_field_perecent {
    height: 59px; position: absolute; top: 0; left: 0; width: 100%;
}

/* ===== CONTACT ===== */
#contact {
    background-color: var(--navy);
    background-image: url("demo-images/background_img_05b.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 3;
}

#contact .section-title-holder { background-color: var(--accent-pink); }
#contact .section-title-holder span { color: var(--accent-pink-dark); }
#contact .section-content-holder { padding-bottom: 40px; }

.contact-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 16px;
    padding: 0;
    line-height: 1.3;
}

.contact-details-row {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.contact-detail-icon { color: var(--accent-green); font-size: 16px; }
.contact-detail a { color: var(--text-primary); font-weight: 500; }
.contact-detail a:hover { color: var(--accent-pink); }

.contact-form { max-width: 100%; width: 100%; margin: 0 auto; font-size: 16px; }

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    color: var(--text-primary);
    border: 0;
    border-bottom: 1px solid #e0e0e8;
    height: 28px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
    transition: border-color .3s ease;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form textarea:focus {
    border-bottom-color: var(--accent-green);
    outline: none;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.contact-form textarea { padding-top: 13px; overflow: hidden; padding-bottom: 5px; transition: all 0.3s ease; }
.contact-form textarea:focus { height: 120px; overflow: auto; }

.contact-form input[type=submit] {
    color: var(--white);
    display: inline-block;
    border: none;
    text-align: center;
    padding: 16px 0;
    cursor: pointer;
    margin-top: 30px;
    background: var(--accent-green);
    font-family: 'Inter', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 8px;
    transition: all .3s ease;
}

.contact-form input[type=submit]:hover {
    background: var(--accent-pink);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(230,75,119,0.3);
}

/* ===== CTA BANNER ===== */
.cta-banner {
    background: linear-gradient(135deg, var(--navy) 0%, #1a0a3e 100%);
    padding: 110px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(50,219,138,0.1) 0%, transparent 70%);
}

.cta-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 16px;
    padding: 0;
    position: relative;
}

.cta-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 35px;
    position: relative;
}

/* ===== FOOTER ===== */
footer { background-color: var(--navy); border-top: 1px solid rgba(255,255,255,0.06); }

.footer {
    font-size: 14px;
    line-height: 24px;
    clear: both;
    color: rgba(255,255,255,0.5);
    text-align: left;
    padding: 80px 0 40px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-heading {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding: 0;
}

.footer-about { font-size: 14px; line-height: 24px; color: rgba(255,255,255,0.45); }

.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.5); font-size: 14px; transition: color .3s ease; }
.footer-links a:hover { color: var(--accent-green); }

.footer-contact-item {
    margin-bottom: 10px;
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}

.footer-contact-item .fa { margin-right: 8px; color: var(--accent-green); }

.footer-social { margin-top: 20px; display: flex; gap: 12px; }
.footer-social a {
    width: 36px; height: 36px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    transition: all .3s ease;
    font-size: 14px;
}
.footer-social a:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
    background: rgba(50,219,138,0.1);
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding-top: 25px;
    text-align: center;
    font-size: 13px;
    color: rgba(255,255,255,0.3);
}

/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1270px) {
    .content-1170 { width: 960px; }
    .one_half { margin-right: 8%; float: left; position: relative; margin-bottom: 37px; width: 46%; }
    .section-title-holder { width: 250px; height: 250px; }
    .section-num { margin-top: 20px; }
    .section-num span { margin-left: -20px; font-size: 80px; line-height: 0.8; letter-spacing: -2px; display: inline-block; }
    .section-title-holder h2 { font-size: 26px; white-space: nowrap; line-height: 36px; margin-top: 25px; margin-left: 20px; letter-spacing: 0; }
    .section-content-holder.right { margin-left: 250px; }
    .section-content-holder.left { margin-top: 250px; }
    .section-content-holder { width: 710px; }
    .extra-content-left, .extra-content-right { width: 710px; }
    .extra-content-right { margin-left: 250px; }
    .section-content-holder.portfolio-holder { width: 710px; }
    .section-content-holder .content-title { font-size: 100px; margin-top: 0; }
    .member-content-holder { width: 275px; padding: 50px; }
    .member-image-holder { width: 335px; }
    .image-slider-wrapper.team .image_slider_next { right: 260px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .case-study-image { width: 220px; }
}

@media screen and (max-width: 1020px) {
    .content-1170 { width: 100%; }
    .extra-content-left, .extra-content-right { width: 100%; margin-left: 0; }
    .one_half { width: 100%; float: none; margin-right: 0; margin-left: 0; }
    .section { padding-bottom: 100px; }
    .section-content-holder.right { margin-left: 0; }
    .section-content-holder.left { margin-top: 0; }
    .section-num { display: inline-block; margin-top: 10px; }
    .section-num span { font-size: 50px; margin-left: -15px; line-height: 1; letter-spacing: -2px; }
    .section-title-holder { width: 100%; height: auto; position: relative !important; top: 0 !important; overflow: hidden; }
    .section-title-holder h2 { display: inline-block; width: auto; max-width: 100%; margin: 0; vertical-align: top; margin-top: 10px; font-size: clamp(24px, 7vw, 40px); white-space: nowrap; line-height: 100%; letter-spacing: 0; }
    .section-content-holder { width: 100%; padding: 30px 0; }
    .section-content-holder .content-wrapper { padding: 0 5%; }
    .section-content-holder.portfolio-holder { width: 100%; }
    .member-content-holder { width: 40%; padding: 10% 5% 5% 5%; }
    .member-image-holder { width: 50%; }
    .image-slider-wrapper.team .image_slider_next { right: 40%; }
    .section-content-holder .content-title-holder { overflow: visible; height: auto; margin: 0; padding: 0; }
    .section-content-holder .content-title { font-size: 19vw; margin-top: 0; }
    .testimonial-slider-holder { width: 90%; padding-left: 5%; }
    .services-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .case-study-card { flex-direction: column; }
    .case-study-image { width: 100%; min-height: 180px; }
    .about-highlights { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .nav-cta { display: none; }
    h1.big-title { font-size: 42px; }
    .hero-stats { gap: 30px; }
    .cta-title { font-size: 32px; }
}

@media screen and (min-width: 925px) {
    .main-menu { display: block !important; }
}

@media screen and (max-width: 925px) {
    .intro-page { min-height: auto; padding: 120px 20px 80px; }
    .section { position: static !important; z-index: 0 !important; }
    h1.big-title { font-size: 36px; }
    .title-desc { font-size: 16px; line-height: 26px; }
    .mob-menu { display: block; }
    .mob-menu:hover { cursor: pointer; }
    .main-menu { float: none; margin: 0 auto; text-align: center; max-width: 300px; width: 100%; position: relative; z-index: 9999; display: none; }
    .main-menu.sm-clean a { line-height: 26px; }
    .services-grid { grid-template-columns: 1fr; }
    .hero-stats { flex-direction: column; gap: 20px; }
    .footer-grid { grid-template-columns: 1fr; gap: 30px; }
    .stat-number { font-size: 36px; }
    .contact-headline { font-size: 24px; }
}

@media screen and (max-width: 650px) {
    .member-content-holder { width: 90%; float: none; }
    .member-image-holder { width: 100%; float: none; }
    .image-slider-wrapper.team .image_slider_next { right: auto; left: 30px; }
    .process-step { flex-direction: column; gap: 10px; }
    .process-num { font-size: 32px; }
    .contact-details-row { flex-direction: column; gap: 12px; }
    .hero-cta-group { flex-direction: column; align-items: center; }
    h1.big-title { font-size: 30px; }
    .cta-title { font-size: 26px; }
}

@media screen and (max-width: 350px) {
    .section-num { margin-top: 9px; }
    .section-num span { font-size: 35px; margin-left: -10px; }
    .section-title-holder h2 { margin-top: 9px; font-size: 35px; }
}