/* SG Corp brand overrides for accounting-master template */

/* Corporate typography */
body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
p, a, li, span, label, input, textarea, select, button,
.navbar, .btn, .form-control, .heading-section,
.hero-wrap .slider-text h1,
.hero-wrap .slider-text h2,
.subheading, .footer-heading {
    font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

:root {
    --sgcorp-text-size: 1.125rem;
    --sgcorp-text-line-height: 1.75;
    --sgcorp-text-color: #4a5568;
}

body {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}


/* Hero slant edge */
.hero-wrap.home-hero-slant {
    position: relative;
    margin-bottom: 0;
}

    .hero-wrap.home-hero-slant::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 70px;
        background: #f8f9fa;
        clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
        z-index: 10;
        pointer-events: none;
    }

    .hero-wrap.home-hero-slant .home-slider,
    .hero-wrap.home-hero-slant .owl-carousel {
        position: relative;
        z-index: 1;
    }

@media (max-width: 767px) {
    .hero-wrap.home-hero-slant::after {
        height: 50px;
        clip-path: polygon(0 45%, 100% 0, 100% 100%, 0 100%);
    }
}

.home-hero-slant .owl-carousel.home-slider,
.home-hero-slant .owl-carousel.home-slider .slider-item,
.home-hero-slant .owl-carousel.home-slider .slider-item .slider-text {
    height: 660px;
}

@media (max-width: 767px) {
    .home-hero-slant .owl-carousel.home-slider,
    .home-hero-slant .owl-carousel.home-slider .slider-item,
    .home-hero-slant .owl-carousel.home-slider .slider-item .slider-text {
        height: 560px;
    }
}

/* Home hero — centered text */
.home-hero-slant .owl-carousel.home-slider .slider-item .slider-text {
    text-align: center;
}

.home-hero-slant .hero-slide-accounting {
    background-position: center 35% !important;
}

.home-hero-slant .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1.25rem;
}

.home-hero-slant .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 1.75rem;
}

.home-hero-slant .owl-carousel.home-slider .slider-item .overlay {
    opacity: 0.35;
}

.home-hero-slant .owl-carousel.home-slider .owl-dots {
    bottom: 62px;
}

@media (max-width: 767px) {
    .home-hero-slant .owl-carousel.home-slider .owl-dots {
        bottom: 28px;
    }
}

.home-hero-slant .btn-primary.btn-outline-primary {
    background: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
}

    .home-hero-slant .btn-primary.btn-outline-primary:hover,
    .home-hero-slant .btn-primary.btn-outline-primary:focus {
        background: #fff !important;
        color: #2574c4 !important;
        border-color: #fff !important;
    }

@media (max-width: 767px) {
    .home-hero-slant .owl-carousel.home-slider .slider-item .slider-text p.mb-0 .btn {
        display: block;
        width: 100%;
        margin: 0 0 0.75rem !important;
    }

        .home-hero-slant .owl-carousel.home-slider .slider-item .slider-text p.mb-0 .btn:last-child {
            margin-bottom: 0 !important;
        }
}

.wrap .bg-wrap {
    background: #00c853 !important;
    overflow: visible;
}

/* Room for slant triangles outside bg-wrap but inside viewport */
.sgcorp-site-header .wrap {
    position: relative;
    z-index: 3;
    overflow: visible;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.wrap .bg-wrap::before,
.wrap .bg-wrap::after {
    z-index: 2;
    pointer-events: none;
}

.wrap .bg-wrap::after {
    left: -40px !important;
    border-color: transparent transparent #00c853 transparent !important;
}

.wrap .bg-wrap::before {
    right: -40px !important;
    border-color: #00c853 transparent transparent transparent !important;
}

@media (max-width: 991.98px) {
    .sgcorp-site-header .wrap {
        padding-left: 39px;
        padding-right: 39px;
    }

    .wrap .bg-wrap::before {
        right: -39px !important;
    }

    .wrap .bg-wrap::after {
        left: -39px !important;
        right: auto !important;
    }
}

.bg-brand-green {
    background: #00c853 !important;
    color: #fff !important;
}

    .bg-brand-green h2,
    .bg-brand-green h3,
    .bg-brand-green p,
    .bg-brand-green a:not(.btn) {
        color: #fff !important;
    }

/* CTA band — static handshake background */
.sgcorp-cta-band {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    min-height: 300px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    .sgcorp-cta-band .container {
        position: relative;
        z-index: 2;
    }

.sgcorp-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient( rgba(0, 80, 40, 0.78), rgba(0, 120, 60, 0.72) );
    z-index: 1;
}

.sgcorp-cta-heading {
    color: #fff;
    font-size: clamp(1.35rem, 2.8vw, 1.75rem);
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 767px) {
    .sgcorp-cta-band {
        min-height: 260px;
    }

    .sgcorp-cta-heading {
        font-size: 1.25rem;
    }
}

.sgcorp-site-header .wrap > .container {
    padding-left: 8px;
    padding-right: 8px;
}

.sgcorp-site-header .wrap .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.sgcorp-site-header .wrap .phone {
    padding-left: 0 !important;
}

@media (min-width: 768px) {
    .sgcorp-site-header .wrap > .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media (max-width: 767px) {
    .sgcorp-site-header .wrap .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.social-media p a:hover {
    background: #00a844 !important;
    border-color: #00a844 !important;
}

/* Sticky top bar + navbar */
.sgcorp-site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
    overflow: visible;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.sgcorp-site-header .ftco-navbar-light.sgcorp-nav.navbar {
        position: relative;
        z-index: 1;
        background: #fff!important;
        transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .sgcorp-site-header .navbar-collapse {
        background: #fff;
    }

/* Home page — semi-transparent white navbar over hero */
body.page-home .sgcorp-site-header {
    background: transparent;
}

    body.page-home .sgcorp-site-header .wrap {
        margin-bottom: 0;
    }

body.page-home .hero-wrap.home-hero-slant {
    margin-top: -72px !important;
}

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav.navbar {
    background: rgba(255, 255, 255, 0.8) !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav > .container,
body.page-home .sgcorp-site-header:not(.header-solid) .navbar-collapse,
body.page-home .sgcorp-site-header:not(.header-solid) #ftco-nav,
body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav,
body.page-home .sgcorp-site-header:not(.header-solid) .sgcorp-nav-menu {
    background: transparent !important;
}

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link,
body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
    color: #3d4f5f !important;
}

    body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
    body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
    body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
        color: #2574c4 !important;
    }

    body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link:not(.nav-contact-btn)::after {
        background: #2574c4;
    }

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .dropdown-toggle::after {
    border-top-color: #6b7c8f;
}

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .nav-item.dropdown.show .dropdown-toggle::after {
    border-top-color: #2574c4;
}

body.page-home .sgcorp-site-header:not(.header-solid) .ftco-navbar-light.sgcorp-nav .navbar-toggler.sgcorp-nav-toggler {
    color: #2574c4 !important;
    border: 1px solid rgba(37, 116, 196, 0.25) !important;
}

body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav.navbar {
    background: #fff !important;
    border-bottom: none !important;
    box-shadow: 0 2px 12px rgba(15, 40, 80, 0.08) !important;
}

body.page-home .sgcorp-site-header.header-solid .navbar-collapse {
    background: #fff;
}

body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link,
body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
    color: #3d4f5f !important;
}

    body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
    body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
    body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
        color: #2574c4 !important;
    }

        body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link:not(.nav-contact-btn)::after {
            background: #2574c4;
        }

body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .dropdown-toggle::after {
    border-top-color: #6b7c8f;
}

body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .nav-item.dropdown.show .dropdown-toggle::after {
    border-top-color: #2574c4;
}

body.page-home .sgcorp-site-header.header-solid .ftco-navbar-light.sgcorp-nav .navbar-toggler.sgcorp-nav-toggler {
    color: #2574c4 !important;
}

@media (max-width: 991px) {
    .sgcorp-site-header .navbar-collapse {
        padding-bottom: 0.5rem;
    }

    body.page-home .hero-wrap.home-hero-slant {
        margin-top: -66px !important;
    }

    body.page-home .ftco-navbar-light.sgcorp-nav.navbar {
        padding: 0 15px !important;
    }

    .ftco-navbar-light.sgcorp-nav .navbar-brand,
    .ftco-navbar-light.sgcorp-nav .navbar-brand.site-logo-wrap {
        margin-bottom: 0 !important;
    }

    body.page-home .sgcorp-site-header:not(.header-solid) .navbar-collapse.show,
    body.page-home .sgcorp-site-header:not(.header-solid) .navbar-collapse.collapsing {
        background: rgba(255, 255, 255, 0.8) !important;
    }

        body.page-home .sgcorp-site-header:not(.header-solid) .navbar-collapse.show .nav-link,
        body.page-home .sgcorp-site-header:not(.header-solid) .navbar-collapse.collapsing .nav-link {
            color: #3d4f5f !important;
        }

    body.page-home .sgcorp-site-header.header-solid .navbar-collapse.show,
    body.page-home .sgcorp-site-header.header-solid .navbar-collapse.collapsing {
        background: #fff;
    }
}

/* Round icon backgrounds — brand colors */
.sgcorp-round-icon {
    border-radius: 50% !important;
    flex-shrink: 0;
}

.sgcorp-round-icon span,
.sgcorp-round-icon i {
    color: #fff !important;
}

.sgcorp-round-icon--blue {
    background: #2574c4 !important;
    box-shadow: 0 10px 30px -4px rgba(37, 116, 196, 0.35) !important;
}

.sgcorp-round-icon--yellow {
    background: #ffc107 !important;
    box-shadow: 0 10px 30px -4px rgba(255, 193, 7, 0.35) !important;
}

.sgcorp-round-icon--yellow span,
.sgcorp-round-icon--yellow i {
    color: #fff !important;
}

.sgcorp-round-icon--red {
    background: #ef5350 !important;
    box-shadow: 0 10px 30px -4px rgba(239, 83, 80, 0.35) !important;
}

.sgcorp-round-icon--green {
    background: #00c853 !important;
    box-shadow: 0 10px 30px -4px rgba(0, 200, 83, 0.35) !important;
}

.sgcorp-round-icon--lg {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sgcorp-round-icon--lg i {
    font-size: 28px;
    line-height: 1;
}

.services-2 .icon.sgcorp-round-icon {
    width: 52px;
    height: 52px;
}

.services-2 .icon.sgcorp-round-icon span {
    color: #fff !important;
}

.services-2 .icon.sgcorp-round-icon--yellow span {
    color: #fff !important;
}

.sgcorp-services-tagline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 1.25rem 2rem;
    max-width: 640px;
    margin: 0 auto;
}

.sgcorp-services-tagline__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    min-width: 88px;
}

