/* basic css start here */

.container {
    max-width: 1550px;
    margin-inline: auto;
    padding: 0 20px;
}

/* basic css end here */



/* Main Navbar Styling */
.navbar {
    background-color: #000;
    padding: 15px 0;
    transition: all 0.3s ease;
}

/* Logo Styling */
.logo-container {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-size: 1.5rem;
    font-weight: 500;
    color: white;
    line-height: 1;
}

    .brand-name sup {
        font-size: 0.9rem;
        top: -0.5em;
    }

.tagline {
    font-size: 0.7rem;
    color: #ccc;
    letter-spacing: 1px;
}

/* Navigation Links */
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    transition: color 0.3s ease;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
        color: #fff;
    }

/* Search Box Styling */
.search-container {
    position: relative;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

    .search-box .form-control {
        background-color: transparent;
        border-radius: 50px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        width: 343px;
        height: 56px;
        padding: 20px 37px;
        padding-right: 60px;
        color: rgba(255, 255, 255, 0.57);
        font-size: 14px;
        font-weight: 400;
        line-height: 100%;
    }

        .search-box .form-control:focus {
            background-color: rgba(255, 255, 255, 0.1);
            box-shadow: none;
            border-color: rgba(255, 255, 255, 0.5);
        }

        .search-box .form-control::placeholder {
            color: rgba(255, 255, 255, 0.5);
            font-style: italic;
        }

.search-button {
    position: absolute;
    right: 32px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

    .search-button:hover {
        color: white;
    }

/* Custom Toggler for Mobile */
.navbar-toggler {
    border: none;
    padding: 0;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }
.banner_top > div {
    transition: 0.5s;
}

    .banner_top > div > h1 {
        transition: 0.5s;
    }


.main-wrap {
    overflow: hidden;
}
/* Hero Section Styles */
/* Global Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

/* Footer Styles */
.footer-dark {
    background-color: #000;
    color: #fff;
    padding: 20px 0 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

    .footer-dark h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 50px;
    }

.footer-text {
    color: #aaa;
    font-size: 14px;
    margin-bottom: 34.5px;
}

/* Form Elements */
.footer-dark .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
    height: 57px;
    font-size: 14px;
    padding-left: 25px;
}

    .footer-dark .form-control::placeholder {
        color: #777;
    }

.btn-subscribe {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .btn-subscribe:hover {
        background-color: #444;
        color: #fff;
    }

/* Social Icons */
.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 43px;
}

.social-icon {
    background-color: #222;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        background-color: #333;
        color: #fff;
        transform: translateY(-3px);
    }

.gray-footer {
    background-image: url('assets/img/footer_graybar.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position: center center;
}

.footer-links-header {
    list-style: none;
    padding: 0;
    margin: 10px auto;
    width: 200px;
}
/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 60px;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease;
        font-size: 14px;
    }

        .footer-links a:hover {
            color: #fff;
            text-decoration: none;
        }

/* Footer Divider */
.footer-divider {
    border-top: 1px solid #333;
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    font-size: 14px;
    color: #888;
}

    .footer-bottom .email,
    .footer-bottom .phone {
        display: inline-block;
        margin-left: 15px;
    }



.vision-section {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Left Column Styles */

.vision-description {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 40px;
    max-width: 90%;
}

/* Features Grid */
/* Global Styles */
body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #000;
    color: #fff;
}

/* Vision Section Styles */
.vision-section {
    padding-block: 100px 200px;
    display: flex;
    align-items: center;
    background-color: #000;
}

/* Left Column Styles */
.vision-title {
    margin-bottom: 60px;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    line-height: 91px;
}

.vision-description {
    margin-bottom: 60px;
    max-width: 68%;
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

/* Features Grid */
.features-grid {
    margin-top: 40px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.tick-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 20px;
    height: 20px;
}

    .tick-icon i {
        color: #fff;
        font-size: 14px;
    }

.feature-text {
    font-size: 0.9rem;
    font-weight: 500;
    color: #fff;
}

/* Right Column: Contact Form */
.contact-form-container {
    background-color: #111;
    border-radius: 15px;
    padding: 60px 78px;
    margin-left: auto;
}

.contact-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.form-label {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 8px;
}

.custom-input {
    background-color: transparent;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 12px 15px;
    color: #fff;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

    .custom-input:focus {
        color: white;
        border-color: white;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .custom-input::placeholder {
        color: white;
    }

.btn-submit {
    background-color: #333;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 35px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-submit:hover {
        background-color: #444;
        transform: translateY(-2px);
    }



.faq-section {
    padding: 80px 0;
    background-color: #000;
}

.faq-content {
    width: 48.5%;
    margin-top: 130px;
}

.faq-item {
    background-color: #111;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .faq-question:hover {
        background-color: #222;
    }

    .faq-question h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
    }

    .faq-question i {
        font-size: 20px;
        transition: transform 0.3s ease;
    }

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 30px 25px;
    max-height: 300px;
}

.image-section {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}



.info-text {
    position: relative;
    z-index: 2;
}

    .info-text p {
        line-height: 1.8;
        font-size: 18px;
    }





.innovation-section {
    min-height: 100vh;
    background-color: #000;
    padding-top: 162px;
}


/* Left Column Styles */

.left-column h1 {
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 91px;
    margin: 0;
}

.image-placeholder {
    width: 100%;
    height: 400px;
    background-image: url('assets/imgh.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: auto;
}

/* Right Column Styles */
.right-column .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.description-text {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    max-width: 500px;
}

.tabs-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.tab-item {
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    color: #777;
    transition: color 0.3s ease;
}

    .tab-item.active {
        color: #fff;
    }

    .tab-item:after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .tab-item.active:after {
        width: 100%;
    }

.feature-card {
    background-color: #0c0c0c;
    border-radius: 15px;
    padding: 30px;
    position: relative;
    margin-bottom: 60px;
}

    .feature-card h3 {
        font-size: 26px;
        margin-bottom: 0;
    }

.arrow-link {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .arrow-link:hover {
        background-color: #333;
    }

/* Carousel Styles */
.carousel-section {
    position: relative;
}

.carousel-container {
    position: relative;
    overflow: hidden;
}

.carousel-slides {
    position: relative;
    max-width: 254px;
    height: 150px;
    margin-left: auto;
    margin-bottom: 60px;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
}

    .carousel-slide.active {
        opacity: 1;
    }

    .carousel-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.carousel-indicators {
    display: flex;
    justify-content: end;
    align-items: flex-end;
    margin: 0;
    margin-bottom: 36px;
    position: relative;
}

.counter-section {
    flex-grow: 1;
}

.counter-item {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

    .counter-item .number {
        font-size: 20px;
        font-weight: 700;
        color: #666;
        margin-right: 20px;
        min-width: 30px;
    }

    .counter-item p {
        font-size: 14px;
        margin: 0;
        color: #999;
    }

.carousel-controls {
    display: flex;
    gap: 10px;
}

.carousel-control {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #1a1a1a;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .carousel-control:hover {
        background-color: #333;
    }
@media (max-width: 991px) {
    .faq-content {
        padding: 40px 20px;
    }

    .image-section {
        min-height: 400px;
    }
}



@media (min-width: 575px) and (max-width: 767px) {
    .rightdiv {
        margin-right: 20px;
        /* Adjust margin-right as needed */
        width: 500px;
        /* Set width to 300px */
        height: 500px;
        /* Set height to 300px */
    }
}
/* Responsive Styles */
@media (max-width: 991px) {

    .left-column .content-wrapper,
    .right-column .content-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .left-column h1 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .tabs-section {
        margin-bottom: 30px;
    }

    .description-text {
        margin-bottom: 30px;
    }

    .feature-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {

    .left-column,
    .right-column {
        width: 100%;
    }

    .left-column {
        margin-bottom: 40px;
    }

        .left-column h1 {
            font-size: 32px;
        }

    .image-placeholder {
        height: 250px;
    }
}


.logo-container {
    background-color: #000;
    width: 100%;
}

.logo-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.logo-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

    .logo-item i {
        font-size: 1.2rem;
        color: #fff;
    }

    .logo-item span {
        font-size: 1.3rem;
        color: #999;
        white-space: nowrap;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .logo-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .logo-item {
        flex: 0 0 calc(50% - 20px);
    }

        .logo-item i {
            font-size: 1rem;
        }
}

@media (max-width: 576px) {
    .logo-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .logo-item {
        flex: none;
        width: 100%;
    }

        .logo-item i {
            font-size: 0.9rem;
        }

        .logo-item span {
            font-size: 0.65rem;
        }
}

@media (max-width: 400px) {
    .logo-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

.mn1_container {
    display: flex;
    height: 100vh;
    width: 100%;
}

/* Left Side Div Styles */
.bx1_right {
    width: 54.44%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 0 auto;
}

.tx1_header {
    font-size: 20px;
    font-weight: 400;
    line-height: 113px;
    text-transform: uppercase;
}

.tx2_title {
    color: #FFF;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 113px;
    margin-bottom: 70px;
}

.bt1_buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 214px;
}

.bt2_get {
    border: none;
    padding: 18px 32px;
    border-radius: 41px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.14) 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.bt3_contact {
    background-color: transparent;
    border: 1px solid white;
    padding: 18px 32px;
    border-radius: 50px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    transition: .3s;
}

    .bt3_contact:hover {
        background: #fff;
        color: #000;
    }
/* Carousel Styles */
#cr1_carousel {
    max-width: 100%;
}

.cr2_content {
    display: flex;
    align-items: center;
    gap: 47px;
}

.cr3_image {
    width: 172px;
    height: 105px;
    background-color: #555;
    border-radius: 10px;
}

.cr4_text {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 250px;
}

.cr5_controls {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: -46px;
    position: relative;
    z-index: 2;
}

.cr6_prev,
.cr7_next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background-color: #101010;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #282828;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Right Side Div Styles */
.bx2_left {
    width: 50%;
    height: 100%;
    background-image: url('/api/placeholder/600/900');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -185px;
    top: 0;
}

    .bx2_left::after {
        position: absolute;
        content: '';
        border-radius: 1183.919px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.00) 100%);
        width: 1180px;
        height: 1180px;
        top: -250px;
        left: 0;
        z-index: 99;
    }

/* Responsive styles */
@media (max-width: 992px) {
    .mn1_container {
        flex-direction: column;
        margin-bottom: 100px;
    }

    .bx1_left,
    .bx2_right {
        width: 100%;
    }

    .bx2_right {
        height: 400px;
    }
}




/* Glassmorphic Cards Section Styles */
.gl1_section {
    margin-top: -123px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .gl1_section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

.gl2_title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.gl3_subtitle {
    font-size: 18px;
    opacity: 0.8;
    max-width: 700px;
    margin: 0 auto;
}

.gl4_card {
    padding: 30px;
    height: 100%;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    padding-bottom: 60px;
}

    .gl4_card:hover {
        transform: translateY(-10px);
        background: rgba(40, 40, 40, 0.7);
    }

.gl5_icon {
    background: rgba(25, 25, 25, 0.8);
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 44px;
}

    .gl5_icon i {
        font-size: 28px;
        color: #fff;
        opacity: 0.9;
    }

.gl6_cardTitle {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 39px;
}

.gl7_cardText {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 80px;
}

.gl8_link {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-bottom: 2px;
}

    .gl8_link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .gl8_link:hover::after {
        width: 100%;
    }

/* Responsive adjustments */
@media (max-width: 992px) {
    .gl1_section {
        padding: 70px 0;
    }

    .gl2_title {
        font-size: 34px;
    }

    .gl4_card {
        padding: 18px;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .gl1_section {
        padding: 50px 0;
    }

    .gl2_title {
        font-size: 30px;
    }

    .gl3_subtitle {
        font-size: 16px;
    }

    .gl4_card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .gl2_title {
        font-size: 26px;
    }

    .gl5_icon {
        width: 54px;
        height: 54px;
    }

        .gl5_icon i {
            font-size: 24px;
        }

    .gl6_cardTitle {
        font-size: 18px;
    }
}


/* Hero Section Styles */

.mn1_container {
    display: flex;
    gap: 200px;
    min-height: 100vh;
    width: 100%;
}

/* Left Side Div Styles */
.a2_leftDiv {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.a3_mainTitle {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 91px;
    margin-bottom: 100px;
}

.a4_description {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 60px;
    max-width: 502px;
}

.a5_buttonGroup {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}

.a6_learnBtn {
    color: white;
    border: none;
    padding: 18px 32px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 41px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.14) 100%);
}

    .a6_learnBtn:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

.a7_videoBtn {
    background: transparent;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    padding: 0;
    transition: opacity 0.3s ease;
}

    .a7_videoBtn i {
        font-size: 24px;
    }

    .a7_videoBtn:hover {
        opacity: 0.8;
    }

.a8_statsContainer {
    display: flex;
    gap: 30px;
}

.a9_statsImage {
    width: 175.8px;
    height: 150px;
    background-color: #ccc;
    border-radius: 8px;
    flex-shrink: 0;
}

.b1_statsGroup {
    display: flex;
    gap: 40px;
    margin-top: -50px;
    justify-content: space-between;
    flex-direction: column;
}



.b3_statNumber {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 5px;
}

.b4_statLabel {
    font-size: 14px;
    opacity: 0.7;
}

.b5_tagContainer {
    display: flex;
    gap: 76px;
}

.b6_tag {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 17px;
    border-radius: 50px;
    transition: all 0.3s ease;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

    .b6_tag:hover {
        background-color: rgba(255, 255, 255, 0.1);
        cursor: pointer;
    }

/* Right Side Div Styles */
.c1_rightDiv {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.c2_graphContainer {
    height: 700px;
    position: relative;
    background-image: url('assets/img/diag2.png');
    background-size: 90%;
    background-position: right;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.c3_dataPoint {
    position: absolute;
    top: 150px;
    left: 9px;
    z-index: 2;
}

.c4_dataValue {
    font-size: 36px;
    font-weight: 400;
    line-height: 37px;
    margin-bottom: 20px;
}

.c5_dataLabel {
    font-size: 16px;
    opacity: 0.8;
}

.c6_chartLine {
    position: absolute;
    top: 50px;
    left: 20px;
    width: 80%;
    height: 300px;
    z-index: 1;
}

.c7_securityCard {
    position: absolute;
    bottom: 0;
    left: 15px;
    -webkit-backdrop-filter: blur(30px);
    padding: 35px 42px 42px 35px;
    transition: transform 0.3s ease;
    z-index: 3;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    width: 320px;
}

    .c7_securityCard:hover {
        transform: translateY(-5px);
    }

.c8_cardTitle {
    margin-bottom: 70px;
    font-size: 24px;
    font-weight: 400;
    line-height: 35px;
}

.c9_cardContent {
    display: flex;
    gap: 10px;
}

.d1_cardNumber {
    font-size: 16px;
    opacity: 0.7;
}

.d2_cardText {
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.8;
}

.d3_scrollbar {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    z-index: 2;
}

.d4_scrollThumb {
    width: 4px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 0;
}

/* Responsive styles */
@media (max-width: 1200px) {
    .a3_mainTitle {
        font-size: 48px;
    }

    .c4_dataValue {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {
    .a2_leftDiv {
        padding: 60px 40px;
        width: 100%;
    }

    .a3_mainTitle {
        font-size: 42px;
        line-height: 60px;
    }

    .b1_statsGroup {
        gap: 30px;
        margin: 0;
    }

    .c7_securityCard {
        width: 270px;
        padding: 20px;
    }

    .c8_cardTitle {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .mn1_container {
        flex-direction: column;
    }

    .a2_leftDiv,
    .c1_rightDiv {
        width: 100%;
    }

    .a2_leftDiv {
        padding: 60px 30px;
    }

    .a3_mainTitle {
        font-size: 36px;
    }

    .a5_buttonGroup {
        flex-wrap: wrap;
    }

    .c1_rightDiv {
        display: none;
    }

    .c7_securityCard {
        left: 50%;
        transform: translateX(-50%);
        width: 280px;
    }

        .c7_securityCard:hover {
            transform: translateX(-50%) translateY(-5px);
        }
}

@media (max-width: 576px) {
    .a2_leftDiv {
        padding: 40px 20px;
        text-align: center;
    }

    .a3_mainTitle {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .a4_description {
        margin-bottom: 30px;
    }

    .a8_statsContainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .b1_statsGroup {
        width: 100%;
        justify-content: space-between;
    }

    .b5_tagContainer {
        flex-wrap: wrap;
    }

    .c1_rightDiv {
        display: none;
    }

    .c7_securityCard {
        width: 90%;
        max-width: 260px;
    }
}



@media (max-width: 375px) {
    .a2_leftDiv {
        padding: 40px 20px;
    }

    .a3_mainTitle {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .a4_description {
        margin-bottom: 30px;
    }

    .a8_statsContainer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .b1_statsGroup {
        width: 100%;
        justify-content: space-between;
    }

    .b5_tagContainer {
        flex-wrap: wrap;
    }

    .c1_rightDiv {
        display: none;
    }

    .c7_securityCard {
        width: 90%;
        max-width: 260px;
    }
}



.innovation-section {
    gap: 100px;
}




/* header area start here */

header {
    padding-block: 54px 60px;
    position: relative;
    z-index: 2;
}

.header__navigation ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 76px;
    margin-right: 120px;
}

    .header__navigation ul li a {
        text-decoration: none;
        padding: 5px 10px;
        color: rgba(255, 255, 255, 0.50);
        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
        transition: .3s;
        position: relative;
    }

        .header__navigation ul li a:hover {
            color: #fff;
        }

        .header__navigation ul li a::after {
            position: absolute;
            content: '';
            background: #fff;
            width: 100%;
            height: 2px;
            left: 0;
            bottom: -2px;
            transform: scaleX(0);
            transform-origin: right;
            transition: transform .3s;
            right: 0;
            top: 100%;
        }

        .header__navigation ul li a:hover::after {
            transform: scaleX(1);
            transform-origin: left;
        }
/* header area end here */



/* hero area start here */
.hero__area {
    padding-bottom: 320px;
}

.bx2_left img {
    width: 100%;
    height: 100%;
}

/* hero area end here */



/* refinding area start here */

.refinding__area {
    padding-block: 210px 162px;
}

.counter__container {
    display: flex;
    justify-content: space-between;
}

/* refinding area end here */

.content-wrapper h1 {
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
    line-height: 91px;
    max-width: 800px;
}

.title__carousel {
    padding-top: 169px;
    position: relative;
    z-index: 9;
}

.service__content {
    padding-top: 114px;
    flex-wrap: wrap;
}

.service__tab ul li button {
    background: transparent !important;
    padding: 16px 10px;
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    position: relative;
}

    .service__tab ul li button.active {
        color: #fff;
    }

    .service__tab ul li button:hover {
        color: #fff;
    }

.service__tab ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
}

    .service__tab ul li button.active::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: url('assets/img/border.svg');
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        top: 0;
    }

    .service__tab ul li button.active::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background: url('assets/img/border.svg');
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
    }

.service__card h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 37px;
    max-width: 190px;
}

.service__card {
    padding: 53px 43px 40px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
}

    .service__card span {
        display: flex;
        justify-content: end;
    }

.single__step span {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
    align-items: start;
}

.single__step p {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.service__step {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.single__step {
    gap: 25px;
    max-width: 380px;
}

.service__wrapper {
    width: 36.55%;
}

.service__tab {
    width: 21%;
}

.service__tab__container.service__tab {
    width: 100%;
}

.service__tab__content {
    width: 33%;
}

.service__wrapper img {
    width: 100%;
}

.fade:not(.show) {
    opacity: 0;
    display: none;
}

.faq-content .accordion {
    border: none;
    border-radius: 30px;
}

.faq-content .accordion-button {
    padding: 54px;
    border: none;
    background: #101010;
    border-radius: 30px !important;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

    .faq-content .accordion-button::after {
        content: '\f107';
        background-image: none;
        font-family: 'Font Awesome 6 Free';
        font-weight: 600;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faq-content .accordion-button:focus {
        box-shadow: none;
    }

.faq-content .accordion-item {
    margin-bottom: 45px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    overflow: hidden;
}

.faq-content .accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-body p {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.accordion-body {
    padding: 54px;
    background: #101010;
    border-radius: 30px;
    padding-top: 0;
}

.input__container {
    margin-bottom: 50px;
}

.input-group {
    align-items: center;
    gap: 20px;
}

    .input-group .btn {
        position: relative;
        z-index: 2;
        padding: 18px 32px;
        border-radius: 41px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.14) 100%);
    }

.footer__address {
    padding-block: 70px 40px;
}

.single__address p,
.single__address a {
    color: rgba(255, 255, 255, 0.63);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    margin: 0;
}

#contactForm .input__container:last-child {
    margin: 0;
}

.single__address {
    display: flex;
    gap: 10px;
    width: 31%;
}

    .single__address svg {
        flex-shrink: 0;
    }

.footer__address__left {
    width: 20%;
}

.footer__address__right {
    width: 65%;
}

.widget-4 {
    width: 16%;
}

.widget__container {
    padding-bottom: 100px;
}

.rightdiv {
    width: 100%;
}


/* offcanva css start here */

.offcanva__button {
    padding: 0;
    color: #fff;
    font-size: 30px;
    border: none;
    background: transparent;
}

.offcanva__container #offcanvasExample {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(30px);
    border-left: 0;
    border-top: 0;
}

.offcanva__container .header__navigation ul {
    margin: 0;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    order: 2;
}

.offcanva__container .offcanva__close {
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 2px solid #fff;
}

.offcanva__container .header__navigation {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.offcanva__container .search-box .form-control {
    width: 100%;
}

.offcanva__container .header__navigation ul li a {
    color: #fff;
    font-size: 20px;
}

/* offcanva css end here */
.fade-up-wrapper {
    margin: 0 auto;
    width: 1535px;
}

div[data-aos="fade-up"] {
    height: 400px;
    width: 450px;
    /*margin-right: 90px;*/
    margin: 0 auto;
    margin-bottom: 50px;
}

    div[data-aos="fade-up"]:last-child {
        /*margin-right: 0px;*/
    }

.mb_large {
    margin: 240px 0;
}

.mb_medium {
    margin: 45px 0 150px 0;
}

.header-top {
    background-color: #000100;
}

.banner_top {
    background-image: url('assets/img/hero-feature-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 446px;
    padding-top: 180px;
}

.banner_top2 {
    background-image: url('assets/img/hero-feature-bg2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 446px;
    padding-top: 180px;
}

.banner_top3 {
    background-image: url('assets/img/social-banner-brand-02.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 446px;
    padding-top: 180px;
}

.social_icons {
    background-image: url('assets/img/social_icons.png');
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
}

.instagram {
    background-position: 0 0;
}

.twitter {
    background-position: -50px 0;
}

.youtube {
    background-position: -100px 0;
}

.pinterest {
    background-position: -150px 0;
}

.linkedin {
    background-position: -200px 0;
}

.gray-feature-background {
    background-image: url('assets/img/gray_features_bar.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 110px 0;
}

.gray-feature-background2 {
    background-image: url('assets/img/gray_data_bar.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0 110px 0;
    background-position: center center;
}

.regulatory_agency img {
    width: 185px;
    margin-bottom: 30px;
}


.bg-dark {
    background-color: #000 !important;
}

.product_options_icons label > img {
    height: 70px;
    margin-right: 80px;
    margin-bottom: 60px;
    margin-top: 50px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}
.product_options_icons label:last-child img {
    margin-right: 0px;
}
.product_options_icons label > input[type="checkbox"] {
    -webkit-appearance: none !important;
    background: none !important;
}
.product_options_icons label input[type="checkbox"]:checked + img {
    border: 1px solid #595959;
    padding: 10px 15px;
    height: 90px;
    opacity:0.8;
}

.brands_options_icons a > img {
    height: 45px;
    margin-right: 80px;
    margin-bottom: 60px;
    margin-top: 50px;
   
}
.brands_options_icons a:last-child img {
    margin-right: 0px;
}
.checkbox-select {
    padding: 1em 0;
    display: block
}

    .checkbox-select > div {
        float: left;
        width: 49%;
        /*margin-right: 30px;*/
        margin-bottom: 10px;
        position: relative;
        overflow: hidden
    }
    .checkbox-select > div:nth-child(even) {
        float: right;       
    }
    .checkbox-select:before,
    .checkbox-select:after {
        content: '';
        display: table
    }

    .checkbox-select label {
        display: block;
        padding: 10px;
        background: #171717;
    }

    .checkbox-select > div.selected label {
        background-color: #595959;
        color: white !important;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    .checkbox-select > div.selected input {
        -webkit-appearance: none !important;
        background: none !important;
    }

.product_options_types .checkbox-select input {
    position: absolute;
    border: none;
    left: -10%;
    top: 0;
    margin: 0;
    height: 100%;
    width: 210%;
    cursor: pointer;
    -webkit-appearance: none !important;
    background: none !important
}
/* Responsive Adjustments */
@media (max-width: 991px) {
    .vision-section {
        padding: 60px 0;
    }

    .vision-title {
        font-size: 2.8rem;
    }

    .contact-form-container {
        margin: 50px auto 0;
    }

    .custom_nav_bar li {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .vision-title {
        font-size: 2.2rem;
    }

    .vision-description {
        font-size: 0.9rem;
    }

    .feature-item {
        margin-bottom: 20px;
    }

    .contact-form-container {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .vision-section {
        padding: 40px 0;
    }

    .vision-title {
        font-size: 2rem;
    }

    .feature-text {
        font-size: 0.8rem;
    }
}
/* Mobile Responsiveness */
@media (max-width: 991.98px) {
    .navbar-collapse {
        /*background-color: #111;*/
        padding: 20px;
        margin-top: 15px;
        border-radius: 5px;
    }

    .navbar-nav {
        margin-bottom: 15px !important;
    }

        .navbar-nav .nav-link {
            margin: 5px 0;
            padding: 10px 15px;
        }

    .search-box .form-control {
        width: 100%;
    }

    .search-container {
        width: 100%;
    }

    .mobilemode {
        text-align: center !important;
    }

    .mobilecenter {
        margin-left: auto;
        margin-right: auto;
    }
}


@media (max-width: 799px) {
    .banner_top > div {
        margin-left: 100px !important;
    }

        .banner_top > div > h1 {
            font-size: 30px !important;
        }
}

@media (max-width: 576px) {
    .banner_top > div {
        margin-left: 60px !important;
    }

        .banner_top > div > h1 {
            font-size: 25px !important;
        }

    .banner_top3 > div {
        margin-left: 60px !important;
    }

        .banner_top3 > div > h1 {
            font-size: 25px !important;
        }

    .brand-name {
        font-size: 1.2rem;
    }

    .tagline {
        font-size: 0.6rem;
    }

    .logo-img {
        width: 40px;
        height: 40px;
    }


    /*.fade-up-wrapper {
        justify-content:center !important;
    }*/

    /*.fade-up-wrapper {
        margin: 0 auto;
        width: 350px !important;
    }

    div[data-aos="fade-up"] {
        float: left;       
        width: 350px !important;
        margin-right: 0px !important;
        margin-bottom:50px;
    }
    .gl4_card {
        width: 350px !important;
    }

    div[data-aos="fade-up"]:last-child {
        margin-right: 0px;
    }*/

}

@media (min-width: 397px) and (max-width: 576px) {
    div[data-aos="fade-up"] {
        width: 350px !important;
        margin-bottom: 50px;
    }

    .gl4_card {
        width: 350px !important;
    }
    .checkbox-select > div{ width:100%;}
    
}

@media (max-width: 396px) {
    div[data-aos="fade-up"] {
        width: 320px !important;
        margin-bottom: 50px;
    }

    .gl4_card {
        width: 320px !important;
    }
    .checkbox-select > div {
        width: 100%;
        font-size:12px;
    }
}
/* Responsive Adjustments */
@media (max-width: 767px) {

    .footer-dark h4 {
        margin-top: 20px;
    }

    .footer-bottom {
        text-align: center;
    }

        .footer-bottom .email,
        .footer-bottom .phone {
            display: block;
            margin-left: 0;
            margin-top: 5px;
        }

    .brands_options_icons {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .brands_options_icons > a {
            display: block;
        }

        .brands_options_icons a > img {
            margin-right: 0px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
    .product_options_icons {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .product_options_icons > label {
            display: block;
        }

        .product_options_icons label > img {
            margin-right: 0px;
            margin-bottom: 20px;
            margin-top: 20px;
        }
}
