:root {
    /* =========================
       TYPOGRAPHY
    ========================= */
    --font-body--family: "Inter", sans-serif;
    --font-body--style: normal;
    --font-body--weight: 400;

    --font-heading--family: "Poppins", sans-serif;
    --font-heading--style: normal;
    --font-heading--weight: 600;

    --font-button--family: "Poppins", sans-serif;
    --font-button--style: normal;
    --font-button--weight: 600;

    --font-h1--size: 60px;
    --font-h2--size: 48px;
    --font-h3--size: 36px;
    --font-h4--size: 24px;
    --font-h5--size: 20px;
    --font-h6--size: 16px;
    --font-nav-main: 16px;

    /* =========================
       UNIVERSAL COLORS
    ========================= */
     --color-white: #ffffff;
    --color-black: #000000;

    --color-background: #ffffff;
    --color-background-alt: #f7f9fc;
    --color-background-soft: rgba(255, 255, 255, 0.06);

    --color-foreground: #1c2539;
    --color-foreground-heading: #123c73;
    --color-foreground-subheading: #5d666f;
    --color-text-muted: #6b7280;
    --color-text-soft: rgba(255, 255, 255, 0.78);

    --color-primary: #123c73;
    --color-primary-dark: #0b2b68;
    --color-primary-deep: #082255;
    --color-primary-light: #1d5aa6;

    --color-accent: #b76f03;
    --color-accent-dark: #704300;
    --color-accent-light: #e9e9e9;
    --color-accent-soft: #fff4eb;

    --color-background-subheading: rgba(255, 255, 255, 0.1);
    --color-border-subheading-bg: rgba(32, 40, 45, 0.1);
    --color-border: rgba(18, 60, 115, 0.08);
    --color-border-light: rgba(255, 255, 255, 0.12);
    --color-border-hover: rgba(93, 102, 111, 0.5);
    --color-shadow: rgba(0, 0, 0, 1);
    --color-overlay: rgba(28, 37, 57, 0.6);


    /* =========================
       BUTTONS
    ========================= */
    --font-button-size: 16px;
    --font-button-size-mobile: 16px;
    --style-button-height: 56px;
    --style-button-height-mobile: 48px;
    --style-button-slim-height: 52px;
    --style-button-slim-height-mobile: 40px;
    --style-cta-underline-offset: 5px;
    --style-cta-underline-thickness: 1px;

    --color-primary-button-text: #ffffff;
    --color-primary-button-background: #20282d;
    --color-primary-button-border: #20282d;
    --color-primary-button-icon: #1c2539;
    --color-primary-button-icon-background: #ffffff;

    --color-primary-button-hover-text: #20282d;
    --color-primary-button-hover-background: #ffffff;
    --color-primary-button-hover-border: #20282d;
    --color-primary-button-hover-icon: #ffffff;
    --color-primary-button-hover-icon-background: #1c2539;

    --color-secondary-button-text: #20282d;
    --color-secondary-button-background: #ffffff;
    --color-secondary-button-border: #ffffff;
    --color-secondary-button-icon: #ffffff;
    --color-secondary-button-icon-background: #20282d;

    --color-secondary-button-hover-text: #ffffff;
    --color-secondary-button-hover-background: #20282d;
    --color-secondary-button-hover-border: #20282d;
    --color-secondary-button-hover-icon: #1c2539;
    --color-secondary-button-hover-icon-background: #ffffff;

    /* =========================
       INPUTS
    ========================= */
    --color-input-background: #ffffff;
    --color-input-text: #5d666f;
    --color-input-border: rgba(93, 102, 111, 0.2);
    --color-input-hover-background: #ffffff;
    --color-input-hover-text: #5d666f;
    --color-input-hover-border: rgba(93, 102, 111, 0.2);

    /* =========================
       BORDERS
    ========================= */
    --style-border-width-buttons-primary: 1px;
    --style-border-width-buttons-secondary: 1px;
    --style-border-radius-buttons-primary: 40px;
    --style-border-radius-buttons-secondary: 40px;

    --style-border-width-inputs: 1px;
    --style-border-radius-inputs: 8px;
    --style-border-width: 1px;

    /* =========================
       FOCUS
    ========================= */
    --focus-outline-width: 1px;
    --focus-outline-offset: 3px;

    /* =========================
       PAGINATION
    ========================= */
    --style-pagination-border-width: 1px;
    --pagination-item-foreground: #1c2539;
    --pagination-item-background: #f2f2f2;
    --pagination-item-border: #f2f2f2;
    --pagination-item-active-foreground: #ffffff;
    --pagination-item-active-background: #1c2539;
    --pagination-item-active-border: #1c2539;

    /* =========================
       SWIPER
    ========================= */
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #ffffff;
    --swiper-navigation-background-color: transparent;
    --swiper-navigation-hover-color: #ffffff;
    --swiper-navigation-hover-background-color: rgba(255, 255, 255, 0.15);
    --swiper-pagination-bullet-inactive-color: #f2f2f2;
    --swiper-pagination-color: #1c2539;
    --swiper-pagination-bullet-inactive-opacity: 1;

    /* =========================
       REUSABLE GRADIENTS
    ========================= */
    --gradient-primary: linear-gradient(135deg, var(--color-primary-deep) 0%, var(--color-primary-dark) 48%, var(--color-primary) 100%);
    --gradient-accent: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);
    --gradient-soft-section: linear-gradient(180deg, var(--color-background-alt) 0%, var(--color-background) 100%);
    --gradient-card-glass: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}

/* =========================
   MOBILE ROOT
========================= */
@media (max-width: 767px) {
    :root {
        --font-h1--size: 48px;
        --font-h2--size: 40px;
        --font-h3--size: 28px;
        --font-h4--size: 20px;
        --font-h5--size: 18px;
    }
}

/* =========================================================
   UNIVERSAL COMMON CLASSES
========================================================= */
.devsh-section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: var(--color-accent);
    position: relative;
    padding-left: 42px;
}

.devsh-section-tag::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background: var(--color-primary);
    transform: translateY(-50%);
    border-radius: 50px;
}

