

@font-face {
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-VariableFont.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
html,
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif !important;
 width: 100%;
overflow-x: hidden;
}







: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-about-new-hero {
    position: relative;
    overflow: hidden;
    padding: 110px 0 95px;
    background: var(--cs-white);
}

.cs-about-new-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(110deg, var(--cs-white) 0%, var(--cs-white) 48%, var(--cs-navy) 48%, var(--cs-dark) 100%);
    z-index: 1;
}

.cs-about-new-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(201, 154, 46, 0.18) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.35;
    z-index: 2;
}

.cs-about-new-hero .container {
    position: relative;
    z-index: 3;
}

.cs-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--cs-light);
    padding: 9px 15px;
    border-radius: 40px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 800;
}

.cs-breadcrumb a {
    color: var(--cs-navy);
    text-decoration: none;
}

.cs-breadcrumb a:hover {
    color: var(--cs-gold);
}

.cs-breadcrumb i {
    color: var(--cs-gold);
    font-size: 11px;
}

.cs-breadcrumb span {
    color: var(--cs-green);
}

.cs-about-new-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(47, 168, 79, 0.1);
    color: var(--cs-green);
    padding: 9px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 18px;
}

.cs-about-new-content h1 {
    color: var(--cs-navy);
    font-size: 56px;
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -1.2px;
    margin-bottom: 22px;
}

.cs-about-new-content p {
    color: var(--cs-muted);
    font-size: 17px;
    line-height: 1.85;
    max-width: 680px;
    margin-bottom: 26px;
}

.cs-about-new-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.cs-about-new-points div {
    background: var(--cs-light);
    color: var(--cs-navy);
    padding: 11px 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 800;
    border: 1px solid var(--cs-border);
}

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

.cs-about-new-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.cs-outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--cs-navy);
    border: 2px solid var(--cs-navy);
    padding: 13px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 900;
    transition: 0.25s ease;
}

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

.cs-about-new-visual {
    position: relative;
    min-height: 520px;
}

.cs-inspection-panel {
    position: absolute;
    top: 45px;
    right: 25px;
    width: 430px;
    background: var(--cs-white);
    border-radius: 28px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.2);
    animation: csPanelFloat 5s ease-in-out infinite;
}

.cs-panel-header {
    background: linear-gradient(135deg, var(--cs-gold), #e3bd5a);
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--cs-dark);
}

.cs-panel-header div {
    display: flex;
    gap: 6px;
}

.cs-panel-header span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cs-dark);
    opacity: 0.45;
}

.cs-panel-header strong {
    font-size: 15px;
    font-weight: 900;
}

.cs-panel-body {
    padding: 24px;
}

.cs-check-row {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cs-navy);
    font-size: 15px;
    font-weight: 800;
    padding: 13px 0;
    border-bottom: 1px solid var(--cs-border);
}

.cs-check-row:last-child {
    border-bottom: none;
}

.cs-check-row i {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: var(--cs-green);
    color: var(--cs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.cs-about-shield-card {
    position: absolute;
    left: 10px;
    top: 120px;
    width: 230px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 28px;
    padding: 28px;
    color: var(--cs-white);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.22);
}

.cs-shield-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: var(--cs-gold);
    color: var(--cs-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 18px;
}

.cs-about-shield-card h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 6px;
}

.cs-about-shield-card p {
    color: rgba(255,255,255,0.76);
    margin: 0;
    line-height: 1.5;
}

.cs-about-stat-card {
    position: absolute;
    background: var(--cs-white);
    border-radius: 18px;
    padding: 16px 20px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.16);
    min-width: 150px;
}

.cs-about-stat-card strong {
    display: block;
    color: var(--cs-green);
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.cs-about-stat-card span {
    color: var(--cs-navy);
    font-size: 13px;
    font-weight: 800;
}

.cs-stat-one {
    right: 10px;
    bottom: 85px;
}

.cs-stat-two {
    left: 70px;
    bottom: 35px;
}

.cs-about-utensils {
    position: absolute;
    right: 120px;
    bottom: 30px;
    display: flex;
    gap: 12px;
}

.cs-about-utensils i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--cs-green);
    color: var(--cs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    box-shadow: 0 12px 28px rgba(47, 168, 79, 0.35);
}

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

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

@media (max-width: 1199px) {
    .cs-about-new-content h1 {
        font-size: 48px;
    }

    .cs-inspection-panel {
        width: 390px;
    }

    .cs-about-shield-card {
        width: 210px;
    }
}

