.intellisouth-home-wrapper,
.intellisouth-home-wrapper * {
    box-sizing: border-box;
}

.intellisouth-home-wrapper {
    width: 100%;
    overflow: hidden;
    background: var(--is-background, #fff);
    color: var(--is-body, #5d6b82);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--is-p, 16px);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}

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

.intellisouth-home-wrapper a {
    color: var(--is-link, #0b63f6);
    text-decoration: none;
}

.intellisouth-home-wrapper h1,
.intellisouth-home-wrapper h2,
.intellisouth-home-wrapper h3,
.intellisouth-home-wrapper h4,
.intellisouth-home-wrapper h5,
.intellisouth-home-wrapper p {
    margin-top: 0;
}

.intellisouth-home-wrapper h1,
.intellisouth-home-wrapper h2,
.intellisouth-home-wrapper h3,
.intellisouth-home-wrapper h4,
.intellisouth-home-wrapper h5 {
    color: inherit;
    line-height: 1.16;
    letter-spacing: -0.025em;
}

.intellisouth-home-menu-section {
    scroll-margin-top: var(--is-menu-offset, 90px);
}

.intellisouth-home-menu-section:target {
    outline: none;
}

.intellisouth-home-section {
    position: relative;
    isolation: isolate;
    margin: var(--is-section-margin, 0);
    padding: var(--is-section-pad-d, 76px 20px);
    color: var(--is-section-color, var(--is-body));
    background-color: var(--is-section-bg, transparent);
    background-image: var(--is-bg-image, none);
    background-position: var(--is-bg-position, center center);
    background-size: var(--is-bg-size, cover);
    text-align: var(--is-align-d, left);
}

.intellisouth-home-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: var(--is-overlay-color, transparent);
    opacity: var(--is-overlay-opacity, 0);
}

.intellisouth-home-container {
    position: relative;
    z-index: 1;
    width: min(var(--is-section-width, var(--is-desktop-width, 1180px)), calc(100% - 0px));
    max-width: var(--is-max-width, 1180px);
    margin: 0 auto;
}

.intellisouth-home-heading {
    margin: 0 0 18px;
    color: var(--is-section-color, var(--is-heading, #0a1d3f));
    font-size: clamp(30px, 3vw, var(--is-h2, 38px));
    font-weight: 800;
}

.intellisouth-home-subtitle {
    margin: -8px 0 16px;
    color: var(--is-primary, #0b63f6);
    font-size: 18px;
    font-weight: 700;
}

.intellisouth-home-description {
    max-width: 740px;
    color: inherit;
}

.intellisouth-home-description p:last-child,
.intellisouth-home-hero-description p:last-child,
.intellisouth-home-testimonial-text p:last-child,
.intellisouth-home-product-card p:last-child,
.intellisouth-home-generic-card p:last-child {
    margin-bottom: 0;
}

.intellisouth-home-eyebrow {
    margin-bottom: 11px;
    color: var(--is-primary, #0b63f6);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    line-height: 1.2;
    text-transform: uppercase;
}

.intellisouth-home-section-head {
    max-width: 790px;
    margin: 0 auto 42px;
    text-align: center;
}

.intellisouth-home-section-head .intellisouth-home-description {
    margin-inline: auto;
}

.intellisouth-home-section-head-left {
    max-width: none;
    margin-inline: 0;
    text-align: left;
}

.intellisouth-icon {
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
}

.intellisouth-home-button {
    display: inline-flex;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: var(--is-btn-radius, 7px);
    font-size: var(--is-btn-size, 15px);
    font-weight: 700;
    line-height: 1.2;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.intellisouth-home-button:hover,
.intellisouth-home-button:focus-visible {
    transform: translateY(-2px);
}

.intellisouth-home-button-primary {
    color: var(--is-btn-text, #fff) !important;
    background: var(--is-btn-bg, #0b63f6);
    box-shadow: 0 12px 28px rgba(11, 99, 246, .26);
}

.intellisouth-home-button-primary:hover,
.intellisouth-home-button-primary:focus-visible {
    background: var(--is-btn-hover, #084fc5);
}

.intellisouth-home-button-outline {
    color: var(--is-primary, #0b63f6) !important;
    border-color: var(--is-primary, #0b63f6);
    background: transparent;
}

.intellisouth-home-button-outline:hover,
.intellisouth-home-button-outline:focus-visible {
    color: #fff !important;
    background: var(--is-primary, #0b63f6);
}

.intellisouth-home-button-outline-light {
    color: #fff !important;
    border-color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.04);
}

.intellisouth-home-button-outline-light:hover,
.intellisouth-home-button-outline-light:focus-visible {
    color: var(--is-secondary, #031b45) !important;
    background: #fff;
}

.intellisouth-home-button-light {
    color: var(--is-primary, #0b63f6) !important;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.intellisouth-home-button-light:hover,
.intellisouth-home-button-light:focus-visible {
    color: #fff !important;
    background: var(--is-accent, #2fc7ff);
}

.intellisouth-home-button-icon,
.intellisouth-home-button > .intellisouth-icon {
    width: 16px;
    height: 16px;
}

.intellisouth-home-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.intellisouth-home-card {
    border: 1px solid var(--is-border, #dce7f7);
    border-radius: var(--is-card-radius, 14px);
    background: #fff;
    box-shadow: 0 12px 35px rgba(10, 42, 90, .05);
}

/* Hero */
.intellisouth-home-section-hero {
    min-height: 500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 18% 25%, rgba(35,157,255,.34) 0 1px, transparent 2px),
        radial-gradient(circle at 30% 75%, rgba(35,157,255,.25) 0 1px, transparent 2px),
        linear-gradient(110deg, #031432 0%, #031f4e 58%, #042c62 100%);
    background-size: 90px 90px, 120px 120px, auto;
}

.intellisouth-home-section-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .62;
    background-image:
        linear-gradient(35deg, transparent 48%, rgba(45,181,255,.13) 49%, rgba(45,181,255,.13) 50%, transparent 51%),
        linear-gradient(145deg, transparent 48%, rgba(45,181,255,.12) 49%, rgba(45,181,255,.12) 50%, transparent 51%);
    background-size: 130px 130px;
    mask-image: linear-gradient(90deg, #000, transparent 72%);
}

.intellisouth-home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 42px;
}

.intellisouth-home-hero-content {
    position: relative;
    z-index: 2;
}

.intellisouth-home-hero-title {
    max-width: 650px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(42px, 5.2vw, var(--is-h1, 54px));
    font-weight: 800;
}

.intellisouth-home-hero-description {
    max-width: 620px;
    color: rgba(255,255,255,.8);
    font-size: 17px;
}

.intellisouth-home-hero-media {
    position: relative;
    z-index: 1;
    min-height: 390px;
    isolation: isolate;
}

.intellisouth-home-hero-media::before {
    content: "";
    position: absolute;
    inset: -20px -8vw -20px -70px;
    z-index: -2;
    background: radial-gradient(circle at 55% 50%, rgba(0,148,255,.34), transparent 62%);
}

.intellisouth-home-hero-media::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 38%;
    pointer-events: none;
    background: linear-gradient(90deg, #031f4e 0%, rgba(3,31,78,.88) 22%, rgba(3,31,78,.32) 62%, transparent 100%);
}

.intellisouth-home-hero-image {
    width: 100%;
    height: 100%;
    min-height: 390px;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 26px 80px rgba(0,0,0,.32);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.42) 9%, #000 27%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.42) 9%, #000 27%, #000 100%);
}

/* About */
.intellisouth-home-section-about {
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.intellisouth-home-section-about.has-decoration::before {
    content: "";
    position: absolute;
    left: 0;
    top: 86px;
    width: 130px;
    height: 130px;
    opacity: .58;
    background-image: radial-gradient(circle, var(--is-accent, #2fc7ff) 1.6px, transparent 1.8px);
    background-size: 12px 12px;
}

.intellisouth-home-about-grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
    align-items: center;
    gap: 76px;
}

.intellisouth-home-about-content .intellisouth-home-description {
    margin-bottom: 25px;
}

.intellisouth-home-about-media {
    position: relative;
}

.intellisouth-home-about-media::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 90%;
    height: 80%;
    z-index: -1;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(11,99,246,.14), rgba(47,199,255,.04));
}

.intellisouth-home-about-image {
    width: 100%;
    aspect-ratio: 1.7 / 1;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(12, 53, 107, .16);
}

/* Stats */
.intellisouth-home-section-stats {
    z-index: 3;
    background: linear-gradient(180deg, #fbfdff 0%, #fff 100%);
}

.intellisouth-home-stats-card {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--is-border, #dce7f7);
    border-radius: var(--is-card-radius, 14px);
    background: #fff;
    box-shadow: 0 16px 45px rgba(16, 60, 119, .09);
}

.intellisouth-home-stat {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-height: 118px;
    padding: 22px;
}

.intellisouth-home-stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: var(--is-border, #dce7f7);
}

.intellisouth-home-stat-icon {
    color: var(--is-primary, #0b63f6);
    font-size: 45px;
}

.intellisouth-home-stat-value {
    color: var(--is-primary, #0b63f6);
    font-size: 31px;
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1;
}

.intellisouth-home-stat-label {
    margin-top: 7px;
    color: var(--is-heading, #0a1d3f);
    font-size: 12px;
    font-weight: 600;
}

/* Services */
.intellisouth-home-section-services {
    background: #fff;
}

.intellisouth-home-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.intellisouth-home-service-card {
    width: calc(25% - 14px);
    min-height: 235px;
    padding: 30px 22px;
    color: var(--is-body, #5d6b82) !important;
    text-align: center;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.intellisouth-home-service-card:hover,
.intellisouth-home-service-card:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(11,99,246,.34);
    box-shadow: 0 22px 50px rgba(18, 74, 145, .12);
}

.intellisouth-home-card-icon {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border-radius: 14px;
    color: var(--is-primary, #0b63f6);
    background: linear-gradient(135deg, rgba(11,99,246,.09), rgba(47,199,255,.12));
    font-size: 32px;
}

.intellisouth-home-service-card h3,
.intellisouth-home-product-card h3,
.intellisouth-home-generic-card h3 {
    margin: 0 0 10px;
    color: var(--is-heading, #0a1d3f);
    font-size: 18px;
    font-weight: 800;
}

.intellisouth-home-service-card p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

/* Why */
.intellisouth-home-section-why {
    padding-inline: 0 !important;
    overflow: hidden;
    background: #031a40;
}

.intellisouth-home-why-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(390px, .72fr);
    min-height: 430px;
    background: #031a40;
}

.intellisouth-home-why-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 66px max(24px, calc((100vw - var(--is-desktop-width, 1180px)) / 2));
    padding-right: 105px;
    background:
        radial-gradient(circle at 20% 20%, rgba(18,127,255,.20), transparent 36%),
        linear-gradient(120deg, #031a40, #04265a);
}

.intellisouth-home-why-inner {
    width: 100%;
}

.intellisouth-home-section-why .intellisouth-home-heading {
    color: #fff;
}

.intellisouth-home-section-why .intellisouth-home-description {
    color: rgba(255,255,255,.75);
}

.intellisouth-home-why-points {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.intellisouth-home-why-point {
    min-width: 0;
}

.intellisouth-home-why-icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    border: 1px solid rgba(47,199,255,.25);
    border-radius: 50%;
    color: var(--is-accent, #2fc7ff);
    background: rgba(11,99,246,.16);
    font-size: 23px;
}

.intellisouth-home-why-point h3 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.intellisouth-home-why-point p {
    margin: 0;
    color: rgba(255,255,255,.6);
    font-size: 11px;
    line-height: 1.55;
}

.intellisouth-home-why-media {
    position: relative;
    z-index: 1;
    min-height: 430px;
    margin-left: -92px;
    overflow: hidden;
    isolation: isolate;
    background: #031a40;
}

.intellisouth-home-why-media::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;
    width: 46%;
    pointer-events: none;
    background: linear-gradient(90deg, #04265a 0%, rgba(4,38,90,.9) 20%, rgba(4,38,90,.34) 63%, transparent 100%);
}

.intellisouth-home-why-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 12%, #000 34%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.38) 12%, #000 34%, #000 100%);
}

/* Industries */
.intellisouth-home-section-industries {
    background: #fff;
}

.intellisouth-home-industries {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-bottom: 1px solid var(--is-border, #dce7f7);
}

.intellisouth-home-industry {
    position: relative;
    padding: 10px 15px 30px;
    text-align: center;
}

.intellisouth-home-industry:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 28px;
    width: 1px;
    background: var(--is-border, #dce7f7);
}

.intellisouth-home-industry-icon {
    margin-bottom: 10px;
    color: var(--is-primary, #0b63f6);
    font-size: 36px;
}

.intellisouth-home-industry h3 {
    margin: 0;
    color: var(--is-heading, #0a1d3f);
    font-size: 15px;
    font-weight: 800;
}

/* Projects */
.intellisouth-home-section-projects {
    background: #fff;
}

.intellisouth-home-projects-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 28px;
}

.intellisouth-home-projects-head .intellisouth-home-heading {
    margin-bottom: 0;
}

.intellisouth-home-projects-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.intellisouth-home-project {
    color: var(--is-body, #5d6b82) !important;
}

.intellisouth-home-project-media {
    overflow: hidden;
    aspect-ratio: 1.45 / 1;
    margin-bottom: 14px;
    border-radius: 10px;
    background: var(--is-surface, #f7faff);
}

.intellisouth-home-project-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}

.intellisouth-home-project:hover .intellisouth-home-project-image {
    transform: scale(1.05);
}

.intellisouth-home-project h3 {
    margin: 0 0 7px;
    color: var(--is-heading, #0a1d3f);
    font-size: 15px;
    font-weight: 800;
}

.intellisouth-home-project p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
}

/* Process */
.intellisouth-home-section-process {
    background: linear-gradient(180deg, #fff, #fbfdff);
}

.intellisouth-home-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px;
}

.intellisouth-home-process-item {
    position: relative;
    text-align: center;
}

.intellisouth-home-process-number {
    position: absolute;
    top: -9px;
    left: calc(50% + 34px);
    z-index: 2;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--is-primary, #0b63f6);
    font-size: 12px;
    font-weight: 800;
    box-shadow: 0 5px 16px rgba(11,99,246,.28);
}

.intellisouth-home-process-icon {
    display: grid;
    width: 92px;
    height: 92px;
    place-items: center;
    margin: 0 auto 17px;
    border-radius: 50%;
    color: var(--is-primary, #0b63f6);
    background: linear-gradient(135deg, rgba(11,99,246,.08), rgba(47,199,255,.13));
    font-size: 42px;
}

.intellisouth-home-process-item h3 {
    margin: 0 0 8px;
    color: var(--is-heading, #0a1d3f);
    font-size: 16px;
    font-weight: 800;
}

.intellisouth-home-process-item p {
    max-width: 205px;
    margin: 0 auto;
    font-size: 13px;
}

.intellisouth-home-process-arrow {
    position: absolute;
    top: 34px;
    right: -31px;
    color: rgba(11,99,246,.35);
    font-size: 23px;
}

/* Testimonials */
.intellisouth-home-section-testimonials {
    background: #fff;
}

.intellisouth-home-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.intellisouth-home-testimonial {
    position: relative;
    padding: 28px 26px 22px;
}

.intellisouth-home-quote {
    margin-bottom: 14px;
    color: var(--is-primary, #0b63f6);
    font-size: 31px;
}

.intellisouth-home-testimonial-text {
    min-height: 115px;
    color: var(--is-body, #5d6b82);
    font-size: 14px;
}

.intellisouth-home-testimonial-footer {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.intellisouth-home-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
}

.intellisouth-home-avatar-fallback {
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--is-primary), var(--is-accent));
    font-size: 13px;
    font-weight: 800;
}

.intellisouth-home-person {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.intellisouth-home-person strong {
    overflow: hidden;
    color: var(--is-primary, #0b63f6);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intellisouth-home-person span {
    overflow: hidden;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intellisouth-home-rating {
    color: #ffb300;
    font-size: 14px;
    letter-spacing: 1px;
    white-space: nowrap;
}

/* CTA */
.intellisouth-home-section-cta {
    background: #fff;
}

.intellisouth-home-cta-box {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    padding: 34px 48px;
    border-radius: 18px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 20%, rgba(47,199,255,.38), transparent 30%),
        linear-gradient(105deg, #062b86, #095eea 68%, #087fe8);
    box-shadow: 0 22px 55px rgba(3, 54, 154, .24);
}

.intellisouth-home-cta-box::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image:
        linear-gradient(35deg, transparent 48%, rgba(255,255,255,.22) 49%, rgba(255,255,255,.22) 50%, transparent 51%),
        linear-gradient(145deg, transparent 48%, rgba(255,255,255,.18) 49%, rgba(255,255,255,.18) 50%, transparent 51%);
    background-size: 100px 100px;
    pointer-events: none;
}

.intellisouth-home-cta-box > * {
    position: relative;
    z-index: 1;
}

.intellisouth-home-cta-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #22bdf6, #00a7ef);
    font-size: 34px;
}

.intellisouth-home-cta-content h2 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
}

.intellisouth-home-cta-content p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

/* Contact */
.intellisouth-home-section-contact {
    background: #fff;
}

.intellisouth-home-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
    gap: 70px;
    align-items: start;
}

.intellisouth-home-contact-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
    margin-top: 28px;
}

.intellisouth-home-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.intellisouth-home-contact-icon {
    margin-top: 2px;
    color: var(--is-accent, #2fc7ff);
    font-size: 25px;
}

.intellisouth-home-contact-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--is-heading, #0a1d3f);
    font-size: 13px;
}

.intellisouth-home-contact-item div div {
    font-size: 12px;
    line-height: 1.55;
}

.intellisouth-home-contact-form-wrap h3 {
    margin-bottom: 18px;
    color: var(--is-heading, #0a1d3f);
}

.intellisouth-home-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.intellisouth-home-form-grid input,
.intellisouth-home-form-grid textarea,
.intellisouth-home-contact-form-wrap .wpforms-field input,
.intellisouth-home-contact-form-wrap .wpforms-field textarea,
.intellisouth-home-contact-form-wrap .wpcf7-form-control,
.intellisouth-home-contact-form-wrap .ff-el-form-control {
    width: 100%;
    min-height: 48px;
    padding: 12px 15px;
    border: 1px solid var(--is-border, #dce7f7);
    border-radius: 6px;
    outline: none;
    color: var(--is-heading, #0a1d3f);
    background: #fff;
    font: inherit;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.intellisouth-home-form-grid textarea {
    min-height: 132px;
    resize: vertical;
}

.intellisouth-home-form-grid input:focus,
.intellisouth-home-form-grid textarea:focus {
    border-color: var(--is-primary, #0b63f6);
    box-shadow: 0 0 0 3px rgba(11,99,246,.10);
}

.intellisouth-home-form-wide,
.intellisouth-home-form-submit,
.intellisouth-home-form-status {
    grid-column: 1 / -1;
}

.intellisouth-home-form-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.intellisouth-home-form-submit[disabled] {
    cursor: wait;
    opacity: .72;
}

.intellisouth-home-form-status {
    min-height: 1px;
    color: var(--is-body, #5d6b82);
    font-size: 13px;
}

.intellisouth-home-form-status.is-success {
    color: #0b8a46;
}

.intellisouth-home-form-status.is-error {
    color: #b42318;
}

.intellisouth-home-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Generic optional sections */
.intellisouth-home-mission-grid,
.intellisouth-home-values-grid,
.intellisouth-home-product-grid,
.intellisouth-home-generic-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.intellisouth-home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.intellisouth-home-generic-card,
.intellisouth-home-product-card {
    padding: 30px;
    color: var(--is-body, #5d6b82) !important;
    text-align: center;
}

.intellisouth-home-product-image {
    width: 100%;
    aspect-ratio: 1.6/1;
    margin-bottom: 18px;
    border-radius: 10px;
    object-fit: cover;
}

.intellisouth-home-logo-group + .intellisouth-home-logo-group {
    margin-top: 46px;
}

.intellisouth-home-logo-group-title {
    margin: 0 0 20px;
    color: var(--is-heading, #0a1d3f);
    font-size: clamp(22px, 2.2vw, 28px);
    line-height: 1.25;
    text-align: center;
}

.intellisouth-home-logo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.intellisouth-home-logo-card {
    display: grid;
    min-height: 120px;
    place-items: center;
    padding: 20px;
    border: 1px solid var(--is-border, #dce7f7);
    border-radius: var(--is-card-radius, 14px);
    color: var(--is-heading, #0a1d3f) !important;
    background: #fff;
    font-weight: 800;
}

.intellisouth-home-logo-image {
    width: auto;
    max-width: 150px;
    max-height: 70px;
    object-fit: contain;
}

.intellisouth-home-logo-card[href] {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.intellisouth-home-logo-card[href]:hover,
.intellisouth-home-logo-card[href]:focus-visible {
    border-color: var(--is-primary, #0b63f6);
    box-shadow: 0 12px 28px rgba(3, 27, 69, 0.1);
    transform: translateY(-3px);
}

/* Advanced builder */
.intellisouth-home-builder-container {
    margin-top: var(--is-section-gap-d, 28px);
}

.intellisouth-home-builder-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    border-radius: var(--is-element-radius, 12px);
}

.intellisouth-home-builder-column {
    display: flex;
    width: calc(var(--is-col-d, 100%) - 0px);
    min-width: 0;
    flex: 0 0 calc(var(--is-col-d, 100%) - 0px);
    flex-direction: column;
}

.intellisouth-home-builder-element + .intellisouth-home-builder-element {
    margin-top: var(--is-element-gap, 18px);
}

.intellisouth-home-builder-element h2,
.intellisouth-home-builder-element h3,
.intellisouth-home-builder-element h4,
.intellisouth-home-builder-element h5 {
    margin-bottom: 12px;
}

.intellisouth-home-builder-icon .intellisouth-icon {
    color: var(--is-primary, #0b63f6);
    font-size: 46px;
}

.intellisouth-home-builder-image {
    width: 100%;
    border-radius: var(--is-element-radius, 12px);
}

.intellisouth-home-divider {
    border: 0;
    border-top: 1px solid var(--is-border, #dce7f7);
}

.intellisouth-home-wrapper .screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 1100px) {
    .intellisouth-home-hero-grid {
        grid-template-columns: 1fr 1fr;
    }

    .intellisouth-home-about-grid {
        gap: 46px;
    }

    .intellisouth-home-service-card {
        width: calc(33.333% - 12px);
    }

    .intellisouth-home-why-grid {
        grid-template-columns: 1.45fr .55fr;
    }

    .intellisouth-home-why-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

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

    .intellisouth-home-industry:nth-child(3)::after {
        display: none;
    }

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

@media (max-width: 900px) {
    .intellisouth-home-section {
        padding: var(--is-section-pad-t, 60px 20px);
        text-align: var(--is-align-t, var(--is-align-d, left));
    }

    .intellisouth-home-container {
        width: var(--is-tablet-width, 92%);
    }

    .intellisouth-home-hero-grid,
    .intellisouth-home-about-grid,
    .intellisouth-home-contact-grid {
        grid-template-columns: 1fr;
    }

    .intellisouth-home-hero-grid {
        gap: 38px;
    }

    .intellisouth-home-hero-media {
        min-height: 320px;
    }

    .intellisouth-home-hero-media::after {
        inset: 0 0 auto;
        width: 100%;
        height: 30%;
        background: linear-gradient(180deg, #031f4e 0%, rgba(3,31,78,.78) 34%, transparent 100%);
    }

    .intellisouth-home-hero-image {
        min-height: 320px;
        border-radius: 0;
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.48) 9%, #000 25%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.48) 9%, #000 25%, #000 100%);
    }

    .intellisouth-home-about-grid {
        gap: 38px;
    }

    .intellisouth-home-about-media {
        max-width: 720px;
    }

    .intellisouth-home-stats-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .intellisouth-home-stat:nth-child(2)::after {
        display: none;
    }

    .intellisouth-home-stat:nth-child(-n+2) {
        border-bottom: 1px solid var(--is-border, #dce7f7);
    }

    .intellisouth-home-service-card {
        width: calc(50% - 9px);
    }

    .intellisouth-home-why-grid {
        grid-template-columns: 1fr;
    }

    .intellisouth-home-why-content {
        padding: 58px 5% 76px;
    }

    .intellisouth-home-why-media {
        min-height: 340px;
        margin-top: -38px;
        margin-left: 0;
    }

    .intellisouth-home-why-media::after {
        inset: 0 0 auto;
        width: 100%;
        height: 34%;
        background: linear-gradient(180deg, #04265a 0%, rgba(4,38,90,.82) 34%, transparent 100%);
    }

    .intellisouth-home-why-image {
        -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.48) 10%, #000 28%, #000 100%);
        mask-image: linear-gradient(180deg, transparent 0%, rgba(0,0,0,.48) 10%, #000 28%, #000 100%);
    }

    .intellisouth-home-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 46px;
    }

    .intellisouth-home-process-arrow {
        display: none;
    }

    .intellisouth-home-testimonials {
        grid-template-columns: 1fr 1fr;
    }

    .intellisouth-home-cta-box {
        grid-template-columns: auto 1fr;
    }

    .intellisouth-home-cta-box .intellisouth-home-button {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .intellisouth-home-contact-grid {
        gap: 42px;
    }

    .intellisouth-home-builder-column {
        width: var(--is-col-t, 100%);
        flex-basis: var(--is-col-t, 100%);
    }

    .intellisouth-home-mission-grid,
    .intellisouth-home-values-grid,
    .intellisouth-home-product-grid,
    .intellisouth-home-generic-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 620px) {
    .intellisouth-home-section {
        padding: var(--is-section-pad-m, 46px 16px);
        text-align: var(--is-align-m, var(--is-align-t, left));
    }

    .intellisouth-home-container {
        width: var(--is-mobile-width, 90%);
    }

    .intellisouth-home-heading {
        font-size: clamp(27px, 8vw, var(--is-h2, 36px));
    }

    .intellisouth-home-hero-title {
        font-size: clamp(34px, 10vw, var(--is-h1, 50px));
    }

    .intellisouth-home-button-row,
    .intellisouth-home-projects-head {
        align-items: stretch;
        flex-direction: column;
    }

    .intellisouth-home-button-row .intellisouth-home-button,
    .intellisouth-home-projects-head .intellisouth-home-button {
        width: 100%;
    }

    .intellisouth-home-hero-media,
    .intellisouth-home-hero-image {
        min-height: 250px;
    }

    .intellisouth-home-hero-media::after {
        height: 27%;
    }

    .intellisouth-home-why-content {
        padding: 50px 5% 68px;
    }

    .intellisouth-home-why-media {
        min-height: 270px;
        margin-top: -32px;
    }

    .intellisouth-home-section-about.has-decoration::before {
        display: none;
    }

    .intellisouth-home-stats-card {
        grid-template-columns: 1fr;
    }

    .intellisouth-home-stat {
        justify-content: flex-start;
    }

    .intellisouth-home-stat:not(:last-child)::after {
        top: auto;
        right: 20px;
        bottom: 0;
        left: 20px;
        width: auto;
        height: 1px;
    }

    .intellisouth-home-stat:nth-child(-n+2) {
        border-bottom: 0;
    }

    .intellisouth-home-service-card {
        width: 100%;
    }

    .intellisouth-home-why-points {
        grid-template-columns: 1fr 1fr;
    }

    .intellisouth-home-industries,
    .intellisouth-home-projects-grid,
    .intellisouth-home-process,
    .intellisouth-home-testimonials,
    .intellisouth-home-mission-grid,
    .intellisouth-home-values-grid,
    .intellisouth-home-product-grid,
    .intellisouth-home-generic-grid,
    .intellisouth-home-logo-grid {
        grid-template-columns: 1fr;
    }

    .intellisouth-home-industry::after {
        display: none;
    }

    .intellisouth-home-industry {
        border-bottom: 1px solid var(--is-border, #dce7f7);
    }

    .intellisouth-home-process-item p {
        max-width: 300px;
    }

    .intellisouth-home-testimonial-text {
        min-height: 0;
    }

    .intellisouth-home-testimonial-footer {
        grid-template-columns: 46px 1fr;
    }

    .intellisouth-home-rating {
        grid-column: 2;
    }

    .intellisouth-home-cta-box {
        grid-template-columns: 1fr;
        padding: 30px 24px;
        text-align: center;
    }

    .intellisouth-home-cta-icon {
        margin: 0 auto;
    }

    .intellisouth-home-cta-box .intellisouth-home-button {
        justify-self: stretch;
    }

    .intellisouth-home-contact-items,
    .intellisouth-home-form-grid {
        grid-template-columns: 1fr;
    }

    .intellisouth-home-form-wide,
    .intellisouth-home-form-submit,
    .intellisouth-home-form-status {
        grid-column: auto;
    }

    .intellisouth-home-builder-column {
        width: var(--is-col-m, 100%);
        flex-basis: var(--is-col-m, 100%);
        order: var(--is-col-order, 0);
    }
}

.intellisouth-home-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.intellisouth-home-social-links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid var(--is-border, #dce7f7);
    border-radius: 999px;
    color: var(--is-primary, #0b63f6) !important;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
}

.intellisouth-home-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.intellisouth-home-team-card {
    padding: 26px 20px;
    text-align: center;
}

.intellisouth-home-team-photo {
    width: 82px;
    height: 82px;
    margin: 0 auto 16px;
    border-radius: 50%;
    object-fit: cover;
}

.intellisouth-home-team-fallback {
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--is-primary), var(--is-accent));
    font-size: 22px;
    font-weight: 800;
}

.intellisouth-home-team-card h3 {
    margin: 0 0 7px;
    color: var(--is-heading, #0a1d3f);
    font-size: 17px;
}

.intellisouth-home-team-position {
    min-height: 44px;
    margin-bottom: 12px;
    font-size: 13px;
}

.intellisouth-home-team-card a,
.intellisouth-home-team-card span {
    display: block;
    overflow-wrap: anywhere;
    font-size: 12px;
}

@media (max-width: 900px) {
    .intellisouth-home-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .intellisouth-home-team-grid {
        grid-template-columns: 1fr;
    }
}

.intellisouth-home-cta-button {
    display: flex;
}

@media (max-width: 900px) {
    .intellisouth-home-cta-button {
        grid-column: 1 / -1;
        justify-self: flex-start !important;
    }
}

@media (max-width: 620px) {
    .intellisouth-home-cta-button {
        width: 100%;
        justify-self: stretch !important;
    }

    .intellisouth-home-cta-button .intellisouth-home-button {
        width: 100%;
    }
}
