body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #23214c;
}

/* Computer Solutions CR landing refresh */

:root {
    --cs-primary: #221C5A;
    --cs-secondary: #23214C;
    --cs-accent: #E54B76;
    --cs-soft-accent: #EE87A4;
    --cs-tech: #32DB8A;
    --cs-warning: #E3A436;
    --cs-ink: #0B1728;
    --cs-muted: #667085;
    --cs-line: #e6edf3;
    --cs-panel: #ffffff;
    --cs-soft: #F6F8FB;
    --cs-navy: var(--cs-primary);
    --cs-teal: var(--cs-tech);
    --cs-blue: var(--cs-primary);
    --cs-coral: var(--cs-accent);
    --cs-radius: 8px;
    --cs-shadow: 0 24px 70px rgba(16, 24, 40, 0.14);
    --portfolio-glow-shift: 0px;
}

html {
    scroll-behavior: smooth;
}

body.agency-home {
    background: var(--cs-soft);
    color: var(--cs-ink);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
}

.agency-home * {
    box-sizing: border-box;
}

.agency-home img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 clamp(20px, 4vw, 56px);
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(230, 237, 243, 0.88);
    backdrop-filter: blur(18px);
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 1 auto;
    color: var(--cs-ink);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
}

.brand-logo {
    width: auto;
    height: 48px;
    max-width: min(260px, 52vw);
    object-fit: contain;
}

.brand:hover {
    color: var(--cs-ink);
}

.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: var(--cs-navy);
    color: #ffffff;
    font-size: 13px;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.site-nav a {
    color: var(--cs-muted);
    font-size: 14px;
    font-weight: 700;
}

.site-nav a:hover {
    color: var(--cs-accent);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    background: #ffffff;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--cs-ink);
}

.hero-section {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 130px 0 82px;
    background: var(--cs-navy);
}

.hero-media,
.hero-overlay {
    position: absolute;
    inset: 0;
}

.hero-media img,
.hero-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(19, 34, 56, 0.72) 0%, rgba(19, 34, 56, 0.52) 48%, rgba(19, 34, 56, 0.18) 100%),
        linear-gradient(180deg, rgba(19, 34, 56, 0.12), rgba(19, 34, 56, 0.48));
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.7fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: end;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--cs-teal);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.contact-copy h2 {
    margin: 0;
    color: inherit;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}

.hero-copy h1 {
    color: #ffffff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.04;
    max-width: 850px;
}

.hero-lead {
    max-width: 660px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.btn,
.contact-form input[type=submit] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 8px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.btn:hover,
.contact-form input[type=submit]:hover {
    transform: translateY(-2px);
}

.btn-primary,
.contact-form input[type=submit] {
    background: var(--cs-accent);
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(229, 75, 118, 0.26);
}

.btn-primary:hover,
.contact-form input[type=submit]:hover {
    background: #cf3e68;
    color: #ffffff;
}

.btn-secondary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.64);
}

.hero-panel {
    display: grid;
    gap: 12px;
}

.hero-panel div {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--cs-radius);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    opacity: 0;
    transform: translateX(120px);
    transition: opacity 1.2s ease, transform 1.2s cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(var(--reveal-order, 0) * 280ms);
}

.hero-panel div.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.hero-panel span,
.steps span {
    display: block;
    margin-bottom: 10px;
    color: var(--cs-coral);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.hero-panel strong {
    display: block;
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 18px;
}

.hero-panel p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.section-block {
    padding: clamp(72px, 9vw, 120px) 0;
    background: #ffffff;
}

.section-block:nth-of-type(odd) {
    background: var(--cs-soft);
}

.section-heading {
    max-width: 720px;
    margin-bottom: 42px;
}

.section-heading.compact {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    max-width: none;
}

.section-heading h2,
.contact-copy h2 {
    color: var(--cs-ink);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
}

.section-heading p:not(.eyebrow),
.contact-copy p {
    margin: 18px 0 0;
    color: var(--cs-muted);
    font-size: 18px;
}

.hero-title {
    font-size: clamp(3rem, 4vw, 5.5rem) !important;
    line-height: 0.95 !important;
    letter-spacing: -2px !important;

}

.service-grid,
.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.service-card {
    min-height: 268px;
    padding: 28px;
    border: 1px solid var(--cs-line);
    border-radius: var(--cs-radius);
    background: #ffffff;
    transition:
        border-color .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
}

.service-card:hover {
    border-color: rgba(50, 219, 138, 0.36);
    box-shadow: 0 22px 54px rgba(11, 23, 40, 0.11);
    transform: translateY(-6px);
}

.service-icon {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 26px;
    border-radius: 8px;
    background: #e9f8f6;
    color: var(--cs-teal);
    font-size: 18px;
}

.service-card h3,
.portfolio-card h3,
.steps h3 {
    margin: 0;
    color: var(--cs-ink);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0;
}

.service-card p,
.steps p {
    margin: 14px 0 0;
    color: var(--cs-muted);
}

#services.service-scroll-ready {
    min-height: auto;
    padding: clamp(82px, 9vw, 122px) 0;
}

