@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0 30px;
    color: #333;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}

.list-unstyled li {
    padding: 10px;
}

.bnb-hero-home-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #011318;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

a {
    color: rgb(32 163 154);
    text-decoration: underline;
}

:root {
    --bnb-teal: #20a39e;
    --bnb-teal-light: rgba(32, 163, 158, 0.1);
    --bnb-dark: #1a1a1a;
    --bnb-light: #f8f9fa;
    --bnb-white: #ffffff;
    --bnb-gray: #6c757d;
}

.owl-carousel .item img,
.owl-carousel div img {
    width: 50px;
    max-height: 100%;
    /* adjust to your design */
    object-fit: contain;
}

.appearance-none {
    appearance: none;
    -webkit-appearance: none;
    /* For Safari/Chrome */
    -moz-appearance: none;
    /* For Firefox */
}

.bnb--scroll-margin {
    margin-left: -20px;
    margin-right: -40px;
}

/* Initial hidden state (off-screen right) */
.mega-menu-mobile {
    position: fixed;
    top: 60px;
    right: 0;
    width: 100%;
    height: 90vh;
    background: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    z-index: 1050;
}

.header {
    height: 70px;
}

/* When menu is open */
.mega-menu-mobile.show {
    transform: translateX(0);
    opacity: 1;
}

/* Optional: scroll styling */
.mega-menu-mobile::-webkit-scrollbar {
    width: 6px;
}

.mega-menu-mobile::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.happy-to-help {
    margin: auto;
    max-width: 220px;
    padding-top: 20px;
}

/* Freeze background when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Header menu adjustments */
.header-menu {
    /* z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0; */
}

#bnb-about-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.banner-image {
    /* height: 400px; */
    /* max-height: 400px; */
    /* width: fit-content; */
    /* margin: 10px; */
    /* padding: 60px; */
    height: 380px;
    border-radius: 20px;
    margin-left: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-mask {
    width: 440px;
    /* Adjusted for better visibility */
    height: 440px;
    background: #00000024;

    /* The Mask */
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M45,5 C70,-5 90,20 80,45 C75,65 100,80 85,95 C65,110 20,105 5,80 C-10,50 15,15 45,5" fill="black"/></svg>') no-repeat center / contain;
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><path d="M45,5 C70,-5 90,20 80,45 C75,65 100,80 85,95 C65,110 20,105 5,80 C-10,50 15,15 45,5" fill="black"/></svg>') no-repeat center / contain;
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10000000000;
    gap: 14px;
}

.cookies-text {
    font-size: 14px;
}

.accept-cookies {
    color: #ffffff;
    background-color: #20a39a;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 26px;
    padding-left: 26px;
    border: 1px solid #20a39a;
    border-radius: 62px;
    font-size: 12px;
}

.decline-cookies {
    color: #20a39a;
    background-color: #ffffffff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 26px;
    padding-left: 26px;
    border: 1px solid #20a39a;
    border-radius: 62px;
    font-size: 12px;
}

.faq-card {
    border-radius: 6px;
}

.view-and-download-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu>li {
    margin-left: 25px;
}

.toggler-icon {
    font-size: 20px;
    color: white;
    transition: transform 0.3s ease;
}

.custom-btn-close:hover {
    background-color: #e4e4e4;
    padding: 400px;
}

.sticky-search {
    position: sticky;
    top: 70px;
    /* adjust based on your header height */
    z-index: 1000;
    background-color: #f8f9fa;
    /* match your section background */
}

.service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(240, 240, 240, 1);
}

