/* Intelligent Innovation Section */
.cmn-section {
    background-color: #000;
    width: 100%;
    height: auto;
    padding-block: 25px;
    overflow-x: hidden;
}

.cmn-section2 {
    background-color: #000;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 25px;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}

.carousel-inner {
    z-index: -11;
}


.carousel-inner {
    background-color: black;
}

.carousel-item {
    background-color: black;
}

.carousel-indicators .active {
    width: 30px !important;
    height: 8px !important;
    opacity: 1 !important;
    border-radius: 47px !important;
    background: #fff !important;
    color: #FFFFFF;
}

.carousel-indicators.custom-carousel-indicators-hero-sec {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
}

.carousel-indicators.custom-carousel-indicators-hero-sec [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;

}

.carousel-control-prev-icon,
.custom-carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon,
.custom-carousel-control-next-icon {
    background-image: none;
}

#hero-section {
    position: relative;
    background-image: url("../assets/index-page/hero-section.gif");
    width: 100%;
    background-size: cover;
    background-position: center;
    max-height: 598px;
    height: 100vh;
    overflow-y: hidden !important;

}

#hero-section::before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; */
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.hero-section-content {
    position: relative;
    z-index: 2;
    /* Ensures content is on top of the overlay */
    color: #fff;
}

/* .hero-sec-row{
    margin-top: 80px;
} */

/*  */
.animation-hero-section {
    vertical-align: sub;
    height: 1em;
    overflow: hidden;
    display: inline-block;
    line-height: 2em;
}

#hero-animation {
    animation: animation 10s infinite;
    padding: 0;
    margin-top: -0.55em;
    list-style: none;
}

@keyframes animation {
    0% {
        margin-top: -0.55em
    }

    12.5% {
        margin-top: -2.54em
    }

    25% {
        margin-top: -4.55em
    }

    37.5% {
        margin-top: -6.55em
    }

    50% {
        margin-top: -8.5em
    }

    62.5% {
        margin-top: -6.55em
    }

    75% {
        margin-top: -4.55em
    }

    87.5% {
        margin-top: -2.54em
    }

    100% {
        margin-top: -0.55em
    }
}

/*  */

/* .hero-section-content {
    position: relative;
    bottom: 100px;
    text-align: center;
}

.hero-section-content p {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    display: inline-block;

}

.hero-section-content p span {
    font-family: "Orbitron", sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 205px;

} */

/* .innovativeIntelligent {
    position: relative;
    z-index: 11;
    margin-right: 280px;
}

.innovativeIntelligent span {
    margin-left: 280px;
}

.hero-section-content h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    font-size: 56px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
    z-index: 999;
} */
.hero-sec-col {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero-section-content {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    gap: 20px;
}

.hero-section-content h1 {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    font-size: 56px;
    color: #FFFFFF;
    text-transform: uppercase;
}

#hero-animation li {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    font-size: 56px;
    text-transform: uppercase;
}