#services {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 16% 18%, rgba(31, 220, 210, 0.22), transparent 28%),
        radial-gradient(circle at 86% 52%, rgba(94, 80, 220, 0.38), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(36, 107, 254, 0.18), transparent 30%),
        linear-gradient(135deg, #111236 0%, #20175b 44%, #0d1733 100%) !important;
    isolation: isolate;
}

#services::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
    pointer-events: none;
}

#services::after {
    content: "";
    position: absolute;
    inset: auto -10% -24% -10%;
    z-index: -1;
    height: 45%;
    background: radial-gradient(ellipse at center, rgba(31, 182, 166, 0.18), transparent 62%);
    filter: blur(12px);
    pointer-events: none;
}

#services.service-scroll-ready .container {
    position: relative;
    display: block;
    min-height: 0;
    padding: 0;
}

#services.service-scroll-ready .section-heading {
    max-width: 820px;
    margin-bottom: clamp(28px, 3.8vh, 42px);
}

#services .eyebrow {
    color: #20d6cf;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

#services .section-heading h2 {
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 18px 60px rgba(0, 0, 0, 0.25);
}

#services .section-heading p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
}

#services.service-scroll-ready .service-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    min-height: 0;
}

#services.service-scroll-ready .service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px;
    padding: clamp(26px, 2.4vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
    opacity: 0;
    transform: translateY(110px);
    pointer-events: none;
    transition:
        opacity .82s ease,
        transform .9s cubic-bezier(.22, 1, .36, 1),
        box-shadow .3s ease;
    transition-delay: calc(var(--reveal-order, 0) * 90ms);
}

#services.service-scroll-ready .service-card.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

#services.service-scroll-ready .service-card.is-visible:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.3);
}

#services.service-scroll-ready .service-card.is-before {
    transform: translateY(0);
}

#services.service-scroll-ready .service-card.is-after {
    transform: translateY(110px);
}

#services .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
    border-radius: 14px;
    background: rgba(32, 214, 207, 0.14);
    color: #14bdb6;
    font-size: 19px;
    box-shadow: inset 0 0 0 1px rgba(32, 214, 207, 0.12);
}

#services .service-card h3 {
    color: #101322;
    font-size: clamp(21px, 1.45vw, 25px);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 18px;
}

#services .service-card p {
    color: #59657c;
    font-size: 16px;
    line-height: 1.65;
}

.portfolio-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% calc(4% + var(--portfolio-glow-shift)), rgba(106, 199, 255, 0.20), transparent 30%),
        radial-gradient(circle at 82% calc(92% - var(--portfolio-glow-shift)), rgba(34, 28, 90, 0.10), transparent 34%),
        linear-gradient(180deg, #F7FAFC 0%, var(--cs-soft) 100%);
    isolation: isolate;
    animation: portfolioGlowDrift 18s ease-in-out infinite alternate;
}

.portfolio-section::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 15% 26%, rgba(238, 135, 164, 0.10), transparent 24%),
        radial-gradient(circle at 78% 16%, rgba(50, 219, 138, 0.08), transparent 22%);
    opacity: .75;
    pointer-events: none;
}

@keyframes portfolioGlowDrift {
    from {
        background-position: 0 0, 0 0, 0 0;
    }

    to {
        background-position: 0 18px, 0 -14px, 0 0;
    }
}

.portfolio-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portfolio-card {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid var(--cs-line);
    border-radius: var(--cs-radius);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.07);
    color: inherit;
    text-decoration: none;
    transform: translateY(0);
    transition:
        border-color .28s ease,
        box-shadow .28s ease,
        transform .28s ease;
    will-change: transform;
}

.portfolio-card:hover {
    border-color: rgba(78, 178, 224, 0.46);
    box-shadow: 0 28px 70px rgba(11, 23, 40, 0.14);
    transform: translateY(-6px);
}

.portfolio-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transform: scale(1);
    transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .28s ease;
}

.portfolio-card:hover img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.03);
}

.portfolio-card div {
    padding: 24px;
}

.portfolio-card p {
    margin: 0 0 8px;
    color: var(--cs-accent);
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.portfolio-card span {
    display: block;
    margin-top: 12px;
    color: var(--cs-muted);
}

.process-section {
    background: #ffffff;
}

.process-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
    gap: 60px;
    align-items: start;
}

.steps {
    display: grid;
    gap: 16px;
}

.steps article {
    padding: 26px;
    border-left: 4px solid var(--cs-teal);
    border-radius: var(--cs-radius);
    background: var(--cs-soft);
}