.sgcorp-services-tagline__label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 575px) {
    .sgcorp-services-tagline {
        gap: 1rem 1.25rem;
    }

    .sgcorp-round-icon--lg {
        width: 56px;
        height: 56px;
    }

    .sgcorp-round-icon--lg i {
        font-size: 24px;
    }

    .sgcorp-services-tagline__label {
        font-size: 11px;
    }
}

/* Legacy: all-blue fallback for services-2 without color class */
.services-2 .icon:not([class*="sgcorp-round-icon--"]) {
    background: #2574c4 !important;
    box-shadow: 0px 10px 30px -4px rgba(37, 116, 196, 0.35) !important;
}

    .services-2 .icon:not([class*="sgcorp-round-icon--"]) span {
        color: #fff !important;
    }

/* Industry Expertise — vector cards + accreditations */
.sgcorp-expertise-section {
    background: #f8fafc;
    padding-bottom: 0 !important;
}

.sgcorp-expertise-intro {
    color: var(--sgcorp-text-color);
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
}

.sgcorp-expertise-cards {
    align-items: stretch;
}

.sgcorp-expertise-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e3eaf3;
    padding: 1.25rem 1.25rem 1.35rem;
    text-align: center;
    box-shadow: 0 10px 32px rgba(15, 40, 80, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sgcorp-expertise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(15, 40, 80, 0.1);
}

.sgcorp-expertise-card--blue {
    border-top: 3px solid #2574c4;
}

.sgcorp-expertise-card--yellow {
    border-top: 3px solid #ffc107;
}

.sgcorp-expertise-card--green {
    border-top: 3px solid #00c853;
}

.sgcorp-expertise-card__visual {
    margin-bottom: 1rem;
}

.sgcorp-expertise-card__visual svg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 160px;
}

.sgcorp-expertise-card__title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a2332;
    line-height: 1.35;
    margin: 0;
}

.sgcorp-accreditations {
    margin-top: 3rem;
    padding: 2rem 0 2.5rem;
    background: #fff;
    border-top: 1px solid #e3eaf3;
}

.sgcorp-accreditations__label {
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a96a3;
    margin-bottom: 1.25rem;
}

.sgcorp-accreditations__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
}

.sgcorp-accreditations__item {
    /*    display: flex;*/
    display: flex;
    flex-direction: column; /* image above text */
    justify-content: center; /* vertical center */
    align-items: center; /* horizontal center */
    text-align: center;
    padding: 0.75rem 1rem;
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 10px;
    min-height: 88px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

    .sgcorp-accreditations__item p {
        font-size: 12px;
        color: #1d63af;
        font-weight: bold;
        margin-top: 10px;
    }
.sgcorp-accreditations__item:hover {
    border-color: #cce0f5;
    box-shadow: 0 8px 24px rgba(37, 116, 196, 0.08);
}

.sgcorp-accreditations__item img {
    width: 100%;
    max-width: 180px;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 991px) {
    .sgcorp-accreditations__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .sgcorp-expertise-card__visual svg {
        max-height: 130px;
    }

    .sgcorp-accreditations {
        margin-top: 2rem;
        padding: 1.5rem 0 2rem;
    }

    .sgcorp-accreditations__grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .sgcorp-accreditations__item {
        min-height: 72px;
    }
}

.ftco-footer-social li a {
    background: #2574c4 !important;
}

    .ftco-footer-social li a:hover {
        background: #1d63af !important;
    }

    .ftco-footer-social li a i {
        color: #fff !important;
    }

.navbar-brand.site-logo-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    line-height: 0;
}

.navbar-brand .site-logo {
    height: 72px;
    width: auto;
    display: block;
    vertical-align: bottom;
}

/* Corporate navigation */
.ftco-navbar-light.sgcorp-nav.navbar {
    border-bottom: 1px solid #e8eef5;
    box-shadow: 0 2px 12px rgba(15, 40, 80, 0.06) !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    min-height: 0;
    align-items: center;
}

.ftco-navbar-light.sgcorp-nav > .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
}

.ftco-navbar-light.sgcorp-nav + .hero-wrap,
#ftco-navbar + .hero-wrap {
    margin-top: 0 !important;
}

.ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link,
.ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
.ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
.ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.01em !important;
    color: #3d4f5f !important;
    padding-top: 0.15rem !important;
    padding-bottom: 0.15rem !important;
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
    position: relative;
    transition: color 0.25s ease;
    background: transparent !important;
    opacity: 1 !important;
}

    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link::before,
    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link::before,
    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover::before {
        display: none !important;
        visibility: hidden !important;
    }

    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link,
    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.dropdown.show > .nav-link {
        color: #2574c4 !important;
    }

        .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link:not(.nav-contact-btn) {
            font-weight: 500 !important;
        }

            .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link:not(.nav-contact-btn)::after {
                content: '';
                position: absolute;
                left: 1.1rem;
                right: 1.1rem;
                bottom: 0.1rem;
                height: 2px;
                background: #2574c4;
                border-radius: 1px;
            }

.ftco-navbar-light.sgcorp-nav .dropdown-toggle::after {
    margin-left: 0.35rem;
    vertical-align: 0.15em;
    border-top-color: #6b7c8f;
}

