/* @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */

/* Font setup */
/* @font-face {
    font-family: 'Space_Mono';
    src: url('assets/font/SpaceMono-Regular.woff2') format('woff'),
        url('assets/font/SpaceMono-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space_Grotesk';
    src: url('assets/font/SpaceGrotesk-VariableFont_wght.woff2') format('woff'),
        url('assets/font/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
} */

html body {
    /* font-family: 'Space_Grotesk', sans-serif; */
    font-family: "muli", sans-serif !important;

}

/* ################## */
/* Navbar */
/* ################## */

/* .navbar,
.navbar-nav .nav-link,
.btn-custom {
    font-family: 'Space_Grotesk', sans-serif;
} */
 .navbar-nav .nav-link {
        padding: 0.5rem 0;
        font-weight: 500;
    }

    @media (min-width: 992px) {
        .megamenu .dropdown-menu {
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
        }
    }

    @media (max-width: 991.98px) {

        .navbar-nav {
            margin-top: 1rem;
        }

        .navbar-nav .nav-link {
            padding: 10px 0;
            font-size: 16px;
        }

        .btn-custom {
            width: 100%;
            margin-top: 10px;
        }

        .search-icon {
            display: none;
        }

        .dropdown-menu {
            box-shadow: none !important;
        }
    }
    /* Mega menu base */
.megamenu {
    position: static;
}

.mega-dropdown-menu {
    width: 100%;
    max-width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    border: none;
}

/* Sub-category header */
.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    font-weight: 700;
    color: #1a47d6;
    padding-left: 0;
}

/* Page links */
.mega-dropdown-menu .dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: #2F3241;
    /* padding: 6px 0; */
}

.mega-dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #1a47d6;
}

/* Mobile fix */
@media (max-width: 991px) {
    .mega-dropdown-menu {
        position: static !important;
        transform: none !important;
        width: 100%;
        padding: 1rem;
    }
}

.navbar-brand {
    /* font-family: 'Space_Mono', monospace; */
    font-weight: bold;
    font-size: 22px;
    color: #1a47d6 !important;
}

/* Navbar links */
.navbar-nav .nav-link {
    color: #2F3241 !important;
    margin-right: 20px;
    transition: color 0.3s ease;
    font-size: 17px !important;
    /* padding: 12px 0 !important; */
    /* gap: 15px; */
}

.navbar-nav .nav-link:hover {
    color: #1a47d6 !important;
}

/* Custom button */
.btn-custom {
    background-color: #0066d9;
    color: #fff;
    border-radius: 8px;
    padding: 5px 18px;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #0052aa;
    color: #fff;
}

/* Search icon */
.search-icon {
    font-size: 18px;
    /* margin-left: 15px; */
    cursor: pointer;
}

.dropdown-toggle::after {
    opacity: 1.0 !important;

}

/* Show dropdown on hover for desktop only */
@media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/* Mega Dropdown for Desktop */

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    position: absolute;
    left: 50% !important;
    transform: translateX(-50%);
    /* width: 1200px; */
    /* max-width: 95vw; */
    border-radius: 18px;
    border: none;
    box-shadow: 0 6px 32px rgba(44, 62, 80, 0.1);
    top: 100% !important;
    padding: 20px;
}

/* Mobile responsive styles */
@media (max-width: 991.98px) {
    .navbar {
        padding: 0.8rem 1rem;
    }

    .navbar-brand img {
        width: 180px;
        height: auto;
    }

    .megamenu .dropdown-menu {
        position: static !important;
        width: 100% !important;
        transform: none !important;
        border-radius: 0;
        box-shadow: none;
        /* padding: 1rem 0.5rem; */
    }

    .megamenu .dropdown-menu .row {
        display: block !important;
    }

    .megamenu .col-lg-4 {
        border-right: none !important;
        /* padding: 0.5rem 1rem; */
        /* margin-bottom: 1rem; */
    }

    .mega-dropdown-menu .dropdown-item {
        display: flex;
        align-items: flex-start;
        padding: 10px 8px;
        font-size: 15px;
        font-weight: 400px;
        white-space: normal;
    }

    .btn-custom {
        padding: 6px 14px;
        font-size: 14px;
    }

    .search-icon {
        font-size: 16px;
        /* margin-left: 10px; */
    }
}