.contact-section {
    background: var(--cs-navy);
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
    gap: clamp(32px, 6vw, 78px);
    align-items: center;
}

.contact-copy h2 {
    color: #ffffff;
}

.contact-copy p {
    color: rgba(255, 255, 255, 0.74);
}

.contact-links {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-links a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-weight: 700;
}

.contact-links a:hover {
    color: var(--cs-teal);
}

.contact-form {
    width: 100%;
    padding: 30px;
    border-radius: var(--cs-radius);
    background: #ffffff;
    box-shadow: var(--cs-shadow);
}

.contact-form p {
    margin-bottom: 14px;
}

.contact-form .contact-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--cs-ink);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

.contact-form textarea {
    height: 132px;
    padding-top: 14px;
    resize: vertical;
}

.contact-form input[type=submit] {
    width: 100%;
    margin-top: 4px;
    border: 0;
    cursor: pointer;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

.site-footer {
    padding: 28px 0;
    background: #0b1728;
    color: rgba(255, 255, 255, 0.68);
}

.footer-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-footer p {
    margin: 0;
}

.site-footer .social-footer {
    display: flex;
    gap: 14px;
}

.site-footer .social-footer a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 18px;
}

.site-footer .social-footer a:hover {
    color: var(--cs-teal);
}

.scroll-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity .62s ease,
        transform .68s cubic-bezier(.22, 1, .36, 1);
    transition-delay: calc(var(--reveal-order, 0) * 100ms);
}

.scroll-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.scroll-reveal.portfolio-card,
.scroll-reveal.service-card {
    transition:
        opacity .62s ease,
        transform .68s cubic-bezier(.22, 1, .36, 1),
        border-color .28s ease,
        box-shadow .28s ease;
}

.scroll-reveal.is-visible.portfolio-card:hover,
.scroll-reveal.is-visible.service-card:hover {
    transform: translateY(-6px);
}

.scroll-reveal.is-visible.portfolio-card:hover {
    border-color: rgba(78, 178, 224, 0.46);
    box-shadow: 0 28px 70px rgba(11, 23, 40, 0.14);
}

@media screen and (max-width: 980px) {

    .hero-grid,
    .process-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .service-grid,
    .portfolio-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-panel {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #services.service-scroll-ready .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #services .section-heading h2 {
        font-size: clamp(36px, 6vw, 52px);
    }

    #services.service-scroll-ready .service-card {
        min-height: 300px;
    }
}

@media screen and (max-width: 760px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .site-header {
        min-height: 68px;
        padding: 0 14px;
    }

    .brand {
        max-width: calc(100% - 58px);
    }

    .brand-logo {
        height: 42px;
        max-width: min(220px, 66vw);
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 68px;
        left: 14px;
        right: 14px;
        display: none;
        padding: 14px;
        border: 1px solid var(--cs-line);
        border-radius: 8px;
        background: #ffffff;
        box-shadow: 0 18px 36px rgba(16, 24, 40, 0.14);
    }

    .site-nav.is-open {
        display: grid;
        gap: 10px;
    }

    .site-nav a {
        padding: 8px 0;
    }

    .hero-section {
        min-height: auto;
        padding: 108px 0 58px;
    }

    .hero-copy h1 {
        font-size: 39px;
    }

    .hero-lead {
        font-size: 17px;
    }

    .hero-panel,
    .service-grid,
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    #services.service-scroll-ready {
        min-height: auto;
        padding: 82px 0;
    }

    #services.service-scroll-ready .container {
        position: static;
        display: block;
        min-height: auto;
        padding: 0;
    }

    #services.service-scroll-ready .section-heading {
        margin-bottom: 40px;
    }

    #services .eyebrow {
        font-size: 13px;
        margin-bottom: 18px;
    }

    #services .section-heading h2 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.08;
    }

    #services .section-heading p:not(.eyebrow) {
        font-size: 16px;
        line-height: 1.75;
    }

    #services.service-scroll-ready .service-grid {
        display: grid;
        position: static;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    #services.service-scroll-ready .service-card {
        position: static;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        min-height: auto;
        padding: 32px;
        border-radius: 18px;
    }

    #services .service-card h3 {
        font-size: 24px;
    }

    #services .service-card p {
        font-size: 16px;
    }

    #services .service-icon {
        width: 52px;
        height: 52px;
        margin-bottom: 32px;
    }

    .hero-panel div,
    .service-card,
    .steps article,
    .contact-form {
        padding: 22px;
    }

    .section-heading.compact {
        display: block;
    }

    .portfolio-card img {
        height: 210px;
    }

    .footer-grid {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .hero-panel div,
    .scroll-reveal,
    .portfolio-card,
    .portfolio-card img,
    .service-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .portfolio-section {
        animation: none;
    }
}