.devsh-section-title {
    font-size: 46px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--color-foreground-heading);
    margin-bottom: 0;
}

.devsh-section-title span {
    color: var(--color-accent);
}

.devsh-section-text {
    font-size: 17px;
    line-height: 1.9;
    color: var(--color-foreground-subheading);
    max-width: 95%;
}

/* =========================================================
   SHUCHI SECTION
========================================================= */
.shuchi-exact-section {
    position: relative;
    overflow: hidden;
    padding: 84px 0 50px;
    font-family: var(--font-body--family);
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.05), transparent 26%),
        radial-gradient(circle at 90% 35%, rgba(255, 255, 255, 0.07), transparent 14%),
        var(--gradient-primary);
}

.shuchi-wrapper {
    position: relative;
    z-index: 5;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.shuchi-bg-layer {
    position: absolute;
    pointer-events: none;
}

.shuchi-bg-layer-1 {
    width: 420px;
    height: 420px;
    left: -180px;
    top: -65px;
    transform: rotate(45deg);
    opacity: 0.38;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
}

.shuchi-bg-layer-2 {
    width: 270px;
    height: 270px;
    left: -115px;
    bottom: -110px;
    transform: rotate(45deg);
    opacity: 0.28;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.01));
}

.shuchi-bg-layer-3 {
    width: 430px;
    height: 430px;
    right: -180px;
    bottom: -120px;
    transform: rotate(35deg);
    opacity: 0.22;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.01));
}

.shuchi-bg-layer-4 {
    width: 230px;
    height: 230px;
    right: 120px;
    top: 155px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0) 70%);
}

.shuchi-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 26px;
}

.shuchi-top-left {
    max-width: 440px;
}

.shuchi-badge {
    display: inline-block;
    background: var(--color-accent);
    color: var(--color-white);
    font-size: 12px;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 4px;
    margin-bottom: 16px;
    box-shadow: 0 8px 20px rgba(244, 124, 32, 0.25);
}

.shuchi-top-left h2 {
    margin: 0;
    color: var(--color-white);
    font-size: 56px;
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.shuchi-top-right {
    max-width: 470px;
    padding-top: 12px;
}

.shuchi-top-right p {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
}

.shuchi-bottom-line {
    text-align: center;
    margin-bottom: 26px;
}

.shuchi-bottom-line p {
    margin: 0;
    color: var(--color-white);
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.shuchi-main-grid {
    display: grid;
    grid-template-columns: 1fr 520px 1fr;
    align-items: center;
    min-height: 560px;
    gap: 10px;
    position: relative;
}

.shuchi-side {
    position: relative;
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
}

.shuchi-left-side {
    align-items: flex-end;
}

.shuchi-right-side {
    align-items: flex-start;
}

.shuchi-info-card {
    width: 100%;
    max-width: 290px;
    min-height: 118px;
    background: var(--gradient-card-glass);
    border: 1px solid var(--color-border-light);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    padding: 18px 18px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shuchi-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.shuchi-card-text {
    flex: 1;
}

.shuchi-card-text h4 {
    margin: 0 0 8px;
    color: var(--color-white);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.shuchi-card-text p {
    margin: 0;
    color: var(--color-text-soft);
    font-size: 13px;
    line-height: 1.8;
    font-weight: 400;
}

.shuchi-icon-circle {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-primary-deep);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(244, 124, 32, 0.28);
    flex-shrink: 0;
}

.shuchi-icon-circle svg {
    width: 20px;
    height: 20px;
}

.shuchi-center-wrap {
    position: relative;
    width: 520px;
    height: 560px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.shuchi-outer-curve {
    position: absolute;
    width: 410px;
    height: 410px;
    border: 12px solid rgba(255, 255, 255, 0.13);
    border-bottom: none;
    border-radius: 220px 220px 0 0;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.shuchi-inner-accent {
    position: absolute;
    width: 320px;
    height: 420px;
    background: var(--color-accent);
    border-radius: 170px 170px 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.shuchi-image-holder {
    position: absolute;
    width: 296px;
    height: 395px;
    border-radius: 150px 150px 0 0;
    overflow: hidden;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.28);
}

.shuchi-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.shuchi-left-top {
    margin-right: -34px;
}

.shuchi-left-bottom {
    margin-right: -8px;
}

.shuchi-right-top {
    margin-left: -8px;
}

.shuchi-right-bottom {
    margin-left: 18px;
}

/* =========================================================
   DEVSH APPROACH SECTION
========================================================= */
.devsh-approach-section {
    position: relative;
    background: var(--gradient-soft-section);
    overflow: hidden;
}

.devsh-approach-content {
    position: relative;
    z-index: 2;
}

.devsh-approach-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.devsh-approach-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: var(--color-background);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 20px 22px;
    box-shadow: 0 12px 35px rgba(18, 60, 115, 0.07);
    transition: all 0.35s ease;
}

.devsh-approach-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(18, 60, 115, 0.12);
    border-color: rgba(244, 124, 32, 0.25);
}

.devsh-icon-box {
    min-width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(18, 60, 115, 0.18);
}

.devsh-approach-info h5 {
    font-size: 21px;
    font-weight: 700;
    color: var(--color-foreground-heading);
    margin-bottom: 7px;
}

.devsh-approach-info p {
    margin-bottom: 0;
    font-size: 15.5px;
    line-height: 1.8;
    color: #667085;
}

.devsh-focus-box {
    background: linear-gradient(135deg, var(--color-accent-soft) 0%, var(--color-background) 100%);
    border-left: 5px solid var(--color-accent);
    border-radius: 18px;
    padding: 20px 24px;
    box-shadow: 0 10px 30px rgba(244, 124, 32, 0.08);
}

.devsh-focus-box h6 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 8px;
}

.devsh-focus-box p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-foreground-heading);
}

.devsh-approach-visual {
    position: relative;
    padding: 20px 0 20px 20px;
}

.devsh-image-wrap {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(18, 60, 115, 0.18);
    border: 8px solid var(--color-white);
}