/* Section Titles */
/* .dropdown-header {
    font-weight: 700;
    color: #2a3f7d;
    margin-bottom: .5rem;
    text-transform: uppercase;
    font-size: 14px;
} */

/* Icons */
.mega-dropdown-menu .dropdown-item i {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    color: #1a47d6;
}




/* ################## */
/* Hero Section */
/* ################## */

.hero {
    background: linear-gradient(4deg, rgba(59, 130, 246, 0.00) 12.42%, rgba(59, 130, 246, 0.10) 63.32%), #FFF;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.hero-tag {
    display: inline-block;
    background: #f0f6ff;
    color: #0452c8;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    color: #444;
    max-width: 500px;
}

.hero-feature {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #222;
}

/* Hero image wrapper */
.hero-image {
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.hero-image img {
    border-radius: 24px !important;
    -webkit-border-radius: 24px !important;
    -moz-border-radius: 24px !important;
    -ms-border-radius: 24px !important;
    -o-border-radius: 24px !important;
}

/* Floating Stat */
.hero-stat {
    position: absolute;
    top: 15%;
    left: -20px;
    background: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    text-align: center;
    color: #222;
}

.hero-stat strong {
    font-size: 24px;
    color: #0452c8;
}

/* Developers badge */
.hero-devs {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e8f0ff;
    color: #0452c8;
    padding: 12px 18px;
    border-radius: 16px;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

/* Tech stack */
.hero-tech {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1a47d6;
    color: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 14px;
}

.hero-tech img {
    background: #fff;
    border-radius: 8px;
    padding: 4px;
}

/* Responsive  */
@media (max-width: 991.98px) {
    .hero {
        text-align: center;
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
        margin: 0 auto 20px;
    }

    .hero-feature {
        justify-content: center;
    }

    .hero-image {
        margin-top: 30px;
    }

    .hero-tech {
        flex-direction: column;
        gap: 8px;
    }
}



/* ################## */
/* Chanllenges */
/* ################## */

.custom-card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px 15px 15px 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.custom-card img {
    max-height: 130px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 15px;
}

.section-heading {
    /* margin-bottom: 40px; */
    font-weight: bold;
    font-size: 2rem;
}



/* ################## */
/* Transforming */
/* ################## */
/* .transforming .btn {
    font-family: 'Space_Mono', monospace !important;
} */

#industryTabs {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.btn-outline-primary {
    border-radius: 20px;
}


/* ################## */
/* Our insight */
/* ################## */
.carousel-indicators {
    position: static;
    /*margin-top: 1rem;*/
}

.carousel-indicators [data-bs-target] {
    background-color: #333;
}

.carousel-indicators .active {
    background-color: #f39c12;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
width: 1.5rem;
    height: 1.5rem;

}



/* ################## */
/* Contact Form */
/* ################## */
.connect-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

.budget-options label {
    margin-right: 15px;
}

.journey-box {
    background: #f9fbff;
    border: 1px solid #e0e6f5;
    border-radius: 15px;
    padding: 20px;
    font-size: 0.95rem;
}

.journey-step {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}

.journey-step::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-size: 0.8rem;
}

.journey-step.active {
    font-weight: bold;
    color: #0d6efd;
}

.quick-buttons .btn {
    margin-bottom: 8px;
}

.form-check {
    margin-bottom: 10px;
}

.submit-btn {
    background: #0d6efd;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    padding: 12px;
}

.timeline {
    list-style: none;
    padding-left: 0;
    position: relative;
    margin: 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d6dbe9;
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 20px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-content {
    display: inline-block;
    max-width: 90%;
}
/* Unique Timeline */
.unique-timeline {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin: 0;
}

.unique-timeline::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d6dbe9;
}