body a {
    text-decoration: none;
    color: #23214c;
    transition: color .2s linear;
}

body a:hover {
    color: #ee87a4;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 90px;
    height: 90px;
}

.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 .2s linear;
    z-index: 99 !important;
    background-color: #221C5A;
    width: 100% !important;
    top: 0;
    position: fixed;
}

#header-main-menu {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

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

.main-menu.sm-clean a {
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
    transition: color .2s linear;
    text-transform: uppercase;
    letter-spacing: 0.03cm;
}

.main-menu.sm-clean .sub-menu a {
    font-size: 11px;
    line-height: 20px;
}

.sm-clean .current_page_item a {
    color: #fff !important;
}

.main-menu.sm-clean a:hover {
    color: #fff !important;
}

.sm-clean li.active a {
    color: #fff !important;
}

.mob-menu {
    display: none;
    font-weight: 700;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: color .2s linear;
    color: #fff;
}

/* END TOP MENU */



/* GENERAL SECTION */

.section {
    position: relative;
    z-index: 1;
}

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

.section-title-holder {
    background-color: #32DB8A;
    width: 370px;
    height: 370px;
    z-index: 2;
}

.section-num span {
    margin-left: -64px;
    color: #55B286;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 180px;
    line-height: 100%;
    letter-spacing: -5px;
}

.section-title-holder h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 109px;
    width: 245px;
    word-break: break-all;
    line-height: 83px;
    margin-top: 10px;
    color: white;
    margin-left: 115px;
    text-transform: uppercase;
    letter-spacing: -3px;
    padding: 0;
}

.section-content-holder {
    background: #fff;
    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 {
    overflow: hidden;
    height: 100px;
    margin-top: -60px;
    padding-bottom: 50px;
}

.section-content-holder .content-title {
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    font-size: 180px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: -75px;
    color: #221c5a;
}

.extra-content-left {
    width: 800px;
    color: #fff;
    padding: 100px 0;
}

.extra-content-right {
    width: 800px;
    margin-left: 370px;
    color: #fff;
    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;
}

/* END GENERAL SECTION */



/* HOME SECTION */

.intro-page {
    padding-bottom: 170px;
    min-height: calc(100vh - 170px);
    background-color: #221c5a;
    background-image: url(demo-images/background_img_01b.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: cover;
    z-index: 10;
}

.top-logo {
    width: 160px !important;
    padding-top: 150px;
}

h1.big-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 100px;
    color: #fff;
    letter-spacing: -1px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.big-title span {
    display: block;
}

.title-desc {
    font-family: 'PT Serif', serif;
    font-size: 22px;
    line-height: 26px;
    max-width: 333px;
    margin: 0 auto;
    color: #fff;
}

.page-template-page-home .intro-page footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* END HOME SECTION */



/* SERVICE SECTION */

#services {
    background-color: #221c5a;
    z-index: 9;
}

#services .section-title-holder {
    background-color: #32DB8A
}

#services .section-title-holder span {
    color: #55B286;
}

.service-holder {
    display: inline-block;
    width: 335px;
}

.service-holder img {
    display: inline-block;
    width: 50px !important;
    vertical-align: top;
}

.service-content-holder {
    display: inline-block;
    width: 240px;
    margin-top: 55px;
    margin-left: 5px;
}

.service-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    padding-bottom: 10px;
}

/* END SERVICE SECTION */



/* PORTFOLIO SECTION */

#portfolio {
    background-color: #221C5A;
    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: rgb(255, 186, 66);
}

#portfolio .section-title-holder span {
    color: #e3a436;
}

.page-template-page-portfolio .section {
    padding-top: 100px;
}

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

.portfolio-holder .portfolio-load-more-holder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: 430px;
    background-color: #E74C78;
    text-align: center;
}

.portfolio-holder .portfolio-load-more-holder img {
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder a {
    color: #fff;
    padding-top: 30px;
    padding-bottom: 15px;
}

.portfolio-holder .portfolio-load-more-holder {
    margin-right: 0;
    margin-left: auto;
}

.more-posts {
    display: block;
}

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

.grid {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
}

.grid-sizer,
.grid-item {
    width: 400px;
}

.grid-item.p_one_half {
    width: 400px;
}

.grid-item.p_one {
    width: 800px;
}

.portfolio-text-holder {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;
    display: none;
}

.portfolio-text-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-type {
    line-height: 100%;
    font-size: 11px;
    color: #9a9a9a;
    padding-bottom: 20px;
}

.portfolio-type img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.portfolio-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.portfolio-sec-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #8e8da9;
}

.grid-item a:hover {
    color: #191919;
}

.more-posts-portfolio img {
    transition: all .2s linear;
    width: 100px;
    height: 100px;
}

