.abt-hero-slide {
    height: 500px;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.abt-hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .3);
}

.abt-hero-slide .left {
    background: linear-gradient(45deg, rgba(7, 29, 67, 0.94), #0b3783);
}

@media (max-width: 992px) {
    .abt-hero-slide {
        height: 620px;
    }

    .abt-hero-slide .left {
        width: 100%;
        clip-path: none;
        padding: 40px;
        background: linear-gradient(45deg, rgba(7, 29, 67, 0.7), rgba(11, 55, 131, 0.7)) !important; /* Adjusted opacity blue overlay on mobile/tablet */
    }
}

@media (max-width: 576px) {
    .abt-hero-slide .left {
        padding: 28px;
    }
}

.sre-abt-intro-scx {
    background: linear-gradient(180deg, #02173a, #0a1d47);
    padding: 110px 0;
}

.sre-abt-intro-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    color: #1f63db;
    margin-bottom: 22px;
}

.sre-abt-intro-badge-line {
    display: inline-block;
    width: 36px;
    height: 3px;
    background: #1f63db;
    border-radius: 2px;
    flex-shrink: 0;
}

.sre-abt-intro-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sre-abt-intro-title span {
    color: #1f63db;
}

.sre-abt-intro-desc {
    font-size: 16px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 32px;
}

.sre-abt-intro-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 38px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.sre-abt-intro-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #072358;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 10px;
    padding: 16px;
}

.sre-abt-intro-hi-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #072358;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d8aff;
    font-size: 18px;
    flex-shrink: 0;
}

.sre-abt-intro-highlights li strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.sre-abt-intro-highlights li p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.60);
    line-height: 1.5;
    margin: 0;
}

.sre-abt-intro-img-frame {
    position: relative;
}

.sre-abt-intro-img-corner {
    position: absolute;
    top: -16px;
    left: -16px;
    width: 80px;
    height: 80px;
    border-top: 4px solid #1f63db;
    border-left: 4px solid #1f63db;
    border-radius: 4px 0 0 0;
    z-index: 2;
    pointer-events: none;
}

.sre-abt-intro-img-frame::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -16px;
    width: 80px;
    height: 80px;
    border-bottom: 4px solid #1f63db;
    border-right: 4px solid #1f63db;
    border-radius: 0 0 4px 0;
    pointer-events: none;
}

.sre-abt-intro-img-wrap {
    overflow: hidden;
    position: relative;
}

.sre-abt-intro-img-wrap img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
}

.sre-abt-intro-float-card {
    position: absolute;
    bottom: 36px;
    left: -28px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    z-index: 3;
    min-width: 220px;
}

.sre-abt-intro-float-card i {
    font-size: 28px;
    color: #1f63db;
    flex-shrink: 0;
}

.sre-abt-intro-float-card strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #071d43;
    line-height: 1.2;
}

.sre-abt-intro-float-card span {
    font-size: 12px;
    color: #666;
}

@media (max-width: 1199px) {
    .sre-abt-intro-scx {
        padding: 90px 0;
    }

    .sre-abt-intro-title {
        font-size: 38px;
    }

    .sre-abt-intro-img-wrap img {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .sre-abt-intro-scx {
        padding: 80px 0;
    }

    .sre-abt-intro-title {
        font-size: 32px;
    }

    .sre-abt-intro-img-wrap img {
        height: 420px;
    }

    .sre-abt-intro-float-card {
        left: 0;
        bottom: 24px;
    }
}

@media (max-width: 767px) {
    .sre-abt-intro-scx {
        padding: 70px 0;
    }

    .sre-abt-intro-left {
        text-align: center;
    }

    .sre-abt-intro-badge {
        justify-content: center;
    }

    .sre-abt-intro-title {
        font-size: 28px;
    }

    .sre-abt-intro-highlights {
        grid-template-columns: 1fr;
    }

    .sre-abt-intro-highlights li {
        text-align: left;
    }

    .sre-abt-intro-img-wrap img {
        height: 320px;
    }

    .sre-abt-intro-img-corner,
    .sre-abt-intro-img-frame::after {
        display: none;
    }

    .sre-abt-intro-float-card {
        position: static;
        margin-top: 20px;
        justify-content: center;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.10);
    }

    .sre-abt-intro-float-card strong,
    .sre-abt-intro-float-card span {
        color: #fff;
    }

    .sre-abt-intro-float-card i {
        color: #4d8aff;
    }
}