/* Timeline Step */
.unique-timeline-step {
    position: relative;
    margin-bottom: 25px;
    padding-left: 35px;
}

.unique-timeline-step:last-child {
    margin-bottom: 0;
}

/* Circle */
.unique-timeline-step .circle {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #0d6efd;
    z-index: 1;
}

/* Active Step */
.unique-timeline-step.active .circle {
    background: #0d6efd;
}

.unique-timeline-step.active h6 {
    color: #0d6efd;
    font-weight: bold;
}



/* ################## */
/* FAQ */
/* ################## */

.faq-section {
    max-width: 900px;
    margin: auto;
    padding: 0 0 20px 0;
}

.faq-section h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.accordion-button {
    font-weight: 500;
    color: #333;
    background: #fff;
    box-shadow: none !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230d6efd' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

/* ################## */
/* Footer */
/* ################## */
.footer {
    background: #f8f9fa;
    padding: 50px 20px 20px 20px;
    font-size: 14px;
}

.footer h6 {
    font-weight: 600;
    margin-bottom: 15px;
}

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

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

.footer ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.footer ul li a:hover {
    color: #0d6efd;
}

.footer .brand-section img {
    max-width: 250px;
    margin-bottom: 10px;
}

/* .footer .review-badges img {
    max-width: 110px;
    margin: 18px 0;
} */

.footer .copyright {
    text-align: center;
    border-top: 1px solid #dee2e6;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
    color: #6c757d;
}





@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 19.66666667%;
    }
}


/* ################## */

/*Our Story Section  */
/* ################## */
.our-story h2 {
    font-size: 2rem;
}

.our-story p {
    line-height: 1.7;
}

.our-story img {
    transition: transform 0.3s ease;
}

.our-story img:hover {
    transform: scale(1.03);
}



/* ################## */
/*Timeline section  */
/* ################## */
.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

/* .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #0d6efd;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
} */

.timeline-item {
    padding: 20px 40px;
    position: relative;
    width: 50%;
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 4px solid #0d6efd;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.timeline-item.right::after {
    left: -13px;
}

.timeline-content {
    position: relative;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 60px;
        padding-right: 25px;
    }

    .timeline-item.right {
        left: 0%;
    }

    .timeline-item::after {
        left: 10px;
    }
}


