.index-page.scrolled .header {
    background-color: rgb(71, 82, 143);
}

.starter {
    position: relative;
    width: 100%;
    height: 120vh;
    background-color: #337393;
    /* Fallback color if particles don't load */
    overflow: hidden;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.starter.container {
    margin-top: 5px;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(117deg, #760000, #007de9);
    height: 100%;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    /* Ensures content is above particles */
}

.hero-image {
    width: 150px;
    height: auto;
    align-items: center;
    position: relative;
}

.icon-box img {
    width: 40px;
    height: 40px;
}

.hero-section p {
    font-family: 'Michroma', Sans-serif;
    color: #fff;
}

.slogan h3 {
    font-family: 'Michroma', Sans-serif;
    color: #fff;
    font-size: 22px;
    text-shadow: 0px 0px 2px #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Michroma', Sans-serif;
    color: #fff;
}

p,
span {
    font-family: 'Poppins', sans-serif;
}

.container h1 {
    font-size: 30px;
}

.hero .icon-box h6 {
    color: #070606;
}

.slider-image .icon-box img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: auto;
    inset: auto;
    align-items: center;
    text-align: center;
    margin-right: 140px;
}

.hero .icon-box img {
    width: 62px;
    height: 62px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: auto;
    inset: auto;
    align-items: center;
    text-align: center;
    margin-right: 140px;
}

.hero-section {
    background: #fff;
    width: 100%;
    padding: 0px;
    /* Padding inside the container */
    border-radius: 8px;
    /* Optional: rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: subtle shadow */
    position: relative;
}


/* Responsive styles */

@media (max-width: 1024px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
    }
    .navmenu {
        flex-direction: column;
        align-items: flex-start;
    }
    .navmenu li {
        margin: 5px 0;
    }
    .btn-getstarted {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        padding: 20px;
    }
    .logo img {
        max-width: 80px;
    }
    .btn-getstarted {
        padding: 8px 16px;
    }
    .hero-image {
        width: 100px;
    }
    .slider-image .icon-box img,
    .hero .icon-box img {
        width: 100px;
        height: 100px;
        margin-right: 0;
    }
}


/* Base styles Services */

.services {
    padding: 100px 0 70px;
}

.section-heading {
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 16px;
    color: #777;
}

.service-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #000;
    color: #fff;
    margin-bottom: 30px;
    transition: transform 0.3s;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service_icon img {
    width: 60px;
    height: 60px;
}

.service-box h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-box p {
    font-size: 14px;
    color: #ccc;
}


/* Responsive styles */