@media (max-width: 991px) {
    .cs-about-new-hero {
        padding: 80px 0;
        text-align: center;
        background: var(--cs-white);
    }

    .cs-about-new-bg {
        background:
            linear-gradient(180deg, var(--cs-white) 0%, var(--cs-white) 52%, var(--cs-navy) 52%, var(--cs-dark) 100%);
    }

    .cs-about-new-content {
        margin-bottom: 35px;
    }

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

    .cs-about-new-points,
    .cs-about-new-actions {
        justify-content: center;
    }

    .cs-about-new-visual {
        min-height: 560px;
    }

    .cs-inspection-panel {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .cs-about-shield-card {
        left: 30px;
        top: 250px;
        text-align: left;
    }

    .cs-stat-one {
        right: 50px;
        bottom: 110px;
    }

    .cs-stat-two {
        left: 100px;
        bottom: 35px;
    }

    .cs-about-utensils {
        right: 120px;
        bottom: 20px;
    }

    @keyframes csPanelFloat {
        0%, 100% {
            transform: translateX(-50%) translateY(0);
        }

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

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

    .cs-about-new-visual {
        min-height: auto;
        display: grid;
        gap: 18px;
    }

    .cs-inspection-panel,
    .cs-about-shield-card,
    .cs-about-stat-card,
    .cs-about-utensils {
        position: static;
        width: 100%;
        transform: none;
        animation: none;
    }

    .cs-about-shield-card {
        text-align: center;
    }

    .cs-shield-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .cs-about-utensils {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .cs-about-new-hero {
        padding: 65px 0;
    }

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

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

    .cs-primary-btn,
    .cs-outline-btn {
        width: 100%;
    }

    .cs-inspection-panel {
        border-radius: 22px;
    }

    .cs-panel-body {
        padding: 18px;
    }

    .cs-check-row {
        align-items: flex-start;
        text-align: left;
    }
}


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

.cs-about-hero-card img {
    background: var(--cs-white);
    border-radius: 20px;
    padding: 18px;
    max-width: 290px;
    width: 100%;
    margin-bottom: 22px;
}

.cs-about-card-list {
    display: grid;
    gap: 12px;
    text-align: left;
}

.cs-about-card-list div {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    padding: 13px 15px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
}

.cs-about-card-list i {
    color: var(--cs-green);
    margin-right: 8px;
}

.cs-about-intro,
.cs-what-we-do,
.cs-about-why {
    background: var(--cs-white);
}

.cs-mvv,
.cs-who-help,
.cs-about-process {
    background: var(--cs-light);
}

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

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

.cs-about-floating-box {
    position: absolute;
    right: 25px;
    bottom: 62px;
    background: var(--cs-white);
    color: var(--cs-navy);
    padding: 16px 20px;
    border-radius: 18px;
    box-shadow: var(--cs-shadow);
    font-weight: 900;
}

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

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

.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-checks {
    display: grid;
    gap: 13px;
    margin-top: 24px;
}

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

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

.cs-mvv-card,
.cs-help-item,
.cs-process-card {
    background: var(--cs-white);
    border-radius: 24px;
    padding: 32px;
    height: 100%;
    border: 1px solid var(--cs-border);
    box-shadow: 0 10px 30px rgba(7, 26, 45, 0.05);
    transition: 0.3s ease;
}

.cs-mvv-card:hover,
.cs-help-item:hover,
.cs-process-card:hover {
    transform: translateY(-9px);
    box-shadow: var(--cs-shadow);
}

.cs-mvv-icon,
.cs-help-item i {
    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;
    margin-bottom: 22px;
}

.cs-mvv-card h3,
.cs-help-item h3,
.cs-process-card h3 {
    color: var(--cs-navy);
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 13px;
}

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

.cs-service-mini-list {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.cs-service-mini-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--cs-light);
    color: var(--cs-navy);
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 14px;
    font-weight: 800;
    transition: 0.25s ease;
}

.cs-service-mini-list a i {
    color: var(--cs-green);
    min-width: 20px;
}

.cs-service-mini-list a:hover {
    background: var(--cs-navy);
    color: var(--cs-white);
    transform: translateX(5px);
}

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

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

.cs-what-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cs-what-card li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.84);
    font-weight: 700;
}

.cs-what-card li:last-child {
    border-bottom: none;
}

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

.cs-help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.cs-why-dark-card {
    background:
        radial-gradient(circle at top right, rgba(47, 168, 79, 0.15), transparent 36%),
        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-dark-card h3 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 26px;
}

.cs-why-dark-list {
    display: grid;
    gap: 20px;
}

.cs-why-dark-list > div {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.cs-why-dark-list > div > i {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: rgba(255,255,255,0.09);
    color: var(--cs-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.cs-why-dark-list h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 6px;
}

.cs-why-dark-list p {
    color: rgba(255,255,255,0.75);
    line-height: 1.65;
    margin: 0;
}

.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-about-cta {
    background: var(--cs-white);
    padding: 90px 0;
}

.cs-about-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-about-cta-box h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 12px;
}

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

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

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

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

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

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

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

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

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

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

    .cs-about-hero-buttons {
        justify-content: center;
    }

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

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

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

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

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

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

    .cs-about-icon-box {
        width: 280px;
        height: 280px;
        font-size: 90px;
    }

    .cs-about-floating-box {
        right: 10px;
        bottom: 50px;
    }

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

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

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

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

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

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

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

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

    .cs-about-hero-card,
    .cs-what-card,
    .cs-why-dark-card,
    .cs-mvv-card,
    .cs-help-item,
    .cs-process-card {
        padding: 26px;
        border-radius: 22px;
    }

    .cs-what-card h3,
    .cs-why-dark-card h3 {
        font-size: 25px;
    }

    .cs-why-dark-list > div {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}