.devsh-image-wrap img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    display: block;
}

.devsh-floating-card {
    position: absolute;
    background: var(--color-white);
    border-radius: 18px;
    padding: 18px 20px;
    max-width: 240px;
    box-shadow: 0 18px 40px rgba(18, 60, 115, 0.14);
    border: 1px solid var(--color-border);
}

.devsh-floating-card h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--color-foreground-heading);
    margin-bottom: 6px;
}

.devsh-floating-card p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--color-text-muted);
    margin-bottom: 0;
}

.devsh-floating-card.card-one {
    left: -5px;
    bottom: 80px;
}

.devsh-floating-card.card-two {
    right: -10px;
    top: 60px;
    border-top: 4px solid var(--color-accent);
}

/* =========================================================
   DEVSH CREDENTIALS SECTION
========================================================= */
.devsh-credentials-section {
    position: relative;
    background: var(--gradient-soft-section);
    overflow: hidden;
}

.devsh-credentials-visual {
    position: relative;
    padding-right: 18px;
}

.devsh-credentials-main-image {
    border-radius: 28px;
    overflow: hidden;
    border: 8px solid var(--color-white);
    box-shadow: 0 25px 60px rgba(18, 60, 115, 0.15);
}

.devsh-credentials-main-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

.devsh-badge-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--color-white);
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 18px 40px rgba(18, 60, 115, 0.14);
    border: 1px solid var(--color-border);
    max-width: 260px;
}

.devsh-badge-card h6 {
    margin: 0 0 4px;
    font-size: 17px;
    font-weight: 700;
    color: var(--color-foreground-heading);
}

.devsh-badge-card p {
    margin: 0;
    font-size: 13.5px;
    line-height: 1.6;
    color: #68778c;
}

.badge-one {
    left: -10px;
    bottom: 85px;
}

.badge-two {
    right: -8px;
    top: 55px;
}

.badge-icon {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-light) 100%);
    color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 10px 24px rgba(18, 60, 115, 0.18);
}

.badge-icon.orange {
    background: var(--gradient-accent);
    box-shadow: 0 10px 24px rgba(244, 124, 32, 0.22);
}

.credential-card {
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 22px 20px;
    box-shadow: 0 12px 32px rgba(18, 60, 115, 0.06);
    transition: all 0.35s ease;
}

.credential-card:hover {
    transform: translateY(-5px);
    border-color: rgba(244, 124, 32, 0.30);
    box-shadow: 0 16px 38px rgba(18, 60, 115, 0.10);
}

.credential-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(18, 60, 115, 0.10) 0%, rgba(244, 124, 32, 0.10) 100%);
    color: var(--color-foreground-heading);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.credential-text h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-foreground-heading);
    margin-bottom: 6px;
    line-height: 1.4;
}

.credential-text p {
    margin-bottom: 0;
    font-size: 14.8px;
    line-height: 1.8;
    color: #6c7a8e;
}

.devsh-credentials-note {
    background: linear-gradient(135deg, #fff6ef 0%, #ffffff 100%);
    border-left: 4px solid var(--color-accent);
    border-radius: 18px;
    padding: 20px 22px;
    box-shadow: 0 10px 26px rgba(244, 124, 32, 0.08);
}

.devsh-credentials-note h6 {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--color-accent);
    margin-bottom: 8px;
}

.devsh-credentials-note p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: var(--color-foreground-heading);
}

/* =========================================================
   CONSULT SECTION
========================================================= */
.consult-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 165, 0, 0.08), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(255, 165, 0, 0.06), transparent 40%),
        linear-gradient(135deg, #0b2c4a 0%, #0e3a5f 50%, #08253d 100%);
}

.consult-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: 0.4;
    pointer-events: none;
}

.consult-heading {
    color: var(--color-white);
    margin-bottom: 40px;
}

.consult-heading span {
    background: #ffa500;
    color: var(--color-black);
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 6px;
    font-weight: 700;
}

.consult-heading h2 {
    font-size: 40px;
    font-weight: 800;
    margin-top: 12px;
}

.consult-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.consult-card {
    padding: 22px;
    border-radius: 14px;
    color: var(--color-white);
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    align-items: start;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.12) 0%,
            rgba(255, 255, 255, 0.06) 40%,
            rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

.consult-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2));
}

.consult-icon {
    width: 45px;
    height: 45px;
    background: #ffa500;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: bold;
    flex-shrink: 0;
}

.consult-card h4 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.consult-card p {
    font-size: 13px;
    margin: 5px 0 0;
    color: #cbd5e1;
}

.consult-image {
    position: relative;
    width: 380px;
    height: 480px;
}

.consult-image::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 620px;
    background: linear-gradient(180deg, #114a7a, #0a2f52);
    clip-path: ellipse(50% 65% at 50% 70%);
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    z-index: 1;
    filter: blur(0.5px);
}

.consult-image::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 320px;
    background: linear-gradient(180deg, #ffb347, #ffa500);
    clip-path: ellipse(50% 65% at 50% 75%);
    bottom: 85px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    z-index: 2;
    box-shadow: 0 20px 60px rgba(255, 165, 0, 0.35);
}

.consult-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
    border-radius: 220px;
}

/* =========================================================
   HERO BANNER ORANGE TOUCH
========================================================= */
.hero-banner.who-we-are {
    position: relative;
    overflow: hidden;

}

/* extra orange touch where missing */
.hero-banner.who-we-are::before {
    content: "";
    position: absolute;
    right: 6%;
    top: 10%;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(rgba(255, 153, 0, 0.22) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}

.hero-banner.who-we-are::after {
    content: "";
    position: absolute;
    left: -70px;
    bottom: 10%;
    width: 230px;
    height: 230px;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.16) 0%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}

.hero-banner.who-we-are .container-fluid,
.hero-banner.who-we-are .row,
.hero-banner.who-we-are .content,
.hero-banner.who-we-are .main-img {
    position: relative;
    z-index: 2;
}

.hero-banner.who-we-are .main-img {
    position: relative;
    z-index: 2;
}