.frame-work-development-icon {
    background-color: rgba(240, 240, 240, 0);
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cta-box {
    /* background: var(--bnb-teal-light); */
    /* border-left: 4px solid var(--bnb-teal); */
    padding: 3rem !important;
    border-radius: 12px;
}

.contact-form-label {
    font-weight: 600;
    margin-bottom: 0.4rem;
    display: inline-block;
    color: #333;
}

.contact-form-control {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

.contact-form-control:focus {
    border-color: #20a39a;
    box-shadow: 0 0 0 0.25rem rgba(32, 163, 154, 0.25);
    outline: none;
    background: #fff;
}

/* Textarea */
textarea.contact-form-control {
    resize: none;
}

/* .team-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 110px;
    background: linear-gradient(0deg, #20a39a, #1dddd0, #b9b9b9);
    left: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 70px;
    border-bottom: 3px solid #107770;
}

.card.p-3.mt-3.mb-3.team-card {
    background: transparent;
} */

.fs-7 {
    font-size: 0.75rem !important;
    /* smaller than fs-6 */
}

.fs-8 {
    font-size: 0.65rem !important;
    /* extra small */
}

.team-card img,
.team-card .card-body {
    z-index: 1;
}

.team-card .card-title {
    background: -webkit-linear-gradient(36deg, #000, #103431, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.hero-section {
    margin-top: 80px;
    /* background: radial-gradient(circle at 20% 30%, #000000 0%, transparent 40%), radial-gradient(circle at 80% 20%, #000000 0%, transparent 40%), radial-gradient(circle at 60% 80%, #20A39A 0%, transparent 40%), radial-gradient(circle at 30% 70%, #5CADB1 0%, transparent 50%), linear-gradient(135deg, #000000, #20A39A 50%, #42D9CF);
    background-blend-mode: overlay, overlay, overlay, normal, normal; */
    background: radial-gradient(circle at 20% 30%, #03A599 0%, transparent 40%), radial-gradient(circle at 80% 20%, #000000 0%, transparent 40%), radial-gradient(circle at 60% 80%, #20A39A 0%, transparent 40%), radial-gradient(circle at 30% 70%, #098D84 0%, transparent 50%), linear-gradient(135deg, #000000, #222F2E 50%, #42D9CF);
    background-blend-mode: overlay, overlay, overlay, normal, normal;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
    border-radius: 20px;
    margin-bottom: 4rem;
}

.faq-header {
    /* border-radius: 16px; */
    /* color: #000000; */
    /* background: #ffffff; */
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 6px; */
    transition: all 0.3s ease;
    /* border: 1px solid #e3e0e0; */
}

.faq-details {
    padding-left: 12px;
    padding-right: 12px;
}

.thank-you-message {
    background: #d4edda;
    color: #155724;
    padding: 12px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    display: none;
}

.career-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 100px 0;
}

.job-header {
    border-radius: 8px;
    color: #ffffff;
    background: #000000;
    padding: 16px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}

.job-details {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 8px;
}

.job-card.active .toggle-icon {
    content: "-";
}

.group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-icon {
    float: right;
    font-weight: bold;
    font-size: 20px;
    color: var(--bnb-teal);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.job-card.active .job-details {
    display: block;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.job-details.faq-answer {
    background-color: #ffffff;
}


.bnb-page-contact {
    background-color: #f5f5f5;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
}

.bnb-page-header {
    background-color: var(--bnb-dark);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.location-badge {
    background: var(--bnb-teal);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 15px;
}

.section-title {
    color: var(--bnb-teal);
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.benefits-section {
    background: rgba(32, 163, 158, 0.1);
    padding: 50px 0;
}

.benefits-list {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.benefits-list h3 {
    color: var(--bnb-teal);
    margin-bottom: 25px;
    text-align: center;
}

.benefits-list ul {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 10px 0;
    position: relative;
    padding-left: 35px;
}

.benefits-list li::before {
    content: "✓";
    color: var(--bnb-teal);
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 20px;
}

.apply-section {
    background: rgba(32, 163, 158, 0.1);
    padding: 50px;
    border-radius: 10px;
    text-align: center;
    margin: 50px 0;
}

.btn-apply {
    background-color: var(--bnb-teal);
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease;
    border: none;
}

.btn-apply:hover {
    background-color: #1a8d89;
    transform: translateY(-2px);
    color: #ffffff;
}

body.bnb-page-home {
    overflow-x: hidden;
}

.header-divider {
    width: 60px;
    height: 3px;
    background: var(--bnb-teal);
    margin: 20px auto;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* makes it horizontal */
    gap: 15px;
    /* adds space between icons */
}

.social-icons li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.announcement-bar {
    top: 70px;
    left: 0px;
    float: left;
    width: 100%;
    padding: 5px;
    /* background-image: linear-gradient(50deg, rgb(30 163 154) 26%, rgb(30 163 154) 40%, rgb(51 227 215)); */
    height: 35px;
    /* background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(32 163 154) 50%, rgba(0, 0, 0, 1) 100%); */
    position: absolute;
    z-index: 9;

    display: flex;
    /* Enable flexbox */
    align-items: center;
    /* Vertical centering */
    justify-content: flex-start;
    /* Align left */
}

.announcement-bar {
    position: fixed;
    top: 70px;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.3px;
    /* z-index: 500; */
    border-radius: 0 0 40px 40px;
    backdrop-filter: blur(10px) saturate(180%);
    -webkit-backdrop-filter: blur(10px) saturate(180%);
    overflow: hidden;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* Colorful moving gradient background */
.announcement-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg,
            rgba(255, 0, 150, 0.4),
            rgba(0, 200, 255, 0.4),
            rgba(0, 255, 170, 0.4),
            rgba(255, 200, 0, 0.4));
    background-size: 300% 300%;
    animation: moveGradient 8s ease infinite;
    z-index: -2;
    border-radius: inherit;
}

/* Subtle glass overlay */
.announcement-bar::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.08);
    z-index: -1;
    border-radius: inherit;
}

/* Animation for gradient movement */
@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Light theme (for white background pages) */
body.light .announcement-bar {
    color: #111;
    text-shadow: none;
}

body.light .announcement-bar::before {
    background: linear-gradient(120deg,
            rgba(255, 105, 180, 0.25),
            rgba(0, 191, 255, 0.25),
            rgba(50, 205, 50, 0.25),
            rgba(255, 215, 0, 0.25));
}

body.light .announcement-bar::after {
    background: rgba(255, 255, 255, 0.5);
}

/* Assuming the parent container is .container */
.welcome-message {
    color: #ffffff;
    padding: 3px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: 14px;
    text-shadow: 0px 1px 3px rgb(0 0 0);
    letter-spacing: 1.2px;
}

/* Shrink */
.shrink-grow {
    animation-name: shrinkgrow;
    animation-duration: 300ms;
    animation-iteration-count: 2;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    display: inline-block;
    margin-left: 5px;
    /* creates the gap */
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: transparent;
    left: 0;
}

span#header-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
}

span#header-tagline {
    margin: 31px 0 0 7px;
    float: left;
    padding-left: 6px;
    border-left: 2px solid #9a9a9a;
    font-weight: 500;
    color: #a8a8a8;
}

.header-menu-contact {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}


/* Contact Section */
.contact-section {
    /* background: linear-gradient(to bottom, var(--bnb-dark) 0%, #2a2a2a 100%); */
    color: var(--bnb-white);
    padding: 80px 0;
    /* background-color: #131313; */
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    /* content: ''; */
    /* position: relative; */
    /* overflow: hidden; */
}

.contact-section::before {
    content: '';
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%2320a39e' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
    opacity: 0.3;
}

.contact-heading {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-subheading {
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
}

.contact-info-card {
    /* background: rgba(255, 255, 255, 0.05); */
    border-radius: 12px;
    /* padding: 25px;   */
    /* margin-bottom: 20px; */
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .contact-info-card-no-hover {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

.contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.case-study-img {
    max-height: 500px;
    height: 500px;
    width: fit-content;
}

.bnb--case-study span {
    width: 40px !important;
    height: 6px !important;
    border-radius: 8px !important;
}

.bnb--case-study {
    margin-left: 10px;
}

.bnb--case-study .swiper-pagination-bullet-active {
    background-color: #20a39a !important;
}

.home-hero-btn-font {
    font-size: 16px !important;
}

.blog-card-home {
    transition: 300ms;
}

.blog-card-home:hover {
    transform: translateY(-3px);

}

.contact-form-container {
    background: #fff;
    padding: 2.5rem;
    padding-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.contact-form-container p.thank-you-message {
    font-size: 0.95rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
}

.contact-form-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}


.header-menu-contact li {
    margin-left: 25px;
}

.header-menu-contact a {
    color: var(--bnb-white);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.header-menu-contact a:hover {
    color: var(--bnb-teal);
}


.underline-hover:hover::after {
    width: 100%;
}

/* menu */
ul.header-menu {
    float: right;
    list-style: none;
    margin: 24px 0 0 0;
}

ul.header-menu li {
    display: inline-block;
}

ul.header-menu li a {
    /* padding: 8px; */
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: 300ms;
}

#header-menu-trigger {
    cursor: pointer;
    z-index: 11;
}

.underline-hover {
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#20a39a 0 0);
    background-position: 0 100%;
    /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    /*change after the size immediately*/
}

.underline-hover:hover {
    background-position: 100% 100%;
    /*OR bottom right*/
    background-size: 100% 2px;
    color: #20a39a;
}

.underline-hover-footer-menu-active {
    background-position: 100% 100%;
    /*OR bottom right*/
    background-size: 100% 2px;
    color: #20a39a;
}

.underline-hover-menu {
    display: inline-block;
    padding-bottom: 2px;
    background-image: linear-gradient(#20a39a 0 0);
    background-position: 0 100%;
    /*OR bottom left*/
    background-size: 0% 2px;
    background-repeat: no-repeat;
    transition: background-size 0.3s, background-position 0s 0.3s;
    /*change after the size immediately*/
}

.underline-hover-menu:hover {
    color: #20a39a;
}

.underline-hover-menu-active {
    color: #20a39a !important;
}

/* ul.header-menu li a:hover {
    color: #20a39a;
} */

/* website sections */
.bnb-section-about {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); */
    color: #ffffff;
    display: flex;
    align-items: center;
    max-height: 700px;
}

.bnb-section-about canvas {
    opacity: 0.6;
}

.bnb-section-about-content {
    position: relative;
    z-index: 2;
    /* padding: 1rem 0; */
    padding-top: 0rem;
    padding-bottom: 1rem;
}

.bnb-section-about-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, black, transparent);
    z-index: 2;
}

.home-page-heading {
    font-weight: 700 !important;
    line-height: 1.1 !important;
    /* padding-top: 16px; */
    font-size: 46px;
}


.home-page-sub-heading {
    line-height: 1.4;
    margin-top: 0.5rem;
    /* font-size: 14px; */
    margin-bottom: 1.5rem;
}

/* Foundation section */
.bnb-section-foundation {
    background-color: #20a39a !important;
    position: relative;
    z-index: 1;
    box-shadow: 0px -10px #ededed
}

.keystone-card {
    /*background: #26293c;*/
    border-radius: 20px;
    min-height: 280px;
    /*color: #fff;*/
    /*box-shadow: 0px 5px 30px #00a2b147;*/
    /*background: hsla(176, 68%, 20%, 1);*/

    /*background: linear-gradient(135deg, hsla(176, 68%, 20%, 1) 0%, hsla(176, 59%, 34%, 1) 100%);*/

    /*background: -moz-linear-gradient(135deg, hsla(176, 68%, 20%, 1) 0%, hsla(176, 59%, 34%, 1) 100%);*/

    /*background: -webkit-linear-gradient(135deg, hsla(176, 68%, 20%, 1) 0%, hsla(176, 59%, 34%, 1) 100%);*/

    /*background: #20a39a;*/

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#105450", endColorstr="#238982", GradientType=1);
}

.keystone-card:hover {
    transform: translate3d(1);
}

.keystone-card h2 {
    margin-bottom: 25px;
    font-weight: 600;
    white-space: nowrap;
}

.keystone-card img {
    height: 60px;
    /*filter: invert(1);*/
}

.keystone-card img {
    height: 60px;
    /* filter: invert(1); */
    /* background: #20a39a45; */
    padding: 6px;
    /* background: hsla(179, 74%, 42%, 1); */
    /* background: linear-gradient(135deg, hsla(179, 74%, 42%, 1) 0%, hsla(43, 100%, 36%, 1) 100%); */
    /*background: -moz-linear-gradient(135deg, hsla(179, 74%, 42%, 1) 0%, hsla(43, 100%, 36%, 1) 100%);*/
    /* background: -webkit-linear-gradient(135deg, hsla(179, 74%, 42%, 1) 0%, hsla(43, 100%, 36%, 1) 100%); */
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#1cbbb9", endColorstr="#BA8500", GradientType=1 );*/
    border-radius: 5px;
    border-top-right-radius: 15px;
    border: 1px solid;
}

/* Join us section */
.bnb-section-join-us {
    /* background-color: #fafafa; */
    position: relative;
    z-index: 0;
    /*background-image: url('https://www.blinknbuild.com/assets/images/bnb-wave.jpg');*/
    background-position: top right;
    background-size: contain;
    /* background-repeat: no-repeat; */
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;

}

/* Company stats */

.our-team-png {
    height: 160px;
    padding: 2px;
    border-radius: 50%;
    filter: hue-rotate(-12deg);
}

.hero-blog-image {
    max-height: 300px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 180px #1f9c94;
    background: radial-gradient(circle at 50%, #34afa6, #1c5854 50%, #154442 75%, #184845 75%);
    margin-top: 30px;
}

.hero-image {
    /* background-color: #ffffff; */
    /* background: linear-gradient(94deg, #ffffff00, #20a39a); */
    padding: 40px;
    max-height: 300px;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 180px #1f9c94;
    background: radial-gradient(circle at 50%, #34afa6, #1c5854 50%, #154442 75%, #184845 75%);
    /* background: transparent; */
    border-radius: 200px !important;
}

.footer-logo-section-border {
    border-top: 1px solid;
    color: rgba(255, 255, 255, 0.2);
    width: 100%;
}

.bnb-section-why-us {
    /*background-color: #5c0587;*/
    /*background: hsla(32, 94%, 49%, 1);*/

    /*background: linear-gradient(360deg, hsla(32, 94%, 49%, 1) 0%, hsla(39, 100%, 66%, 1) 100%);*/
    /*background: -moz-linear-gradient(360deg, hsla(32, 94%, 49%, 1) 0%, hsla(39, 100%, 66%, 1) 100%);*/
    /*background: -webkit-linear-gradient(360deg, hsla(32, 94%, 49%, 1) 0%, hsla(39, 100%, 66%, 1) 100%);*/

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#F38607", endColorstr="#FFC352", GradientType=1);
    position: relative;
    z-index: 1;
}

.why-us-main-text {
    font-size: 55px;
    font-weight: 900;
    line-height: 1;
}

.moving-text {
    font-size: 60px;
}

@-webkit-keyframes anim {
    from {
        left: -10%;
    }

    to {
        left: 15%;
    }
}

@keyframes anim {
    from {
        left: -10%;
    }

    to {
        left: 15%;
    }
}

.things-set-us-apart {
    line-height: 22px;
    font-size: 16px !important;
}

/* .why-us-card.rounded h3 {
    font-size: 25px !important;
} */

.bnb-section-we-do-integrations {
    /*background-color: #5c0587;*/
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    border-radius: 20px;
}

.bnb-logo-list {
    margin: auto;
    overflow: visible;
}

.bnb-logo-list ul {
    padding: 0;
    list-style: none;
}

.bnb-logo-list li {
    list-style: none;
    display: inline-block;
}

.bnb-logo-list img {
    max-width: fit-content !important;
    /* height: 70px !important; */
}

.bnb-section-our-brands {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.bnb-service {
    display: inline-block;
    text-decoration: none;
    color: #333333;
}

/* section#bnb-beyond-the-norm img {
    height: 70px;
} */

.bnb-service:hover {
    transform: translate(0, -3px);
    background-color: #ebebeb;
}



.bnb-service.bnb-active {
    color: #ffffff;
    background: #141414;
    border-color: #141414 !important;
}

.bnb-service.bnb-active:after {
    content: "\F280";
    font-family: 'bootstrap-icons';
    position: absolute;
    right: -22px;
    color: #000000;
    top: 20px;
}

.bnb-industry-card i {
    font-size: 35px;
}

.bnb-section-lets-start {
    background-color: #03256c;
    position: relative;
    z-index: 1;
    background: hsla(179, 74%, 42%, 1);
    background: hsl(175.88deg 67.18% 38.24%);
    /*background: radial-gradient(circle, hsla(179, 74%, 42%, 1) 0%, hsla(185, 100%, 15%, 1) 100%);*/
    /*background: -moz-radial-gradient(circle, hsla(179, 74%, 42%, 1) 0%, hsla(185, 100%, 15%, 1) 100%);*/
    /*background: -webkit-radial-gradient(circle, hsla(179, 74%, 42%, 1) 0%, hsla(185, 100%, 15%, 1) 100%);*/
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1cbbb9", endColorstr="#00444A", GradientType=1);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* .navigation-marks .nav-mark {
    width: 30px;
    height: 8px;
    background: transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border: 2px solid rgb(224 224 224);
    border-radius: 10px;
    cursor: pointer;
    transition: all 200ms;
    box-shadow: 0px 0px 10px #dcdcdc;
} */
.navigation-marks .nav-mark {
    width: 30px;
    height: 6px;
    background: white;
    display: block;
    border-radius: 10px;
    transition: all 200ms;
    margin: auto;
    cursor: pointer;
}

.navigation-marks .nav-mark:nth-child(1) {
    margin-top: 0px;
}

.navigation-marks .nav-mark:nth-child(2) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(3) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(4) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(5) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(6) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(7) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(8) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(9) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(10) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(11) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(12) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(13) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(14) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:nth-child(15) {
    margin-top: 30px;
}

.navigation-marks .nav-mark:hover {
    transform: translate(-20%, 0) scale(1.2)
}

.navigation-marks .nav-mark.on-this {
    background: #20a39a;
    border: 1px solid #20a39a;
    width: 30px;
    /* height: 10px; */
    border-bottom-left-radius: 0;
    /* margin-top: -10px; */
    transform: translate(-3px, 0) scale(1.2)
}

.navigation-marks-holder {
    max-height: 400px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(0, -50%);
}

.navigation-marks {
    position: fixed;
    width: 50px;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1;
    height: 100%;
    right: 0px;
}

span.nav-mark img {
    display: none;
}

span.nav-mark.on-this img {
    display: block;
    position: absolute;
    left: -35px;
    top: -12px;
    height: 30px;
    /*box-shadow: 0px 0px 25px 5px #6f6f6f!important;*/
    transform: scale(0);
    transition: 300ms;
}

span.nav-mark.on-this img.active {
    transform: scale(1);
    transition: 200ms;
    overflow: hidden;
    border-radius: 20px;
    padding: 6px !important;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-icons li a {
    /* display: inline-block; */
    color: #ffffff;
}

ul.social-icons li a:hover {
    color: #00bfa5;
    /* your teal brand color */
}

footer a {
    text-decoration: none;
    color: #4b4b4b;
    font-weight: 500;
    font-size: 14px !important;
}


footer .fs-4 {
    font-size: 16px !important;
}

footer a:hover {
    color: #000000;
}


ul.social-icons a span {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-size: cover;
    background-origin: content-box;
    background-repeat: no-repeat;
    font-size: 0px;
    border-radius: 5px;
    /* filter: grayscale(0.3); */
    transition: 200ms;
}

ul.social-icons a span:hover {
    transition: 200ms;
    transform: translate(0, -3px);
    /* filter: grayscale(0); */
}

.typed-text {
    position: relative;
    display: inline-block;
}

.services-divider {
    color: var(--bnb-teal);
    font-weight: bold;
}

.btn-bnb-white {
    /* padding: 0.75rem 2rem; */
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    background: transparent;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid white;
    /* same thickness */
}

.btn-bnb-white:hover {
    background-color: #ffffff;
    color: black;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.btn-bnb-white:active {
    background-color: #fffffff4 !important;
    color: black !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Teal Button */
.btn-bnb-teal {
    /* padding: 0.75rem 2rem; */
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    background-color: #20a39a;
    color: #ffffff;
    border: 2px solid #20a39a;
    /* match thickness with white button */
}

.btn-bnb-bg-white {
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #ffffff;
}

.btn-bnb-bg-white:hover {
    background-color: #cfcfcf;
    transform: translate(0, -3px);
    transition: 300ms;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);. */
}

.service-card {
    border: none;
    transition: none;
}

.service-card:hover {
    transform: none;
    box-shadow: none !important;
}

/* Remove image zoom */
.service-card .card-img-top {
    height: 280px;
    object-fit: cover;
    transition: none;
}

/* New overlay gradient (no hover change) */
.service-card .overlay-solid {
    background: linear-gradient(360deg, rgb(4 10 10 / 84%) 0%, rgb(15 81 68 / 42%) 100%);
}

/* Overlay content */
.service-card .overlay-content {
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.5rem;
}

.service-card .overlay-content i,
.service-card .overlay-content .bi {
    font-size: 2.2rem;
}

.service-card .overlay-content h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.service-card .overlay-content p {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    max-width: 220px;
}

/* Button hover effect ONLY */
.service-card .btn-overlay {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    padding: 0.3rem 1.2rem;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.service-card .btn-overlay:hover {
    background-color: #fff;
    color: #000100;
    border-color: #fff;
}

.service-card .btn-overlay i {
    font-size: 0.9rem;
    transition: transform 0.3s ease;
}

.service-card .btn-overlay:hover i {
    transform: translateX(4px);
}

.service-icon-wrapper {
    width: 70px;
    height: 70px;
    background: rgba(32, 163, 158, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 0 auto; */
}

.small-card {
    height: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.small-card img {
    height: 220px;
    object-fit: cover;
}

.service-overlay-bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

.service-overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 90%;
}

.btn-overlay {
    display: inline-block;
    font-size: 13px;
    padding: 4px 10px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    transition: 0.3s;
}

.btn-overlay:hover {
    background: #fff;
    color: #000;
}



.header-divider {
    width: 60px;
    height: 3px;
    background: var(--bnb-teal);
    margin-top: 20px;
}

.btn-our-services {
    color: var(--bnb-teal);
    border: 2px solid var(--bnb-teal);
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-our-services:hover {
    background-color: var(--bnb-teal);
    transform: translateY(-2px);
    color: #ffffff;
}


img.team-image.rounded-circle {
    max-width: 200px;
    width: 100%;
    max-height: 200px;
    /* border: 10px solid rgba(32, 163, 154, 0.19); */
    /* cleaner rgba */
    padding: 10px;
    /* balanced padding */
    margin: 15px 0;
    /* top & bottom spacing */
    background: #fff;
    background-clip: border-box;

    /* subtle shadow for depth */
    object-fit: cover;
    /* keeps image proportions */
}

.team-card {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}

.btn-bnb-teal:hover {
    background-color: #128985;
    color: #ffffff;
    transform: translateY(-2px);
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); */
}

.btn-bnb-teal:active {
    background-color: #0f8b87 !important;
    color: #ffffff;
    border-color: #1a8d89 !important;
    /* transform: translateY(-2px); */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.lets-talk-btn {
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    background-color: #20a39a;
    color: #ffffff;
    border: 2px solid #20a39a;
    width: 70%;
}

.lets-talk-btn:hover {
    background-color: #1a8d89;
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    /* ensures shapes don’t block clicks */
}

.shape {
    position: absolute;
    opacity: 0.1;
    border: 1px solid var(--bnb-teal);
    backdrop-filter: blur(2px);
}

/* Circle */
.shape-1 {
    width: 100px;
    height: 100px;
    top: 20%;
    left: 10%;
    border-radius: 50%;
    animation: float 15s infinite ease-in-out;
}

/* Square */
.shape-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation: float 18s infinite ease-in-out reverse;
}

/* Small circle */
.shape-3 {
    width: 80px;
    height: 80px;
    bottom: 20%;
    left: 20%;
    border-radius: 50%;
    animation: float 12s infinite ease-in-out;
}

/* Floating effect */
/* @keyframes float {
    0%   { transform: translateY(0) translateX(0) rotate(0deg); }
    25%  { transform: translateY(-30px) translateX(15px) rotate(10deg); }
    50%  { transform: translateY(20px) translateX(-20px) rotate(-10deg); }
    75%  { transform: translateY(-25px) translateX(10px) rotate(5deg); }
    100% { transform: translateY(0) translateX(0) rotate(0deg); }
} */

.modal-dialog.modal-dialog-centered.shopify-custom-section-modal {
    max-width: 1200px;
    margin: auto;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--bnb-teal);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.typed-text::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--bnb-teal), transparent);
    animation: typingLine 1s infinite;
}

.services-highlight {
    background: rgb(30 255 246 / 20%);
    padding: 1.5rem;
    border-radius: 20px;
    margin: 2rem 0;
}

@keyframes rotate3DLeftRight {
    0% {
        transform: rotateY(0deg);
    }

    40% {
        transform: rotateY(180deg);
        /* Fast left-to-right flip */
    }

    70% {
        transform: rotateY(180deg);
        /* Pause */
    }

    100% {
        transform: rotateY(360deg);
        /* Flip again to complete */
    }
}

.rotate-3d-left-right {
    display: inline-block;
    animation: rotate3DLeftRight 2.5s ease-in-out infinite;
    transform-style: preserve-3d;
}


/* .cookie-icon {
    position: absolute;
    padding: 10px;
    background: #e7fffd;
    border-radius: 25px;
    top: 51px;
    border: 1px dashed #20a39a;
    font-size: 13px;
    left: 0;
} */
/* Colors */
.color--bnb-orange {
    color: #f99417 !important;
}

.color--bnb-orange-dark {
    color: #cc760e !important;
}

.color--bnb-teal {
    color: #20a39a !important;
}

.color--bnb-purple {
    color: #5c0587 !important;
}

.color--bnb-teal-dark {
    color: #0c6660 !important;
}

.color--bnb-teal-light {
    color: #20a39a !important;
}

.color--bnb-white {
    color: #ffffff !important;
}

.color--bnb-light-gray {
    color: #c2c2c2 !important;
}

.color--bnb-gray {
    color: #7e8d85 !important;
}

.color--bnb-black {
    color: #141414 !important;
}

.color--bnb-dark-gray {
    color: #2b2c28 !important;
}

.color--bnb-green {
    color: #0baa03 !important;
}

.color--bnb-red {
    color: #bd0404 !important;
}

/* Bg colors */
.bg-color--bnb-orange {
    background-color: #f99417 !important;
}

.bg-color--bnb-teal {
    background-color: #20a39a !important;
}

.bg-color--bnb-white {
    background-color: #ffffff !important;
}

.bg-color--bnb-light-gray {
    background-color: #c2c2c2 !important;
}

.bg-color--bnb-gray {
    background-color: #7e8d85 !important;
}

.bg-color--bnb-black {
    background-color: #141414 !important;
}

.bg-color--bnb-dark-gray {
    background-color: #2b2c28 !important;
}


/* Animations */



/* Elements */
.bnb-btn-black {
    background-color: black;
    color: #ffffff;
}

.bnb-btn-black:hover {
    background-color: rgb(19, 19, 19);
    color: #ffffff;
}

.bnb-btn-black:active {
    background-color: rgb(22, 22, 22) !important;
    color: #ffffff !important;
    border: #ffffff !important;
}

.bnb-btn-white {
    background-color: #ffffff;
    color: #000000;
}

.bnb-btn-white:hover {
    background-color: rgb(228, 228, 228);
    color: #000000;
}

.bnb-btn-white:active {
    background-color: rgb(228, 228, 228) !important;
    color: #000000 !important;
}

.bnb-btn-teal {
    background-color: #20a39a;
    color: #ffffff;
}

.bnb-bg-teal {
    background-color: #20a39a;
    color: #ffffff;
}

.bnb-btn-teal:hover {
    transition: 10ms;
    background-color: #00baac;
    color: #ffffff !important;
}

.contact-us-btn-header {
    padding: 8px 16px;
    line-height: 1.5;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    /* background: linear-gradient(21deg, rgba(32, 214, 187, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(124, 237, 83, 1) 100%); */
    background: linear-gradient(to right, #20A29A 0%, #20a39a 40%, #23b9b2 70%, #1f9c94 100%);
    transition: all 0.3s ease;
}

.contact-us-btn-header:hover {
    transform: translateY(-7px);
    /* background: linear-gradient(42deg, rgb(29, 163, 143) 0%, rgb(32, 211, 106) 50%, rgb(96, 235, 45) 100%); */
    background: linear-gradient(to right, #0cb4a9 60%, #02a89d 90%, #18c7be 70%, #15a89e 30%);
}


.bnb-btn-teal:active {
    background-color: #20a39a !important;
}


/* btn common effect */
.btn {
    transition: 300ms;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; */
}

.btn:focus-visible {
    outline: 1px solid #000000 !important;
    outline-offset: 4px !important;
    background-color: initial !important;
}

.btn:hover {
    transform: translate(0, -3px);
    transition: 300ms;
}

.btn i.bi.bi-arrow-right-circle:before {
    transition: 300ms;

}

.btn:hover i.bi.bi-arrow-right-circle:before {
    transform: translate(5px, 0px);
    transition: 300ms;
}


a.scroll-to-top {
    position: fixed;
    bottom: 120px;
    right: 5px;
    z-index: 100000;
    display: block;
    width: 40px;
    height: 40px;
}

a.scroll-to-top img {
    width: 40px;
    height: 40px;
}

.menu-outer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0px;
    top: 0px;
    z-index: 10;
    transition: 300ms ease-out;
    /* transform-style: preserve-3d; */
    visibility: hidden;
    /* background-color: #000; */
    overflow: hidden;
    opacity: 0;
    border-radius: 100%;
}

.menu-outer.activated {
    visibility: visible;
    border-radius: 0;
    opacity: 1;
}

span.close-menu-outer {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 20px;
}

.menu-inner {
    max-width: 400px;
    width: 100%;
    background-color: #213030;
    height: 100%;
}

.menu-outer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-outer ul a {
    text-decoration: none;
}

.customer-trust {
    background: linear-gradient(to right, #ffd700, #b8860b);
    /* Gradient from lighter gold to darker gold */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* Fallback for browsers that don't support text gradients */
    display: inline-block;
    /* Required for gradient to apply correctly */
}

.bnb-text-gradient {
    background: linear-gradient(to right, #008080, #000000);
    /* Gradient from teal to black */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    /* Fallback for browsers that don't support text gradients */
    display: inline-block;
    /* Required for gradient to apply correctly */
}

.home-progress-heading {
    font-size: 1rem;
}

.gradient-heading {
    background: linear-gradient(to right, #080d0c 0%, #15615C 40%, #167b73 50%, #000000 100%);
    display: inline-block;

    -webkit-background-clip: text;
    background-clip: text;

    -webkit-text-fill-color: transparent;
    color: transparent;
}

.home-integrative-heading {
    /* Define the font size and weight as needed */
    font-family: sans-serif;
    /* Use your desired font */
    font-size: 40px;
    font-weight: bold;


}

.home-integrative-heading {
    font-size: 1.3rem;
}

.home-crafting-heading {
    font-size: 1rem;
}

.bnb-no-scroll {
    overflow: hidden;
}

.byond-the-norm-card {
    background: #ffffff;
    /*padding: 20px;*/
    width: 90%;
    /*box-shadow: 10px 10px #febd4b;*/
}

.byond-the-norm-card {
    background: #ffffff;
    /*padding: 20px;*/
    width: 90%;
    /*box-shadow: 0 0px 33px -7px #00000042;*/
    border-radius: 15px;
}

.bnb-industry-card p {
    line-height: 22px;
    font-size: 16px !important;
}

/* testominal */
.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* height: 340px; */
    /* Fixed height for all cards */
    display: flex;
    flex-direction: column;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-study-stat {
    background: #dff7f5;
    padding: 20px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(32, 178, 170, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}


.carousel-control-next {
    right: -20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #20B2AA;
    opacity: 0.5;
    margin: 0 5px;
}

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

.client-image img {
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.non-stop-carousel {
    margin: 0 auto;
    /* max-width: 1200px; */
    position: relative;
    overflow: hidden;
    display: flex;
    padding-bottom: 15px;

    >* {
        flex: 0 0 100%;

    }

    &:hover .non-stop-group {
        /* animation-play-state: paused; */
    }
}

footer h3 {
    opacity: 0.7;
}

/* .non-stop-carousel:after {
    content: "";
    background: linear-gradient(90deg, #ffffff, transparent, transparent, #ffffff);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

.swiper-progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 150px;
    height: 8px;
    background: #74898880;
    overflow: hidden;
    border-radius: 40px;
}

.swiper-progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(120deg,
            rgb(162, 231, 58),
            rgb(0, 200, 255),
            rgb(0, 255, 170),
            rgb(255, 255, 255));
    transition: width 0.1s linear;
}


.non-stop-card {
    width: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: calc(100% / 8);
    border-radius: 10px;
    overflow: hidden;
}

.non-stop-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Group the cards for better structure. */
.non-stop-group {
    display: flex;
    gap: 20px;
    padding-right: 20px;
    will-change: transform;
    animation: scrolling 40s linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
        /* transform: translateX(-100%); */
        /* for left to rigth*/
    }

    100% {
        /* transform: translateX(0); */
        /* left to right*/
        transform: translateX(-100%);
    }
}

/* Responsive adjustments */


.bnb-integrations-carousel .bg-color--bnb-white {
    background-color: #fff;
    /* box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); */
    filter: grayscale(1);
    /* border: 1px solid #0000000d; */
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); */
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.bnb-integrations-carousel .bg-color--bnb-white:hover {
    filter: grayscale(0);
    /* transform: translateY(-5px); */
    /* box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15); */
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: rgba(32, 178, 170, 0.7);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
}

.carousel-control-prev {
    left: -20px;
}


.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #20B2AA;
    opacity: 0.5;
    margin: 0 5px;
}

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

.bnb-integrations-carousel-image {
    width: auto;
    max-height: 40px;
    /* control size */
    object-fit: contain;
}

/* .navbar-toggler {
    outline: none;
} */

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Base styling for the about section */
#bnb-about-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    /* covers 80% of viewport height on large screens */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    /* balanced padding */
    background-color: #000;
    /* your black background */
    color: #fff;
    /* text color for contrast */
    overflow: hidden;
}

/* Overlay for additional fine control (optional) */
#bnb-about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, rgb(0 0 0 / 19%), rgba(0, 0, 0, 0.8));
    z-index: 1;
}

/* Adjust for tablets */
@media (max-width: 991px) {
    #bnb-about-section {
        min-height: 70vh;
        padding: 50px 20px;
    }
}

/* Adjust for mobile phones */
@media (max-width: 575px) {
    #bnb-about-section {
        min-height: 60vh;
        padding: 40px 15px;
    }
}

/* Responsive */
@media (max-width: 768px) {

    body {
        padding: 0 10px;
        width: 100%;
        overflow-x: hidden;
    }

    /* .bnb-hero-home-section {
        margin-top: 70px !important;
    } */

    .announcement-bar {
        border-radius: 0 0 12px 12px;
    }

    .bnb--scroll-margin {
        margin-left: 0px;
        margin-right: 0px;
    }

    #bnb-about-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .contact-form-container {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    .cookies-text {
        font-size: 12px;
    }

    .cookie-banner {
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .cookie-banner-bg {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .accept-cookies {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 8px;
        padding-right: 16px;
        padding-left: 16px;
        border: 1px solid #20a39a;
        font-size: 14px;
    }

    .decline-cookies {
        padding-top: 4px;
        padding-bottom: 4px;
        margin-bottom: 8px;
        padding-right: 16px;
        padding-left: 16px;
        border: 1px solid #20a39a;
        font-size: 14px;
    }

    .owl-nav {
        display: none;
    }

    .scrolled {
        top: 62px;
    }

    .modal-dialog.modal-dialog-centered.shopify-custom-section-modal {
        margin: 8px;

    }

    .contact-form-container h3 {
        font-size: 1.5rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .home-hero-btn-font {
        font-size: 12px !important;
    }

    .case-study-img {
        max-height: 300px;
        height: 300px;
        width: 300px;
        max-width: 300px;
        object-fit: cover;
    }

    .case-study-img-logo {
        /* max-width: 200px;
        height: fit-content; */
        height: 60px;
        object-fit: cover;
    }

    .bnb--case-study {
        margin-left: 0;
    }

    .owl-dots {
        display: none;
    }


    a.scroll-to-top {
        position: fixed;
        bottom: 20px;
        right: 5px;
        z-index: 100000;
        display: block;
        width: 40px;
        height: 40px;
    }

    a.scroll-to-top img {
        width: 34px;
        height: 34px;
    }

    .project-card {
        width: 18rem;
    }

}

@media (min-width: 576px) {

    .custom-btn-close {
        color: #000000;
    }

}


/* 📊 Tablet and up */

@media (min-width: 768px) {

    p#modalDescription {
        width: auto;
        max-width: 70%;
    }

    .home-progress-heading {
        font-size: 2.5rem;
    }

    .announcement-bar {
        top: 70px;
        background-color: #ffffff38;
    }

    .happy-to-help {
        max-width: 320px;
    }

    .mega-menu {
        display: none;
        position: absolute;
        top: 55px;
        left: 276px;
        background: white;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        border-radius: 24px;
        padding: 18px;
        z-index: 1000;
        margin-top: 15px;
    }

    .mega-menu-parent:hover .mega-menu {
        display: block;
    }

    .mega-menu h4 {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 2px solid #007bff;
    }

    .mega-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mega-menu ul li {
        margin-bottom: 8px;
    }

    .mega-menu ul li a {
        color: #555;
        text-decoration: none;
        transition: all 0.3s ease;
        display: block;
        padding: 5px 0;
    }

    .mega-menu ul li a:hover {
        color: #20a39a;
        padding-left: 5px;
    }

    .consulting-section {
        background: #f8f9fa;
        padding: 15px;
        border-radius: 4px;
        text-align: center;
    }

    .consulting-section h4 {
        border-bottom: none;
        margin-bottom: 10px;
    }

    .consulting-section p {
        color: #666;
        margin-bottom: 15px;
    }


    .home-page-heading {
        margin-top: 1.5rem !important;
        /* padding-top: 48px; */
    }

    .home-page-sub-heading {
        font-size: 1.2rem;
        margin-top: 1.2rem;
    }

    .lets-talk-btn {
        width: 30%;
    }

    .home-integrative-heading {
        font-size: 2.5rem;
    }

    .home-crafting-heading {
        font-size: 2.5rem;
    }

    .why-us-main-text {
        font-size: 50px;
    }
}

/* project gallery */
.project-gallery-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    width: 100%;
}

.project-gallery-section .section-header {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.project-carousel {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.project-group {
    display: inline-flex;
    gap: 1rem;
    animation: scroll-left 40s linear infinite;
}

.project-carousel.fast .project-group {
    animation-duration: 25s;
}

/* Hover Pause */
.project-carousel:hover .project-group {
    animation-play-state: paused;
}

.project-card {
    background: #fff;
    border-radius: 0.8rem;
    padding: 0.5rem;
    display: inline-block;
    white-space: normal;
    width: 25rem;
    border: 1px solid #c5c5c5;
    transition: transform 0.3s ease;
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.project-card:hover {
    transform: translateY(-0.3rem);
}

.project-card img {
    width: 100%;
    border-radius: 0.5rem;
    object-fit: cover;
}

/* Left to Right Animation */
.left-to-right .project-group {
    animation-name: scroll-left;
}

/* Right to Left Animation */
.right-to-left .project-group {
    animation-name: scroll-right;
}

/* Seamless Keyframes */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


/* Tab */
@media (min-width: 768px) and (max-width: 991px) {
    .header {
        height: 60px;
    }

    .announcement-bar {
        top: 60px;
    }
}

@media only screen and (max-width: 600px) {
    /* section#bnb-about-section {
        margin-top: 36px !important;
    } */

    .bnb-service {
        width: 100% !important;
    }

    ul.header-menu {
        display: none;
    }

    .why-us-main-text {
        font-size: 1.50rem;
    }

    h3.moving-text {
        font-size: 35px;
    }

    .navigation-marks {
        display: none;
    }

    .bnb-industry-card p {
        line-height: 17px;
        font-size: 14px !important;
    }

    .bnb-industry-card i {
        font-size: 30px;
    }

    .bnb-industry-card h4 {
        font-size: 16px;
        margin: 0 0 3px 0;
        padding: 0;
    }

    section#bnb-industries h3 {
        font-size: 16px;
        margin: 0 !important;
    }

    section#bnb-industries {
        padding: 10px !important;
    }

    .we-got-you-covered {
        padding: 25px !important;
        line-height: 17px;
        font-size: 15px !important;
        border-radius: 15px !important;
    }

    section#bnb-our-services {
        padding: 10px !important;
    }

    section#bnb-our-services h2 {
        margin: 0 !important;
    }

    .bnb-service {
        font-size: 13px;
        padding: 2px 10px !important;
        margin: 1px 0px !important;
    }

    footer .fs-4 {
        font-size: 17px !important;
    }

    section#bnb-beyond-the-norm {
        padding: 0 !important;
    }

    .why-us-card {
        padding: 10px !important;
    }

    .things-set-us-apart {

        font-size: 15px !important;
        line-height: 18px;
    }



    .byond-the-norm-card {
        background: #ffffff;

        width: 100%;

    }

    .keystone-card img {
        height: 40px;

    }

    .keystone-card h2 {
        margin-bottom: 5px;
        font-weight: 600;
        white-space: nowrap;
        font-size: 18px;
    }

    .keystone-card p {
        font-size: 14px;
    }

    section#bnb-our-journey h3 {
        font-size: 18px;
    }

    section#bnb-integrations1 h3 {
        font-size: 14px;
    }

    #bnb-integrations3 {
        overflow-x: hidden;
    }

    .bnb-service-information p {
        font-size: 15px !important;
        line-height: 16px;
    }

    .message-to-clients {
        font-size: 20px;
    }

    .bnb-section-about-content h5 {
        font-size: 12px;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {
    .sticky-search {
        top: 122px;
    }
}