@media (max-width: 1024px) {
    .section-heading h2 {
        font-size: 28px;
    }
    .section-heading p {
        font-size: 14px;
    }
    .service-box h6 {
        font-size: 16px;
    }
    .service-box p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .services {
        padding: 70px 0 50px;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .section-heading p {
        font-size: 12px;
    }
    .service-box {
        flex-direction: column;
        text-align: center;
    }
    .service_icon img {
        width: 50px;
        height: 50px;
    }
    .service-box h6 {
        font-size: 14px;
    }
    .service-box p {
        font-size: 12px;
    }
}


/* Fact Section */

.fact-section .container.pre-sale-bg {
    background: linear-gradient(117deg, #760000, #007de9);
    padding: 70px 50px;
    border-radius: 30px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}


/* Section heading styling */

.fact-section .section-heading {
    margin-bottom: 30px;
}

.fact-section .section-heading .gradient-text {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.fact-section .section-heading h2 {
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
}

.fact-section .section-heading p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 10px;
}


/* Fact boxes container */

#number_taking {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

.fact-section {
    background: #141a28;
}


/* Individual fact box styling */

.fact-section .fact-box {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #333;
}


/* Icon box styling */

.fact-section .fact-box .icon-box {
    background: linear-gradient(45deg, #ac50ef, #2ecff6);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}


/* Icon inside icon box */

.fact-section .icon-box img {
    width: 40px;
    height: 40px;
}

.icon-box img {
    width: 40px;
    height: 40px;
}


/* Counter and title styling */

.fact-section .count-outer {
    font-size: 30px;
    font-weight: bold;
    color: #1e2738;
}

.fact-section .counter-title {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
}


/* Responsive styling */

@media (max-width: 1024px) {
    #number_taking {
        flex-direction: row;
        justify-content: center;
    }
    .fact-box {
        max-width: 200px;
    }
}

@media (max-width: 768px) {
    #number_taking {
        flex-direction: column;
        align-items: center;
    }
    .fact-box {
        max-width: 100%;
        margin-bottom: 20px;
    }
}


/* Main Client Container */

.main-client-container {
    max-width: 100%;
    background-color: #141a28;
    /* Dark background */
    color: #ffffff;
    /* Light text color */
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 60px 0;
    text-align: center;
}

.patterns_3d {
    display: flex;
    position: absolute;
    width: 70%;
    height: 40%;
    justify-content: left;
    align-items: left;
    background: transparent;
    z-index: 100;
}

.cell {
    /* Remove any circular or background styling here */
}

.bounce img {
    width: 600px;
    /* Adjust as needed */
    height: 400px;
    animation: float 3s ease-in-out infinite;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.title-client {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Michroma', Sans-serif !important;
}

.client-box {
    background: linear-gradient(135deg, #069adf, #ba5370);
    /* Slightly lighter than background */
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    background-color: #fff;
    transition: transform 0.3s;
}

.client-box:hover {
    transform: translateY(-10px);
}

.client-logo {
    max-width: 100%;
    height: auto;
}


/* Responsive styles */

@media (max-width: 1024px) {
    .title-client {
        font-size: 28px;
    }
    .client-box {
        padding: 15px;
    }
    .circle {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 768px) {
    .main-client-container {
        padding: 40px 0;
    }
    .title-client {
        font-size: 24px;
    }
    .client-box {
        padding: 10px;
    }
    .circle {
        width: 60px;
        height: 60px;
    }
}


/* Why Choose Container */

.why-choose-container {
    margin: 0;
    padding: 0;
    background: linear-gradient(117deg, #760000, #007de9);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.why-choose-section {
    padding: 50px 15px;
}

.why-choose-header {
    text-align: left;
    margin-bottom: 40px;
}

.why-choose-header h2 {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}

.why-choose-header p {
    font-size: 1rem;
    color: #a3a3a3;
}

.card-number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6a0dad, #00aaff);
    width: 100px;
    height: 50px;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 15px;
}

.feature-card {
    background-color: #141a28;
    border: none;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.feature-card h5 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.feature-card p {
    font-size: 0.95rem;
    color: #c4c4c4;
}

.gradient-image {
    background: linear-gradient(135deg, #6a0dad, #00aaff);
    border-radius: 10px;
    padding: 5px;
}

.gradient-image img {
    width: 100%;
    border-radius: 10px;
}


/* Chatbot-design */


/* Chatbox container */

#chatbox {
    width: 240px;
    height: 320px;
    padding: 15px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    background: linear-gradient(135deg, #069adf, #ba5370);
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* Chatbox header */

#chatbox-header {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}


/* Chat messages area */

#chat-messages {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 10px;
}


/* Message bubbles */

.message {
    padding: 8px 12px;
    border-radius: 15px;
    margin-bottom: 8px;
    max-width: 80%;
    font-size: 14px;
}

.user-message {
    background-color: #ffffff;
    color: #333;
    align-self: flex-start;
    margin-left: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.bot-message {
    background-color: #6a1b9a;
    color: #ffffff;
    align-self: flex-end;
    margin-right: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}


/* Input and button container */

#input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


/* Input styling */

#user-input {
    flex: 1;
    padding: 10px;
    border-radius: 15px;
    border: none;
    outline: none;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #333;
    box-shadow: inset 0px 4px 8px rgba(0, 0, 0, 0.1);
}


/* Send button styling */

.send-button {
    width: 50%;
    padding: 8px 12px;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #6a1b9a;
    background-color: #ffffff;
    color: #6a1b9a;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.send-button:hover {
    background-color: #6a1b9a;
    color: #ffffff;
    border-color: #8e24aa;
}


/* Responsive styles */

@media (max-width: 1024px) {
    #chatbox {
        width: 280px;
        height: 400px;
        bottom: 100px;
        right: 15px;
    }
    #chatbox-header {
        font-size: 16px;
    }
    #chat-messages {
        height: 260px;
    }
    .message {
        font-size: 13px;
    }
    .send-button {
        width: 60%;
    }
}

@media (max-width: 768px) {
    #chatbox {
        width: 240px;
        height: 350px;
        bottom: 80px;
        right: 10px;
    }
    #chatbox-header {
        font-size: 14px;
    }
    #chat-messages {
        height: 220px;
    }
    .message {
        font-size: 12px;
    }
    .send-button {
        width: 70%;
    }
}


/* techint(technology section) */

.main-techint-container {
    background-color: #141a28;
    /* Dark background */
    color: #ffffff;
    /* Light text color */
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}


/* Title styling */

.title-techint h2 {
    text-align: center;
    font-family: 'michroma', Sans-serif;
    font-size: 22px;
    margin-bottom: 100px;
    line-height: 1.4;
    font-weight: 1000;
}

.title-techint h2 span {
    color: var(--accent-color);
}


/* Container for client logos */

.techint-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
}