.more-posts-portfolio img:hover {
    cursor: pointer;
    transform: scale(0.9);
}

div.pp_default .pp_loaderIcon {
    display: none !important;
}

/* END PORTFOLIO SECTION*/



/* ABOUT SECTION */

#about {
    background-color: rgb(34, 28, 90);
    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: #e64b77;
}

#about .section-title-holder span {
    color: #b24564;
}

#about .section-content-holder {
    padding-bottom: 0;
}

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

.member-image-holder {
    width: 370px;
    float: right;
}

.member-image-holder img {
    width: 100% !important;
}

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

.member-position {
    line-height: 16px;
    font-size: 14px;
    padding-bottom: 50px;
    color: #ee87a4;
    letter-spacing: 4px;
}

.member-content {
    line-height: 26px;
}

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

/* END ABOUT SECTION */


/* NEWS SECTION */

#news {
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/background_img_04.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 6;
}

.blog-item-holder {
    padding: 35px 0;
    border-bottom: 2px solid #f4f4f4;
}

.blog-item-holder:last-of-type {
    border: none;
}

.blog-item-holder .num {
    display: inline-block;
    width: 110px;
    font-size: 48px;
    font-weight: 900;
    color: #32db89;
}

.blog-item-holder .info {
    display: inline-block;
    width: 235px;
}

.blog-item-holder .info .cat-links a {
    color: #ee87a4;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.blog-item-holder .entry-title {
    display: inline-block;
    width: 325px;
    padding: 0;
    vertical-align: top;
    line-height: 0;
}

.blog-holder .entry-title a {
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    font-size: 18px;
    line-height: 100%;
    font-weight: 700;
    display: block;
    line-height: 20px;
}

.latest-post-bottom-text {
    text-align: center;
    margin-top: 25px;
}

.latest-post-bottom-text a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #32db89;
    letter-spacing: 5px;
    border-bottom: 2px solid;
    padding-left: 5px;
    padding-bottom: 5px;
}

.testimonial-slider-holder {
    max-width: 500px;
    padding-left: 50px;
}

.testimonial-text {
    font-size: 22px;
    line-height: 40px;
}

.testimonial-author {
    padding-top: 90px;
    font-size: 16px;
    letter-spacing: 3px;
}

/* END NEWS SECTION */



/* VIDEO SECTION */

#video {
    background-color: rgb(34, 28, 90);
    background-image: url("demo-images/background_img_06.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto;
    z-index: 5;
}

#video .section-title-holder {
    background-color: rgb(255, 186, 66);
}

#video .section-title-holder span {
    color: #e3a436;
}

#video .section-content-holder {
    padding-bottom: 0;
}

a.video-popup-holder {
    position: relative;
    display: block;
}

a.video-popup-holder .thumb {
    width: 100%;
}

img.popup-play {
    position: absolute;
    top: 50%;
    left: 50%;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    opacity: 0.7;
    transition: opacity .2s linear;
}

a.video-popup-holder:hover img.popup-play {
    opacity: 1;
}

/* END VIDEO SECTION */





/* SKILLS SECTION */


#skills {
    background-color: rgb(34, 28, 90);
    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: #fff !important;
}

.progress_bar_field_holder:hover .progress_bar_percent_text {
    right: 10px;
    color: #fff !important;
}

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

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

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

/* END SKILLS SECTION */




/* CONTACT SECTION */

#contact {
    background-color: rgb(34, 28, 90);
    background-image: url("images/contacto.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    z-index: 3;
}

#contact .section-title-holder {
    background-color: rgb(230, 75, 119);
}

#contact .section-title-holder span {
    color: #b24564;
}

#contact .section-content-holder {
    padding-bottom: 0;
}

.map {
    height: 400px;
}

.map img {
    max-width: none;
    max-height: none;
}

.contact-form {
    max-width: 100%;
    width: 770px;
    margin: 0 auto;
    font-size: 22px;
    color: #9a9a9a;
}

p.custom-text-class {
    display: inline-block;
    padding-right: 45px;
    vertical-align: top;
}

p.custom-field-class {
    display: inline-block;
    margin-bottom: 60px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    color: #23214c;
    border: 0;
    border-bottom: 1px solid #1c1c1c;
    height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    line-height: 25px;
    padding: 0;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #23214c;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    opacity: 1;
}

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

.contact-form textarea {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding-top: 13px;
    overflow: hidden;
    padding-bottom: 5px;
}

.contact-form textarea:focus {
    height: 150px;
    overflow: auto;
}

.contact-form input[name="your-name"] {
    margin-top: 0;
    padding-top: 0;
}

.contact-form input[type=submit] {
    color: #e54b76;
    display: inline-block;
    border: 2px solid #e54b76;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
    margin-top: 30px;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .2s linear;
}

