:root {
    --cs-dark: #071a2d;
    --cs-navy: #0b1f33;
    --cs-gold: #c99a2e;
    --cs-green: #2fa84f;
    --cs-white: #ffffff;
    --cs-light: #f5f7fa;
    --cs-soft: #eef8f1;
    --cs-text: #1b1b1b;
    --cs-muted: #6b7280;
    --cs-border: #e8edf2;
    --cs-shadow: 0 18px 45px rgba(7, 26, 45, 0.12);
}

.cs-home {
    overflow: hidden;
}

.section-padding {
    padding: 95px 0;
}

.cs-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at top left, rgba(201, 154, 46, 0.15), transparent 35%),
        radial-gradient(circle at bottom right, rgba(47, 168, 79, 0.16), transparent 35%),
        linear-gradient(135deg, #071a2d 0%, #0b1f33 55%, #03101d 100%);
    color: var(--cs-white);
    padding: 110px 0;
}

.cs-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.12;
    animation: csFloat 6s ease-in-out infinite;
}

.cs-shape-one {
    width: 330px;
    height: 330px;
    background: var(--cs-gold);
    top: -100px;
    right: -70px;
}

.cs-shape-two {
    width: 240px;
    height: 240px;
    background: var(--cs-green);
    bottom: -80px;
    left: -70px;
    animation-delay: 1.5s;
}

.cs-eyebrow,
.cs-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 154, 46, 0.14);
    color: var(--cs-gold);
    padding: 9px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 18px;
}

.cs-hero-content h1 {
    font-size: 60px;
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 22px;
    letter-spacing: -1.5px;
}

.cs-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
    margin-bottom: 32px;
}

.cs-hero-btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.cs-primary-btn,
.cs-secondary-btn,
.cs-link-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    text-decoration: none;
    font-weight: 800;
    transition: 0.25s ease;
}

.cs-primary-btn {
    background: linear-gradient(135deg, var(--cs-gold), #e3bd5a);
    color: var(--cs-dark);
    padding: 15px 28px;
    border-radius: 40px;
    box-shadow: 0 14px 35px rgba(201, 154, 46, 0.32);
}

.cs-primary-btn:hover {
    background: var(--cs-green);
    color: var(--cs-white);
    transform: translateY(-3px);
}

.cs-secondary-btn {
    background: rgba(255, 255, 255, 0.1);
    color: var(--cs-white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 28px;
    border-radius: 40px;
}

.cs-secondary-btn:hover {
    background: var(--cs-white);
    color: var(--cs-dark);
    transform: translateY(-3px);
}

.cs-hero-trust {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.cs-hero-trust div {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
    font-size: 15px;
}

.cs-hero-trust i {
    color: var(--cs-green);
    margin-right: 6px;
}

.cs-hero-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    position: relative;
}

.cs-hero-logo {
    background: var(--cs-white);
    border-radius: 22px;
    padding: 18px;
    margin-bottom: 22px;
    text-align: center;
}

.cs-hero-logo img {
    max-width: 280px;
    width: 100%;
}

.cs-inspection-box {
    display: flex;
    gap: 15px;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 18px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.cs-inspection-icon {
    width: 58px;
    height: 58px;
    background: var(--cs-green);
    color: var(--cs-white);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.cs-inspection-box h3 {
    color: var(--cs-white);
    font-size: 20px;
    margin-bottom: 5px;
}

.cs-inspection-box p {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    line-height: 1.5;
}

.cs-hero-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-hero-list li {
    color: rgba(255, 255, 255, 0.88);
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-weight: 600;
}

.cs-hero-list li:last-child {
    border-bottom: none;
}

.cs-hero-list i {
    color: var(--cs-green);
    margin-right: 9px;
}

.cs-trust-strip {
    background: var(--cs-white);
    margin-top: -45px;
    position: relative;
    z-index: 3;
}

.cs-trust-grid {
    background: var(--cs-white);
    box-shadow: var(--cs-shadow);
    border-radius: 24px;
    padding: 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cs-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cs-navy);
    font-weight: 800;
}

.cs-trust-item i {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--cs-soft);
    color: var(--cs-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.cs-section-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 50px;
}

.cs-section-heading h2,
.cs-section-content h2 {
    color: var(--cs-navy);
    font-size: 44px;
    line-height: 1.18;
    font-weight: 900;
    margin-bottom: 18px;
    letter-spacing: -0.7px;
}

.cs-section-heading p,
.cs-section-content p {
    color: var(--cs-muted);
    font-size: 16px;
    line-height: 1.8;
}

.cs-about {
    background: var(--cs-white);
}

.cs-about-image {
    position: relative;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-about-main {
    width: 380px;
    height: 380px;
    background:
        linear-gradient(135deg, rgba(201, 154, 46, 0.92), rgba(47, 168, 79, 0.92)),
        var(--cs-gold);
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cs-white);
    font-size: 125px;
    box-shadow: var(--cs-shadow);
    transform: rotate(-4deg);
}

.cs-floating-badge {
    position: absolute;
    right: 45px;
    bottom: 75px;
    background: var(--cs-white);
    color: var(--cs-navy);
    padding: 16px 20px;
    border-radius: 18px;
    box-shadow: var(--cs-shadow);
    font-weight: 800;
}

.cs-floating-badge i {
    color: var(--cs-green);
    margin-right: 7px;
}

.cs-about-points {
    display: grid;
    gap: 13px;
    margin: 24px 0;
}

.cs-about-points div {
    color: var(--cs-navy);
    font-weight: 700;
}

.cs-about-points i {
    color: var(--cs-green);
    margin-right: 9px;
}

.cs-link-btn {
    color: var(--cs-gold);
}

.cs-link-btn:hover {
    color: var(--cs-green);
}










.cs-services {
    background:
        radial-gradient(circle at top left, rgba(47, 168, 79, 0.08), transparent 32%),
        radial-gradient(circle at bottom right, rgba(201, 154, 46, 0.12), transparent 35%),
        var(--cs-light);
    position: relative;
}

.cs-service-card {
    position: relative;
    background: var(--cs-white);
    border-radius: 26px;
    padding: 32px;
    height: 100%;
    border: 1px solid var(--cs-border);
    box-shadow: 0 10px 30px rgba(7, 26, 45, 0.05);
    transition: 0.35s ease;
    overflow: hidden;
}

.cs-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 32px;
    right: 32px;
    height: 4px;
    background: linear-gradient(90deg, var(--cs-gold), var(--cs-green));
    border-radius: 0 0 10px 10px;
}

.cs-service-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    background: rgba(47, 168, 79, 0.08);
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    transition: 0.35s ease;
}

.cs-service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--cs-shadow);
    border-color: rgba(201, 154, 46, 0.35);
}