@media (max-width: 575px) {
    .sre-abt-intro-scx {
        padding: 60px 0;
    }

    .sre-abt-intro-title {
        font-size: 24px;
    }

    .sre-abt-intro-img-wrap img {
        height: 260px;
    }
}

.sre-mission-scx .sre-vision-content {
    padding-right: 0;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .sre-mission-scx .sre-vision-content {
        padding-left: 0;
    }
}

.sre-about-content {
    padding: 80px 0;
}

.sre-vision-mission-section {
    background: linear-gradient(180deg, #02173a, #0a1d47);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}

/* Blueprint industrial dots grid background */
.sre-vm-bg-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(31, 99, 219, 0.15) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.8;
    z-index: 1;
}

/* Thin geometric architectural blueprint lines */
.sre-vm-bg-line {
    position: absolute;
    background-color: rgba(31, 99, 219, 0.1);
    z-index: 1;
}

.sre-vm-bg-line.line-1 {
    width: 1px;
    height: 100%;
    left: 20%;
    top: 0;
}

.sre-vm-bg-line.line-2 {
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
}

/* Row separation */
.sre-vm-row {
    margin-bottom: 140px;
    position: relative;
    z-index: 3;
}

.sre-vm-row.mission-row {
    margin-bottom: 0;
}

/* Content styling with a prominent left accent border line */
.sre-vm-content {
    max-width: 540px;
    border-left: 4px solid #1f63db;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sre-vm-eyebrow {
    font-size: 13px;
    font-weight: 700;
    color: #1f63db;
    letter-spacing: 3px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.sre-vm-title {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sre-vm-title span {
    color: #1f63db;
}

.sre-vm-desc {
    font-size: 17px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* ===================================
   CLEAN IMAGE GRAPHIC LAYOUT
   =================================== */

.sre-vm-image-frame-holder {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sre-vm-image-frame {
    position: relative;
    width: 100%;
    max-width: 440px;
    height: 340px;
    z-index: 5;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Main Image Container */
.sre-vm-img-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    border-radius: 20px;
    border: 3px solid #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    transition: border-color 0.5s ease, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
}

.sre-vm-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Image Zoom (1.05) and Lift on Hover */
.sre-vm-image-frame:hover .sre-vm-img-wrap img {
    transform: scale(1.05);
}

.sre-vm-image-frame:hover .sre-vm-img-wrap {
    transform: translateY(-8px);
    border-color: #1f63db;
    box-shadow: 0 25px 50px rgba(31, 99, 219, 0.25);
}

/* Solid Blue Backdrop Plate */
.sre-vm-backdrop-solid {
    position: absolute;
    inset: 0;
    z-index: 2;
    background-color: #1f63db;
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.vision-frame .sre-vm-backdrop-solid {
    transform: translate(20px, 20px); /* Shifted bottom-right */
}

.mission-frame .sre-vm-backdrop-solid {
    transform: translate(-20px, 20px); /* Shifted bottom-left */
}

/* Interactive slide apart on hover */
.vision-frame:hover .sre-vm-backdrop-solid {
    transform: translate(28px, 28px);
}

.mission-frame:hover .sre-vm-backdrop-solid {
    transform: translate(-28px, 28px);
}

/* Glassmorphism Overlapping Card */
.sre-vm-glass-card {
    position: absolute;
    z-index: 6;
    background: rgba(7, 29, 67, 0.85); /* Solid premium contrast backdrop */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
    text-align: left;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.vision-glass {
    left: -30px;
    bottom: 30px;
}

.mission-glass {
    right: -30px;
    top: 30px;
}

/* Hover scales glass card slightly */
.sre-vm-image-frame:hover .sre-vm-glass-card {
    transform: scale(1.05);
}

.sre-vm-glass-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background-color: #1f63db;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 18px;
    flex-shrink: 0;
}

.sre-vm-glass-card h5 {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sre-vm-glass-card p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    white-space: nowrap;
}

/* ===================================
   RESPONSIVE DESIGN ADAPTATIONS
   =================================== */

@media (max-width: 1199px) {
    .sre-vision-mission-section {
        padding: 100px 0;
    }
    
    .sre-vm-title {
        font-size: 44px;
    }
    
    .sre-vm-image-frame {
        max-width: 380px;
        height: 300px;
    }
}

@media (max-width: 991px) {
    .sre-vision-mission-section {
        padding: 80px 0;
    }
    
    .sre-vm-row {
        margin-bottom: 100px;
    }
    
    .sre-vm-title {
        font-size: 38px;
    }
    
    .sre-vm-image-frame {
        max-width: 340px;
        height: 270px;
    }
    
    .vision-glass {
        left: -15px;
        bottom: 15px;
    }
    
    .mission-glass {
        right: -15px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .sre-vision-mission-section {
        padding: 70px 0;
    }
    
    .sre-vm-row {
        margin-bottom: 90px;
    }
    
    .sre-vm-content {
        max-width: 100%;
        border-left: none;
        border-top: none; /* Remove crude full-width border */
        padding-left: 0;
        padding-top: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center; /* Center children horizontally */
    }
    
    .sre-vm-eyebrow {
        margin-bottom: 18px;
        letter-spacing: 2px;
        font-size: 12px;
    }
    
    .sre-vm-title {
        font-size: 32px;
        margin-bottom: 24px;
        text-align: center;
        display: block; /* Ensures inline content stays in a single line */
    }
    
    /* Elegant centered brand bar instead of layout-spanning border */
    .sre-vm-title::after {
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background-color: #1f63db;
        margin: 15px auto 0 auto;
        border-radius: 2px;
    }
    
    .sre-vm-desc {
        font-size: 15.5px;
        line-height: 1.75;
        padding: 0 10px; /* Comfortable reading width margin */
    }
    
    .sre-vm-image-frame-holder {
        margin-top: 45px;
    }
    
    .sre-vm-image-frame {
        max-width: 320px;
        height: 250px;
    }
    
    .vision-glass {
        left: -10px;
        bottom: 10px;
    }
    
    .mission-glass {
        right: -10px;
        top: 10px;
    }
}

@media (max-width: 575px) {
    .sre-vm-title {
        font-size: 28px;
    }
    
    .sre-vm-image-frame {
        max-width: 280px;
        height: 220px;
    }
    
    .sre-vm-glass-card {
        padding: 8px 12px;
        gap: 8px;
    }
    
    .sre-vm-glass-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    
    .sre-vm-glass-card h5 {
        font-size: 10px;
    }
    
    .sre-vm-glass-card p {
        font-size: 8px;
    }
}

.sre-why-scx {
    background: linear-gradient(180deg, #02173a, #0a1d47);
    padding: 110px 0;
}

.sre-why-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 70px;
}

.sre-why-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #1f63db;
    margin-bottom: 18px;
    position: relative;
    padding: 0 20px;
}

.sre-why-label::before,
.sre-why-label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #1f63db;
}

.sre-why-label::before {
    left: 0;
}

.sre-why-label::after {
    right: 0;
}

.sre-why-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 22px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sre-why-title span {
    color: #1f63db;
}

.sre-why-intro {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
}

/* Three-column layout */
.sre-why-layout {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 40px;
    align-items: center;
}

/* Left & right feature columns */
.sre-why-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.sre-why-col--left {
    text-align: left;
}

.sre-why-col--right {
    text-align: left;
}

/* Individual feature item — text only (right side) */
.sre-why-feat {
    transition: transform 0.28s ease;
}

.sre-why-feat:hover {
    transform: translateY(-4px);
}

/* Icon + text row layout (left side) */
.sre-why-feat--icon {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.sre-why-feat-icon {
    font-size: 38px;
    color: #4d8aff;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
    transition: color 0.28s ease, transform 0.28s ease;
}

.sre-why-feat--icon:hover .sre-why-feat-icon {
    color: #fff;
    transform: scale(1.1);
}

.sre-why-feat-body {
    flex: 1;
}

.sre-why-feat-title {
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.sre-why-feat-sub {
    font-size: 13px;
    font-weight: 700;
    color: #4d8aff;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.sre-why-feat-desc {
    font-size: 14px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

/* Center image */
.sre-why-center {
    position: relative;
    width: 300px;
    flex-shrink: 0;
}

/* Decorative arc line behind image */
.sre-why-arc-line {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 260px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    border-bottom: none;
    pointer-events: none;
    z-index: 0;
}

/* Shield-shaped image mask */
.sre-why-shield {
    position: relative;
    z-index: 1;
    width: 300px;
    height: 420px;
    overflow: hidden;
    clip-path: url(#whyShieldClip);
    box-shadow: 0 0 60px rgba(31, 99, 219, 0.25);
}

.sre-why-shield img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.sre-why-center:hover .sre-why-shield img {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1199px) {
    .sre-why-scx {
        padding: 90px 0;
    }

    .sre-why-title {
        font-size: 38px;
    }

    .sre-why-center {
        width: 260px;
    }

    .sre-why-shield {
        width: 260px;
        height: 360px;
    }

    .sre-why-arc-line {
        width: 600px;
    }

    .sre-why-layout {
        gap: 28px;
    }
}

@media (max-width: 991px) {
    .sre-why-scx {
        padding: 80px 0;
    }

    .sre-why-header {
        margin-bottom: 50px;
    }

    .sre-why-title {
        font-size: 32px;
    }

    .sre-why-center {
        width: 220px;
    }

    .sre-why-shield {
        width: 220px;
        height: 310px;
    }

    .sre-why-arc-line {
        width: 500px;
    }

    .sre-why-layout {
        gap: 20px;
    }

    .sre-why-feat-title {
        font-size: 18px;
    }

    .sre-why-feat-desc {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .sre-why-scx {
        padding: 70px 0;
    }

    .sre-why-title {
        font-size: 28px;
    }

    .sre-why-intro {
        font-size: 15px;
    }

    /* Stack: header → image → left cards → right cards */
    .sre-why-layout {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 40px;
    }

    .sre-why-col--left {
        order: 2;
        text-align: left;
    }

    .sre-why-center {
        order: 1;
        margin: 0 auto;
    }

    .sre-why-col--right {
        order: 3;
    }

    .sre-why-arc-line {
        display: none;
    }

    .sre-why-center {
        width: 240px;
    }

    .sre-why-shield {
        width: 240px;
        height: 340px;
    }
}

@media (max-width: 575px) {
    .sre-why-scx {
        padding: 60px 0;
    }

    .sre-why-title {
        font-size: 24px;
    }

    .sre-why-center {
        width: 200px;
    }

    .sre-why-shield {
        width: 200px;
        height: 280px;
    }
}

.sre-bod-scx {
    background: linear-gradient(180deg, #02173a, #0a1d47);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.sre-bod-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sre-bod-circle-tl {
    top: -120px;
    left: -120px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(31, 99, 219, 0.12);
}

.sre-bod-circle-tl::before {
    content: '';
    position: absolute;
    inset: 40px;
    border-radius: 50%;
    border: 1px solid rgba(31, 99, 219, 0.08);
}

.sre-bod-circle-br {
    bottom: -140px;
    right: -140px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(31, 99, 219, 0.10);
}

.sre-bod-dots {
    position: absolute;
    top: 60px;
    right: 5%;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    pointer-events: none;
}

.sre-bod-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

.sre-bod-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4d8aff;
    margin-bottom: 16px;
    position: relative;
    padding: 0 20px;
}

.sre-bod-label::before,
.sre-bod-label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #4d8aff;
}

.sre-bod-label::before {
    left: 0;
}

.sre-bod-label::after {
    right: 0;
}

.sre-bod-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sre-bod-title span {
    color: #1f63db;
}

.sre-bod-intro {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

/* Card — horizontal layout matching reference */
.sre-bod-card {
    background: transparent;
    border: none;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: visible;
    height: 100%;
    transition: transform 0.3s ease;
}

.sre-bod-card:hover {
    transform: translateY(-6px);
}

/* Image block */
.sre-bod-card-img-wrap {
    position: relative;
    width: 115px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    /* L-shaped blue accent: left + bottom border */
    border-left: 3px solid #1f63db;
    border-bottom: 3px solid #1f63db;
    box-shadow: -4px 4px 16px rgba(31, 99, 219, 0.30);
}

.sre-bod-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    filter: grayscale(25%);
    transition: filter 0.3s ease, transform 0.35s ease;
}

.sre-bod-card:hover .sre-bod-card-img-wrap img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* Badge — sits on the top edge between image and content, extends upward */
.sre-bod-card-badge {
    position: absolute;
    top: -14px;
    right: -14px;
    background: #1f63db;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 20px;
    line-height: 1.3;
    white-space: nowrap;
    z-index: 3;
    box-shadow: 0 4px 16px rgba(31, 99, 219, 0.45);
    transition: background 0.28s ease;
}

.sre-bod-card:hover .sre-bod-card-badge {
    background: #154fb3;
}

/* Content block — dark blue background */
.sre-bod-card-body {
    flex: 1;
    background: #0d2d6e;
    border-radius: 0 12px 12px 0;
    padding: 20px 18px 18px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.sre-bod-card-name {
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
}

.sre-bod-card-role {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #4d8aff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.sre-bod-card-desc {
    font-size: 12px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.52);
    margin: 0;
}

@media (max-width: 1199px) {
    .sre-bod-scx {
        padding: 90px 0;
    }

    .sre-bod-title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .sre-bod-scx {
        padding: 80px 0;
    }

    .sre-bod-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sre-bod-scx {
        padding: 70px 0;
    }

    .sre-bod-header {
        margin-bottom: 44px;
    }

    .sre-bod-title {
        font-size: 28px;
    }

    .sre-bod-circle-tl,
    .sre-bod-circle-br,
    .sre-bod-dots {
        display: none;
    }
}

@media (max-width: 575px) {
    .sre-bod-scx {
        padding: 60px 0;
    }

    .sre-bod-title {
        font-size: 24px;
    }

    .sre-bod-card-img-wrap {
        width: 90px;
    }

    .sre-bod-card-name {
        font-size: 13px;
    }
}

.sre-dots {
    position: absolute;
    background-image: radial-gradient(rgba(255, 255, 255, 0.07) 1.5px, transparent 1.5px);
    background-size: 22px 22px;
    pointer-events: none;
    z-index: 0;
}

.sre-dots-tl {
    top: 0;
    left: 0;
    width: 260px;
    height: 260px;
    -webkit-mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, 1) 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at top left, rgba(0, 0, 0, 1) 30%, transparent 75%);
}

.sre-dots-tr {
    top: 0;
    right: 0;
    width: 260px;
    height: 260px;
    -webkit-mask-image: radial-gradient(ellipse at top right, rgba(0, 0, 0, 1) 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at top right, rgba(0, 0, 0, 1) 30%, transparent 75%);
}

.sre-dots-br {
    bottom: 0;
    right: 0;
    width: 240px;
    height: 240px;
    -webkit-mask-image: radial-gradient(ellipse at bottom right, rgba(0, 0, 0, 1) 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at bottom right, rgba(0, 0, 0, 1) 30%, transparent 75%);
}

.sre-dots-bl {
    bottom: 0;
    left: 0;
    width: 240px;
    height: 240px;
    -webkit-mask-image: radial-gradient(ellipse at bottom left, rgba(0, 0, 0, 1) 30%, transparent 75%);
    mask-image: radial-gradient(ellipse at bottom left, rgba(0, 0, 0, 1) 30%, transparent 75%);
}

.sre-abt-intro-scx,
.sre-vision-scx,
.sre-why-scx {
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .sre-dots {
        display: none;
    }
}

/* Our Team Section styling */
.sre-team-scx {
    background: linear-gradient(180deg, #0a1d47, #02173a);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.sre-team-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.sre-team-circle-tl {
    top: -120px;
    left: -120px;
    width: 380px;
    height: 380px;
    border: 1px solid rgba(31, 99, 219, 0.08);
}

.sre-team-circle-br {
    bottom: -140px;
    right: -140px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(31, 99, 219, 0.06);
}

.sre-team-dots {
    position: absolute;
    bottom: 60px;
    left: 5%;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    pointer-events: none;
}

.sre-team-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 60px;
}

.sre-team-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #4d8aff;
    margin-bottom: 16px;
    position: relative;
    padding: 0 20px;
}

.sre-team-label::before,
.sre-team-label::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 2px;
    background: #4d8aff;
}

.sre-team-label::before {
    left: 0;
}

.sre-team-label::after {
    right: 0;
}

.sre-team-title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sre-team-title span {
    color: #1f63db;
}

.sre-team-intro {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
}

/* Individual Team Member layout */
.sre-team-member {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    position: relative;
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.sre-team-img-container {
    position: relative;
    width: 130px;
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
}

.sre-team-img-container::after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100%;
    height: 100%;
    background: #1f63db;
    border-radius: 12px;
    z-index: 1;
    transition: background-color 0.35s ease, box-shadow 0.35s ease;
}

.sre-team-img-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    transition: border-color 0.35s ease, box-shadow 0.35s ease;
}

.sre-team-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
    transition: transform 0.4s ease, filter 0.4s ease;
}

.sre-team-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #1f63db;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 4px 12px 4px 12px;
    box-shadow: 0 4px 10px rgba(31, 99, 219, 0.4);
    z-index: 2;
    transition: background-color 0.3s ease;
}

.sre-team-body {
    flex: 1;
    min-width: 0;
}

.sre-team-name {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.2;
}

.sre-team-role {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #4d8aff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.sre-team-desc {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

/* Hover Animations */
.sre-team-member:hover {
    transform: translateY(-6px);
}

.sre-team-member:hover .sre-team-img-inner {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.sre-team-member:hover .sre-team-img-container::after {
    background: #4d8aff;
    box-shadow: 0 0 20px rgba(77, 138, 255, 0.7);
}

.sre-team-member:hover .sre-team-img-inner img {
    transform: scale(1.08);
    filter: grayscale(0%);
}

.sre-team-member:hover .sre-team-badge {
    background: #154fb3;
}

/* Responsiveness adjustments */
@media (max-width: 1199px) {
    .sre-team-scx {
        padding: 90px 0;
    }

    .sre-team-title {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    .sre-team-scx {
        padding: 80px 0;
    }

    .sre-team-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .sre-team-scx {
        padding: 70px 0;
    }

    .sre-team-header {
        margin-bottom: 44px;
    }

    .sre-team-title {
        font-size: 28px;
    }

    .sre-team-circle-tl,
    .sre-team-circle-br,
    .sre-team-dots {
        display: none;
    }
}

@media (max-width: 575px) {
    .sre-team-scx {
        padding: 60px 0;
    }

    .sre-team-title {
        font-size: 24px;
    }

    .sre-team-member {
        gap: 16px;
    }

    .sre-team-img-container {
        width: 90px;
    }

    .sre-team-img-container::after {
        bottom: -4px;
        right: -4px;
        border-radius: 8px;
    }

    .sre-team-img-inner {
        border-radius: 8px;
    }

    .sre-team-badge {
        font-size: 9px;
        padding: 3px 8px;
        top: -8px;
        right: -8px;
    }

    .sre-team-name {
        font-size: 13px;
    }

    .sre-team-role {
        font-size: 10px;
    }

    .sre-team-desc {
        font-size: 12px;
    }
}