.contact-form input[type=submit]:hover {
    color: white;
    background-color: #e54b76;
}

div.contact-form-response-output {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}

span.contact-form-not-valid-tip {
    font-size: 10px;
}

/* END CONTACT SECTION */


/* FOOTER */

footer {
    background-color: #221C5A;
}

.footer {
    font-size: 16px;
    line-height: 36px;
    clear: both;
    color: #5b5881;
    text-align: center;
    padding: 100px 0;
}

.footer-left,
.footer-right {
    width: 810px;
}

.footer-right {
    margin-left: 370px;
}

.footer a {
    color: #5b5881;
}

.social-footer a {
    margin: 0 10px;
    font-size: 20px;
}

/* END FOOTER */



/* SINGLE PORTFOLIO PAGE */

#portfolio-1 {
    background-color: #221c5a;
    background-image: url("demo-images/background_img_05b.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
}

#portfolio-2 {

    background-color: #221c5a;
    background-image: url(demo-images/item_background_01.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

.single-portfolio .menu-wrapper {
    display: none !important;
}

.single-portfolio article {
    padding-top: 230px;
}

.single-portfolio article .entry-content {
    background-color: #fff;
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 30px;
}

.single-portfolio .x-close {
    top: -60px;
    right: -60px;
    background-color: #26276d;
    line-height: 0;
    font-size: 0;
    width: 60px;
    height: 60px
}

.single-portfolio .x-close img {
    opacity: 0.4;
    transition: opacity .2s linear;
    width: 30px;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
}

.single-portfolio .x-close:hover img {
    opacity: 1;
}

.single-portfolio .entry-content .one {
    padding-left: 100px;
    padding-right: 100px;
}

.single-portfolio .entry-content .one_half {
    width: 435px;
    padding-left: 100px;
}

.single-portfolio .entry-content .one_half.last {
    padding-left: 0;
    padding-right: 100px;
}

.single-portfolio .entry-content h1 {
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

/* END SINGLE PORTFOLIO */


/* RESPONSIVE PART */

@media screen and (max-width: 1270px) {

    .content-1170 {
        width: 960px;
    }

    .one_half {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }

    .one_half {
        width: 46%;
    }

    .section-title-holder {
        width: 250px;
        height: 250px;
    }

    .section-num {
        margin-top: 20px;
    }

    .section-num span {
        margin-left: -35px;
        font-size: 100px;
    }

    .section-title-holder h2 {
        font-size: 80px;
        width: 177px;
        line-height: 66px;
        margin-top: 25px;
        margin-left: 75px;
    }

    .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;
    }

    .service-holder {
        width: 290px;
    }

    .section-content-holder.portfolio-holder {
        width: 710px;
    }

    .grid-item.p_one,
    .grid {
        width: 710px;
    }

    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 355px;
    }

    .portfolio-holder .portfolio-load-more-holder {
        width: 460px;
    }

    .section-content-holder .content-title {
        font-size: 140px;
        margin-top: -56px;
    }

    .member-content-holder {
        width: 275px;
        padding: 50px;
    }

    .member-image-holder {
        width: 335px;
    }

    .image-slider-wrapper.team .image_slider_next {
        right: 260px;
    }

    .blog-item-holder .entry-title {
        width: 240px;
    }

    .single-portfolio .entry-content .one {
        padding-left: 5%;
        padding-right: 5%;
    }

    .single-portfolio .entry-content .one_half {
        width: 40%;
        padding-left: 5%;
        margin-right: 10%;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 0;
        padding-right: 5%;
    }

}

@media screen and (max-width: 1100px) {

    .single-portfolio .x-close {
        right: 50%;
        right: calc(50% - 30px);
    }

}

@media screen and (max-width: 1020px) {

    .content-1170 {
        width: 100%;
    }

    .extra-content-left,
    .extra-content-right {
        width: 100%;
        margin-left: 0;
    }

    .single-portfolio article {
        padding-top: 140px;
    }

    .one_half {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }

    .single-portfolio .entry-content .one_half {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 0;
    }

    .single-portfolio .entry-content .one_half.last {
        padding-left: 5%;
        padding-right: 5%;
    }

    .site-content .one_half,
    .single-portfolio .entry-content div {
        text-align: left;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -89px;
        right: 0;
    }

    .section {
        padding-bottom: 150px;
    }

    .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;
    }

    .section-title-holder {
        width: 100%;
        height: auto;
        position: relative !important;
        top: 0 !important;
    }

    .section-title-holder h2 {
        display: inline-block;
        width: auto;
        margin: 0;
        vertical-align: top;
        margin-top: 10px;
        font-size: 50px;
        line-height: 100%;
    }

    .section-content-holder {
        width: 100%;
        padding: 30px 0;
    }

    .section-content-holder .content-wrapper {
        padding: 0 5%;
    }

    .service-holder {
        width: 100%;
        display: block;
    }

    .service-content-holder {
        width: 100%;
        width: calc(100% - 75px);
        margin-bottom: 30px;
    }

    .section-content-holder.portfolio-holder {
        width: 100%;
    }

    .grid-item.p_one,
    .grid {
        width: 100%;
    }

    .grid-sizer,
    .grid-item,
    .grid-item.p_one_half {
        width: 50%;
    }

    .portfolio-holder .portfolio-load-more-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%;
    }

    .blog-item-holder .entry-title {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .blog-item-holder .info {
        width: auto;
    }

    .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%;
    }
}

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

