/* Screening & Processing Efficiency Section */
.saif-efficiency-section {
    width: 100%;
    /* background: #0b162b; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    margin-bottom: 0;
}

.saif-efficiency-container {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1100px;
    margin-top: 0px;
}

.saif-efficiency-card {
    background: #111c32;
    border-radius: 20px;
    border: 1.5px solid #2e3a5c;
    box-shadow: 0 2px 16px 0 rgba(46, 91, 186, 0.07);
    padding: 32px 28px 24px 28px;
    /* min-width: 340px; */
    max-width: 400px;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: px;
    position: relative;
}

.saif-efficiency-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}

.saif-efficiency-row {
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 18px;
}

.saif-efficiency-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0;
    min-height: 120px;
    background: #19284a;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 1px 8px 0 rgba(46, 91, 186, 0.04);
}
}

.saif-efficiency-block {
    min-height: 120px;
    /* background: #19284a; */
    background: #004cff;
    border-radius: 14px;
    padding: 12px;
    box-shadow: 0 1px 8px 0 rgba(46, 91, 186, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex: 1 1 0;
    min-width: 120px;
    height: 100%;
}

.saif-efficiency-label.before {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff0e;
    color: #cfd8e3;
    border-radius: 8px;
    margin-top: 4px;
    width: 100%;
}

.saif-efficiency-label.after {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #8cff66 0%, #3fa9f5 100%);
    color: #1a2b4a;
    border-radius: 8px;
    margin-top: 4px;
    width: 100%;
}

.saif-efficiency-time {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.saif-efficiency-unit {
    font-size: 1rem;
    color: #cfd8e3;
    font-weight: 400;
}

.saif-efficiency-footer {
    background: #19284a;
    border-radius: 12px;
    color: #78e06c;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.saif-efficiency-footer span {
    color: #78e06c;
    font-weight: 700;
    font-size: 1.25em;
}

@media (max-width: 991px) {
    .saif-efficiency-container {
        flex-direction: column;
        gap: 24px;
        max-width: 100%;
    }

    .saif-efficiency-card {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Sen', -apple-system, Roboto, Helvetica, sans-serif;
    line-height: 1.6;
    color: #fff;
}

/* Main Container */
.saif-page {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background: linear-gradient(180deg, #0b162b 0%, #1a2b4a 50%, #0b162b 100%);
    min-height: 100vh;
    position: relative;
}

/* Header Styles */
.main-header {
    width: 100%;
    height: 80px;
    backdrop-filter: blur(9.3px);
    position: relative;
    z-index: 100;
}

.header-content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo-container {
    width: 142px;
    height: 50px;
    position: relative;
}

.main-logo {
    width: 142px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-overlay {
    width: 142px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.logo-overlay-image {
    width: 142px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.main-navigation {
    display: flex;
    align-items: center;
    gap: 29px;
}

.nav-item-with-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-text {
    color: #fff;
    font: 500 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    cursor: pointer;
}

.dropdown-arrow {
    width: 12px;
    height: 14px;
}

/* Hero Section */
.hero-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 40px 0;
    margin-top: 80px;
}

.hero-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22.353px;
}

.hero-logo {
    width: 95px;
    height: 95px;
    aspect-ratio: 94.52/95;
}

/* Main Content */
.main-content {
    width: 100%;
}

/* Introduction Section */
.intro-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 0 90px;
    margin-bottom: 30px
}

.main-title {
    width: 100%;
    max-width: 1261px;
    color: #fff;
    text-align: center;
    font: 600 40px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.saif-title {
    width: 100%;
    max-width: 1261px;
    text-align: center;
    background: linear-gradient(90deg,
            #8cff66 0%,
            #4dd6a8 40%,
            #3fa9f5 70%,
            #2f80ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font: 600 40px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.intro-description {
    width: 100%;
    max-width: 1261px;
    color: #fff;
    text-align: center;
    font: 600 18px Sen, -apple-system, Roboto, Helvetica, sans-serif;
}

/* How SAIF Strengthens Section */
.saif-strengthens-section {
    padding: 60px 90px;
    background: linear-gradient(180deg, #0b162b 0%, #1a2b4a 100%);
}

.strengthens-container {
    max-width: 1260px;
    margin: 0 auto;
}

.strengthens-title {
    color: #fff;
    text-align: center;
    font: 600 40px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0 0 50px 0;
}

.strengthens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.strengthens-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 24px;
    border-radius: 16px;
    background: rgba(11, 22, 43, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.strengthens-card:hover {
    background: rgba(11, 22, 43, 0.8);
    transform: translateY(-4px);
    border-color: rgba(139, 195, 74, 0.3);
}

.strengthens-icon-container {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.strengthens-icon {
    width: 60px;
    height: 60px;
}

.strengthens-card-title {
    color: #fff;
    font: 600 20px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.strengthens-card-description {
    color: rgba(255, 255, 255, 0.85);
    font: 400 14px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.6;
}

/* Features Section */
.features-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 60px 90px;
}

.section-title {
    color: #fff;
    text-align: center;
    font: 600 40px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.highlight-text {
    background: linear-gradient(90deg,
            #8cff66 0%,
            #4dd6a8 40%,
            #3fa9f5 70%,
            #2f80ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 1262px;
}

.feature-row {
    display: flex;
    gap: 16px;
    height: 151px;
}

.feature-card {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 26px 29px;
    width: 100%;
}

.feature-icon-container {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    border-radius: 26px;
    background-color: rgba(146, 204, 75, 0.1);
    flex-shrink: 0;
}

.feature-icon {
    width: 69px;
    height: 69px;
}

.feature-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.feature-title {
    color: #fff;
    font: 600 28px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.feature-description {
    color: #fff;
    font: 400 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

/* Value Section */
.value-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    padding: 0px 90px;
    padding-top: 80px;
    margin: 0px;
}

.value-description {
    width: 100%;
    max-width: 1261px;
    color: #fff;
    text-align: center;
    font: 00 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
}

/* Industry Section */
.industry-section {
    /* background: #ff0000; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    /* padding: 60px 90px; */
    padding-bottom: 0px;
    overflow: hidden;
    margin-left: 90px;
    margin-right: 90px;
    border-radius: 24px;
    overflow: hidden;
}

.industry-background {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.where-saif-bg {
    position: absolute;
    inset: 0;
    background: url('../Assets/Images/Where saif section bg.jpg') center/cover no-repeat;
    z-index: 0;
    padding-top: 46px;
    padding-bottom: 0px;
}

/* ensure content sits above the background */
.industry-background> :not(.where-saif-bg) {
    position: relative;
    z-index: 1;
}

.industry-background {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1260px;
    height: 500px;
    border-radius: 37px;
    position: relative;
}

.background-blur {
    position: absolute;
    border-radius: 50%;
    filter: blur(185.6px);
}

.Where_saif_bg {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.industry-background {
    position: relative;
    overflow: hidden;
}

.where-saif-bg {
    position: absolute;
    inset: 0;
    background: url('../Assets/Images/Where saif section bg.jpg') center/cover no-repeat;
    z-index: 0;
}

/* ensure content sits above the background */
.industry-background> :not(.where-saif-bg) {
    position: relative;
    z-index: 1;
}

.blur-1 {
    width: 883px;
    height: 823px;
    background: #172652;
    left: -96px;
    top: -297px;
}

.blur-2 {
    width: 786px;
    height: 786px;
    background: #20336b;
    left: 645px;
    top: -279px;
}

.blur-3 {
    width: 742px;
    height: 742px;
    background: #057f82;
    left: 225px;
    top: 225px;
}

.industry-grid {
    position: absolute;
    left: 35px;
    top: 132px;
    width: calc(100% - 70px);
    height: 352px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
    align-items: end;
}

.industry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 32px 32px 0 0;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.card-1,
.card-4 {
    height: 312px;
}

.card-2,
.card-3 {
    height: 352px;
}

.industry-content {

    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 24px 19px;
    width: 100%;
}

.industry-icon-container {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    background-color: #0E1C40;
    margin-bottom: 8px;
}

.industry-icon {
    width: 30px;
    height: 30px;
}

.industry-icon-img {
    width: 30px;
    height: 30px;
    left: 5px;
    top: 5px;
}

.industry-title {
    color: #000;
    font: 600 28px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0 0 8px 0;
}

.industry-description {
    color: #000;
    font: 400 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
    flex: 1;
}

/* Applications Section */
.applications-section {
    display: flex;
    align-items: center;
    gap: 100px;
    align-self: stretch;
    padding: 60px 90px;
}

.applications-content {
    display: flex;
    gap: 100px;
    width: 100%;
}

.applications-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 469px;
}

/* Left-align text inside the applications column so headings and paragraphs
   are flush to the left instead of centered (overrides global section-title). */
.applications-text {
    align-items: flex-start;
    text-align: left;
}

.applications-text .section-title,
.applications-text .applications-subtitle {
    text-align: left;
}

.applications-subtitle {
    color: #fff;
    font: 500 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

.applications-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.application-item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.bullet-point {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #92cc4b;
    flex-shrink: 0;
}

.application-text {
    color: #fff;
    font: 500 16px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
}

/* Scope Section */
.scope-section {
    display: block;
    position: relative;
    align-self: stretch;
    padding: 60px 90px;
    box-sizing: border-box;
    overflow: hidden;
}

.scope-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: center;
}

.scope-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.scope-blur-effect {
    width: 100%;
    height: 806px;
    position: absolute;
    left: 47px;
    bottom: -279px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    filter: blur(130.6px);
}

.scope-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
}

.scope-title {
    color: #fff;
    font: 600 40px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
}

.scope-description {
    width: 100%;
    /* max-width: 1118px; */
    color: #fff;
    font: 600 18px Sen, -apple-system, Roboto, Helvetica, sans-serif;
    margin: 0;
    text-align: center;
}

/* Larger layout: align content left inside the section for wide screens */
@media (min-width: 1000px) {
    .scope-section {
        padding: 80px 90px;
    }

    .scope-content {
        align-items: center;
        text-align: center;
        padding: 56px 24px;
    }

    .scope-title {
        font-size: 44px;
        text-align: center;
    }

    .scope-description {
        font-size: 18px;
        max-width: 980px;
        text-align: center;
    }
}

/* Make sure the background image covers the visible area on small screens */
@media (max-width: 640px) {
    .scope-section {
        padding: 30px 20px
    }

    .scope-content {
        padding: 20px 12px
    }

    .scope-title {
        font-size: 24px
    }

    .scope-description {
        font-size: 14px
    }

    .scope-blur-effect {
        display: none
    }
}


/* Responsive Design */
@media (max-width: 991px) {
    .header-content {
        padding: 0 40px;
    }

    .main-navigation {
        gap: 20px;
    }

    .nav-text {
        font-size: 14px;
    }

    .intro-section {
        padding: 0 40px;
    }

    .main-title,
    .saif-title {
        font-size: 32px;
    }

    .intro-description {
        font-size: 16px;
    }

    .saif-strengthens-section {
        padding: 50px 40px;
    }

    .strengthens-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .strengthens-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .strengthens-card {
        padding: 32px 20px;
    }

    .strengthens-icon-container {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .strengthens-icon {
        width: 50px;
        height: 50px;
    }

    .strengthens-card-title {
        font-size: 18px;
    }

    .strengthens-card-description {
        font-size: 13px;
    }

    .features-section {
        padding: 40px;
    }

    .section-title {
        font-size: 32px;
    }

    .feature-row {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }

    .feature-content {
        padding: 20px;
    }

    .feature-icon-container {
        width: 60px;
        height: 60px;
    }

    .feature-title {
        font-size: 24px;
    }

    .feature-description {
        font-size: 14px;
    }

    .value-section {
        padding: 40px;
    }

    .value-description {
        font-size: 16px;
    }

    .industry-section {
        margin-left: 40px;
        margin-right: 40px;
        padding-bottom: 0;
    }

    .industry-background {
        height: auto;
        min-height: 600px;
        border-radius: 24px;
    }

    .where-saif-bg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .industry-section .section-title {
        font-size: 32px;
        padding: 0 20px;
    }

    .industry-grid {
        position: relative;
        left: 20px;
        top: 60px;
        width: calc(100% - 40px);
        height: auto;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        padding-bottom: 40px;
    }

    .industry-card {
        position: relative;
        top: 0;
        height: auto;
        min-height: 280px;
    }

    .industry-content {
        padding: 20px 16px;
    }

    .industry-icon-container {
        width: 35px;
        height: 35px;
    }

    .industry-icon {
        width: 25px;
        height: 25px;
    }

    .industry-title {
        font-size: 22px;
    }

    .industry-description {
        font-size: 14px;
    }

    .blur-1,
    .blur-2,
    .blur-3 {
        display: none;
    }

    .applications-section {
        flex-direction: column;
        gap: 40px;
        padding: 40px;
    }

    .applications-content {
        flex-direction: column;
        gap: 40px;
    }

    .applications-text {
        width: 100%;
    }

    .application-text {
        font-size: 14px;
    }

    .scope-section {
        height: auto;
        padding: 40px;
    }

    .scope-background-image {
        position: relative;
        top: 0;
        height: auto;
    }

    .scope-title {
        font-size: 32px;
    }

    .scope-description {
        font-size: 16px;
    }

    .main-footer {
        padding: 40px;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }

    .footer-brand,
    .footer-section,
    .footer-contact {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .header-content {
        padding: 0 20px;
    }

    .main-navigation {
        display: none;
    }

    .intro-section {
        padding: 0 20px;
    }

    .main-title,
    .saif-title {
        font-size: 24px;
    }

    .intro-description {
        font-size: 14px;
    }

    .saif-strengthens-section {
        padding: 40px 20px;
    }

    .strengthens-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .strengthens-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .strengthens-card {
        padding: 28px 20px;
    }

    .strengthens-icon-container {
        width: 60px;
        height: 60px;
        margin-bottom: 16px;
    }

    .strengthens-icon {
        width: 45px;
        height: 45px;
    }

    .strengthens-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .strengthens-card-description {
        font-size: 13px;
    }

    .features-section {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .feature-description {
        font-size: 12px;
    }

    .value-section {
        padding: 30px 20px;
    }

    .value-description {
        font-size: 14px;
    }

    .industry-section {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 0;
    }

    .industry-background {
        height: auto;
        min-height: auto;
        border-radius: 16px;
    }

    .where-saif-bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .industry-section .section-title {
        font-size: 24px;
        padding: 0 15px;
        line-height: 1.3;
    }

    .industry-grid {
        position: relative;
        left: 15px;
        top: 40px;
        width: calc(100% - 30px);
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 30px;
    }

    .industry-card {
        border-radius: 20px 20px 0 0;
        min-height: 220px;
    }

    .industry-content {
        padding: 18px 14px;
    }

    .industry-icon-container {
        width: 32px;
        height: 32px;
        border-radius: 10px;
    }

    .industry-icon {
        width: 22px;
        height: 22px;
    }

    .industry-title {
        font-size: 20px;
        margin-bottom: 6px;
    }

    .industry-description {
        font-size: 13px;
        line-height: 1.5;
    }

    .applications-section {
        padding: 30px 20px;
    }

    .application-text {
        font-size: 14px;
    }

    .scope-section {
        padding: 30px 20px;
    }

    .scope-title {
        font-size: 24px;
    }

    .scope-description {
        font-size: 14px;
    }

    .main-footer {
        padding: 30px 20px;
    }

    .social-links {
        gap: 20px;
    }
}