.hero-banner.who-we-are .main-img::before {
    content: "";
    position: absolute;
    left: 70px;
    top: 40px;
    width: 78%;
    height: 82%;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.22) 0%, rgba(255, 153, 0, 0.10) 38%, transparent 72%);
    filter: blur(18px);
    z-index: -1;
    pointer-events: none;
}

.hero-banner.who-we-are .main-img img {
    border-radius: 24px;
    box-shadow:
        0 18px 50px rgba(16, 24, 40, 0.18),
        -18px 18px 0 rgba(255, 153, 0, 0.14);
}

.hero-banner.who-we-are .banner-badge {
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(255, 153, 0, 0.28);
}

.hero-banner.who-we-are .banner-badge .text-abs {
    color: var(--color-white);
    font-weight: 700;
}

.hero-banner.who-we-are .subheading-bg {
    background: rgba(255, 153, 0, 0.10);
    color: #ff8a00;
    border: 1px solid rgba(255, 153, 0, 0.18);
    padding: 8px 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 22px rgba(255, 153, 0, 0.08);
}

.hero-banner.who-we-are .subheading-bg svg {
    color: #ff9900;
}

.hero-banner.who-we-are .heading.text-50 {
    position: relative;
    display: inline-block;
}

.hero-banner.who-we-are .heading.text-50::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 92px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg, #ff9900, #ffcc80);
    box-shadow: 0 4px 12px rgba(255, 153, 0, 0.18);
}

.hero-banner.who-we-are .text-lists h4 {
    color: #ff9900;
    margin-bottom: 18px;
}

.hero-banner.who-we-are .text-item svg {
    color: #ff9900;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 10px rgba(255, 153, 0, 0.16));
}

.hero-banner.who-we-are .text-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.hero-banner.who-we-are .button--primary {
    background: linear-gradient(135deg, #ff9900, #ff8a00);
    border: none;
    color: var(--color-white);
    box-shadow: 0 12px 28px rgba(255, 153, 0, 0.22);
    transition: all 0.35s ease;
}

.hero-banner.who-we-are .button--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(255, 153, 0, 0.30);
}

.hero-banner.who-we-are .button--secondary {
    border-color: rgba(255, 153, 0, 0.24);
    box-shadow: 0 10px 22px rgba(255, 153, 0, 0.06);
}

.hero-banner.who-we-are .button--secondary:hover {
    background: linear-gradient(135deg, #ff9900, #ff8a00);
    border-color: #ff9900;
    color: #fff;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (min-width: 1400px) {
    .shuchi-main-grid {
        grid-template-columns: 1fr 560px 1fr;
    }

    .shuchi-center-wrap {
        width: 560px;
    }

    .shuchi-outer-curve {
        width: 430px;
        height: 430px;
    }

    .shuchi-inner-accent {
        width: 336px;
        height: 440px;
    }

    .shuchi-image-holder {
        width: 308px;
        height: 410px;
    }
}

@media (max-width: 1199px) {
    .devsh-section-title {
        font-size: 40px;
    }

    .shuchi-top-left h2 {
        font-size: 46px;
    }

    .shuchi-main-grid {
        grid-template-columns: 1fr;
        gap: 35px;
        min-height: auto;
    }

    .shuchi-center-wrap {
        order: 1;
        width: 100%;
        height: 540px;
    }

    .shuchi-left-side,
    .shuchi-right-side {
        order: 2;
        align-items: center;
    }

    .shuchi-left-top,
    .shuchi-left-bottom,
    .shuchi-right-top,
    .shuchi-right-bottom {
        margin: 0;
    }

    .shuchi-info-card {
        max-width: 360px;
    }

    .devsh-image-wrap img {
        height: 560px;
    }

    .devsh-credentials-main-image img {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .devsh-section-title {
        font-size: 34px;
    }

    .devsh-section-text {
        max-width: 100%;
    }

    .shuchi-exact-section {
        padding: 68px 0 50px;
    }

    .shuchi-top-row {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 20px;
    }

    .shuchi-top-left h2 {
        font-size: 38px;
    }

    .shuchi-top-right {
        max-width: 100%;
        padding-top: 0;
    }

    .shuchi-top-right p {
        font-size: 15px;
        line-height: 1.9;
    }

    .shuchi-bottom-line p {
        font-size: 20px;
    }

    .shuchi-center-wrap {
        height: 470px;
    }

    .shuchi-outer-curve {
        width: 340px;
        height: 340px;
        top: 54px;
    }

    .shuchi-inner-accent {
        width: 272px;
        height: 355px;
    }

    .shuchi-image-holder {
        width: 248px;
        height: 334px;
    }

    .devsh-approach-visual {
        padding: 10px 0 0;
    }

    .devsh-image-wrap img {
        height: 480px;
    }

    .devsh-floating-card.card-one {
        left: 15px;
        bottom: 20px;
    }

    .devsh-floating-card.card-two {
        right: 15px;
        top: 20px;
    }

    .devsh-credentials-main-image img {
        height: 480px;
    }

    .badge-one {
        left: 15px;
        bottom: 20px;
    }

    .badge-two {
        right: 15px;
        top: 20px;
    }

    .consult-wrapper {
        flex-direction: column;
    }

    .consult-image {
        margin: 30px 0;
    }

    .hero-banner.who-we-are .main-img img {
        margin-left: 0 !important;
    }

    .hero-banner.who-we-are .main-img::before {
        left: 20px;
        top: 20px;
        width: 88%;
        height: 85%;
    }
}

@media (max-width: 767px) {
    .devsh-section-title {
        font-size: 28px;
    }

    .shuchi-wrapper {
        padding: 0 16px;
    }

    .shuchi-badge {
        font-size: 11px;
        padding: 8px 13px;
    }

    .shuchi-top-left h2 {
        font-size: 30px;
    }

    .shuchi-top-right p {
        font-size: 14px;
        line-height: 1.8;
    }

    .shuchi-bottom-line {
        margin-bottom: 20px;
    }

    .shuchi-bottom-line p {
        font-size: 17px;
        line-height: 1.5;
    }

    .shuchi-center-wrap {
        height: 360px;
    }

    .shuchi-outer-curve {
        width: 260px;
        height: 260px;
        border-width: 8px;
        top: 40px;
    }

    .shuchi-inner-accent {
        width: 205px;
        height: 270px;
    }

    .shuchi-image-holder {
        width: 188px;
        height: 250px;
    }

    .shuchi-info-card {
        max-width: 100%;
        padding: 16px 14px;
        gap: 12px;
    }

    .shuchi-card-text h4 {
        font-size: 15px;
    }

    .shuchi-card-text p {
        font-size: 12px;
        line-height: 1.7;
    }

    .shuchi-icon-circle {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .shuchi-icon-circle svg {
        width: 18px;
        height: 18px;
    }

    .devsh-approach-item {
        padding: 18px;
        gap: 14px;
    }

    .devsh-icon-box {
        min-width: 50px;
        height: 50px;
        font-size: 14px;
        border-radius: 14px;
    }

    .devsh-approach-info h5 {
        font-size: 18px;
    }

    .devsh-image-wrap img {
        height: 380px;
    }

    .devsh-floating-card {
        position: static;
        max-width: 100%;
        margin-top: 16px;
    }

    .devsh-credentials-main-image img {
        height: 380px;
    }

    .devsh-badge-card {
        position: static;
        max-width: 100%;
        margin-top: 16px;
    }

    .credential-card {
        padding: 18px;
    }

    .credential-text h5 {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .consult-heading h2 {
        font-size: 30px;
    }

    .consult-image {
        width: 100%;
        max-width: 320px;
        height: 420px;
    }

    .consult-image::before {
        width: 430px;
        height: 500px;
        top: -30px;
    }

    .consult-image::after {
        width: 300px;
        height: 250px;
        bottom: 70px;
    }
}

/* about us page css */


.her-story-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0b2c4a, #08253d);
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* subtle pattern */
.her-story-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.3;
}

/* IMAGE */
.story-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: auto;
}

.orange-blob {
    position: absolute;
    width: 82%;
    height: 100%;
    background: #ff9900;
    border-radius: 60% 40% 70% 30% / 40% 60% 30% 70%;
    transform: rotate(-9deg);
    z-index: 1;
    top: 2px;
    left: -30px;
}

.story-image {
    width: 70%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

/* CONTENT */
.story-content {
    padding-left: 30px;
}

.story-subtitle {
    color: #ff9900;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
}

.story-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin: 10px 0 15px;
}

.story-name {
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
}

.story-role {
    color: #cfd8dc;
    margin-bottom: 20px;
}

/* JOURNEY */
.story-journey {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.journey-step {
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 14px;
}

.journey-arrow {
    color: #ff9900;
    font-weight: bold;
}

/* POINTS */
.story-points {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.story-points li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 18px;
}

.story-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ff9900;
}

/* QUOTE */
.story-quote {
    font-style: italic;
    font-size: 18px;
    color: #ff9900;
    margin-bottom: 10px;
}

/* FOOTER */
.story-footer {
    font-weight: 600;
    color: #fff;
}



/* 🔥 HEADER */
.team-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 40px;
}

.team-header h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #0b2c4a;
    /* blue theme */
}