@media screen and (max-width: 925px) {

    .intro-page {
        min-height: 0;
    }

    .section {
        position: static !important;
        z-index: 0 !important;
    }

    h1.big-title {
        font-size: 40px;
        padding-top: 0;
    }

    h1.big-title span {
        display: inline;
    }

    .title-desc {
        font-size: 19px;
        line-height: 23px;
    }

    .mob-menu {
        display: block;
    }

    .mob-menu:hover {
        cursor: pointer;
    }

    .portfolio-text-holder {
        display: none !important;
        opacity: 0 !important;
    }

    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
        display: none;
    }

    .main-menu ul {
        width: 12em;
        /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }

    .main-menu.sm-clean a {
        line-height: 24px;
    }

    .main-menu.sm-clean .sub-menu a {
        font-size: 16px;
        line-height: 25px;
        text-align: center;
    }

    .carousel_fw_next {
        display: block !important;
    }

    .fw_carousel_pagination {
        display: none !important;
    }


}

@media screen and (max-width: 805px) {

    .contact-form input[type=text],
    .contact-form input[type=email],
    .contact-form textarea,
    p.custom-field-class,
    #commentform #email,
    #commentform #author,
    #commentform #comment {
        width: 100% !important;
    }

}


@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;
    }
}


@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;
    }

    .image-slider-wrapper.service a.image_slider_next {
        top: -84px;
    }
}

/* Final overrides for the refreshed landing */

.agency-home .contact-form input[type=text],
.agency-home .contact-form input[type=email],
.agency-home .contact-form textarea {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid var(--cs-line);
    border-radius: 8px;
    background: #ffffff;
    color: var(--cs-ink);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
}

.agency-home .contact-form {
    width: 100%;
    max-width: 100%;
}

.agency-home .contact-form textarea {
    height: 132px;
    padding-top: 14px;
    resize: vertical;
}

.agency-home .contact-form input[name="your-name"] {
    margin-right: 0;
}

.agency-home .contact-form input[type=submit] {
    width: 100%;
    height: 52px;
    margin-top: 4px;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: var(--cs-accent);
    color: #ffffff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.agency-home .contact-form input[type=submit]:hover {
    background: #cf3e68;
}

.agency-home footer.site-footer {
    padding: 28px 0;
    background: #0b1728;
}

/* Landing services sticky reveal */

#services {
    position: relative;
    overflow-x: clip;
    overflow-y: visible;
    background:
        radial-gradient(circle at 16% 18%, rgba(31, 220, 210, 0.22), transparent 28%),
        radial-gradient(circle at 86% 52%, rgba(94, 80, 220, 0.38), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(36, 107, 254, 0.18), transparent 30%),
        linear-gradient(135deg, #111236 0%, #20175b 44%, #0d1733 100%) !important;
    isolation: isolate;
}

#services::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 46px 46px;
    pointer-events: none;
}

body.agency-home #services.service-scroll-ready {
    min-height: 245vh !important;
    padding: 0 !important;
}

body.agency-home #services.service-scroll-ready .container {
    position: sticky !important;
    top: 0;
    min-height: 100vh;
    padding-top: clamp(54px, 7vh, 86px);
    padding-bottom: clamp(42px, 6vh, 72px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

body.agency-home #services.service-scroll-ready .section-heading {
    position: relative;
    z-index: 3;
    margin-bottom: clamp(34px, 5vh, 58px) !important;
}

#services .eyebrow {
    color: #20d6cf;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

#services .section-heading h2 {
    max-width: 820px;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 60px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 26px;
}

#services .section-heading p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.75;
}

body.agency-home #services.service-scroll-ready .service-grid {
    position: relative !important;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    min-height: 300px;
}

body.agency-home #services.service-scroll-ready .service-card {
    min-height: 300px;
    padding: clamp(26px, 2.4vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.22);
    opacity: 0;
    transform: translateY(90px);
    pointer-events: none;
    transition:
        opacity .75s ease,
        transform .85s cubic-bezier(.22, 1, .36, 1),
        border-color .28s ease,
        box-shadow .3s ease;
}