.cs-service-card:hover::after {
    width: 170px;
    height: 170px;
    background: rgba(201, 154, 46, 0.12);
}

.cs-service-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.cs-service-icon {
    width: 68px;
    height: 68px;
    background: var(--cs-soft);
    color: var(--cs-green);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: 0.3s ease;
}

.cs-service-card:hover .cs-service-icon {
    background: var(--cs-green);
    color: var(--cs-white);
    transform: rotateY(180deg);
}

.cs-service-top span {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: rgba(7, 26, 45, 0.08);
}

.cs-service-card h3 {
    color: var(--cs-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.32;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.cs-service-card p {
    color: var(--cs-muted);
    line-height: 1.75;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.cs-service-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    position: relative;
    z-index: 2;
}

.cs-service-card ul li {
    color: var(--cs-navy);
    font-size: 14px;
    font-weight: 700;
    padding: 7px 0;
}

.cs-service-card ul li i {
    color: var(--cs-green);
    margin-right: 8px;
}

.cs-service-link {
    color: var(--cs-gold);
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
    transition: 0.25s ease;
}

.cs-service-link:hover {
    color: var(--cs-green);
    gap: 12px;
}

.cs-service-featured {
    background:
        radial-gradient(circle at top right, rgba(47, 168, 79, 0.16), transparent 35%),
        linear-gradient(135deg, var(--cs-dark), var(--cs-navy));
}

.cs-service-featured h3,
.cs-service-featured ul li {
    color: var(--cs-white);
}

.cs-service-featured p {
    color: rgba(255, 255, 255, 0.78);
}

.cs-service-featured .cs-service-top span {
    color: rgba(255, 255, 255, 0.12);
}

.cs-service-featured .cs-service-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--cs-gold);
}

.cs-service-featured .cs-service-link {
    color: var(--cs-gold);
}

.cs-services-cta {
    margin-top: 55px;
    background:
        radial-gradient(circle at top right, rgba(47, 168, 79, 0.16), transparent 36%),
        linear-gradient(135deg, var(--cs-dark), var(--cs-navy));
    border-radius: 28px;
    padding: 38px 42px;
    color: var(--cs-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    box-shadow: var(--cs-shadow);
    position: relative;
    overflow: hidden;
}

.cs-services-cta::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(201, 154, 46, 0.12);
    border-radius: 50%;
    right: -80px;
    top: -80px;
}

.cs-services-cta h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.cs-services-cta p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.cs-services-cta .cs-primary-btn {
    min-width: 230px;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .cs-services-cta {
        flex-direction: column;
        text-align: center;
        padding: 34px 26px;
    }

    .cs-services-cta h3 {
        font-size: 26px;
    }
}

