/*===industry-detail.css start===*/

/* ================================================================
   HEADER FIXES
   ================================================================ */
.industry-detail .headerWrap .logoWrap {
    width: auto;
    flex-shrink: 0;
}

.industry-detail .headerWrap .logoWrap a {
    display: flex;
    align-items: center;
}

.industry-detail .headerWrap .logoWrap img {
    width: 100%;
    display: block;
}

.industry-detail .headerWrap .menuWrap li a {
    white-space: nowrap;
}

.industry-detail .headerWrap .menuWrap li a svg {
    display: inline !important;
    vertical-align: middle;
    width: 10px !important;
    height: 10px !important;
    margin-left: 3px;
}

/* ================================================================
   INNER BANNER
   ================================================================ */
.idBanner {
    position: relative;
    padding: 170px 0 70px;
    text-align: center;
    overflow: hidden;
}

.idBannerBg {
    position: absolute;
    inset: 0;
    background: url(../images/about-us/inner-banner-bg.jpg) center/cover no-repeat;
    z-index: 0;
}

.idBannerBg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(220, 247, 210, 0.92) 0%, rgba(245, 255, 240, 0.88) 50%, rgba(255, 255, 255, 0.90) 100%);
}

.idBannerInner {
    position: relative;
    z-index: 1;
}

.idBanner .breadcrumbWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.idBanner .breadcrumbWrap a {
    font-size: 15px;
    color: #555;
    transition: color 0.3s;
}

.idBanner .breadcrumbWrap a:hover { color: var(--blue); }

.idBanner .breadcrumbSep { color: #999; font-size: 14px; }

.idBanner .breadcrumbCurrent {
    font-size: 15px;
    color: var(--green);
    font-weight: 600;
}

.idBannerTitle {
    font-size: 55px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    line-height: 1.15;
    margin-bottom: 20px;
    font-family: "Nata Sans", sans-serif;
    letter-spacing: 1px;
}

.idBannerSubtitle {
    font-size: 17px;
    color: #444;
    line-height: 1.75;
    max-width: 680px;
    margin: 0 auto;
}

/* ================================================================
   SECTION 1 — INDUSTRY OVERVIEW (mirrors pdIntroSec)
   ================================================================ */
.idIntroSec {
    background: #fff;
}

.idIntroContent {
    padding-right: 20px;
}

.idIntroContent .headingWrap {
    margin-bottom: 30px;
}

.idIntroContent .secH {
    font-size: 50px;
    line-height: 1.1;
    margin-bottom: 0;
}

.idIntroText p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 18px;
}

.idIntroText p:last-child { margin-bottom: 0; }

.idIntroVisual {
    width: 100%;
}

.idIntroFigure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
}

.idIntroFigure img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
    transition: transform 0.5s ease;
}

.idIntroFigure:hover img {
    transform: scale(1.03);
}
.idFeaturesGrid{
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 60px;
}

/* ================================================================
   SECTION 2 — FEATURES BAR
   ================================================================ */
.idFeaturesSec {
    background: #fff;
    padding: 0 0 70px;
}

.idFeaturesGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #048FEA;
    border-radius: 20px;
    padding: 38px 44px;
}

.idFeaturesItem {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.idFeaturesItem:first-child {
    padding-left: 0;
}

.idFeaturesItem:last-child {
    border-right: none;
    padding-right: 0;
}
.idFeaturesHeading{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    .idFeaturesTitle{
        width: calc(100% - 50px);
    }
}
.idFeaturesIcon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    flex-shrink: 0;
    transition: background 0.3s ease;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.idAppsSec{
    .secH {
        span {
            &::after {
                background-image:linear-gradient(to right, #ffffff00, #A8DDFF);
                width: 85%;
                z-index: -1;
            }
        }
    }
}

.idFeaturesBody { 
    flex: 1; min-width: 0; 
    p{
        color: #e3e3e3;
    }
}

.idFeaturesTitle {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Nata Sans", sans-serif;
    line-height: 1.3;
    margin-bottom:10px;
}

.idFeaturesDesc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.80);
    line-height: 1.65;
    margin: 0;
}

/* ================================================================
   SECTION 3 — END-USE APPLICATIONS
   ================================================================ */
.idAppsSec {
    background: #e6f5ff;
}

.idAppsSec .secH {
    font-size: 52px;
}

.idAppsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
}

.idAppsCard {
    position: relative;
    padding: 36px 30px 32px;
    border-right: 1px solid rgba(4, 143, 234, 0.12);
    border-bottom: 1px solid rgba(4, 143, 234, 0.12);
    transition: background 0.35s ease, box-shadow 0.35s ease;
    overflow: hidden;
    transition: 0.5s;
    border-top: 5px solid transparent;
}

/* Remove border-right from last column */
.idAppsCard:nth-child(3n) { border-right: none; }

/* Remove border-bottom from last row */
.idAppsCard:nth-last-child(-n+3) { border-bottom: none; }

.idAppsCard:hover {
    background: linear-gradient(180deg, #e8ffe2 0%, #fff 100%);
    border-radius: 20px;
    border-top: 5px solid var(--blue);
}

/* Large ghost number */
.idAppsNum {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 64px;
    font-weight: 900;
    font-family: "Nata Sans", sans-serif;
    color: rgba(4, 143, 234, 0.10);
    line-height: 1;
    pointer-events: none;
    transition: color 0.3s ease;
}

.idAppsCard:hover .idAppsNum {
    color: rgba(4, 143, 234, 0.18);
}

.idAppsIcon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--blue);
    margin-bottom: 16px;
    transition: background 0.3s ease, color 0.3s ease;
    padding: 10px;
}


