/* About Us Page - Minimal Custom Styles */
/* Uses existing predefined classes from general.css */

/* ========== Banner Section ========== */
#about-us-page .about-banner-section {
    background: linear-gradient(135deg, #1a365d 0%, #2d5a87 50%, #3a7ca5 100%);
    background: linear-gradient(to bottom right, #efe0ff, #d7e7fb, #c7faff);
    padding-top: 65px;
    padding-bottom: 20px;
}
#about-us-page {
    font-size: 13px;
    font-family: work-sans-regular, Arial, Helvetica, sans-serif;
    display: block;
}
.droid-banner-lg-title {
    background: linear-gradient(45deg, #1ba840 10%, #1c7b90, #b8289a, #b7138f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-hlt {
    color: #86c921;
    font-family: 'poppins-medium';
}
.banner-wrapper{
    max-width:845px;
    margin:0 auto;
}
    #about-us-page .about-banner-section .droid-banner-title-cntr,
    #about-us-page .about-banner-section .droid-banner-desc-cntr,
    #about-us-page .about-banner-section .droid-section-main-title-desc,
    #about-us-page .about-banner-section .droid-section-sub-title {
        color: darkslategray;
    }

#about-us-page .about-banner-section .droid-section-main-title-desc {
    opacity: 0.9;
    padding-left:unset;
}

/* Section Backgrounds */
#about-us-page .section-light {
    background: linear-gradient(45deg, #ececff, #e6fff4);
}

#about-us-page .section-gray {
    background: #ffffff;
}

#about-us-page .section-dark {
    background: linear-gradient(180deg, #1e3a5f 0%, #0d1b2a 100%);
    background: white;
    color: darkslategray;
}

/* Highlight Color */
#about-us-page .highlight-text {
    color: #0592c1;
}

#about-us-page .about-banner-section .highlight-text {
    color: #5ee7e7;
    color: #1db13f;
}
.explore {
    text-decoration: underline;
    display: inline-block;
}
    .explore:hover {
        color: #2a889d;
    }
/* Mission Section - Two Column Layout */
#about-us-page .mission-grid {
    display: grid;
    gap: 0px;
    max-width: 975px;
    margin: 0 auto;
    padding: 0 20px;
    position:relative;
}

#about-us-page .mission-card {
    padding: 15px;
    text-align: left;
    padding-left:0px;
    color:white;
    color:darkslategray;
}

#about-us-page .mission-label {
    font-size: 1.3em;
    color: #18b92e;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    display: block;
    font-weight: 600;
}

#about-us-page .mission-card .droid-section-sub-title {
        font-size: 2.4em;
    line-height: 1.4;
    margin-bottom: 16px;
/*    font-size: 2.4em;
    line-height: 1.4;
    margin-bottom: 16px;
    margin-top: 5px;*/
}
.hlt-approach {
    color: #18b92e;
    font-family: 'work-sans-medium';
}
#about-us-page .mission-highlight-box {
    margin: 20px 0;
}

#about-us-page .mission-highlight-box .droid-section-sub-title {
    font-size: 1.4em;
    line-height: 1.5;
}

#about-us-page .mission-card .mission-footer-text {
    color: #5f6368;
    font-size: 1.3em;
    padding-top: 16px;
    border-top: 1px solid #e8eaed;
    margin-top: 16px;
}
.mission-section {
    background: url(/images/about-us/team-work.png) !important;
    background-size: cover, contain !important;
    background-position: center, center bottom !important;
    background-repeat: no-repeat !important;
    position: relative;
}
    .mission-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /*        background: linear-gradient(300deg, #eef5ff, #eff8ffc7, #ffffffa1);*/
        background-color: rgb(56 70 77 / 88%);
        background: linear-gradient(180deg, rgb(255 255 255 / 1%), #ffffffd1, #ffffff);
    }

/* No Hard Selling - Vertical List */
#about-us-page .no-sell-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    max-width: 700px;
/*    margin: 0 auto;*/
}
.tenyrs {
    font-size: 1.6em;
}

#about-us-page .check-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 1px 0;
}

    #about-us-page .check-item .check-icon {
        /* width: 28px; */
        /* height: 28px; */
        min-width: 18px;
        /*    border: 1px solid #ccc;*/
        border-radius: 25px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 6px;
        /* box-shadow: inset 3px 3px 6px rgba(163, 177, 198, 0.4), inset -3px -3px 6px rgba(255, 255, 255, 0.8); */
    }

        #about-us-page .check-item .check-icon::after {
            content: "✓";
            color: #2ebf63;
            font-size: 16px;
            font-weight: bold;
        }
