about-us {
    position: relative;
    overflow: hidden;
}

.about-bg-video {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.about-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}

.about-us .container {
    position: relative;
    z-index: 2;
}




.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: end;
}

.hero-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#myvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 768px) {
    .hero-section {
        height: 100svh;
    }
}


.vide_section_2 {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: start;
}

.hero-v3__video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-v3__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-v3__content-wrapper {
    position: relative;
    z-index: 1;
    width: 600px;
    padding: 0 20px 100px;
}

.hero-v3__description h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.hero-v3__description p {
    font-size: 1rem;
}

@media (max-width: 991px) {
    .hero-v3__description h2 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {

    .hero-v3__content-wrapper {
        padding-bottom: 40px;
    }

    .hero-v3__description h2 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }

    .hero-v3__description p {
        font-size: 1rem;
        line-height: 1.5;
    }
}


.bg_custom_white {
    background: #fff !important;
}

.bg_custom_white h2,
.bg_custom_white h3,
.bg_custom_white h6 {
    color: #000 !important;
}

.bg_custom_white p {
    color: #2d2727 !important;
}

.career h2,
.career h3,
.career h5,
.career a,
.career p {
    color: #000 !important;
}

.my_apply .readmore-btn {
    background: none !important;
    -webkit-text-fill-color: #000 !important;
}


.my_custom_about .btn-default,
.my_custom_buttom .btn-default {
    background: none !important;
    color: #000 !important;
    font-weight: bolder !important;
    border: 1px solid #000 !important;
    border-radius: 45px;

    &:hover {
        background: #000 !important;
        color: #fff !important;
    }
}





.my_hero_section {
    position: relative;
    padding: 100px 0 400px;
    /* background: url(../img/hero-banner.avif); */
    background: url(../img/home-videos/middest-image.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 130vh; */
    display: flex;
    justify-content: center;
    align-items: start;
    text-align: center;
}

.my_hero_section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.my_hero_section .center_content {
    padding-top: 30px;
}

.my_hero_section .center_content span {
    color: #e6e6e6;
    font-size: 16px;
}

.my_hero_section .center_content h1 {
    font-size: 500 !important;
    margin: 8px 0 15px;
    line-height: 1 !important;
    font-size: 95px !important;
    text-transform: capitalize;
}

.my_hero_section .center_content p {
    color: #fff;
    font-size: 18px;
}

.my_hero_section .center_content .resquest_btn,
.my_hero_section .center_content .configure_btn {
    display: inline-block;
    padding: 12px 36px 12px 26px;
    text-align: center;
    border-radius: 45px;
    font-size: 14px;
    transition: 0.67s;
    position: relative;
}

.my_hero_section .center_content .resquest_btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url('../images/arrow-white.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.my_hero_section .center_content .resquest_btn {
    /* background: #000; */
    color: #fff;
    border: 1px solid #fff;

    &:hover {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }
}

.my_hero_section .center_content .configure_btn {
    background: #ffffff33;
    color: #fff;
    font-weight: bolder;
    border: 1px solid #e6e6e6;

    &:hover {
        background: transparent;
    }
}



@media (max-width:992px) {
    .my_hero_section {
        background-size: cover;
        height: 100vh;
    }

    .slicknav_btn {
        background: #ffffff33 !important;
    }

    .my_hero_section .center_content {
        padding-top: 30px;
    }

    .my_hero_section .center_content h1 {
        font-size: 40px !important;
        font-weight: 500 !important;
    }

    .my_hero_section .center_content p {
        font-size: 16px;
    }

    .my_hero_section .center_content .resquest_btn {
        padding: 12px 36px;
    }

    .my_hero_section .center_content .configure_btn {
        display: none;
    }
}




.modern-video-parallax {
    position: relative;
    height: 120vh;
    /* min-height: 600px; */
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.parallax-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1) translateY(0);
    transition: transform 0.1s linear;
    /* Smooth real-time update */
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 100%);
    z-index: 1;
}

.content-wrapper {
    position: relative;
    z-index: 2;
    height: 100%;
}

/* Mobile */
@media (max-width: 768px) {
    .modern-video-parallax {
        height: 100vh;
    }

    .modern-video-parallax h2 {
        font-size: 2.8rem;
    }
}