@media (max-width: 480px) {
    .cs-service-card {
        padding: 26px;
        border-radius: 22px;
    }

    .cs-service-card h3 {
        font-size: 20px;
    }

    .cs-service-top span {
        font-size: 34px;
    }

    .cs-services-cta h3 {
        font-size: 23px;
    }

    .cs-services-cta .cs-primary-btn {
        min-width: 100%;
    }
}









.cs-why {
    background: var(--cs-white);
}

.cs-why-list {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}

.cs-why-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.cs-why-item > i {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: var(--cs-soft);
    color: var(--cs-green);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cs-why-item h4 {
    color: var(--cs-navy);
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 6px;
}

.cs-why-item p {
    margin: 0;
    font-size: 15px;
}

.cs-why-card {
    background:
        radial-gradient(circle at top right, rgba(201, 154, 46, 0.18), transparent 35%),
        linear-gradient(135deg, var(--cs-dark), var(--cs-navy));
    border-radius: 30px;
    padding: 40px;
    color: var(--cs-white);
    box-shadow: var(--cs-shadow);
}

.cs-why-card h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 24px;
}

.cs-industries {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-bottom: 28px;
}

.cs-industries span {
    background: rgba(255, 255, 255, 0.09);
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 700;
}

.cs-industries i {
    color: var(--cs-green);
    margin-right: 7px;
}

.cs-report-box {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 28px;
}

.cs-report-box > i {
    color: var(--cs-gold);
    font-size: 34px;
}

.cs-report-box h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 6px;
}

.cs-report-box p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    line-height: 1.6;
}

.cs-process {
    background: var(--cs-light);
}

.cs-process-card {
    background: var(--cs-white);
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    border: 1px solid var(--cs-border);
    transition: 0.3s ease;
}

.cs-process-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--cs-shadow);
}

.cs-process-card span {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--cs-navy);
    color: var(--cs-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 22px;
}

.cs-process-card h3 {
    color: var(--cs-navy);
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
}

.cs-process-card p {
    color: var(--cs-muted);
    line-height: 1.75;
    margin: 0;
}

.cs-cta {
    background: var(--cs-white);
    padding: 90px 0;
}

.cs-cta-box {
    background:
        radial-gradient(circle at top right, rgba(47, 168, 79, 0.14), transparent 35%),
        linear-gradient(135deg, var(--cs-dark), var(--cs-navy));
    border-radius: 30px;
    padding: 50px;
    color: var(--cs-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    box-shadow: var(--cs-shadow);
}

.cs-cta-box h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
}

.cs-cta-box p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    margin: 0;
    max-width: 760px;
}

.cs-animate {
    opacity: 0;
    transform: translateY(35px);
    transition: 0.75s ease;
}

.cs-animate.cs-show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes csFloat {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }
}

@media (max-width: 1199px) {
    .cs-hero-content h1 {
        font-size: 50px;
    }

    .cs-section-heading h2,
    .cs-section-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 75px 0;
    }

    .cs-hero {
        min-height: auto;
        padding: 85px 0 120px;
        text-align: center;
    }

    .cs-hero-content {
        margin-bottom: 45px;
    }

    .cs-hero-content h1 {
        font-size: 42px;
    }

    .cs-hero-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .cs-hero-btns,
    .cs-hero-trust {
        justify-content: center;
    }

    .cs-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs-about-image {
        margin-bottom: 45px;
    }

    .cs-section-content {
        text-align: center;
    }

    .cs-about-points {
        text-align: left;
    }

    .cs-cta-box {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .cs-hero-content h1 {
        font-size: 36px;
    }

    .cs-section-heading h2,
    .cs-section-content h2 {
        font-size: 32px;
    }

    .cs-trust-grid {
        grid-template-columns: 1fr;
    }

    .cs-about-main {
        width: 280px;
        height: 280px;
        font-size: 88px;
    }

    .cs-floating-badge {
        right: 10px;
        bottom: 60px;
    }

    .cs-industries {
        grid-template-columns: 1fr;
    }

    .cs-cta-box {
        padding: 34px 22px;
    }

    .cs-cta-box h2 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .section-padding {
        padding: 60px 0;
    }

    .cs-hero {
        padding: 65px 0 105px;
    }

    .cs-hero-content h1 {
        font-size: 31px;
    }

    .cs-hero-content p {
        font-size: 16px;
    }

    .cs-primary-btn,
    .cs-secondary-btn {
        width: 100%;
        padding: 14px 20px;
    }

    .cs-hero-card {
        padding: 22px;
        border-radius: 24px;
    }

    .cs-inspection-box {
        flex-direction: column;
        text-align: center;
    }

    .cs-section-heading h2,
    .cs-section-content h2 {
        font-size: 28px;
    }

    .cs-service-card,
    .cs-process-card,
    .cs-why-card {
        padding: 26px;
    }

    .cs-why-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .cs-report-box {
        flex-direction: column;
        text-align: center;
    }
}