/* ################## */
/*Why Choose Us  */
/* ################## */
.why-choose-us .card {
    border: none;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-us .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.why-choose-us .card-icon i {
    display: inline-block;
}

/* .testimonials .card {
  border-radius: 12px;
  background: #fff;
  border-left: 5px solid #0d6efd;
} */




/* ################## */
/*Our Leader Section  */
/* ################## */
.leader-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.leader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.leader-img {
    height: 250px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.social-links a {
    font-size: 1.2rem;
    margin: 0 6px;
    color: #0d6efd;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #0056b3;
}



/* ################## */
/*Our Value Section  */
/* ################## */
.vision-values .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}



/* ################## */
/* Leadership btn Section  */
/* ################## */
.leadership-cta {
    background: linear-gradient(135deg, #0d6efd, #20c997);
    border-radius: 12px;
    margin: 30px auto;
    max-width: 900px;
}

.leadership-cta h2 {
    font-size: 2rem;
}

.leadership-cta p {
    font-size: 1.1rem;
}

.leadership-cta .btn {
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.leadership-cta .btn:hover {
    transform: translateY(-2px);
}






/* ################## */
/*Socialcicon Section  */
/* ################## */
.social-icon {
    font-size: 28px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s ease;
    color: white;
    text-decoration: none;
}

.linkedin {
    background: #0077b5;
}

.instagram {
    background: #e4405f;
}

.twitter {
    background: #1da1f2;
}

.facebook {
    background: #1877f2;
}

.youtube {
    background: #ff0000;
}

.social-icon:hover {
    transform: scale(1.1);
    opacity: 0.85;
}




.scroll-container {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scroll-content {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}


.scroll-content img {
  flex-shrink: 0;
  margin-right: 15px; /* spacing */
}




 #tech-stack .tech-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        #tech-stack .tech-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
        }

        #tech-stack img {
            max-height: 60px;
            object-fit: contain;
        }

.hero_img {
            width: 65% !important;
        }


.btn-lg {
    --bs-btn-padding-y: 0;
    --bs-btn-padding-x: 0;
    --bs-btn-font-size: 12px;
    --bs-btn-border-radius: var(--bs-border-radius-lg);}

.btn-danger{
	padding: 10px;
	font-size: 15px;
	background: blue;
	border: none;
}

.btn:hover{
	background-color: blue !important;
}



/* #testimonialCarouselDesktop .carousel-control-prev-icon,
#testimonialCarouselDesktop .carousel-control-next-icon {
    filter: invert(1);
} */
#testimonialCarouselDesktop .carousel-control-prev,
#testimonialCarouselDesktop .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

/* #testimonialCarouselDesktop .carousel-control-prev-icon,
#testimonialCarouselDesktop .carousel-control-next-icon {
    filter: invert(1);
} */


.award img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

.award img:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}


/* ================================================= */
/* RESPONSIVE  */
/* ================================================= */

/* ---------- Global Safety ---------- */
img,
video {
    max-width: 100%;
    height: auto;
}

/* ---------- Large Screens (≥1400px) ---------- */
@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }

    .hero-title {
        font-size: 60px;
    }
}

/* ---------- Laptops (1200px – 1399px) ---------- */
@media (max-width: 1399px) {
    .megamenu .dropdown-menu {
        width: 100%;
        max-width: 100%;
    }
}

/* ---------- Tablets (≤991px) ---------- */
@media (max-width: 991.98px) {

    /* Navbar */
    .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
        font-size: 16px !important;
    }

    /* Mega menu stack */
    .megamenu .dropdown-menu {
        position: static !important;
        transform: none !important;
        border-radius: 0;
        padding: 1rem;
    }

    .megamenu .dropdown-menu .row {
        display: block !important;
    }

    .megamenu .col-lg-4 {
        width: 100% !important;
        border-right: none !important;
        margin-bottom: 20px;
    }

    /* Hero */
    .hero {
        min-height: auto;
        padding: 50px 15px;
        text-align: center;
    }

    .hero-feature {
        justify-content: center;
    }

    /* Floating hero elements */
    .hero-stat,
    .hero-devs,
    .hero-tech {
        position: static !important;
        transform: none !important;
        margin: 15px auto;
    }
}

/* ---------- Mobile (≤576px) ---------- */
@media (max-width: 576px) {

    /* Typography */
    .hero-title {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 15px;
    }

    /* Buttons */
    .btn,
    .btn-custom {
        width: 100%;
        padding: 12px;
        font-size: 15px;
    }

    /* Cards */
    .custom-card {
        padding: 18px 12px;
    }

    .custom-card img {
        max-height: 100px;
    }

    /* Timeline */
    .timeline-item {
        width: 100% !important;
        left: 0 !important;
        padding-left: 50px;
        padding-right: 15px;
    }

    .timeline-item::after {
        left: 10px;
        right: auto;
    }

    /* Footer */
    .footer {
        text-align: center;
    }

    .footer ul {
        margin-bottom: 20px;
    }
}

/* ---------- Ultra Small Devices (≤360px) ---------- */
@media (max-width: 360px) {
    .hero-title {
        font-size: 26px;
    }

    .navbar-brand img {
        width: 160px;
    }
}

/* ---------- Disable Forced Animations on Mobile ---------- */
/* @media (max-width: 768px) {
    .scroll-content {
        animation: none !important;
    }
} */


.project-form-section {
    background-color: #f7fbfd;
}