.team-header h5 {
    font-size: 18px;
    color: #ff9900;
    /* orange touch */
    margin-bottom: 10px;
}

.team-header p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}


.team-services-section {
    background: #dbe1e4;
    padding: 40px 0;
}

/* 🔥 WIDTH CONTROL */
.team-services-container {
    width: min(1100px, 90%);
    /* ↓ reduced from 1400 */
    margin: auto;
}

.team-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    /* ↓ reduced gap */
    justify-items: center;
    /* center cards */
}

/* CARD */
.team-service-card {
    background: #f3f3f1;
    border-radius: 40px;
    overflow: hidden;
    padding-bottom: 18px;
    transition: 0.3s;
    width: 100%;
    max-width: 320px;
    /* 🔥 FIX WIDTH */
}

.team-service-card:hover {
    transform: translateY(-5px);
}

/* IMAGE */
.team-service-image {
    width: calc(100% - 30px);
    height: 210px;
    margin: 16px auto 0;
    border-radius: 30px;
    overflow: hidden;
}

.team-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.team-service-content {
    padding: 18px 18px 0;
    text-align: center;
}

.team-service-dot {
    width: 8px;
    height: 8px;
    background: #ff9900;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.team-service-content h3 {
    font-size: 22px;
    margin-bottom: 5px;
}

.team-service-content h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.team-service-content p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .team-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
}

@media(max-width: 600px) {
    .team-services-grid {
        grid-template-columns: 1fr;
    }
}


.text-banner {
    position: relative;
    z-index: 1;
}

.text-banner-inner {
    position: relative;
    overflow: hidden;
    padding: 65px 70px;
    border-radius: 22px;
    background: linear-gradient(90deg,
            #041225 0%,
            #08203f 18%,
            #10305a 42%,
            #1a4a7c 68%,
            #4f7ba7 86%,
            #9eb8d2 100%);
}

.text-banner-inner::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 18px 18px;
    opacity: 0.18;
    pointer-events: none;
}

.text-banner-inner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 26%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(185, 205, 225, 0.08) 22%,
            rgba(200, 217, 232, 0.16) 45%,
            rgba(216, 228, 238, 0.28) 68%,
            rgba(232, 239, 246, 0.42) 100%);
    filter: blur(12px);
}

.section-headings {
    position: relative;
    z-index: 2;
    max-width: 980px;
}

.subheading-bg {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 999px;
    background: #ffffff;
    color: #0b1f3a;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 18px;
}

.subheading-bg .icon {
    color: #ff9900;
    flex-shrink: 0;
}