.ftco-navbar-light.sgcorp-nav .nav-item.dropdown.show .dropdown-toggle::after {
    border-top-color: #2574c4;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown,
.ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item .dropdown-menu {
    border: 1px solid #e3eaf3 !important;
    border-radius: 6px !important;
    padding: 0.5rem 0 !important;
    margin-top: 0 !important;
    min-width: 260px;
    box-shadow: 0 12px 32px rgba(37, 116, 196, 0.12) !important;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-mega {
    padding: 1.1rem 0 !important;
}

@media (min-width: 992px) {
    .ftco-navbar-light.sgcorp-nav.navbar {
        position: relative;
    }

    .ftco-navbar-light.sgcorp-nav .sgcorp-nav-dropdown {
        position: static;
    }

    .ftco-navbar-light.sgcorp-nav .sgcorp-nav-dropdown.show .sgcorp-dropdown-mega,
    .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-mega.show {
        display: block !important;
    }

    .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-mega {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        width: 100%;
        min-width: 100%;
        max-width: none;
        margin: 0 !important;
        transform: none !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        border-top: 1px solid #e3eaf3 !important;
        box-shadow: 0 16px 40px rgba(37, 116, 196, 0.14) !important;
        z-index: 1020;
    }

    .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.5rem 1rem;
    }

    .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-grid--3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.85rem;
    padding: 0.75rem 0.85rem !important;
    border-radius: 4px;
    white-space: normal !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #3d4f5f !important;
    transition: background 0.2s ease, color 0.2s ease;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f6fc;
    border-radius: 4px;
    color: #2574c4;
    transition: background 0.2s ease, color 0.2s ease;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__icon span::before {
    font-size: 22px;
    line-height: 1;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #2c3e50;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
    color: #6b7c8f;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:hover,
.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:focus {
    background: #f0f6fc !important;
    color: #2574c4 !important;
    text-decoration: none;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:hover .sgcorp-dropdown-link__title,
.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:focus .sgcorp-dropdown-link__title {
    color: #2574c4;
}

.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:hover .sgcorp-dropdown-link__icon,
.ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:focus .sgcorp-dropdown-link__icon {
    background: #2574c4;
    color: #fff;
}

    .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown .dropdown-item:not(.sgcorp-dropdown-link),
    .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:not(.sgcorp-dropdown-link) {
        font-size: 14px !important;
        font-weight: 500 !important;
        padding: 0.55rem 1.25rem !important;
        color: #3d4f5f !important;
        transition: background 0.2s ease, color 0.2s ease;
    }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown .dropdown-item:not(.sgcorp-dropdown-link):hover,
        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown .dropdown-item:not(.sgcorp-dropdown-link):focus,
        .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:not(.sgcorp-dropdown-link):hover,
        .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-item:not(.sgcorp-dropdown-link):focus {
            background: #f0f6fc !important;
            color: #2574c4 !important;
        }

.ftco-navbar-light.sgcorp-nav .nav-contact-btn {
    background: #2574c4 !important;
    color: #fff !important;
    font-weight: 600 !important;
    padding: 0.35rem 1.15rem !important;
    margin-left: 0.75rem;
    border-radius: 2px;
    border: 1px solid #2574c4 !important;
    line-height: 1.5;
}

    .ftco-navbar-light.sgcorp-nav .nav-contact-btn:hover,
    .ftco-navbar-light.sgcorp-nav .nav-contact-btn:focus,
    .ftco-navbar-light.sgcorp-nav .nav-cta-wrap.active .nav-contact-btn {
        background: #1d63af !important;
        border-color: #1d63af !important;
        color: #fff !important;
    }

        .ftco-navbar-light.sgcorp-nav .nav-cta-wrap.active .nav-contact-btn::after {
            display: none !important;
        }

.ftco-navbar-light.sgcorp-nav .navbar-toggler.sgcorp-nav-toggler {
    font-size: 18px;
    color: #2574c4 !important;
    border: 1px solid #d8e4f0 !important;
    border-radius: 2px;
    padding: 0.35rem 0.65rem;
    text-transform: none;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .navbar-brand .site-logo {
        height: 62px;
    }

    .ftco-navbar-light.sgcorp-nav {
        padding: 0 15px !important;
    }

        .ftco-navbar-light.sgcorp-nav .navbar-nav {
            padding-bottom: 4px !important;
        }

            .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link,
            .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item > .nav-link:hover,
            .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link {
                padding: 0.5rem 0 !important;
                border-bottom: 1px solid #f0f3f7;
                color: #3d4f5f !important;
            }

                .ftco-navbar-light.sgcorp-nav .navbar-nav > .nav-item.active > .nav-link:not(.nav-contact-btn)::after {
                    display: none;
                }

        .ftco-navbar-light.sgcorp-nav .nav-contact-btn {
            margin: 0.75rem 0 0.25rem;
            text-align: center;
            display: inline-block;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-mega {
            min-width: 0;
            max-width: none;
            width: 100%;
            border: none !important;
            box-shadow: none !important;
            padding: 0.25rem 0 0.5rem !important;
            margin-top: 0.25rem !important;
            background: transparent !important;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-grid {
            grid-template-columns: 1fr;
            gap: 0;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-grid--3 {
            grid-template-columns: 1fr;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link {
            padding: 0.65rem 0 !important;
            border-bottom: 1px solid #f0f3f7;
            border-radius: 0;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link:last-child {
            border-bottom: none;
        }

        .ftco-navbar-light.sgcorp-nav .sgcorp-dropdown-link__desc {
            display: none;
        }
}

/* Brand green accent (template primary) — nav uses blue separately */
.subheading,
.hero-wrap .slider-text h1 span,
.ftco-counter .block-18 .number,
.block-7 .price,
.footer a:hover,
.list-unstyled a:hover,
.breadcrumbs span a:hover,
.breadcrumbs span a:hover i {
    color: #00c853 !important;
}

/* All buttons — brand blue */
.btn-primary,
.btn.btn-primary,
input.btn-primary,
.btn.btn-white,
.form-consultation .submit,
.subscribe-form .submit,
.footer .form-consultation .submit {
    background: #2574c4 !important;
    border-color: #2574c4 !important;
    color: #fff !important;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    input.btn-primary:hover,
    .btn.btn-white:hover,
    .btn.btn-white:focus,
    .form-consultation .submit:hover,
    .form-consultation .submit:focus,
    .subscribe-form .submit:hover,
    .subscribe-form .submit:focus,
    .footer .form-consultation .submit:hover,
    .footer .form-consultation .submit:focus {
        background: #1d63af !important;
        border-color: #1d63af !important;
        color: #fff !important;
    }

    .btn.btn-primary.btn-outline-primary {
        background: transparent !important;
        color: #2574c4 !important;
        border-color: #2574c4 !important;
    }

        .btn.btn-primary.btn-outline-primary:hover,
        .btn.btn-primary.btn-outline-primary:focus {
            background: #2574c4 !important;
            color: #fff !important;
            border-color: #2574c4 !important;
        }

.hero-wrap.hero-wrap-2 .overlay {
    background: #000 !important;
    opacity: 0.45 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #f0f6fc !important;
    color: #2574c4 !important;
}

.ftco-navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #f0f6fc !important;
    color: #2574c4 !important;
}

aside.aside-stretch-right {
    background: #2574c4 !important;
}

    aside.aside-stretch-right .footer-heading {
        color: #fff;
    }

    aside.aside-stretch-right .form-consultation .submit {
        background: #185494 !important;
        border-color: #185494 !important;
        color: #fff !important;
    }

        aside.aside-stretch-right .form-consultation .submit:hover {
            background: #1d63af !important;
            border-color: #1d63af !important;
        }

.service-page-content h2 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #00c853;
    display: inline-block;
}

.service-page-content p,
.service-page-content ul li,
.service-page-content .info-box p {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.service-page-content h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #2574c4;
    margin: 1.5rem 0 0.75rem;
}

.service-page-content ul {
    padding-left: 1.25rem;
}

    .service-page-content ul li {
        margin-bottom: 0.5rem;
    }

.service-page-content .info-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 4px;
    padding: 1.25rem;
    margin-bottom: 1rem;
    height: 100%;
}

    .service-page-content .info-box h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

/* Core Professional Services — corporate card grid */
.sgcorp-services-section {
    background: linear-gradient(160deg, #2574c4 0%, #1d63af 55%, #185494 100%);
    border-top: none;
    border-bottom: none;
    position: relative;
    overflow: hidden;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (max-width: 767px) {
    .sgcorp-services-section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}

.sgcorp-services-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 100% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 55%),
                radial-gradient(ellipse 60% 50% at 0% 100%, rgba(0, 0, 0, 0.06) 0%, transparent 50%);
    pointer-events: none;
}

.sgcorp-services-section > .container {
    position: relative;
    z-index: 1;
}

.sgcorp-services-section .heading-section-on-blue .subheading {
    color: #00e676;
}

.sgcorp-services-section .heading-section-on-blue h2 {
    color: #fff !important;
}

.sgcorp-services-intro {
    color: rgba(255, 255, 255, 1);
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.sgcorp-services-grid {
    margin-bottom: 0;
}

.sgcorp-services-layout {
    align-items: stretch;
}

.sgcorp-services-layout > .col-lg-7 {
    padding-right: 0.75rem;
}

.sgcorp-services-layout > .col-lg-5 {
    padding-left: 0.75rem;
}

/* Creative side panel — slanted shape with chart + CTA */
.sgcorp-services-side {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    background-color: #185494;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 5%);
    border-radius: 0 18px 18px 0;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.sgcorp-services-side::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #00e676 0%, #ef5350 100%);
    z-index: 3;
}

.sgcorp-services-side__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(37, 116, 196, 0.35) 38%,
        rgba(15, 45, 90, 0.82) 100%
    );
    z-index: 0;
}

.sgcorp-services-side__chart {
    position: relative;
    z-index: 2;
    margin: 1.35rem 1.15rem 0 1.85rem;
    padding: 0.65rem;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    transform: rotate(-3deg);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.sgcorp-services-side__chart .sgcorp-growth-vector {
    width: 100%;
    height: auto;
    display: block;
    filter: none;
}

.sgcorp-services-side__content {
    position: relative;
    z-index: 2;
    margin-top: 0;
    border-top:1px solid #fff;
    padding: 1.35rem 1.35rem 1.5rem 1.85rem;
}

.sgcorp-services-side__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.85rem;
    right: 1.35rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), transparent);
}

.sgcorp-services-side__tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #00e676;
    margin-bottom: 0.5rem;
}

.sgcorp-services-side__title {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 0.5rem;
}

.sgcorp-services-side__desc {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1rem;
}

.sgcorp-services-side__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.25rem;
    background: #fff;
    color: #2574c4 !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.sgcorp-services-side__btn i {
    font-size: 16px;
    transition: transform 0.25s ease;
}

.sgcorp-services-side__btn:hover,
.sgcorp-services-side__btn:focus {
    background: #00e676;
    color: #0d3d6b !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.sgcorp-services-side__btn:hover i,
.sgcorp-services-side__btn:focus i {
    transform: translateX(3px);
}

@media (max-width: 991px) {
    .sgcorp-services-layout > .col-lg-7,
    .sgcorp-services-layout > .col-lg-5 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sgcorp-services-side {
        min-height: 420px;
        margin-top: 0.5rem;
        clip-path: none;
        border-radius: 14px;
    }

    .sgcorp-services-side::before {
        width: 100%;
        height: 4px;
    }

    .sgcorp-services-side__chart {
        transform: none;
        margin: 1.25rem 1.25rem 0;
    }

    .sgcorp-services-side__content {
        padding: 1.25rem;
    }

    .sgcorp-services-side__content::before {
        left: 1.25rem;
        right: 1.25rem;
    }
}

.sgcorp-service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: linear-gradient(155deg, #fff 0%, #f9fbfe 100%);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 10px;
    padding: 1.25rem 1.25rem 1.1rem;
    text-decoration: none !important;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.sgcorp-service-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #2574c4;
    transition: width 0.3s ease;
}

.sgcorp-service-card::after {
    content: '';
    position: absolute;
    top: -28px;
    right: -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 116, 196, 0.09) 0%, transparent 70%);
    pointer-events: none;
    transition: transform 0.35s ease;
}

.sgcorp-service-card__index {
    position: absolute;
    top: 0.35rem;
    right: 0.85rem;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.07);
    z-index: 0;
    pointer-events: none;
    user-select: none;
    transition: color 0.3s ease;
}