.no-content {
    margin-top: 4px;
    font-size:1.3em;
}

/* What We Stand For - Value Cards */
#about-us-page .stand-for-list {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: 0 auto;
    position:relative;
}

#about-us-page .stand-for-item {
    padding: 10px 24px;
    transition: border-left-color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 35px;
}
.stand-for-item-icon {
    font-size: 2em;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px dashed;*/
}

#about-us-page .stand-for-item .droid-section-sub-title {
    margin-bottom: 6px;
    font-size: 1.4em;
    color: #435c5f;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 9px;
}

#about-us-page .stand-for-item .droid-section-sub-title-desc {
    color: #5f6368;
    font-size: 1.15em;
    margin-bottom:10px;
}
.stand-for-desc {
    font-family: 'work-sans-regular';
}
.stand-for-item-content .droid-section-sub-title i {
    display: none;
}

/* How We Operate - Dark Gradient Cards */
#about-us-page .section-operate {
    background: linear-gradient(180deg, rgb(196 190 229 / 22%), #f0f6ffbd);
}
.health {
    font-size: 0.75em !important;
    position: relative;
    top: 4px;
    letter-spacing:1px !important;
}

        #about-us-page .section-operate .droid-section-main-title {
            color: #5e5e5e;
            margin-bottom: 8px;
        }
.banner-hlt {
    font-size: 1.15em;
    margin-top: 5px;
}
.subtitle-divider {
    border-top: 1px solid #414d5f2b;
    width: 150px;
    margin: 1.5rem auto;
}
#about-us-page .operate-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
}

#about-us-page .operate-card {
/*    background: rgb(255 255 255 / 49%);
    border-radius: 12px;*/
    padding:10px 25px;
    text-align: left;
    /* max-width: 400px; */
    /* box-shadow: 0px 0px 10px #70809021;*/
}

#about-us-page .operate-card .droid-section-sub-title {
    color: #5e5e5e;
    font-size: 1.35em;
    margin-bottom: 12px;
}

    #about-us-page .operate-card .droid-section-sub-title .highlight-green {
        color: #21a451;
    }

    #about-us-page .operate-card .droid-section-sub-title-desc {
        color: #5e5e5e;
        font-size: 1.2em;
        line-height: 1.6;
    }

/* Legacy value-item for other sections */
    #about-us-page .value-item {
    padding: 18px 22px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 12px;
    background: #fff;
}

/* About Us - Vertical Layout */
#about-us-page .about-grid {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 875px;
    margin: 0 auto;
    padding: 15px;
}

#about-us-page .about-column {
    width: 100%;
}

/* Team Members - Horizontal Layout */
#about-us-page .team-list {
    text-align: center;
    padding: 15px;
    max-width: 875px;
    margin: 0 auto;
}
.team-members {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about-us-page .team-member {
    text-align: left;
    font-size: 1.2em;
    font-family: 'poppins-regular';
    margin: 2px 0px;
}
.founding-team {
    margin-bottom: 30px;
}

#about-us-page .team-member .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8e8e8, #f5f5f5);
    margin: 0 auto 12px;
}

    #about-us-page .team-member .role {
        color: #13b143;
        font-size: 1.2em;
        font-family: 'poppins-semibold';
    }

/* Footer Link */
#about-us-page .section-dark a {
    color: #17b2b2;
}
.addr-wrap {
    padding-bottom:0px;
    padding-top:0px;
}
.icon-1 {
    color: #638387;
    background: #87939f17;
    position: relative;
    top: -5px;
}