.choose-text {
    color: #0b1f3a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

.devsh-logo-text {
     content: url("../img/devshhh.png"); 
    height: 36px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}
.devsh-logo-footer {
     content: url("../img/devshhh.png"); 
    height: 100px;
    width: auto;
    object-fit: contain;
    display: inline-block;
}

.text-banner-inner .heading.text-20 {
    font-size: 28px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
}

.text-banner-inner .heading.text-30 {
    font-size: 36px;
    line-height: 1.35;
    color: #ffffff;
    font-weight: 700;
    max-width: 900px;
}

.text-banner-inner .text {
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.88);
    max-width: 880px;
}

.text-banner-inner .heading::selection,
.text-banner-inner .text::selection {
    background: #ff9900;
    color: #ffffff;
}

@media (max-width: 991px) {
    .text-banner-inner {
        padding: 45px 30px;
    }

    .text-banner-inner::after {
        width: 32%;
        filter: blur(10px);
    }

    .text-banner-inner .heading.text-20 {
        font-size: 24px;
    }

    .text-banner-inner .heading.text-30 {
        font-size: 28px;
    }

    .text-banner-inner .text {
        font-size: 16px;
    }

    .devsh-logo-text {
        height: 24px;
    }
}

@media (max-width: 575px) {
    .text-banner-inner {
        padding: 35px 20px;
    }

    .subheading-bg {
        gap: 8px;
        padding: 8px 14px;
        flex-wrap: wrap;
    }

    .text-banner-inner::after {
        width: 36%;
        filter: blur(8px);
    }

    .text-banner-inner .heading.text-20 {
        font-size: 20px;
    }

    .text-banner-inner .heading.text-30 {
        font-size: 22px;
    }

    .devsh-logo-text {
        height: 20px;
    }
}


.team-services-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 18%, rgba(255, 153, 0, 0.10), transparent 28%),
        radial-gradient(circle at 88% 82%, rgba(255, 153, 0, 0.08), transparent 30%),
        linear-gradient(135deg, #071a2f 0%, #0b2d4d 45%, #123e67 100%);
}

.team-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.28;
    pointer-events: none;
}

.team-services-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.03) 100%);
    pointer-events: none;
}

.team-services-section .container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.team-header {
    max-width: 820px;
    margin: 0 auto 55px;
}

.team-label {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.14);
    border: 1px solid rgba(255, 153, 0, 0.28);
    color: #ffb347;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.team-header h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 1px;
    color: #ffffff;
}

.team-header h5 {
    margin: 14px 0 14px;
    font-size: 22px;
    font-weight: 500;
    color: #ff9900;
}

.team-header p {
    margin: 0 auto;
    max-width: 720px;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.78);
}

.team-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.team-service-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    transition: transform 0.45s ease, box-shadow 0.45s ease, border-color 0.45s ease;
}

.team-service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 153, 0, 0.14), transparent 30%, transparent 65%, rgba(58, 124, 193, 0.12));
    opacity: 0;
    transition: opacity 0.45s ease;
    pointer-events: none;
    z-index: 1;
}

.team-service-card:hover {
    transform: translateY(-12px);
    border-color: rgba(255, 153, 0, 0.35);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.24),
        0 0 0 1px rgba(255, 153, 0, 0.08);
}

.team-service-card:hover::before {
    opacity: 1;
}

.team-service-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.team-service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 26, 47, 0.02) 0%, rgba(7, 26, 47, 0.08) 40%, rgba(7, 26, 47, 0.42) 100%);
    z-index: 1;
}

.team-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.team-service-card:hover .team-service-image img {
    transform: scale(1.08);
}

.team-service-content {
    position: relative;
    z-index: 2;
    padding: 10px 20px 0px;
}

.team-service-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    border-radius: 50%;
    background: #ff9900;
    box-shadow: 0 0 14px rgba(255, 153, 0, 0.9);
    margin-bottom: 16px;
}

.team-service-content h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

.team-service-content h4 {
    margin: 0 0 14px;
    color: #ffb347;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
}

.team-service-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 1199px) {
    .team-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .team-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .team-services-section {
        padding: 70px 0;
    }

    .team-services-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .team-header {
        margin-bottom: 40px;
    }

    .team-header h2 {
        font-size: 30px;
    }

    .team-header h5 {
        font-size: 19px;
    }

    .team-header p {
        font-size: 15px;
        line-height: 1.7;
    }

    .team-service-image {
        height: 230px;
    }

    .team-service-content {
        padding: 22px 20px 24px;
    }

    .team-service-content h3 {
        font-size: 21px;
    }
}