.modern-video-parallax {
    display: flex;
    justify-content: start;
    align-items: end;
}

.modern-video-parallax .hero-v3__content .hero-v3__description {
    width: 600px;
    margin-bottom: 40px;
}



.hero-v3__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hero-v3__content .cta_btn_video a {
    display: inline-block;
    padding: 12px 26px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.67s;
    border: 1px solid #e6e6e6;
    color: #fff;
    font-weight: bolder;
    background: transparent;
}



@media (max-width:992px) {
    .hero-v3__content {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        margin-bottom: 80px;
    }

    .cm_revers {
        flex-direction: column-reverse !important;
    }

    .modern-video-parallax .hero-v3__content .hero-v3__description {
        width: 100%;
        margin-bottom: 8px;
    }

    .modern-video-parallax .hero-v3__content h2 {
        font-size: 22px;
    }

    .modern-video-parallax .hero-v3__content p {
        font-size: 14px;
    }
}

.image-specification {
    position: relative;
}

.image-specification p {
    color: #fbfbfb;
}

.text-left {
    position: absolute;
    left: 80px;
    top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 120px;
}

.text-right {
    position: absolute;
    right: 80px;
    top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    gap: 120px;
}

.mid_image {
    width: 500px;
}

.text_card {
    width: 300px;
}

.text_badge {
    color: #fff;
    font-weight: bolder;
    display: block;
    margin-bottom: 8px;
}

.text-right .text_card {
    text-align: end;
}


#career .readmore-btn {
    -webkit-text-fill-color: #fff !important;
}



.video_card a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 16px;
}

.video_card a .video_img video {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.video_content {
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.322) 0%,
            rgba(14, 14, 14, 0.1) 100%);
    backdrop-filter: blur(12px);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
}

.video_content h2 {
    font-size: 22px;
}

.video_content p {
    color: #e6e6e6;
    line-height: 1.4;
    margin: 8px 0;
}


.cta_btn_video_button a {
    display: inline-block;
    padding: 12px 26px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.67s;
    border: 1px solid #e6e6e6;
    color: #fff;
    font-weight: bolder;
    background: transparent;
}




.blog_section_start .blog_wrapper a {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    transition: 0.67s;
}

.blog_section_start .blog_wrapper .blog_item .blog_thumb {
    width: 100%;
    height: 100%;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.blog_section_start .blog_wrapper .blog_item .blog_thumb img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    transition: 0.67s;
    overflow: hidden;
}

.blog_section_start .blog_wrapper a:hover .blog_item .blog_thumb img {
    transform: scale(1.1);
}

.blog_section_start .blog_wrapper a .blog_content {
    padding: 22px 6px;
}

.blog_section_start .blog_wrapper a .blog_content span,
.blog_section_start .blog_wrapper a .blog_content p {
    color: #e6e6e6 !important;
}

.blog_section_start .blog_wrapper a .blog_content h4 {
    margin: 8px 0;
    font-size: 20px;
}





.side-blog-item {
    display: block;
    transition: all 0.4s ease;
    color: inherit;
}

.side-blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    overflow: hidden;
}

.side-blog-thumb {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}

.side-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.6s ease;
}

.side-blog-item:hover .side-blog-thumb img {
    transform: scale(1.08);
}

.side-blog-content {
    padding: 8px 0;
}

.side-blog-content span {
    font-size: 0.82rem;
    color: #999 !important;
    display: block;
    margin-bottom: 6px;
}

.side-blog-content h4 {
    font-size: 20px;
    margin: 8px 0;
    transition: 0.64s;
}

.side-blog-content p {
    color: #e6e6e6 !important;
}

.blog_section_start .col-lg-6 .d-flex.flex-column {
    height: 100%;
}

@media (max-width: 991px) {

    .blog_section_start .blog_wrapper .blog_item .blog_thumb img,
    .side-blog-thumb {
        height: 250px;
    }
}





.video_middle {
    border-radius: 16px;
    height: 500px;
}

.video_middle video {
    border-radius: 16px;
}