.techint-box {
    /* width:300px;
            height:100px; */
    background-color: #fff;
    /* Slightly lighter than background */
    border: 1px solid #333;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: transform 0.2s;
    flex-direction: column;
}

.techint-box:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
    background: linear-gradient(117deg, rgb(185, 159, 42), rgb(0, 125, 233));
}


/* Logo styling */

.techint-logo {
    max-width: 100%;
    max-height: 50px;
    margin-bottom: 10px;
}


/* Client name styling */

.techint-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #141a28;
    ;
}


/* product slider*/

.product-background {
    background-color: #141a28;
    height: 120vh;
    position: relative;
    margin: 0;
    padding-top: px;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

.product-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 100px 0;
    text-align: center;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.product-container {
    background: linear-gradient(135deg, #069adf, #ba5370);
    /* Semi-transparent background for slider */
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.product-item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.product-item img {
    max-width: 100%;
    max-height: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.product-text {
    margin-top: 10px;
}

.product-text h2 {
    font-size: 20px;
    margin: 0;
}

.product-text p {
    font-size: 1em;
    margin: 5px 0 0;
}

.main-tech-container {
    background-color: #141a28;
    /* Dark background */
    color: #ffffff;
    /* Light text color */
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
}


/* Title styling */

.title-tech h2 {
    text-align: center;
    font-family: 'michroma', Sans-serif;
    font-size: 22px;
    margin-bottom: 100px;
    line-height: 1.4;
    font-weight: 1000;
}

span {
    color: var(--accent-color);
}

.title-tech h2 span {
    color: var(--accent-color);
}


/* Container for client logos */

.tech-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 100%;
}


/* Individual client box styling */

.tech-box {
    /* width:300px;
            height:100px; */
    background-color: #fff;
    /* Slightly lighter than background */
    border: 1px solid #333;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: transform 0.2s;
}

.tech-box:hover {
    transform: scale(1.05);
    /* Slight zoom on hover */
    background: linear-gradient(117deg, rgb(185, 159, 42), rgb(0, 125, 233));
}


/* Logo styling */

.tech-logo {
    max-width: 100%;
    max-height: 50px;
    margin-bottom: 10px;
}


/* Client name styling */

.tech-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #141a28;
    ;
}