/* services page css  */



 
  :root {
    --devsh-blue-dark: #071c2f;
    --devsh-blue: #0d2f52;
    --devsh-blue-soft: #123d69;
    --devsh-white: #ffffff;
    --devsh-text: #1b2b3c;
    --devsh-text-soft: #5e6b78;
    --devsh-border: rgba(255, 255, 255, 0.10);
    --devsh-shadow: 0 20px 60px rgba(4, 18, 32, 0.16);
  }

  .preop-wrapper {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #06182a 0%, #0b2846 45%, #11406e 100%);
    padding: 110px 0 95px;
  }

  .preop-shell {
    position: relative;
    z-index: 2;
  }

  .preop-hero {
    position: relative;
    padding: 60px 55px;
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--devsh-border);
    box-shadow: var(--devsh-shadow);
    backdrop-filter: blur(6px);
  }

  .preop-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 34px;
    align-items: stretch;
  }

  .preop-left {
    position: relative;
    z-index: 2;
  }

  .preop-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }

  .preop-title {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 5vw, 55px);
    line-height: 1.04;
    font-weight: 800;
    letter-spacing: -1.6px;
    max-width: 760px;
  }

  .preop-subtitle {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.2px;
  }

  .preop-desc {
    margin-top: 24px;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 17px;
    line-height: 1.9;
    margin-bottom: 0;
  }

  .preop-right {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .preop-stat-block {
    width: 100%;
    max-width: 330px;
    padding: 26px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
  }

  .preop-stat-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }

  .preop-stat-text {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
  }

  .preop-mini-copy {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
  }

  .preop-story-wrap {
    position: relative;
    margin-top: -42px;
    z-index: 3;
  }

  .preop-story {
    position: relative;
    background: #fff;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(10, 30, 55, 0.10);
  }

  .preop-story-grid {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: stretch;
  }

  .preop-story-left {
    background: linear-gradient(180deg, #d4971bc7 0%, #da7234 100%);
    padding: 38px 28px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .preop-story-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 14px;
  }

  .preop-story-heading {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
  }

  .preop-story-bar {
    width: 58px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    margin-top: 18px;
  }

  .preop-story-right {
    padding: 42px 46px;
    position: relative;
  }

  .preop-story-right::before {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 24px;
    left: 0;
    width: 1px;
    background: rgba(13, 47, 82, 0.10);
  }

  .preop-story-copy p {
    color: var(--devsh-text);
    font-size: 17px;
    line-height: 1.95;
    margin-bottom: 18px;
  }

  .preop-story-copy p:last-child {
    margin-bottom: 0;
    padding-left: 18px;
    position: relative;
  }

  .preop-story-copy p:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0d2f52;
  }

  @media (max-width: 991.98px) {
    .preop-wrapper {
      padding: 85px 0 75px;
    }

    .preop-hero {
      padding: 40px 28px;
      border-radius: 26px;
    }

    .preop-grid,
    .preop-story-grid {
      grid-template-columns: 1fr;
    }

    .preop-right {
      justify-content: flex-start;
    }

    .preop-stat-block {
      max-width: 100%;
    }

    .preop-story-wrap {
      margin-top: 24px;
    }

    .preop-story-left,
    .preop-story-right {
      padding: 30px 24px;
    }

    .preop-story-right::before {
      display: none;
    }

    .preop-title {
      max-width: 100%;
    }

    .preop-desc {
      font-size: 16px;
      line-height: 1.8;
    }
  }

  @media (max-width: 575.98px) {
    .preop-wrapper {
      padding: 70px 0 60px;
    }

    .preop-hero {
      padding: 32px 20px;
      border-radius: 22px;
    }

    .preop-title {
      font-size: 30px;
      line-height: 1.1;
    }

    .preop-subtitle {
      font-size: 18px;
    }

    .preop-desc,
    .preop-story-copy p {
      font-size: 15px;
      line-height: 1.85;
    }

    .preop-story-heading {
      font-size: 24px;
    }

    .preop-story-left,
    .preop-story-right {
      padding: 26px 18px;
    }
  }

  /* =========================
   PRE-OPERATIONAL SERVICES
========================= */

  .services-section {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background:
      radial-gradient(circle at 12% 18%, rgba(255, 153, 0, 0.10), transparent 28%),
      radial-gradient(circle at 85% 75%, rgba(58, 124, 193, 0.10), transparent 32%),
      linear-gradient(180deg, #f8fbff 0%, #ffffff 52%, #f6faff 100%);
  }

  .services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(10, 31, 58, 0.045) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.55;
    pointer-events: none;
  }

  .services-section .container {
    position: relative;
    z-index: 2;
  }

  /* heading */
  .divider-title h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0a1f3a;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
  }

  .services-tag {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a1f3a;
    background: linear-gradient(90deg, rgba(255, 153, 0, 0.14), rgba(58, 124, 193, 0.12));
    border: 1px solid rgba(10, 31, 58, 0.08);
  }

  .services-subtext {
    max-width: 760px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #5f6b7a;
  }

  /* grid */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  /* card */
  .service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 360px;
    padding: 26px 24px 24px;
    border-radius: 22px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
    border: 1px solid rgba(10, 31, 58, 0.08);
    box-shadow:
      0 14px 35px rgba(10, 31, 58, 0.06),
      0 2px 8px rgba(10, 31, 58, 0.03);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  }

  .service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at top right, rgba(58, 124, 193, 0.08), transparent 34%),
      radial-gradient(circle at bottom left, rgba(255, 153, 0, 0.08), transparent 30%);
    pointer-events: none;
  }

  .service-card::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, #ff9900 0%, #3a7cc1 100%);
    opacity: 0.95;
  }

  .service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(58, 124, 193, 0.16);
    box-shadow:
      0 24px 55px rgba(10, 31, 58, 0.10),
      0 4px 12px rgba(10, 31, 58, 0.05);
  }

  /* top area */
  .service-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
  }

  .service-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0a1f3a;
    background:
      linear-gradient(135deg, rgba(255, 153, 0, 0.16), rgba(58, 124, 193, 0.14));
    border: 1px solid rgba(10, 31, 58, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .service-icon svg {
    width: 25px;
    height: 25px;
  }

  .service-number {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #ff9900;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 153, 0, 0.10);
    border: 1px solid rgba(255, 153, 0, 0.16);
  }

  /* content */
  .service-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1;
  }

  .service-card h4 {
    min-height: 58px;
    /* line sync fix */
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    color: #0a1f3a;
    margin-bottom: 14px;
    letter-spacing: -0.01em;
  }

  .service-card p {
    margin: 0;
    font-size: 14.8px;
    line-height: 1.82;
    color: #5c6876;
  }

  /* responsive */
  @media (max-width: 1199px) {
    .services-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 767px) {
    .services-section {
      padding: 70px 0;
    }

    .divider-title h2 {
      font-size: 30px;
    }

    .services-subtext {
      font-size: 14px;
      line-height: 1.7;
    }

    .services-grid {
      grid-template-columns: 1fr;
      gap: 18px;
    }

    .service-card {
      min-height: auto;
      padding: 22px 18px;
      border-radius: 18px;
    }

    .service-card h4 {
      min-height: auto;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .service-icon {
      width: 52px;
      height: 52px;
      min-width: 52px;
      border-radius: 15px;
    }

    .service-icon svg {
      width: 22px;
      height: 22px;
    }
  }

  .devsh-promise-section {
    background: #f8fafc;
  }

  .devsh-promise-ui {
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  /* LEFT */
  .promise-left {
    background: linear-gradient(135deg, #123558, #1a4975);
    border-radius: 16px;
    position: relative;
    overflow: hidden;
  }

  /* QUOTE SVG */
  .quote-svg {
    position: absolute;
    top: 10px;
    left: 10px;
  }

  /* RIGHT */
  .promise-right {
    border-radius: 16px;
    background: #f9fbfd;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  /* CONTACT */
  .contact-item {
    padding: 10px 12px;
    border-radius: 10px;
    transition: 0.25s ease;
  }

  .contact-item:hover {
    background: #fff7ed;
    transform: translateY(-2px);
  }

  .icon-box {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 153, 0, 0.12);
    border-radius: 10px;
    color: #ff9900;
  }

  @media (max-width: 767px) {

    .promise-left,
    .promise-right {
      padding: 20px !important;
    }
  }


  :root {
    --ops-bg: #f7faff;
    --ops-white: #ffffff;
    --ops-navy: #0d1b3d;
    --ops-blue: #2e62c9;
    --ops-orange: #f59e0b;
    --ops-text: #17233d;
    --ops-muted: #66748f;
    --ops-line: rgba(18, 38, 84, 0.08);
    --ops-shadow: 0 18px 42px rgba(15, 32, 69, 0.08);
  }

  .ops-safe-section {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background:
      radial-gradient(circle at 10% 10%, rgba(245, 158, 11, 0.08), transparent 18%),
      radial-gradient(circle at 90% 20%, rgba(46, 98, 201, 0.10), transparent 22%),
      linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  }

  .ops-safe-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(20, 39, 80, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: .4;
    pointer-events: none;
  }

  .ops-safe-hero {
    position: relative;
    z-index: 2;
    margin-bottom: 42px;
    padding: 38px;
    border-radius: 32px;
    background: linear-gradient(145deg, #0d1b3d 0%, #153166 70%, #1f468e 100%);
    box-shadow: 0 30px 70px rgba(12, 28, 67, 0.18);
    overflow: hidden;
  }

  .ops-safe-hero::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -100px;
    top: -100px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.28), transparent 72%);
  }

  .ops-safe-kicker {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: #dbe7ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
  }

  .ops-safe-hero-left h2 {
    margin: 18px 0 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
  }

  .ops-safe-hero-left h2 span {
    display: block;
    color: #ffd48f;
  }

  .ops-safe-hero-right p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15.8px;
    line-height: 1.9;
    margin-bottom: 14px;
  }

  .ops-safe-hero-note {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 22px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
  }

  .ops-safe-hero-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 158, 11, 0.18);
    color: #ffd48f;
  }

  .ops-safe-hero-icon svg {
    width: 22px;
    height: 22px;
  }

  .ops-safe-hero-note h5 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }

  .ops-safe-hero-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
    line-height: 1.8;
  }

  .ops-safe-block {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(18, 38, 84, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: var(--ops-shadow);
  }

  .ops-safe-side {
    position: sticky;
    top: 95px;
    padding: 24px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
    border: 1px solid var(--ops-line);
    box-shadow: 0 14px 34px rgba(16, 33, 71, 0.06);
  }

  .ops-safe-number {
    font-size: 58px;
    line-height: 1;
    font-weight: 800;
    color: rgba(46, 98, 201, 0.12);
    margin-bottom: 8px;
  }

  .ops-safe-tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    color: var(--ops-blue);
  }

  .ops-safe-side h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--ops-text);
  }

  .ops-safe-side p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--ops-muted);
  }

  .ops-safe-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ops-safe-card {
    position: relative;
    padding: 22px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid var(--ops-line);
    overflow: hidden;
    transition: all .35s ease;
  }

  .ops-safe-card::before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -60px;
    top: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.10), transparent 70%);
    opacity: 0;
    transition: all .35s ease;
  }

  .ops-safe-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(16, 33, 71, 0.10);
    border-color: rgba(245, 158, 11, 0.18);
  }

  .ops-safe-card:hover::before {
    opacity: 1;
  }

  .ops-safe-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
  }

  .ops-safe-bullet {
    width: 12px;
    height: 12px;
    min-width: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, var(--ops-orange), #ffd490);
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.10);
    margin-top: 8px;
  }

  .ops-safe-card h4 {
    margin: 0;
    font-size: 19px;
    line-height: 1.5;
    font-weight: 800;
    color: var(--ops-navy);
  }

  .ops-safe-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    padding-left: 24px;
    color: var(--ops-muted);
    font-size: 14.8px;
    line-height: 1.85;
  }

  .ops-safe-bottom {
    position: relative;
    z-index: 2;
    margin-top: 6px;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(145deg, #0d1b3d 0%, #153166 70%, #1f468e 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 26px 60px rgba(12, 28, 67, 0.18);
  }

  .ops-safe-bottom::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    left: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08), transparent 72%);
  }

  .ops-safe-bottom-tag {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    color: #dbe7ff;
  }

  .ops-safe-bottom h3 {
    margin: 0 0 14px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.15;
    font-weight: 800;
  }

  .ops-safe-bottom h3 span {
    color: #ffd48f;
  }

  .ops-safe-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.9;
  }

  .ops-safe-stats {
    display: grid;
    gap: 14px;
  }

  .ops-safe-stat {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
  }

  .ops-safe-stat strong {
    display: block;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 4px;
  }

  .ops-safe-stat span {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
  }

  @media (max-width: 991px) {
    .ops-safe-section {
      padding: 70px 0;
    }

    .ops-safe-hero {
      padding: 24px;
      border-radius: 24px;
    }

    .ops-safe-hero-left h2 span {
      display: inline;
    }

    .ops-safe-block {
      padding: 16px;
      border-radius: 22px;
    }

    .ops-safe-side {
      position: relative;
      top: 0;
      padding: 20px 18px;
      border-radius: 20px;
    }

    .ops-safe-side h3 {
      font-size: 24px;
    }

    .ops-safe-grid {
      grid-template-columns: 1fr;
    }

    .ops-safe-card {
      padding: 18px 16px;
      border-radius: 18px;
    }

    .ops-safe-card h4 {
      font-size: 17px;
    }

    .ops-safe-card p {
      padding-left: 24px;
      font-size: 14px;
    }

    .ops-safe-bottom {
      padding: 24px;
      border-radius: 24px;
    }
  }