.count-item {
    text-align: center;
    padding: 20px 10px;
    border-left: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.count-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.count-item:hover::before {
    opacity: 1;
}

.count-item:hover {
    border-left-color: rgba(255, 255, 255, 0.6);
    transform: translateX(10px);
    padding-left: 20px;
}

.number {
    font-size: clamp(2.5rem, 8vw, 3rem);
    font-weight: 800;
    line-height: 1;
    margin: 0 0 12px 0;
    color: #fff;
    letter-spacing: -0.02em;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.suffix {
    font-size: 0.4em;
    font-weight: 600;
    vertical-align: top;
    position: relative;
    top: -0.2em;
    color: #667eea;
    /* Modern blue */
    display: inline-block;
    margin-left: 4px;
}

.count-item p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
    text-transform: none;
}

/* Mobile perfect spacing */
@media (max-width: 768px) {
    .count-item {
        border-left: none;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        padding: 25px 15px;
    }

    .count-item:hover {
        border-bottom-color: rgba(255, 255, 255, 0.5);
        transform: translateY(-5px);
        padding-bottom: 30px;
    }
}

/* Dark theme perfect */
@media (prefers-color-scheme: dark) {
    .number {
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
}



#my_footer {
    position: relative;
    padding: 100px 0 0;
    background: url(../img/hero-banner.avif);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    /* border-radius: 46px 46px 0 0; */
}

#my_footer::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* border-radius: 46px 46px 0 0; */
    background: rgba(0, 0, 0, 0.89);
}

#my_footer .footer-links li a:hover {
    color: #fff !important;
}



.breadcrumb-video-parallax {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: end;
}


.breadcrumb-video-parallax .my_breadcrumb {
    width: 75%;
    margin-bottom: 100px;
}

.breadcrumb-video-parallax .my_breadcrumb h1 {
    font-size: 65px;
}

@media (max-width: 992px) {
    .breadcrumb-video-parallax {
        height: 80vh;
    }

    .breadcrumb-video-parallax .my_breadcrumb {
        width: 100%;
        margin-bottom: 20px;
    }

    .breadcrumb-video-parallax .my_breadcrumb h1 {
        font-size: 26px;
    }

    .breadcrumb-video-parallax .my_breadcrumb p {
        font-size: 14px;
    }

}