/* First li: Generative Ai */
#hero-animation li:nth-child(1) {
    background: linear-gradient(90deg, #00FFD0 0%, #00BBFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

/* Second li: Predictive Ai */
#hero-animation li:nth-child(2) {
    background: linear-gradient(90deg, #9500FF 0%, #FF0000 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* Third li: NLP Solutions */
#hero-animation li:nth-child(3) {
    background: linear-gradient(90deg, #FF8C00 0%, #7700FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* Fourth li: AI Chatbots */
#hero-animation li:nth-child(4) {
    background: linear-gradient(90deg, #FF0000 0%, #00FFD0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.robot-img {
    width: 500px;
    height: 550px;
    position: relative;
    z-index: 2;
}

.robot-img img {
    width: 100%;
    height: auto;
}

.hero-section-content p {
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 38px;
    margin-bottom: unset;
}

/* .hero-section-content button {
    width: 250px;
    height: 60px;
    background: linear-gradient(90deg, #00B2FF -0.27%, #00FFD0 49.73%, #00B2FF 99.73%);
    border-radius: 53px;
    margin-top: 32px;
}

.hero-section-content button a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;

} */
.ai-business-btn1 .hero-section-button-sec-btn1 button {
    background: linear-gradient(90deg, #00B2FF -0.27%, #00FFD0 49.73%, #00B2FF 99.73%);
}

.ai-business-btn1 .hero-section-button-sec-btn1 button a {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

/* .bg-blur {
    width: 150px;
    height: 150px;
    background: radial-gradient(111.63% 111.63% at 42.64% -5.82%, #00B2FF 33.65%, #00B2FF 100%);
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    filter: blur(200px);
} */

/* .hero-gif {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.hero-section-gif {
    /* float: left;  */
    /* padding-left: 100px; */
    /* position: relative; */
    /* left: -153px; */
    /* right: 135px; */
}

.hero-section-gif {
    /* position: relative; */
    /* z-index: 1; */
}

/* .hhhh p {
    padding-top: 50px !important;

}

.hhhh #dynamic-text {
    text-align: center;
    width: 300px;
    height: 200px;
    font-weight: 900;
    font-size: 22px;
    color: skyblue;
    padding: 10px 30px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(10deg);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#dynamic-text.show {
    opacity: 1;
    Text becomes visible
    transform: translate(-50%, -50%) rotate(45deg); Text rotates 45 degrees
}

#dynamic-text.background {
    background-image: url('../assets/index-page/gif-text\ \(3\).svg');
}

.hero-section-img {
    padding: 0 100px;
}

.robot {
    width: 300px;
    position: relative;
    overflow: hidden;
}

.robot img {
    max-width: 100%;
    position: relative;
    z-index: 99;
    animation: moveImage 1s ease-in-out forwards;
    margin: 0 auto;
} */

@keyframes moveImage {
    0% {
        transform: translateY(100%);
        /* Start from below the container */
    }

    100% {
        transform: translateY(0);
        /* Move to the top position */
    }
}

/*  */
/*  */
.common-content h2 {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 18px #00ffd08a;
}

.common-content h2 span {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: rgba(0, 255, 208, 1);
}

.common-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

.intelligent-innovation-btn button {
    background-color: rgba(255, 255, 255, 1);
    width: 239px;
    height: 48px;
    border-radius: 53px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    box-shadow: 1px 1px 16px 0px rgba(255, 255, 255, 0.25);
    box-shadow: -1px -1px 16px 0px rgba(255, 255, 255, 0.25);

}

.intelligent-innovation-btn button a {
    color: #000;
    text-decoration: none;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;

}

/* Partner Animation Section */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.logo-logo-slider {
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: auto;
    margin-block: 40px !important;
}

.logo-logo-slider .logo-slide-track {
    animation: scroll 15s linear infinite;
    display: flex;
    width: calc(250px * 14);
    gap: 22px;
}

.logo-logo-slider .logo-slide {
    height: 100px;
    width: 300px;
}

/* BUSINESS AI SECTION */
/* .common-content.business-ai-section h2,
span {
    font-size: 36px;
}

.common-content.business-ai-section h2 span {
    font-size: 36px;
} */

.get-started-btn {
    width: 239px;
    height: 48px;
    padding: 2px;
    border-radius: 53px;
    background: linear-gradient(90deg, #00B2FF 0%, #00FFD0 16.5%, #00B2FF 100%);
}

.get-started-btn button {
    width: 100%;
    height: 100%;
    border-radius: 53px;
    text-align: center;
    background-color: #000;
    box-shadow: 1px 1px 16px 0px #00A9E64D;

}

.get-started-btn button a {
    text-decoration: none;
    color: #fff;
    font-family: "Poppins", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 600;

}

/*  */
/*  */
.ai-innovation-section {
    /* display: flex; */
    padding-top: 120px;
}

.ai-innovation-card {
    position: relative;
    width: 416px;
    height: auto;
    /* height: 546px; */
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 16px;


}

/* Box-shadow effect on hover */
.ai-innovation-card:hover {
    /* box-shadow: -6px -6px 16px 0px #00FFD026; */
    box-shadow: 0 6px 16px 0px #00FFD026,
        0 -6px 16px 0px #00FFD026,
        6px 0 16px 0px #00FFD026,
        -6px 0 16px 0px #00FFD026;
    /* border-radius: 16px; */
}

.extra-ai-padding {
    padding-top: 100px;
}

.ai-innovation-card-content {
    padding: 80px 15px 15px 15px;
    text-align: center;
    width: 416px;
    height: 423px;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border: 2px solid transparent !important;
    border-image-source: radial-gradient(60% 51.57% at 50% 50%, #00FFD0 0%, rgba(0, 255, 208, 0) 100%) !important;
    border-image-slice: 1 !important;
}

.ai-innovation-card-content h4 {
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;

}

.ai-innovation-card-content p {
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;

}

.ai-innovation-card-img img {
    width: 100%;
    position: absolute;
    top: -20%;
}

/*  */
/* PROJECT DETAIL CARD SECTION */
.project-detail-card {
    position: relative;
    width: 240px;
    height: 152px;
}

.project-detail-card-content {
    padding-top: 40px;
    padding-bottom: 20px;
    border-radius: 16px;
}

.project-card1 {
    background-image: url("../assets/index-page/ccc\ \(1\).svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.project-card2 {
    background-image: url("../assets/index-page/ccc\ \(2\).svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.project-card3 {
    background-image: url("../assets/index-page/ccc\ \(3\).svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.project-card4 {
    background-image: url("../assets/index-page/ccc\ \(4\).svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.project-card5 {
    background-image: url("../assets/index-page/ccc\ \(5\).svg");
    background-size: cover;
    background-repeat: no-repeat;
}

.project-detail-card-top-img img {
    width: 100%;
    position: absolute;
    top: -15%;
    transition: transform 0.3s ease-in-out;
}

.project-detail-card-content {
    text-align: center;
    transition: transform 0.3s ease-in-out;
    /* Smooth transition for the entire card */
}

.project-detail-card-content h5 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
}

.project-detail-card-content p {
    color: #FFFFFFCC;
    font-weight: 300;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    transition: transform 0.3s ease-in-out;
}

.project-detail-card:hover .project-detail-card-top-img img,
.project-detail-card:hover .project-detail-card-content p {
    transform: scale(1.15);
    /* Scale up image and paragraph */
    transition: transform 0.3s ease-in-out;
    /* Smooth scaling effect */
}

.project-detail-card-top-img img {
    transition: transform 0.3s ease-in-out;
    /* Ensure smooth animation for image */
}

.project-detail-card-content p {
    transition: transform 0.3s ease-in-out;
    /* Ensure smooth animation for paragraph */
}

.all-project {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*  */
/*  */
/* SECTION : How AI is Revolutionizing Industries */
.revolution-industries li {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);


}

/*  */
/*  SECTION : our expertise transforms your  */

.vision-card-box {
    width: 306px;
    height: 396px;
    background: linear-gradient(152.97deg, rgba(0, 255, 208, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 16px;
    transition: background 0.5s ease-in-out, border-radius 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}

.vision-card-box:hover {
    /* background: linear-gradient(152.97deg, rgba(0, 255, 208, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important; */
    box-shadow:
        4px 4px 16px 0px rgba(0, 255, 208, 0.2),
        -4px -4px 4px 0px rgba(0, 255, 208, 0.2);
}

.vision-card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    padding: 20px;
    justify-content: center;
}

.vision-card-body h5 {
    color: rgba(0, 255, 208, 1);
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.vision-card-body p {
    color: rgba(255, 255, 255, 1);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.vision-card-extra-padding {
    padding-block: 1rem;
}

.ai-business-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 48px;
}

.ai-business-btn1 {
    width: 215px;
    height: 56px;
    background: linear-gradient(90deg, #00AAFF 0%, #00FFD0 75.84%);
    border-radius: 53px;
}

.ai-business-btn1 a {
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;

}

.ai-business-btn2 {
    width: 215px;
    height: 56px;
    padding: 2px;
    border-radius: 53px;
    background: linear-gradient(90deg, #00B2FF 0%, #00FFD0 16.5%, #00B2FF 100%);
    transition: 0.3s ease-in-out;
}

.ai-business-btn2 button {
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 53px;
}


.ai-business-btn2 a {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    text-decoration: none;

}

.aiSelectDropdown {
    width: 600px;
    padding: 2px;
    /* border-radius: 53px; */
    background: linear-gradient(90deg, #FFFFFF 0%, #00FFD0 100%);
    display: flex;
    margin-top: 48px;
}

#AIDevelopmentDropdown {
    width: 100%;
    padding: 20px 24px;
    background-color: #000;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    color: #b3b3b3;
}

/*  */
/* Container for the custom select */
.aiSelectDropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

/* Style the select element */
.aiSelectDropdown select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    /* Remove default arrow in most browsers */
    -webkit-appearance: none;
    /* Remove default arrow in Safari */
    -moz-appearance: none;
    /* Remove default arrow in Firefox */
    background: none;
    /* Remove default background */
}

/* Position the custom arrow */
.custom-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.aiSelectDropdown::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

/*  */
.aiSelectDropdown select {
    /* appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none; */
    /* font-size: 24px; */
}


.aiSelectDropdown::after {
    /* font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 24px;
    background-color: #000;
    color: #00FFD0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px; */
}

/* .ai-dropdown ul li {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding-block: 30px;
    line-height: 45px;
} */
.ai-dropdown ul {
    padding-top: 32px;
}

.ai-list li {
    margin-block: 22px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

/* testimonails section */
.testimonial-items {
    background-image: url("../assets/index-page/testimonial\ bg.svg") !important;
    background-size: cover;
    background-repeat: no-repeat;
    width: 416px;
    height: 586px;
    padding: 20px;
    transition: background 0.5s ease-in-out, border-radius 0.5s ease-in-out;
    border-radius: 16px;
}

.testimonial-items:hover {
    background: linear-gradient(152.97deg, rgba(0, 255, 208, 0.1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 16px;
    /* Keeps border-radius same, but transition effect will be applied */
}


.hireAndExplore {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  */
/* Chat Widget Styles */
.chat-widget {
    width: 300px;
    height: 400px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.chat-header {
    background: #007bff;
    color: white;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.chat-body {
    flex: 1;
    padding: 10px;
    overflow-y: auto;
    background: #fff;
}

.chat-body .message {
    margin-bottom: 10px;
    padding: 8px 12px;
    border-radius: 12px;
    font-size: 14px;
    max-width: 80%;
}

.chat-body .agent {
    background: #007bff;
    color: white;
    align-self: flex-start;
}

.chat-body .user {
    background: #e0e0e0;
    color: #333;
    align-self: flex-end;
}

.chat-footer {
    padding: 10px;
    background: #f1f1f1;
    display: flex;
    gap: 5px;
}

.chat-footer input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chat-footer button {
    padding: 8px 12px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.chat-footer button:hover {
    background: #0056b3;
}

/* Chat Toggle Button */
.chat-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /* background: #007bff;
            color: white; */
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* chatbot end */
/* MEDIA QUERY START | MEDIA QUERY START | MEDIA QUERY START */
@media screen and (min-width: 1200px) {
    .hero-section-content h1 {
        font-size: 48px;
    }

    #hero-animation li {
        font-size: 48px
    }

    .hero-section-content p {
        font-size: 18px;
    }

    .project-detail-card {
        position: relative;
        width: 220px;
        height: 152px;
        border-radius: 16px;
    }

    .ai-innovation-card {
        width: 365px;
    }

    .ai-innovation-card-content {
        width: 365px;
        height: 400px;
    }

    .vision-card-box {
        width: 265px;
        height: 380px;
    }

    /* .testimonial-items {
        width: 360px;
        height: 550px;
        border-radius: 12px;
    } */
    .reviewer-img {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {

    /* Hero Section */
    .hero-section-content h1 {
        font-size: 32px;
    }

    #hero-animation li {
        font-size: 32px;
    }

    .hero-section-content {
        gap: 2px;
    }

    .hero-section-content p {
        font-size: 16px;
    }

    .robot-img {
        width: 400px;
        height: 400px;
    }

    .project-detail-card-content h5 {
        font-size: 28px;
    }

    .project-detail-card-content p {
        font-size: 14px;
    }

    .project-detail-card {
        width: 185px;
        height: 140px;
        border-radius: 10px;
    }

    .ai-innovation-card {
        width: 300px;
    }

    .ai-innovation-card-content {
        width: 300px;
    }

    .ai-innovation-card-content h4 {
        font-size: 26px;
        height: 50px;
    }

    .ai-innovation-card-content p {
        font-size: 16px;
    }

    .vision-card-box {
        width: 225px;
        height: 360px;
    }

    .vision-card-body h5 {
        font-size: 18px;
    }

    .vision-card-body p {
        font-size: 14px;
    }

    /*  SECTION : our expertise transforms your  */
    .vision-card-extra-padding {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*  */
    /*  */
    .aiSelectDropdown {
        width: 450px;
    }
}

/* @media (min-width: 992px) {

} */
/* Intelligent Innovation Section */
@media screen and (max-width:992.95px) {

    /* Hero Section */
    /* .hero-section-gif {
        display: none;
    } */
    /* #hero-section{
        padding-top: 50px;
        height: auto;
    } */
    #hero-section {
        background-image: none;
    }

    .hero-section-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hero-section-content {
        align-items: center;
        margin: 0 auto;
    }

    /* .hero-section-content p {
        font-size: 20px;
    }

    .hero-section-content h1 {
        font-size: 38px;
    } */
    .hero-sec-row {
        display: flex;
        flex-direction: column-reverse;
        grid-area: 30px;
    }

    .hero-sec-col {
        align-items: center;
        justify-self: center
    }

    /* .hero-section-content {
        bottom: 80px
    } */


    .hero-section-content button {
        /* margin-top: 18px; */
    }

    .robot-img {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .hero-section-content h1 {
        font-size: 32px;
    }

    #hero-animation li {
        font-size: 32px;
    }

    .hero-section-content p {
        font-size: 18px;
        line-height: unset;
    }

    /*  */
    .common-content h2 {
        text-align: center;
        font-size: 35px;
    }

    .common-content h2 span {
        font-size: 35px;
    }

    .common-content p {
        font-size: 16px;
        text-align: center;
    }

    .intelligent-innovation-btn {
        text-align: center;
    }

    .cmn-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .get-started-btn {
        margin: 0 auto;
    }

    /*  */
    /*  */
    .all-project {
        gap: 30px;
        justify-content: center;
    }

    /*  */
    /*  */
    .ai-innovation-card {
        width: 320px;
    }

    .ai-innovation-card-content {
        width: 320px;
    }

    .ai-innovation-card-content h4 {
        font-size: 26px;
    }

    .ai-innovation-card-content p {
        font-size: 16px;
    }

    /* SECTION : How AI is Revolutionizing Industries */
    .revolution-industries li {
        font-size: 16px;
    }

    /*  SECTION : our expertise transforms your  */
    .vision-card-extra-padding {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*  */
    .ai-business-btn {
        justify-content: center;
    }

    /*  */
    /*  */
    .aiSelectDropdown {
        width: 100%;
    }
}

@media screen and (max-width:769px) {

    /* Hero Section */

    .hero-section-content {
        gap: 5px;
    }

    .hero-section-content h1 {
        font-size: 32px;
    }

    #hero-animation li {
        font-size: 32px;
    }

    .hero-section-content p {
        font-size: 16px;
    }

    /* .hero-section-content button {
        width: 220px;
        height: 50px;
    } */

    /*  */
    .common-content h2 {
        font-size: 30px;
    }

    .common-content h2 span {
        font-size: 30px;
    }

    .intelligent-innovation-btn button {
        width: 220px;
    }

    /* BUSINESS AI SECTION */
    .common-content.business-ai-section h2 {
        font-size: 25px;
    }

    .common-content.business-ai-section h2 span {
        font-size: 25px;
    }

    /*  */
    /*  */
    .ai-innovation-card-content h4 {
        font-size: 22px;
    }

    .ai-innovation-card-content p {
        font-size: 14px;
    }

    /*  SECTION : our expertise transforms your  */
    .vision-card-box {
        height: 350px;
    }

    .vision-card-body h5 {
        font-size: 22px;
    }

    .vision-card-body p {
        font-size: 14px;
    }

    /*  */

}

@media screen and (max-width:576px) {
    #hero-section {
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ai-business-btn {
        gap: 20px;
    }

    .ai-business-btn1,
    .ai-business-btn2 {
        width: 170px;
        height: 48px;
    }

    .ai-business-btn1 a,
    .ai-business-btn2 a {
        font-size: 16px;
    }

    /* hero section */
    .robot-img {
        width: 288px;
        height: 265px;
        margin-bottom: 35px;
    }

    /* .hero-section-content {
        bottom: 50px;
    } */

    .hero-section-content h1 {
        font-size: 20px;
    }

    #hero-animation li {
        font-size: 20px;
    }

    .hero-section-content p {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 2px;
    }

    /*  */
    .common-content h2 {
        font-size: 22px;
    }

    .common-content h2 span {
        font-size: 22px;
    }

    .common-content p {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .intelligent-innovation-btn button {
        width: 165px;
    }

    .intelligent-innovation-btn button a {
        font-size: 14px;
    }

    .intelligent-innovation-btn {
        padding-block: 10px !important;
    }

    /*  */
    .project-detail-card {
        width: 280px;
        height: 115px;
        border-radius: 16px;
    }

    .project-detail-card-content h5 {
        font-size: 20px;
    }

    .project-detail-card-content p {
        font-size: 12px;
    }

    /* BUSINESS AI SECTION */
    .common-content.business-ai-section h2 {
        font-size: 20px;
    }

    .common-content.business-ai-section h2 span {
        font-size: 20px;
    }

    .get-started-btn {
        width: 165px;
        margin: 0 auto;
    }

    .get-started-btn button a {
        font-size: 15px;
    }

    /*  */
    /*  */
    .ai-innovation-card-content {
        width: 320px;
        height: 360px;
    }

    /* SECTION : How AI is Revolutionizing Industries */
    .revolution-industries li {
        font-size: 12px;
    }

    .ai-business-btn1,
    .ai-business-btn2 {
        width: 140px;
        height: 40px;
    }

    .ai-business-btn1 a,
    .ai-business-btn2 a {
        font-size: 15px;
    }

    .ai-list li {
        font-size: 14px;
    }
}

@media screen and (max-width:376px) {

    /* BUSINESS AI SECTION */
    .common-content.business-ai-section h2 {
        font-size: 16px;
    }

    .common-content.business-ai-section h2 span {
        font-size: 16px;
    }

    /*  */
    /*  */
    .ai-list li {
        font-size: 12px;
    }
}

@media screen and (max-width:321px) {

    /* hero-section */
    .hero-section-content p {
        font-size: 8px;
        line-height: unset;
    }

    .robot-img {
        width: 250px;
        height: 250px;
    }

    .hero-section-content h1 {
        font-size: 15px;
    }

    #hero-animation li {
        font-size: 15px;
    }

    /* .hero-section-content button {
        width: 165px;
        height: 42px;
    } */

    .hero-section-content button a {
        font-size: 14px;
    }

    .hero-section-content {
        bottom: 30px;
    }

    .common-content h2 {
        font-size: 18px;
    }

    .common-content h2 span {
        font-size: 18px;
    }

    .common-content p {
        font-size: 10px;
    }

    /* BUSINESS AI SECTION */
    .common-content.business-ai-section h2 {
        font-size: 14px;
    }

    .common-content.business-ai-section h2 span {
        font-size: 14px;
    }

    /*  */
    /*  */
    .ai-innovation-card {
        width: 250px;
    }

    .ai-innovation-card-content {
        width: 250px;
        height: 320px;
    }

    .ai-innovation-card-content h4 {
        font-size: 18px;
    }

    .ai-innovation-card-content p {
        font-size: 12px;
    }

    .ai-innovation-card-img img {
        top: -30%;
    }

    /* SECTION : How AI is Revolutionizing Industries */
    .revolution-industries li {
        font-size: 10px;
    }

    /*  SECTION : our expertise transforms your  */
    .vision-card-box {
        width: 260px;
    }

    .vision-card-body h5 {
        font-size: 18px;
    }

    .vision-card-body p {
        font-size: 12px;
    }

    /*  */
    .ai-business-btn1,
    .ai-business-btn2 {
        width: 110px;
        height: 35px;
    }

    .ai-business-btn1 a,
    .ai-business-btn2 a {
        font-size: 12px;
    }

    /*  */
    /*  */
    .ai-list li {
        font-size: 10px;
    }
}