/* Text Utilities */
.custom-text {
    line-height: 121%;
    letter-spacing: .8px
}

.head-content {
    background: linear-gradient(81.22deg, #21D496 -18.44%, #054A91 104.98%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text
}

/* Animations */
@keyframes slideUp {
    from {
        transform: translateY(30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-30px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.slide-up {
    animation: slideUp .4s ease-in-out forwards
}

.slide-down {
    animation: slideDown .4s ease-in-out forwards
}

/* Navigation Components */
.nav-button {
    background: transparent;
    color: #fff;
    border: 1px solid #FFFFFF2B;
    padding: 4px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    border-radius: 10px;
    height: 55px
}

.nav-button.active {
    background: linear-gradient(to right, #003164, #0A0915);
    color: #fff !important
}

.nav-icon {
    width: 24px;
    vertical-align: center
}

#navSelect {
    display: none
}

/* Dropdown */
.custom-dropdown {
    position: relative;
    background: linear-gradient(to right, #003164, #0A0915);
    border-radius: 15px;
    color: #fff
}

.selected-option {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #FFFFFF2B;
    border-radius: 15px
}

.dropdown-options {
    display: none;
    position: absolute;
    width: 100%;
    border: 1px solid #FFFFFF2B;
    background: linear-gradient(to right, #003164, #0A0915);
    border-radius: 15px;
    z-index: 1000
}

.dropdown-options .dropdown-item {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.dropdown-options .dropdown-item:hover {
    background: linear-gradient(to right, #003164, #0A0915)
}

.arrow-img {
    width: 18px;
    height: 18px
}

/* Cards & Features */
.feature-box {
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px
}

.content-card {
    padding: 30px;
    border: 1px solid #FFFFFF2B;
    border-radius: 10px
}

.feature-icon {
    width: 18px;
    height: 18px;
    margin-top: 3px
}

/* Progress Components */
.step-tab {
    text-align: center;
    font-weight: 500;
    color: #bbb;
    cursor: pointer;
    z-index: 2
}

.step-tab.active {
    color: #fff !important
}

.progress-line-bg {
    position: absolute;
    height: 2px;
    background-color: #444;
    width: 100%;
    bottom: -8px;
    left: 0;
    z-index: 1
}

.progress-line-fill {
    position: absolute;
    bottom: -8px;
    height: 2px;
    background-color: #296cd8;
    transition: all .3s ease;
    z-index: 2;
    width: 0;
    left: 0
}

.step-number {
    opacity: .1;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    transition: opacity .3s ease-in-out
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #999;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color .3s
}

.dot.active {
    background-color: #296cd8
}

.title-progress-bar {
    height: 3px;
    width: 60%;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 24px
}

.title-progress-fill {
    height: 100%;
    width: 0%;
    background-color: #296cd8;
    transition: width .4s ease-in-out
}

/* Sections */
#FlushExample {
    height: 120vh;
    overflow-y: scroll
}



/* Use Cases */
.tab-pane.fade.active.show,
.nav-link.active {
    color: #000 !important
}

.usecase-wrapper {
    background-color: #f0f0f0
}

.usecase-bg {
    background: url('https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/background.webp') no-repeat center center/cover;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
}

.usecase-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.usecase-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}


/* Media Queries */
@media (min-width:1400px) {
    .robot-img {
        max-width: 350px !important;
        margin-top: -65px;
        position: relative !important;
        margin-left: 88px !important
    }

    .expert-card .card {
        background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/expertcard.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        height: 250px !important;
        width: auto
    }
}

@media (min-width:992px) and (max-width:1395px) {
    .robot-img {
        max-width: 350px !important;
        margin-top: -65px;
        position: relative !important
    }

    .expert-card .card {
        background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/expertcard.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px;
        height: 250px !important;
        width: auto
    }
}

@media (max-width:992px) {
    .robot-img {
        max-width: 250px;
        display: block
    }

    .expert-card .card {
        background-image: url("https://d2q4gipm2ebkzp.cloudfront.net/img/gen-ai/expertcard.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 12px
    }

    #FlushExample {
        height: auto;
        overflow-y: none !important;
        width: auto
    }
}

@media (min-width:768px) and (max-width:991.98px) {
    .tablet-half {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-top: -16px !important
    }

    .content-card {
        margin-top: 4px !important
    }

    #navMenu {
        padding-top: 10px
    }

    .step-tab {
        font-size: 14px !important
    }
}

@media (max-width:768px) {
    #navMenu {
        display: none
    }

    #navSelect {
        display: block;
        background: linear-gradient(to right, #003164, #0A0915)
    }

    .mobile-dropdown-wrapper {
        display: flex
    }
}

@media (max-width:767.98px) {
    .tablet-half {
        height: 500px
    }
}

.d-block.d-md-none {
    touch-action: pan-y
}

@media (max-width: 768px) {

    .webbanner[data-aos],
    img[data-aos],
    [class*="banner"][data-aos] {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
        animation: none !important;
    }


    [data-aos] {
        transform: none !important;
        opacity: 1 !important;
        transition: none !important;
    }
}