.features {
    background: url(../img/bg-shapes.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 100px 0 40px;
}

.borderRight {
    border-right: 1px solid #e6e6e6;
}

.borderTop {
    border-top: 1px solid #e6e6e6;
}

.font_Size {
    font-size: 24px !important;
}

.font_Size1 {
    font-size: 36px !important;
    line-height: 1.4;
    font-weight: 500 !important;
}

@media (max-width:992px) {
    .font_Size {
        font-size: 22px !important;
    }

    .font_Size1 {
        font-size: 20px !important;
    }

    .borderRight {
        border: none;
    }

    .features {
        padding: 0;
        background: none;
    }
}



.career_btn_default {
    position: relative;
    display: inline-block;
    /* background: linear-gradient(to right, var(--accent-secondary-color) 0%, var(--accent-color) 50%, var(--accent-secondary-color) 100%); */
    background-size: 200% auto;
    border-radius: 100px;
    font-size: 16px;
    /* font-weight: 700; */
    line-height: 1em;
    text-transform: capitalize;
    padding: 17px 40px 17px 20px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.career_btn_default:hover {
    background-position: right center;
}

.career_btn_default::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    background: url('../images/arrow-white.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.career_btn_default:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_breadcrumb,
.content_information {
    padding: 120px 0 40px;
    position: relative;
}

.content_information .side_bar {
    position: sticky;
    top: 100px;
}

@media (max-width:992px) {
    .content_information .side_bar {
        position: static;
    }
}

.product_content {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 300px;
}

.product_content .content_bottom {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.product_content .content_bottom h1 {
    font-size: 4.235rem !important;
}

.product_showcase {
    position: relative;
}

.product_showcase .product_side_bar {
    position: sticky;
    top: 100px;
}

.product_showcase .video_card a {
    border-radius: 0;
}

.product_showcase .video_card a .video_img video {
    height: auto;
}


@media (max-width:992px) {
    .product_content .content_bottom h1 {
        font-size: 2.235rem !important;
    }

    .product_content {
        margin-bottom: 200px;
    }

    .product_showcase .product_side_bar {
        position: static;
    }
}


#neurostride-section {
    background: url('../img/product_bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 20px !important;
}





.new-product-section {
    background: #fff !important;
    padding: 70px 0 !important;
}

.new-product-section .top-head h2 {
    color: #000 !important;
    position: relative;
}

.new-product-section .top-head h2::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 120px;
    height: 7px;
    background: #1d1c21;
}

.new-product-section .mid-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-product-section .mid-head .box {
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 20px 0px;
}

.new-product-section .mid-head .lefthead h3,
.new-product-section .mid-head .righthead h3 {
    color: #000;
    font-weight: 600 !important;
    padding-bottom: 8px;
}

.new-product-section .mid-head .lefthead p,
.new-product-section .mid-head .righthead p {
    color: #2d2727;
}


.uses_item h5 {
    color: #2d2727;
    padding-top: 12px;
    text-align: center;
}

.under_line {
    text-decoration: underline !important;
}

.home_dark .uses_item h5,
.home_dark .uses_item p {
    color: #fff !important;
}

.home_dark .top-head h2 {
    position: relative;
}

.home_dark .top-head h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 120px;
    height: 4px;
    background: #b1b1b1;
}

@media (max-width:992px) {
    home_dark .new-product-section .mid-head {
        justify-content: start;
        align-items: start;
    }

    .new-product-section .mid-head .box {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 8px;
        width: 100%;
        border: 0;
    }

    .new-product-section .mid-head .box p {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}




/* Unique Card Base */
.custom-card {
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(116, 116, 116, 0.8);
    height: 100%;
}

/* Typography */
.status-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #2d2727;
    margin: 0 0 8px 0;
    font-weight: 700;
}

.main-number {
    font-size: 52px;
    font-weight: 900;
    color: #2c3e50;
    margin: 0;
    line-height: 1;
}

.unit {
    font-size: 20px;
    margin-left: 4px;
    color: #7f8c8d;
}

/* Unique Pill Tag */
.category-pill {
    margin-top: 15px;
    display: inline-block;
    padding: 6px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
}

/* Floating Icon Orb */
.icon-orb {
    width: 70px;
    height: 70px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: #f8f9fa;
}

/* Variations using Hex Colors */
.decrease .icon-orb {
    color: #2980b9;
    box-shadow: inset 6px 6px 12px #cfd8dc, inset -6px -6px 12px #ffffff;
}

.decrease .category-pill {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.improve .icon-orb {
    color: #e74c3c;
    /* Red Arrow */
    box-shadow: inset 6px 6px 12px #f8d7d4, inset -6px -6px 12px #ffffff;
}

.improve .category-pill {
    background: linear-gradient(135deg, #ff7675, #e74c3c);
}




.booking-container {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 1000;
}

.book-now-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border: none;
    border-radius: 50px;
    /* Creates the pill shape */
    cursor: pointer;
    box-shadow: 0 4px 15px #6e8ffb42;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-now-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px #a877e346;
}

.book-now-button:active {
    transform: translateY(0);
}

/* Pulse effect adapted for pill shape */
.pulse-pill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50px;
    z-index: -1;
    opacity: 0.5;
    animation: pulse-out 2s infinite;
}

@keyframes pulse-out {
    0% {
        transform: scaleX(1) scaleY(1);
        opacity: 0.5;
    }

    100% {
        transform: scaleX(1.15) scaleY(1.3);
        opacity: 0;
    }
}


.blog_section_start .social-share a {
    display: inline-block !important;
    width: auto !important;
}

.mycall-icons {
    background: dodgerblue;
    color: #fff;
    position: fixed;
    left: 30px;
    bottom: 70px;
    z-index: 10000;
    border-radius: 45px;
    padding: 12px 18px;

    &:hover {
        color: #fff;
    }
}

.mycall-icons i {
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
    transform: rotate(-270deg);
}

.lis_color li {
    color: #2d2727;
    margin-bottom: 6px;
}

.list_color li {
    color: #fff;
    margin-bottom: 6px;
}





.about_career_btn_default {
    position: relative;
    display: inline-block;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1em;
    text-transform: capitalize;
    padding: 17px 40px 17px 40px;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #000 !important;
    color: #000 !important;
    transition: 0.67s;
    &:hover{
        border-color: #555 !important;
        color: #555 !important;
    }
}