.sgcorp-service-card__icon {
    position: relative;
    z-index: 1;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #2574c4;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.85rem;
    flex-shrink: 0;
    box-shadow: 0 8px 22px rgba(37, 116, 196, 0.32);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.sgcorp-service-card__icon span {
    font-size: 28px;
    color: #fff !important;
    line-height: 1;
    transition: color 0.3s ease;
}

.sgcorp-service-card__icon span::before {
    color: #fff;
    transition: color 0.3s ease;
}

.sgcorp-service-card__title {
    position: relative;
    z-index: 1;
    font-size: 1.02rem;
    font-weight: 600;
    color: #1a2332 !important;
    margin-bottom: 0.45rem;
    line-height: 1.35;
    padding-right: 1.75rem;
    transition: color 0.25s ease;
}

.sgcorp-service-card__desc {
    position: relative;
    z-index: 1;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color) !important;
    margin-bottom: 0;
    flex: 1;
}

.sgcorp-service-card__points {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0 0 0.25rem;
    padding: 0 0 0 0.85rem;
    flex: 1;
    border-left: 2px solid rgba(37, 116, 196, 0.25);
}

.sgcorp-service-card__points li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.35rem;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color) !important;
}

.sgcorp-service-card__points li:last-child {
    margin-bottom: 0;
}

.sgcorp-service-card__footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.85rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e8eef5;
}

.sgcorp-service-card__link {
    font-size: 14px;
    font-weight: 600;
    color: #2574c4 !important;
    transition: color 0.25s ease;
}

.sgcorp-service-card__arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #cce0f5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.sgcorp-service-card__arrow i {
    font-size: 14px;
    color: #2574c4;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sgcorp-service-card:hover,
.sgcorp-service-card:focus {
    border-color: #fff;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
    transform: translateY(-4px);
    text-decoration: none;
}

.sgcorp-service-card:hover::before,
.sgcorp-service-card:focus::before {
    width: 6px;
}

.sgcorp-service-card:hover::after,
.sgcorp-service-card:focus::after {
    transform: scale(1.2);
}

.sgcorp-service-card:hover .sgcorp-service-card__index,
.sgcorp-service-card:focus .sgcorp-service-card__index {
    color: rgba(0, 0, 0, 0.1);
}

.sgcorp-service-card:hover .sgcorp-service-card__icon,
.sgcorp-service-card:focus .sgcorp-service-card__icon {
    transform: translateY(-3px) scale(1.04);
}