body.agency-home #services.service-scroll-ready .service-card.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

body.agency-home #services.service-scroll-ready .service-card.is-visible:hover {
    border-color: rgba(50, 219, 138, 0.38);
    box-shadow: 0 30px 78px rgba(0, 0, 0, 0.28);
    transform: translateY(-6px);
}

body.agency-home #services.service-scroll-ready .service-card.is-before {
    opacity: 1;
    transform: translateY(0);
}

body.agency-home #services.service-scroll-ready .service-card.is-after {
    opacity: 0;
    transform: translateY(90px);
}

#services .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 34px;
    border-radius: 14px;
    background: rgba(32, 214, 207, 0.14);
    color: #14bdb6;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#services .service-card h3 {
    color: #101322;
    font-size: clamp(21px, 1.45vw, 25px);
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 18px;
}

#services .service-card p {
    color: #59657c;
    font-size: 16px;
    line-height: 1.65;
}

body.agency-home #portfolio {
    background:
        radial-gradient(circle at 50% calc(4% + var(--portfolio-glow-shift)), rgba(106, 199, 255, 0.20), transparent 30%),
        radial-gradient(circle at 82% calc(92% - var(--portfolio-glow-shift)), rgba(34, 28, 90, 0.10), transparent 34%),
        linear-gradient(180deg, #F7FAFC 0%, var(--cs-soft) 100%) !important;
    padding-top: clamp(78px, 8vw, 112px) !important;
    z-index: 1 !important;
}

body.agency-home #portfolio .section-heading h2 {
    color: var(--cs-ink);
}

@media screen and (max-width: 760px) {

    body.agency-home #services,
    body.agency-home #services.service-scroll-ready {
        min-height: auto !important;
        padding: 76px 0 64px !important;
        overflow: hidden;
    }

    body.agency-home #services.service-scroll-ready .container {
        position: relative !important;
        top: auto !important;
        min-height: auto !important;
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        overflow: visible;
    }

    body.agency-home #services.service-scroll-ready .section-heading {
        position: relative;
        margin-bottom: 34px !important;
    }

    body.agency-home #services.service-scroll-ready .service-grid {
        position: relative !important;
        grid-template-columns: 1fr;
        gap: 18px;
        min-height: 0;
    }

    body.agency-home #services.service-scroll-ready .service-card {
        min-height: auto;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    
}
.plans-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 10%, rgba(0, 195, 255, 0.18), transparent 32%),
        radial-gradient(circle at 85% 80%, rgba(0, 90, 255, 0.16), transparent 35%),
        #071827;
}

.plans-section .section-heading {
    max-width: 850px;
    margin-bottom: 50px;
}

.plans-section .eyebrow {
    color: #22e06f;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.plans-section .section-heading h2 {
    color: #ffffff;
    font-size: clamp(38px, 5vw, 68px);
    line-height: 1.05;
    margin-bottom: 24px;
}

.plans-section .section-heading p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 19px;
    line-height: 1.7;
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: stretch;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.plan-card:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 195, 255, 0.55);
    box-shadow: 0 34px 85px rgba(0, 195, 255, 0.16);
}

.plan-card.featured {
    border-color: rgba(0, 195, 255, 0.6);
    background:
        linear-gradient(180deg, rgba(0, 195, 255, 0.18), rgba(255, 255, 255, 0.075));
}

.featured-label {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #00c3ff, #0077ff);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.plan-badge {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0, 195, 255, 0.12);
    color: #5edfff;
    font-size: 13px;
    font-weight: 800;
}

.plan-header h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
}

.plan-header p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.65;
}

.plan-price {
    margin: 28px 0;
}

.plan-price span {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.plan-price strong {
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
}

.plan-features {
    display: grid;
    gap: 13px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.plan-features li {
    position: relative;
    padding-left: 28px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
}

.plan-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #00c3ff;
    font-weight: 900;
}

.plan-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.14);
    transition: background .3s ease, transform .3s ease;
}

.plan-btn:hover {
    background: linear-gradient(135deg, #00c3ff, #0077ff);
    transform: translateY(-2px);
}

.featured .plan-btn {
    background: linear-gradient(135deg, #00c3ff, #0077ff);
    border-color: transparent;
}

@media (max-width: 992px) {
    .plans-grid {
        grid-template-columns: 1fr;
    }

    .plans-section .section-heading h2 {
        font-size: clamp(36px, 8vw, 54px);
    }
}

@media (max-width: 576px) {
    .plans-section {
        padding: 70px 0;
    }

    .plan-card {
        padding: 26px;
        border-radius: 22px;
    }

    .plans-section .section-heading h2 {
        font-size: 38px;
    }

    .plans-section .section-heading p {
        font-size: 17px;
    }

    .plan-price strong {
        font-size: 34px;
    }
}