.icon-2 {
    color: #638387;
    background: linear-gradient(45deg, #ececff70, #e6fff470);
}
.banner-desc-1 {
    font-size: 1.2em;
    margin-bottom:14px;
}

.banner-desc-2 {
    font-size: 1.3em;
}
.built-by-engineers, .team-title {
    font-size: 1.5em;
    color: #13b143;
}
.about-desc {
    font-size: 1.3em;
}
.location-info {
    max-width: 1000px;
    margin: 0 auto;
    /*    background: rgba(255, 255, 255, 0.08);*/
    padding: 15px;
    text-align: center;
    border-radius: 25px;
    z-index: 1;
    position: relative;
    color: darkslategray;
}
.about-us-highlight {
    display: unset !important;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(130deg, #ff0392, #b612ff);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'poppins-semibold';
}
.no-hard-selling-img img {
    width: 435px;
    height: auto;
}
.no-hard-sellingwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
}
.addr-line span{
    display:block;
}
.location-info hr {
    opacity: 0.06;
}
.what-we-time-line {
    height: 0;
    width: 3px;
    background: #2e89b778;
    position: absolute;
    left: -21px;
    top: 50px;
    margin-left: 57px;
    transition: all 0.3s ease-in-out;
    display:none;
}

.animated-texts-container{
    line-height: inherit;
    overflow: hidden;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
}
    .animated-texts-container .animated-text {
        overflow: hidden;
        white-space: nowrap;
        transition: 0.5s ease-in-out;
        display: block;
        text-align: center;
        font-weight: 600;
        letter-spacing: 3px;
        color: transparent;
        -webkit-text-fill-color: transparent;
        background: linear-gradient(130deg, #ff0392, #b612ff);
        background-clip: text;
        -webkit-background-clip: text;
    }
.addr-pre-text {
    max-width: 1100px;
    font-size: clamp(1.6rem, 4vw, 1.6rem);
    line-height: 1.75;
}
.animated-texts-container {
    display: inline-grid;
    grid-template-columns: 1fr;
    vertical-align: baseline;
    min-width: 9ch;
    /*    margin: 0 0.3ch;*/
    background: linear-gradient(45deg, #ece9ff42, #d3d8ff36);
    border-radius: 8px;
    border: 1px solid #76899b14;
}
.animated-text {
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.6em);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
    color: #c0267a;
    font-weight: 600;
    white-space: nowrap;
    justify-self: center;
    text-align: center;
    font-size:0.9em;
}
    .animated-text.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0.05s; 
    }
.link-hlt {
    /*    color: #108eca;*/
    text-decoration: underline;
    font-family: 'work-sans-medium';
}

.section-about {
    background: linear-gradient(45deg, #f8e9ff, #fffcee, #f6f1ff);
    background: linear-gradient(45deg, #e9f4ff, #eef3ff, #f1feff);
}
.addr-section {
    background: url('/images/bg/banner4.jpg' ) !important;
    background-size: cover, contain !important;
    background-position: center 35%, center bottom !important;
    background-repeat: no-repeat !important;
    position: relative;
}
    .addr-section::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(255 255 255 / 90%);
    }
.hard-wrap {
    display: flex;
    align-items: center;
    gap: 150px;
    justify-content: center;
    flex-direction: row;
    margin:0 auto;
}
.hard-title {
    font-size: 4em;
    display: flex;
    flex-direction: column;
    justify-content: right;
    text-align: left;
    color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(130deg, #CB2383, #8324AD);
    background-clip: text;
    -webkit-background-clip: text;
    font-family: 'poppins-regular';
}
/*general class style overwrite*/
.section-gray .droid-section-outer-wrapper, .section-about .droid-section-outer-wrapper,
.section-light .droid-section-outer-wrapper, .section-operate .droid-section-outer-wrapper, .addr-section .droid-section-outer-wrapper {
    padding: 30px 15px;
}
/* Responsive */

@media (max-width:1100px) {
    .hard-wrap {
        gap: 50px
    }
}
@media (max-width: 992px) {
    #about-us-page .operate-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    #about-us-page .mission-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 966px) {
    .hard-wrap {
        flex-direction: column;
        gap: 0px;
        padding:15px;
    }

    .hard-title {
        font-size: 2em;
        flex-direction: row;
        gap: 8px;
    }
}
@media (max-width: 321px) {
    .team-members {
        align-items: baseline;
    }
}

@media (max-width: 768px) {
    #about-us-page .about-banner-section {
        padding-top: 70px;
    }

    #about-us-page .stand-for-item {
        padding: 16px 10px;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    #about-us-page .operate-card {
        padding: 10px 0px;
    }

    #about-us-page .mission-card {
        padding: 24px 0px;
    }

/*    #about-us-page .section-operate {
        padding: 40px 0;
    }*/
    .no-hard-selling-img img{
        display:none;
    }
}
@media (max-width:426px){
    .icon-1, .icon-2 {
        display: none;
        font-size: 0.9em;
    }
    .stand-for-item-content .droid-section-sub-title i {
        display: inline-block;
    }
    .hard-title{
        font-size:1.8em;
    }
}