/* Core services cards — 4 brand colors */
.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card::before {
    background: #2574c4;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card::after {
    background: radial-gradient(circle, rgba(37, 116, 196, 0.09) 0%, transparent 70%);
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card__icon {
    background: #2574c4;
    box-shadow: 0 8px 22px rgba(37, 116, 196, 0.32);
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card__points {
    border-left-color: rgba(37, 116, 196, 0.25);
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card__link {
    color: #2574c4 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card__arrow {
    border-color: #cce0f5;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card__arrow i {
    color: #2574c4;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:hover .sgcorp-service-card__icon,
.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:focus .sgcorp-service-card__icon {
    background: #1d63af;
    box-shadow: 0 14px 32px rgba(37, 116, 196, 0.42);
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:hover .sgcorp-service-card__title,
.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:focus .sgcorp-service-card__title {
    color: #2574c4 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:hover .sgcorp-service-card__link,
.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:focus .sgcorp-service-card__link {
    color: #1d63af !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:hover .sgcorp-service-card__arrow,
.sgcorp-services-grid > .col-md-6:nth-child(1) .sgcorp-service-card:focus .sgcorp-service-card__arrow {
    background: #2574c4;
    border-color: #2574c4;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card::before {
    background: #ffc107;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card::after {
    background: radial-gradient(circle, rgba(255, 193, 7, 0.12) 0%, transparent 70%);
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__icon {
    background: #ffc107;
    box-shadow: 0 8px 22px rgba(255, 193, 7, 0.32);
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__icon span,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__icon span::before {
    color: #1a2332 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__points {
    border-left-color: rgba(255, 193, 7, 0.45);
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__link {
    color: #c89200 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__arrow {
    border-color: #ffe082;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card__arrow i {
    color: #c89200;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__icon,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__icon {
    background: #e6a800;
    box-shadow: 0 14px 32px rgba(255, 193, 7, 0.42);
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__title,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__title {
    color: #c89200 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__link,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__link {
    color: #a67c00 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__arrow,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__arrow {
    background: #ffc107;
    border-color: #ffc107;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card::before {
    background: #ef5350;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card::after {
    background: radial-gradient(circle, rgba(239, 83, 80, 0.1) 0%, transparent 70%);
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card__icon {
    background: #ef5350;
    box-shadow: 0 8px 22px rgba(239, 83, 80, 0.32);
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card__points {
    border-left-color: rgba(239, 83, 80, 0.3);
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card__link {
    color: #ef5350 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card__arrow {
    border-color: #ffcdd2;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card__arrow i {
    color: #ef5350;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:hover .sgcorp-service-card__icon,
.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:focus .sgcorp-service-card__icon {
    background: #c62828;
    box-shadow: 0 14px 32px rgba(239, 83, 80, 0.42);
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:hover .sgcorp-service-card__title,
.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:focus .sgcorp-service-card__title {
    color: #ef5350 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:hover .sgcorp-service-card__link,
.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:focus .sgcorp-service-card__link {
    color: #c62828 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:hover .sgcorp-service-card__arrow,
.sgcorp-services-grid > .col-md-6:nth-child(3) .sgcorp-service-card:focus .sgcorp-service-card__arrow {
    background: #ef5350;
    border-color: #ef5350;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card::before {
    background: #00c853;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card::after {
    background: radial-gradient(circle, rgba(0, 200, 83, 0.1) 0%, transparent 70%);
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card__icon {
    background: #00c853;
    box-shadow: 0 8px 22px rgba(0, 200, 83, 0.32);
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card__points {
    border-left-color: rgba(0, 200, 83, 0.35);
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card__link {
    color: #00a844 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card__arrow {
    border-color: #b8ebd0;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card__arrow i {
    color: #00a844;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:hover .sgcorp-service-card__icon,
.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:focus .sgcorp-service-card__icon {
    background: #008f3a;
    box-shadow: 0 14px 32px rgba(0, 200, 83, 0.42);
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:hover .sgcorp-service-card__title,
.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:focus .sgcorp-service-card__title {
    color: #00a844 !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:hover .sgcorp-service-card__link,
.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:focus .sgcorp-service-card__link {
    color: #008f3a !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:hover .sgcorp-service-card__arrow,
.sgcorp-services-grid > .col-md-6:nth-child(4) .sgcorp-service-card:focus .sgcorp-service-card__arrow {
    background: #00c853;
    border-color: #00c853;
}

.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:hover .sgcorp-service-card__icon span,
.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:focus .sgcorp-service-card__icon span,
.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:hover .sgcorp-service-card__icon span::before,
.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:focus .sgcorp-service-card__icon span::before {
    color: #fff !important;
}

.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__icon span,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__icon span,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:hover .sgcorp-service-card__icon span::before,
.sgcorp-services-grid > .col-md-6:nth-child(2) .sgcorp-service-card:focus .sgcorp-service-card__icon span::before {
    color: #1a2332 !important;
}

.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:hover .sgcorp-service-card__arrow i,
.sgcorp-services-grid > .col-md-6 .sgcorp-service-card:focus .sgcorp-service-card__arrow i {
    color: #fff;
    transform: translateX(2px);
}

.sgcorp-growth-vector {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .sgcorp-service-card__index {
        font-size: 2.5rem;
        top: 0.25rem;
        right: 0.65rem;
    }

    .sgcorp-service-card {
        padding: 1.1rem 1.1rem 1rem;
    }
}

/* Legacy services cards (if used elsewhere) */
.services .icon span {
    color: #e6e6e6 !important;
}

.services .media-body {
    position: relative;
    z-index: 1;
}

    .services .media-body .heading a {
        color: #000000;
        text-decoration: none;
    }

        .services .media-body .heading a:hover {
            color: #2574c4 !important;
        }

    .services .media-body .services-read-more {
        display: inline-block;
        margin-top: 0.5rem;
        font-size: 14px;
        font-weight: 600;
        color: #2574c4;
        text-decoration: none;
    }

        .services .media-body .services-read-more:hover,
        .services .media-body .services-read-more:focus {
            color: #1d63af;
            text-decoration: none;
        }

/* Gateway to Asia-Pacific — parallax background + hub boxes */
.hub-section-parallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

/* Top slant — mirror of hero: left corner up, right corner down */
.hub-section-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 45%);
    z-index: 3;
    pointer-events: none;
}

@media (max-width: 767px) {
    .hub-section-parallax::before {
        height: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 55%);
    }
}

    .hub-section-parallax .hub-section-overlay {
        position: absolute;
        inset: 0;
        background: rgba(248, 249, 250, 0.82);
        z-index: 1;
    }

    .hub-section-parallax > .container {
        position: relative;
        z-index: 2;
    }

    .hub-section-parallax .heading-section p {
        color: var(--sgcorp-text-color) !important;
        font-size: var(--sgcorp-text-size);
        line-height: var(--sgcorp-text-line-height);
    }

.hub-section {
    position: relative;
}

.hub-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border: 1px solid #e3eaf3;
    box-shadow: 0 18px 50px rgba(37, 116, 196, 0.08);
    overflow: hidden;
}

.hub-box {
    position: relative;
    padding: 2rem 1.75rem 2.25rem;
    background: #fff;
    transition: background 0.3s ease, transform 0.3s ease;
}

    .hub-box:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 12%;
        right: 0;
        bottom: 12%;
        width: 1px;
        background: linear-gradient(to bottom, transparent, #c5d9ef 15%, #c5d9ef 85%, transparent);
    }

    .hub-box:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        right: -5px;
        width: 10px;
        height: 10px;
        background: #ef5350;
        border: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        z-index: 2;
        box-shadow: 0 0 0 1px rgba(239, 83, 80, 0.45);
    }

    .hub-box:hover {
        background: #f8fbff;
    }

.hub-box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.hub-box-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #2574c4;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(37, 116, 196, 0.25);
}

    .hub-box-icon span {
        font-size: 26px;
        color: #fff !important;
    }

.hub-box-num {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #e8f2fb;
    letter-spacing: -0.02em;
}

.hub-box-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #2574c4, #00c853);
    margin-bottom: 1.15rem;
    border-radius: 2px;
}

.hub-box h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 0.85rem;
}

.hub-box-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 1rem;
    border-left: 3px solid #2574c4;
}

.hub-box:nth-child(even) .hub-box-list {
    border-left-color: #00a844;
}

.hub-box-list li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0.7rem;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.hub-box-list li:last-child {
    margin-bottom: 0;
}

.hub-box p {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    margin: 0;
    color: var(--sgcorp-text-color);
}

@media (max-width: 991px) {
    .hub-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hub-box::before,
    .hub-box::after {
        display: none;
    }

    .hub-box:nth-child(1)::before,
    .hub-box:nth-child(3)::before {
        display: block;
        top: 12%;
        right: 0;
        bottom: 12%;
        left: auto;
        width: 1px;
        height: auto;
        background: linear-gradient(to bottom, transparent, #c5d9ef 15%, #c5d9ef 85%, transparent);
    }

    .hub-box:nth-child(1)::after,
    .hub-box:nth-child(3)::after {
        display: block;
        top: 50%;
        right: -5px;
        bottom: auto;
        left: auto;
        transform: translateY(-50%) rotate(45deg);
    }

    .hub-box:nth-child(1),
    .hub-box:nth-child(2) {
        border-bottom: 1px solid #e3eaf3;
    }
}

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

    .hub-box::before,
    .hub-box::after {
        display: none !important;
    }

    .hub-box:not(:last-child) {
        border-bottom: 1px solid #e3eaf3;
    }
}

/* Values band — above footer */
.sgcorp-values-band {
    position: relative;
    background: linear-gradient(135deg, #185494 0%, #2574c4 45%, #1d63af 100%);
    padding: 1.1rem 0;
    overflow: hidden;
    border-top: 3px solid #00c853;
}

.sgcorp-values-band__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.07) 45%,
        transparent 70%
    );
    pointer-events: none;
}

.sgcorp-values-band > .container {
    position: relative;
    z-index: 1;
}

.sgcorp-values-band__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    gap: 0;
}

.sgcorp-values-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.35rem 1.25rem;
    position: relative;
    text-align: center;
}

.sgcorp-values-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 2rem;
    background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.45), transparent);
}

.sgcorp-values-item__icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s ease, transform 0.25s ease;
}

.sgcorp-values-item__icon i {
    font-size: 14px;
    color: #00e676;
}

.sgcorp-values-item__label {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    line-height: 1.3;
    white-space: nowrap;
}

.sgcorp-values-item:hover .sgcorp-values-item__icon {
    background: rgba(0, 230, 118, 0.2);
    transform: scale(1.06);
}

@media (max-width: 991px) {
    .sgcorp-values-band__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem 0;
    }

    .sgcorp-values-item {
        padding: 0.35rem 0.75rem;
    }

    .sgcorp-values-item:not(:last-child)::after {
        display: none;
    }

    .sgcorp-values-item:nth-child(odd)::after {
        display: block;
    }

    .sgcorp-values-item:nth-child(1)::after,
    .sgcorp-values-item:nth-child(3)::after {
        right: 0;
    }

    .sgcorp-values-item:nth-child(1),
    .sgcorp-values-item:nth-child(2) {
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }
}

@media (max-width: 575px) {
    .sgcorp-values-band {
        padding: 1rem 0;
    }

    .sgcorp-values-band__grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .sgcorp-values-item {
        justify-content: flex-start;
        padding: 0.4rem 0.5rem;
        border-bottom: none !important;
    }

    .sgcorp-values-item::after {
        display: none !important;
    }

    .sgcorp-values-item__label {
        white-space: normal;
    }
}

/* Service detail pages — incorporation & secretarial */
.sgcorp-incorp-audience {
    background: #fff;
}

.sgcorp-incorp-audience__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 0.75rem;
}

.sgcorp-incorp-audience__lead,
.sgcorp-secretarial-intro {
    color: var(--sgcorp-text-color);
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
}

.sgcorp-incorp-audience__card {
    position: relative;
    min-height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.sgcorp-incorp-audience__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(24, 84, 148, 0.88) 0%, rgba(37, 116, 196, 0.72) 100%);
}

.sgcorp-incorp-audience__card--foreign .sgcorp-incorp-audience__overlay {
    background: linear-gradient(135deg, rgba(15, 45, 90, 0.9) 0%, rgba(37, 116, 196, 0.75) 100%);
}

.sgcorp-incorp-audience__body {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    color: #fff;
}

.sgcorp-incorp-audience__body h3 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    margin-bottom: 0.75rem;
}

.sgcorp-incorp-audience__body h3 span {
    color: #ffc107;
}

.sgcorp-incorp-audience__subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0.35rem;
}

.sgcorp-incorp-audience__body p {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 1rem;
}

.sgcorp-incorp-audience__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 13px;
    font-weight: 700;
    color: #00e676 !important;
    text-decoration: none !important;
}

.sgcorp-incorp-section {
    position: relative;
}

.sgcorp-incorp-section__banner {
    position: relative;
    background: linear-gradient(160deg, #2574c4 0%, #185494 100%);
    padding: 2.5rem 0 3.5rem;
    overflow: hidden;
}

.sgcorp-incorp-section__banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 72px;
    background: #00e676;
}

.sgcorp-incorp-section__banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 48px;
    background: #f7f3eb;
    clip-path: ellipse(75% 100% at 50% 100%);
}

.sgcorp-incorp-section--foreign .sgcorp-incorp-section__banner::after {
    background: #f3f7fb;
}

.sgcorp-incorp-section__badge {
    display: inline-block;
    padding: 0.55rem 1.75rem;
    border-radius: 999px;
    border: 2px solid #00e676;
    background: rgba(13, 45, 90, 0.55);
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.sgcorp-incorp-section__body {
    background: #f7f3eb;
    padding: 3rem 0 4rem;
}

.sgcorp-incorp-section--foreign .sgcorp-incorp-section__body {
    background: #f3f7fb;
}

.sgcorp-incorp-section__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a96a3;
    margin-bottom: 0.65rem;
}

.sgcorp-incorp-section__heading {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.65rem;
    font-weight: 700;
    color: #1a2332;
    line-height: 1.35;
    margin-bottom: 0;
}

.sgcorp-incorp-split {
    align-items: stretch !important;
}

.sgcorp-incorp-accordion .card {
    border: none;
    background: transparent;
    margin-bottom: 0.85rem;
}

.sgcorp-incorp-accordion .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.sgcorp-incorp-accordion__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: left;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sgcorp-incorp-accordion__toggle:hover,
.sgcorp-incorp-accordion__toggle:focus {
    outline: none;
    box-shadow: 0 12px 28px rgba(37, 116, 196, 0.16);
    transform: translateY(-1px);
}

.sgcorp-incorp-accordion__toggle:not(.collapsed) {
    box-shadow: 0 12px 28px rgba(37, 116, 196, 0.18);
}

.sgcorp-incorp-accordion__num {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2574c4;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sgcorp-incorp-accordion__label {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #1a2332;
    line-height: 1.35;
}

.sgcorp-incorp-accordion__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
}

.sgcorp-incorp-accordion__icon::before,
.sgcorp-incorp-accordion__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2574c4;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.sgcorp-incorp-accordion__icon::before {
    width: 14px;
    height: 2px;
}

.sgcorp-incorp-accordion__icon::after {
    width: 2px;
    height: 14px;
}

.sgcorp-incorp-accordion__toggle:not(.collapsed) .sgcorp-incorp-accordion__icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.sgcorp-incorp-accordion .card-body {
    padding: 1.15rem 0.25rem 0.5rem;
    font-size: 14px;
    line-height: 1.65;
    color: #4a5868;
}

.sgcorp-incorp-accordion .card-body p {
    font-size: 14px;
    line-height: 1.65;
    color: #4a5868;
}

.sgcorp-incorp-proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e8ef;
}