.idAppsTitle {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    font-family: "Nata Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.idAppsDesc {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* ================================================================
   SECTION 4 — WHY CHOOSE ARCHEAN
   ================================================================ */
.idAdvantageSec {
    background: #fff;
}

.idAdvantageWrap {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

/* Left column */
.idAdvantageLeft {
    width: 460px;
    flex-shrink: 0;
    position: sticky;
    top: 110px;
}

.idAdvantageLeft .headingWrap {
    margin-bottom: 24px;
}

.idAdvantageLeft .secH {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 0;
}

.idAdvantageDesc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin: 0;
}

/* Right column: slider */
.idAdvantageRight {
    flex: 1;
    min-width: 0;
    position: relative;
}

/* Navigation buttons */
.idAdvNavWrap {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom:0px;
    padding-top: 20px;
}

.idAdvPrev,
.idAdvNext {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #e6f5ff;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    flex-shrink: 0;
    transition: 0.5s;
}

.idAdvPrev:hover,
.idAdvNext:hover {
    background: #2fb010;
    color: #fff;
}

/* Slider */
.idAdvantageSlider {
    overflow: hidden;
}

.idAdvantageSlider .slick-list {
    margin: 0 0px;
    padding: 10px 2px;
    overflow: hidden;
}

.idAdvantageSlider .slick-slide{
    padding: 0px 8px;
}

.idAdvantageCard.slick-slide{
    margin: 0 10px;
}

/* Advantage card */
.idAdvantageCard {
    padding: 50px 20px 30px 25px;
    border-radius: 30px;
    border-left: 4px solid var(--blue);
    background-image: linear-gradient(to right, #DFFFD7, #FFFFFF);
    position: relative;
    box-shadow: 0 0 5px 0px #ccc;
    min-height: 220px;
}

.idAdvantageCardIcon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 0;
    transition: background 0.3s ease;
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.idAdvantageCard:hover .idAdvantageCardIcon {
    background: var(--green);
}

.idAdvantageCardTitle {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    font-family: "Nata Sans", sans-serif;
    line-height: 1.3;
    margin-bottom: 12px;
}

.idAdvantageCardDesc {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
/* .idAdvantageSlider .slick-slide{
    margin: 0 10px;
} */

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1199px) {
    .idBannerTitle { font-size: 46px; }
    .idIntroContent .secH { font-size: 42px; }
    .idFeaturesGrid { padding: 32px 30px; }
    .idFeaturesItem { padding: 0 22px; }
    .idFeaturesIcon { width: 40px; height: 40px; min-width: 40px; font-size: 17px; }
    .idAdvantageLeft { width: 270px; }
    .idAdvantageLeft .secH { font-size: 38px; }
    .idAdvantageWrap { gap: 20px; }
}

@media (max-width: 991px) {
    .idBanner { padding: 140px 0 60px; }
    .idBannerTitle { font-size: 38px; }

    .idIntroContent { padding-right: 0; }
    .idIntroContent .secH { font-size: 36px; }
    .idIntroFigure img { height: 340px; }

    .idFeaturesGrid {
        grid-template-columns: repeat(2, 1fr);
        padding: 28px 24px;
        border-radius: 16px;
    }
    .idFeaturesItem {
        padding: 18px 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.28);
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        justify-content: space-between;
    }
    .idFeaturesItem:nth-child(2n) { border-right: none; }
    .idFeaturesItem:nth-last-child(-n+2) { border-bottom: none; }
    .idFeaturesItem:first-child { padding-left: 20px; }
    .idFeaturesItem:last-child { padding-right: 20px; }

    .idAppsGrid { grid-template-columns: repeat(2, 1fr); }
    .idAppsCard:nth-child(3n) { border-right: 1px solid rgba(4, 143, 234, 0.12); }
    .idAppsCard:nth-child(2n) { border-right: none; }
    .idAppsCard:nth-last-child(-n+2) { border-bottom: none; }
    .idAppsCard:nth-last-child(-n+3) { border-bottom: 1px solid rgba(4, 143, 234, 0.12); }

    .idAdvantageWrap { flex-direction: column; gap: 20px; }
    .idAdvantageLeft { width: 100%; position: static; }
}

@media (max-width: 767px) {
    .idBanner { padding: 120px 20px 50px; }
    .idBannerTitle { font-size: 30px; }
    .idBannerSubtitle br { display: none; }

    .idIntroContent .secH { font-size: 28px; }

    .idFeaturesSec { padding: 0 0 50px; }
    .idFeaturesGrid {
        grid-template-columns: 1fr;
        padding: 20px 22px;
        border-radius: 14px;
    }
    .idFeaturesItem {
        padding: 16px 0;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        justify-content: space-between;
    }
    .idFeaturesItem:last-child { border-bottom: none; }
    .idFeaturesItem:first-child { padding-left: 0; }
    .idFeaturesItem:last-child { padding-right: 0; }

    .idAppsGrid {
        grid-template-columns: 1fr;
        border-radius: 14px;
    }
    .idAppsCard { border-right: none !important; }
    .idAppsCard:last-child { border-bottom: none !important; }
    .idAppsCard:nth-last-child(-n+3) { border-bottom: 1px solid rgba(4, 143, 234, 0.12); }

    .idAppsSec .secH { font-size: 32px; }
    .idAdvantageLeft .secH { font-size: 32px; }
}

/*===industry-detail.css end===*/