.sgcorp-incorp-proscons h4 {
    font-size: 13px;
    font-weight: 700;
    color: #2574c4;
    margin-bottom: 0.5rem;
}

.sgcorp-incorp-proscons ul,
.sgcorp-incorp-points {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
}

.sgcorp-incorp-proscons li,
.sgcorp-incorp-points li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 0.45rem;
    font-size: 13px;
    line-height: 1.55;
    color: #4a5868;
}

.sgcorp-incorp-block p {
    font-size: 14px;
    line-height: 1.65;
    color: #4a5868;
}

.sgcorp-incorp-steps li {
    font-size: 13px;
    line-height: 1.55;
    color: #4a5868;
}

.sgcorp-incorp-proscons li::before,
.sgcorp-incorp-points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00c853;
}

.sgcorp-incorp-block + .sgcorp-incorp-block {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e3e8ef;
}

.sgcorp-incorp-block h4 {
    font-size: 14px;
    font-weight: 700;
    color: #2574c4;
    margin-bottom: 0.35rem;
}

.sgcorp-incorp-steps {
    padding-left: 1.15rem;
    margin: 0.75rem 0 0;
}

.sgcorp-incorp-steps li {
    margin-bottom: 0.45rem;
}

.sgcorp-incorp-highlight {
    margin-top: 0.85rem;
    padding: 0.75rem 1rem;
    border-left: 3px solid #00c853;
    background: rgba(0, 200, 83, 0.08);
    color: #0d5c32;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.55;
}

.sgcorp-incorp-visual {
    position: sticky;
    top: 100px;
    min-height: 320px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 16px 42px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sgcorp-incorp-visual__panel {
    display: none;
    padding: 1.25rem;
    animation: sgcorpIncorpFade 0.35s ease;
}

.sgcorp-incorp-visual__panel.is-active {
    display: block;
}

.sgcorp-incorp-visual__panel svg {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes sgcorpIncorpFade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sgcorp-secretarial-why {
    background: #fff;
    border: 1px solid #e3eaf3;
    border-left: 4px solid #00c853;
    border-radius: 12px;
    padding: 1.5rem 1.5rem 1.35rem;
    box-shadow: 0 12px 32px rgba(15, 40, 80, 0.08);
}

.sgcorp-secretarial-why__title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a2332;
    margin-bottom: 1rem;
}

.sgcorp-secretarial-why__list {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
}

.sgcorp-secretarial-why__list li {
    position: relative;
    padding-left: 1.15rem;
    margin-bottom: 0.55rem;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.sgcorp-secretarial-why__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 7px;
    height: 7px;
    border-radius: 1px;
    background: #ef5350;
}

.sgcorp-secretarial-why__note {
    margin: 0;
    padding-top: 1rem;
    border-top: 1px solid #eef2f7;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
    font-style: italic;
}

@media (max-width: 991px) {
    .sgcorp-incorp-visual {
        position: static;
        margin-top: 1.5rem;
        min-height: 0;
    }

    .sgcorp-incorp-proscons {
        grid-template-columns: 1fr;
    }

    .sgcorp-incorp-section__heading {
        font-size: 1.35rem;
    }
}

/* FAQ pages */
html {
    scroll-behavior: smooth;
}

.sgcorp-faq-page {
    background: #fff;
    padding-top: 3rem;
}

.sgcorp-faq-jump {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.sgcorp-faq-jump__link {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 12px;
    border: 1px solid #e3eaf3;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15, 40, 80, 0.06);
    text-decoration: none !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sgcorp-faq-jump__link:hover,
.sgcorp-faq-jump__link:focus {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(37, 116, 196, 0.12);
    text-decoration: none;
}

.sgcorp-faq-jump__link--blue:hover,
.sgcorp-faq-jump__link--blue:focus { border-color: #2574c4; }
.sgcorp-faq-jump__link--yellow:hover,
.sgcorp-faq-jump__link--yellow:focus { border-color: #ffc107; }
.sgcorp-faq-jump__link--green:hover,
.sgcorp-faq-jump__link--green:focus { border-color: #00c853; }

.sgcorp-faq-jump__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sgcorp-faq-jump__link--blue .sgcorp-faq-jump__icon { background: rgba(37, 116, 196, 0.12); color: #2574c4; }
.sgcorp-faq-jump__link--yellow .sgcorp-faq-jump__icon { background: rgba(255, 193, 7, 0.18); color: #c49000; }
.sgcorp-faq-jump__link--green .sgcorp-faq-jump__icon { background: rgba(0, 200, 83, 0.14); color: #00a844; }

.sgcorp-faq-jump__icon span::before {
    font-size: 22px;
    line-height: 1;
}

.sgcorp-faq-jump__text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.sgcorp-faq-jump__title {
    font-size: 14px;
    font-weight: 700;
    color: #1a2332;
    line-height: 1.35;
}

.sgcorp-faq-jump__count {
    font-size: 12px;
    color: #6b7c8f;
}

.sgcorp-faq-section {
    padding: 3.5rem 0;
    scroll-margin-top: 100px;
}

.sgcorp-faq-section--light {
    background: #fff;
}

.sgcorp-faq-section--soft {
    background: #f7f9fc;
}

.sgcorp-faq-section__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #e8eef5;
}

.sgcorp-faq-section--blue .sgcorp-faq-section__header {
    border-bottom-color: rgba(37, 116, 196, 0.2);
}

.sgcorp-faq-section--yellow .sgcorp-faq-section__header {
    border-bottom-color: rgba(255, 193, 7, 0.35);
}

.sgcorp-faq-section--green .sgcorp-faq-section__header {
    border-bottom-color: rgba(0, 200, 83, 0.25);
}

.sgcorp-faq-section__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.sgcorp-faq-section--blue .sgcorp-faq-section__icon { background: linear-gradient(135deg, #2574c4, #185494); }
.sgcorp-faq-section--yellow .sgcorp-faq-section__icon { background: linear-gradient(135deg, #ffc107, #e6a800); color: #1a2332; }
.sgcorp-faq-section--green .sgcorp-faq-section__icon { background: linear-gradient(135deg, #00c853, #00a844); }

.sgcorp-faq-section__icon span::before {
    font-size: 26px;
    line-height: 1;
}

.sgcorp-faq-section__intro {
    flex: 1;
    min-width: 0;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.sgcorp-faq-section__intro p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.sgcorp-faq-section__eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a96a3;
    margin-bottom: 0.35rem;
}

.sgcorp-faq-section__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2332;
    margin: 0;
    line-height: 1.35;
}

.sgcorp-faq-section__count {
    flex-shrink: 0;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: #f0f6fc;
    color: #2574c4;
}

.sgcorp-faq-section--yellow .sgcorp-faq-section__count {
    background: rgba(255, 193, 7, 0.15);
    color: #9a7200;
}

.sgcorp-faq-section--green .sgcorp-faq-section__count {
    background: rgba(0, 200, 83, 0.12);
    color: #007a35;
}

.sgcorp-faq-accordion .card {
    border: none;
    background: transparent;
    margin-bottom: 0.75rem;
}

.sgcorp-faq-accordion .card-header {
    padding: 0;
    border: none;
    background: transparent;
}

.sgcorp-faq-accordion__toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    text-align: left;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.sgcorp-faq-accordion__num {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f0f6fc;
    color: #2574c4;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.sgcorp-faq-section--yellow .sgcorp-faq-accordion__num {
    background: rgba(255, 193, 7, 0.15);
    color: #9a7200;
}

.sgcorp-faq-section--green .sgcorp-faq-accordion__num {
    background: rgba(0, 200, 83, 0.12);
    color: #007a35;
}

.sgcorp-faq-accordion__toggle:hover,
.sgcorp-faq-accordion__toggle:focus {
    outline: none;
    box-shadow: 0 12px 28px rgba(37, 116, 196, 0.16);
    transform: translateY(-1px);
}

.sgcorp-faq-accordion__toggle:not(.collapsed) {
    box-shadow: 0 12px 28px rgba(37, 116, 196, 0.18);
}

.sgcorp-faq-accordion__label {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #1a2332;
    line-height: 1.4;
}

.sgcorp-faq-accordion__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
}

.sgcorp-faq-accordion__icon::before,
.sgcorp-faq-accordion__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: #2574c4;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.sgcorp-faq-accordion__icon::before {
    width: 14px;
    height: 2px;
}

.sgcorp-faq-accordion__icon::after {
    width: 2px;
    height: 14px;
}

.sgcorp-faq-accordion__toggle:not(.collapsed) .sgcorp-faq-accordion__icon::after {
    transform: translate(-50%, -50%) scaleY(0);
    opacity: 0;
}

.sgcorp-faq-accordion .card-body {
    padding: 1rem 1.15rem 0.25rem;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.sgcorp-faq-accordion .card-body p:last-child {
    margin-bottom: 0;
}

.sgcorp-faq-accordion__points {
    list-style: none;
    margin: 0.65rem 0 0;
    padding: 0;
}

.sgcorp-faq-accordion__points li {
    position: relative;
    padding-left: 1.1rem;
    margin-bottom: 0.4rem;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.sgcorp-faq-accordion__points li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00c853;
}

.sgcorp-faq-accordion__subheading {
    margin: 0.65rem 0 0.35rem;
    font-size: 14px;
    font-weight: 600;
    color: #1a2332;
}

.sgcorp-faq-accordion__points--nested {
    margin-left: 0.5rem;
    padding-left: 0.75rem;
    border-left: 2px solid rgba(0, 200, 83, 0.35);
}

.sgcorp-faq-accordion__highlight {
    margin-top: 0.85rem;
    margin-bottom: 0;
    padding: 0.75rem 1rem;
    border-left: 3px solid #2574c4;
    background: rgba(37, 116, 196, 0.06);
    color: #185494;
    font-weight: 600;
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
}

.sgcorp-faq-section--yellow .sgcorp-faq-accordion__highlight {
    border-left-color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    color: #7a5d00;
}

.sgcorp-faq-section--green .sgcorp-faq-accordion__highlight {
    border-left-color: #00c853;
    background: rgba(0, 200, 83, 0.08);
    color: #0d5c32;
}

@media (max-width: 991px) {
    .sgcorp-faq-jump {
        grid-template-columns: 1fr;
    }

    .sgcorp-faq-section__header {
        flex-wrap: wrap;
    }

    .sgcorp-faq-section__count {
        margin-left: calc(56px + 1rem);
    }

    .sgcorp-faq-section__title {
        font-size: 1.25rem;
    }
}


.bottomnote{
    font-size: var(--sgcorp-text-size) !important;
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

/* ── About Us page ── */
#about-company,
#our-team {
    scroll-margin-top: 100px;
}

.sgcorp-about-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #2574c4;
    margin-bottom: 0.75rem;
}

.sgcorp-about-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.25;
    margin-bottom: 1.25rem;
}

.sgcorp-about-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a2e;
}

.sgcorp-about-lead {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

.sgcorp-about-text {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
    margin-bottom: 1.25rem;
}

.sgcorp-about-text--centered {
    text-align: center;
}

.sgcorp-about-story__visual {
    position: relative;
}

.sgcorp-about-story__image {
    border-radius: 12px;
    min-height: 420px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 50px rgba(37, 116, 196, 0.15);
}

.sgcorp-about-story__accent {
    position: absolute;
    right: -1rem;
    bottom: -1.5rem;
    max-width: 240px;
    background: #2574c4;
    color: #fff;
    padding: 1.25rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(37, 116, 196, 0.35);
}

.sgcorp-about-story__accent span {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.sgcorp-about-story__accent p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
}

.sgcorp-about-highlight {
    background: #fff;
    border-radius: 12px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sgcorp-about-highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(37, 116, 196, 0.12);
}

.sgcorp-about-highlight__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.sgcorp-about-highlight__icon span {
    font-size: 1.5rem;
}

.sgcorp-about-highlight--blue .sgcorp-about-highlight__icon {
    background: rgba(37, 116, 196, 0.12);
    color: #2574c4;
}

.sgcorp-about-highlight--yellow .sgcorp-about-highlight__icon {
    background: rgba(255, 193, 7, 0.15);
    color: #c49000;
}

.sgcorp-about-highlight--green .sgcorp-about-highlight__icon {
    background: rgba(0, 200, 83, 0.12);
    color: #00a844;
}

.sgcorp-about-highlight--red .sgcorp-about-highlight__icon {
    background: rgba(220, 53, 69, 0.1);
    color: #c82333;
}

.sgcorp-about-highlight h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.65rem;
}

.sgcorp-about-highlight p {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
    margin: 0;
}

.sgcorp-about-purpose {
    position: relative;
    background: linear-gradient(135deg, #2574c4 0%, #1a5a9e 55%, #00a844 100%);
    color: #fff;
    border-radius: 14px;
    padding: 2.5rem 2.5rem 2.5rem 3.5rem;
    margin: 0;
    border: none;
    box-shadow: 0 16px 48px rgba(37, 116, 196, 0.25);
}

.sgcorp-about-purpose__mark {
    position: absolute;
    top: 0.5rem;
    left: 1.25rem;
    font-size: 4rem;
    line-height: 1;
    font-family: Georgia, serif;
    opacity: 0.35;
}

.sgcorp-about-purpose p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.sgcorp-team-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    appearance: none;
    -webkit-appearance: none;
}

.sgcorp-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(37, 116, 196, 0.14);
}

.sgcorp-team-card__photo-wrap {
    position: relative;
}

.sgcorp-team-card__photo {
    height: 280px;
    background-size: cover;
    background-position: center top;
    background-color: #e8eef5;
}

.sgcorp-team-card--founder {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.sgcorp-team-card--founder .sgcorp-team-card__photo-wrap {
    flex: 0 0 42%;
    max-width: 42%;
}

.sgcorp-team-card--founder .sgcorp-team-card__photo {
    height: 100%;
    min-height: 320px;
}

.sgcorp-team-card--founder .sgcorp-team-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem;
}

.sgcorp-team-card__linkedin {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0077b5;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    box-shadow: 0 4px 14px rgba(0, 119, 181, 0.4);
    transition: transform 0.2s ease, background 0.2s ease;
}

.sgcorp-team-card__linkedin:hover {
    background: #005885;
    color: #fff;
    transform: scale(1.08);
}

.sgcorp-team-card__body {
    padding: 1.5rem 1.25rem 1.75rem;
}

.sgcorp-team-card__badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #2574c4;
    background: rgba(37, 116, 196, 0.1);
    padding: 0.35rem 0.75rem;
    border-radius: 50px;
    margin-bottom: 0.75rem;
}

.sgcorp-team-card__name {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.35rem;
}

.sgcorp-team-card--founder .sgcorp-team-card__name {
    font-size: 1.5rem;
}

.sgcorp-team-card__role {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2574c4;
    margin-bottom: 0;
}

.sgcorp-team-card__view {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.85rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: #6b7280;
    transition: color 0.2s ease;
}

.sgcorp-team-card:hover .sgcorp-team-card__view {
    color: #2574c4;
}

.sgcorp-team-card__view i {
    font-size: 0.9rem;
}

.sgcorp-team-card__bio {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #6b7280;
    margin-top: 1rem;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .sgcorp-about-story__accent {
        right: 0;
        bottom: -1rem;
        max-width: 220px;
    }

    .sgcorp-team-card--founder {
        flex-direction: column;
    }

    .sgcorp-team-card--founder .sgcorp-team-card__photo-wrap {
        flex: none;
        max-width: 100%;
    }

    .sgcorp-team-card--founder .sgcorp-team-card__photo {
        min-height: 280px;
    }

    .sgcorp-team-card--founder .sgcorp-team-card__body {
        padding: 1.75rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .sgcorp-about-title {
        font-size: 1.75rem;
    }

    .sgcorp-about-story__image {
        min-height: 300px;
    }

    .sgcorp-about-story__accent {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 100%;
        margin-top: 1rem;
    }

    .sgcorp-about-purpose {
        padding: 2rem 1.5rem 2rem 2rem;
    }

    .sgcorp-about-purpose p {
        font-size: 1.05rem;
    }
}

/* Team member profile modal */
body.sgcorp-team-modal-open {
    overflow: hidden;
}

.sgcorp-team-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.sgcorp-team-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.sgcorp-team-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(4px);
}

.sgcorp-team-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: min(88vh, 720px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    transform: translateY(16px) scale(0.98);
    transition: transform 0.28s ease;
}

.sgcorp-team-modal.is-open .sgcorp-team-modal__dialog {
    transform: translateY(0) scale(1);
}

.sgcorp-team-modal__close {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #1a1a2e;
    font-size: 1.5rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    transition: background 0.2s ease, color 0.2s ease;
}

.sgcorp-team-modal__close:hover {
    background: #2574c4;
    color: #fff;
}

.sgcorp-team-modal__layout {
    display: flex;
    min-height: 420px;
    max-height: min(88vh, 720px);
}

.sgcorp-team-modal__aside {
    flex: 0 0 38%;
    max-width: 38%;
    background: linear-gradient(180deg, #f4f8fc 0%, #e8f0fa 100%);
    padding: 2rem 1.75rem;
    border-right: 1px solid rgba(37, 116, 196, 0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sgcorp-team-modal__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    background-color: #d8e4f2;
    border: 4px solid #fff;
    box-shadow: 0 12px 30px rgba(37, 116, 196, 0.2);
    margin-bottom: 1.25rem;
}

.sgcorp-team-modal__name {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.sgcorp-team-modal__designation {
    font-size: 0.95rem;
    font-weight: 600;
    color: #2574c4;
    margin-bottom: 0.65rem;
}

.sgcorp-team-modal__qualification {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
    margin-bottom: 1.25rem;
}

.sgcorp-team-modal__linkedin {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    padding: 0.55rem 1rem;
    border-radius: 50px;
    background: #0077b5;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}

.sgcorp-team-modal__linkedin:hover {
    background: #005885;
    color: #fff;
    text-decoration: none;
}

.sgcorp-team-modal__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 2rem 1.75rem;
    min-width: 0;
}

.sgcorp-team-modal__content-title {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2574c4;
    margin-bottom: 1rem;
    flex-shrink: 0;
}

.sgcorp-team-modal__text {
    flex: 1;
    overflow-y: auto;
    padding-right: 0.75rem;
    max-height: calc(min(88vh, 720px) - 5rem);
    scrollbar-width: thin;
    scrollbar-color: #2574c4 #e8eef5;
}

.sgcorp-team-modal__text::-webkit-scrollbar {
    width: 8px;
}

.sgcorp-team-modal__text::-webkit-scrollbar-track {
    background: #e8eef5;
    border-radius: 8px;
}

.sgcorp-team-modal__text::-webkit-scrollbar-thumb {
    background: #2574c4;
    border-radius: 8px;
}

.sgcorp-team-modal__text::-webkit-scrollbar-thumb:hover {
    background: #1a5a9e;
}

.sgcorp-team-modal__text p {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
    margin-bottom: 1rem;
}

.sgcorp-team-modal__text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .sgcorp-team-modal {
        padding: 0.75rem;
    }

    .sgcorp-team-modal__layout {
        flex-direction: column;
        max-height: min(92vh, 720px);
        overflow-y: auto;
    }

    .sgcorp-team-modal__aside {
        flex: none;
        max-width: 100%;
        padding: 1.75rem 1.25rem 1.25rem;
        border-right: none;
        border-bottom: 1px solid rgba(37, 116, 196, 0.12);
    }

    .sgcorp-team-modal__photo {
        width: 120px;
        height: 120px;
    }

    .sgcorp-team-modal__linkedin {
        margin-top: 0.5rem;
    }

    .sgcorp-team-modal__content {
        padding: 1.25rem;
    }

    .sgcorp-team-modal__text {
        max-height: 240px;
    }
}

/* Site-wide body copy — matches About Us lead paragraph (excludes legacy pages) */
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .ftco-section .heading-section p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .services-2 .text p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .sgcorp-faq-section__intro p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .sgcorp-faq-accordion__highlight,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .contact-section p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .ftco-contact p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .ftco-section > .container > .row > [class*="col-"] > p,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .ftco-section > .container p.mb-0,
body:not(.page-home):not(.page-why-choose-us):not(.page-about-us) .ftco-section > .container p.mb-4 {
    font-size: var(--sgcorp-text-size);
    line-height: var(--sgcorp-text-line-height);
    color: var(--sgcorp-text-color);
}

/* Service accordion — compact body text (overrides site-wide copy) */
.sgcorp-incorp-accordion .card-body,
.sgcorp-incorp-accordion .card-body p,
.sgcorp-incorp-accordion .sgcorp-incorp-block p,
.sgcorp-incorp-accordion .sgcorp-incorp-steps li,
.sgcorp-incorp-accordion .sgcorp-incorp-points li,
.sgcorp-incorp-accordion .sgcorp-incorp-proscons li,
.sgcorp-incorp-accordion .sgcorp-incorp-highlight {
    font-size: 14px;
    line-height: 1.65;
    color: #4a5868;
}

.sgcorp-incorp-accordion .sgcorp-incorp-steps li,
.sgcorp-incorp-accordion .sgcorp-incorp-points li,
.sgcorp-incorp-accordion .sgcorp-incorp-proscons li,
.sgcorp-incorp-accordion .sgcorp-incorp-highlight {
    font-size: 13px;
    line-height: 1.55;
}

.sgcorp-incorp-accordion .sgcorp-incorp-highlight {
    color: #0d5c32;
}

/* White text on dark / image backgrounds */
.home-hero-slant .slider-text p,
.hero-wrap .slider-text p,
.sgcorp-incorp-audience__body p,
.sgcorp-services-intro,
.sgcorp-services-section .heading-section-on-blue p,
.heading-section.heading-section-white p,
.sgcorp-cta-band p,
.sgcorp-cta-heading + p,
.ftco-footer p,
.ftco-footer li {
    color: inherit;
}

/* Homepage — original typography */
body.page-home {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-home p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

body.page-home .home-hero-slant .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
}

body.page-home .heading-section p,
body.page-home .services-2 .text p {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-home .sgcorp-services-intro {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 1)!important;
}

body.page-home .sgcorp-services-side__desc {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 1)!important;
}

body.page-home .sgcorp-service-card__desc {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.58) !important;
}

body.page-home .sgcorp-service-card__points li {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.62) !important;
}

body.page-home .sgcorp-expertise-intro {
    font-size: 15px;
    line-height: 1.65;
    color: #5a6b7d;
}

body.page-home .hub-section-parallax .heading-section p {
    color: #2d3a45 !important;
    font-size: 16px;
    line-height: 1.75;
}

body.page-home .hub-box p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.6);
}

body.page-home .hub-box-list li {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(0, 0, 0, 0.62);
}

/* Why Choose Us — original typography */
body.page-why-choose-us {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-why-choose-us p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

body.page-why-choose-us .heading-section p,
body.page-why-choose-us .services-2 .text p {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-why-choose-us .hub-box p {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.6);
}

/* About Us — original typography */
body.page-about-us {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-about-us p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

body.page-about-us .sgcorp-about-lead,
body.page-about-us .sgcorp-about-text {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}

body.page-about-us .sgcorp-about-highlight p {
    font-size: 14px;
    line-height: 1.65;
    color: #6b7280;
}

body.page-about-us .sgcorp-about-story__accent p {
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
}

body.page-about-us .sgcorp-about-purpose p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
}

body.page-about-us .sgcorp-team-modal__text p,
body.page-about-us .sgcorp-team-modal__qualification {
    font-size: 15px;
    line-height: 1.8;
    color: gray;
}