* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

p {
    font-size: 18px;
    font-family: "Inter", sans-serif;
}

a {
    color: #007bff;
    text-decoration: none;
    font-family: "Inter", sans-serif;

}

a:hover {
    text-decoration: none !important;
    font-family: "Inter", sans-serif;

}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

button,
input,
textarea,
select {
    font-family: inherit;
    font-size: 100%;
}

button {
    cursor: pointer;
    border: none;
    background: none;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-3 {
    margin-top: 1rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 1rem;
}

.mb-4 {
    margin-bottom: 1.5rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-3 {
    padding: 1rem;
}

.p-4 {
    padding: 1.5rem;
}

.p-5 {
    padding: 3rem;
}

.pt-80 {
    padding-top: 80px;
}



.pb-40 {
    padding-bottom: 40px;
}

.pb-80 {
    padding-bottom: 80px;
}


.trickle-tech-bg {
    background-image: url(../images/trciklebg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/* AI Solution Section Styles */
.ai-solution-section {
    color: white;
    padding-bottom: 100px !important;
}

.ai-solution-grid {
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

/* Card positioning based on the image layout */
.ai-receptionist {
    grid-column: 1 / 5;
    grid-row: 1 / 3;
}

.ai-partner {
    grid-column: 5 / 9;
    grid-row: 1 / 2;
}

.ai-supervisor {
    grid-column: 9 / 13;
    grid-row: 1 / 3;
}

.ai-humanops {
    grid-column: 1 / 5;
    grid-row: 3 / 5;
}

.ai-academic {
    grid-column: 5 / 9;
    grid-row: 2 / 4;
}

.ai-retail {
    grid-column: 9 / 13;
    grid-row: 3 / 5;
}

.ai-medibot {
    grid-column: 5 / 9;
    grid-row: 4 / 6;
}

/* Card styling */
.ai-card {

    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
}

.ai-card-body {
    display: flex;
    flex-direction: column;
    border: 1px solid #fff;
    border-radius: 25px;
}

.inside-ai-card {
    padding: 40px 20px;
    background: rgb(255 255 255 / 4%);
}

.ai-category {
    color: #66C7F8;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.ai-product-name {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 22px;
}

.mission-vision {
    background: rgb(255 255 255 / 4%);
}

.ai-description {
    font-size: 18px;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.ai-demo-btn {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 0.75rem;
    align-self: flex-start;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 700;
}

.banner-link {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 0.25rem 1rem;
    font-size: 18px;
    text-decoration: none;
    margin-bottom: 0.75rem;
    align-self: flex-start;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 30px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 1);
    font-weight: 700;
    text-decoration: none;
}

.ms-auto {
    margin-left: 200px !important;
}

.ai-demo-btn a {
    color: #fff;
    list-style: none;
    font-size: 20px;
}


.ai-demo-btn a:hover {
    background-color: #fff;
    color: #000;
    list-style: none;
}


.ai-demo-btn:hover {
    background-color: #fff;
    color: #000;
    list-style: none;
    text-decoration: none;
}

.ai-image-container {
    margin-top: 0.5rem;
    width: 100%;
}

.ai-product-image {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 25px 25px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .ai-solution-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .ai-receptionist,
    .ai-partner,
    .ai-supervisor,
    .ai-humanops,
    .ai-academic,
    .ai-retail,
    .ai-medibot {
        grid-column: span 3;
        grid-row: auto;
    }
}

@media (max-width: 768px) {
    .ai-solution-grid {
        grid-template-columns: 1fr;
    }

    .ai-receptionist,
    .ai-partner,
    .ai-supervisor,
    .ai-humanops,
    .ai-academic,
    .ai-retail,
    .ai-medibot {
        grid-column: 1;
        grid-row: auto;
    }
}


/* Stats Section Styles */
.stats-container {
    border-radius: 15px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: #66C7F8;
    padding: 15px 10px;
}

.stats-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.stats-container .display-4 {
    font-size: 2.5rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    .stats-container .display-4 {
        font-size: 2rem;
    }
}


/* Intelligence Types Section Styles */
.intelligence-grid {
    gap: 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}

.flex-inside-why-choose {
    display: flex;
    align-items: center;
    gap: 20px;
}

.intelligence-card {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 40px 20px;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: rgba(255, 255, 255, 0.554) 0px 4px 12px;
    height: 250px;
    background: rgb(255 255 255 / 4%);
}

.intelligence-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(255, 255, 255, 0.554) 0px 4px 12px;

}

.top-left {
    grid-column: 1;
    grid-row: 1;
}

.top-right {
    grid-column: 2;
    grid-row: 1;
}

.center {
    grid-column: 1 / 3;
    grid-row: 2;
    width: 60%;
    margin: 0 auto;
    z-index: 3;
}

.bottom-left {
    grid-column: 1;
    grid-row: 3;
}

.bottom-right {
    grid-column: 2;
    grid-row: 3;
}

.icon-container {
    margin-bottom: 15px;
}

.intelligence-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.intelligence-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.intelligence-description {
    color: #fff;
    line-height: 1.5;
    width: 350px;
    font-size: 18px;
}

.circuit-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/circuit-lines.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .intelligence-grid {
        grid-template-columns: 1fr;
    }

    .top-left,
    .top-right,
    .center,
    .bottom-left,
    .bottom-right {
        grid-column: 1;
    }

    .top-left {
        grid-row: 1;
    }

    .top-right {
        grid-row: 2;
    }

    .center {
        grid-row: 3;
        width: 100%;
    }

    .bottom-left {
        grid-row: 4;
    }

    .bottom-right {
        grid-row: 5;
    }

    .circuit-lines {
        display: none;
    }
}


/* Industries Section Styles */
.industries-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.industry-card {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 10px 25px 10px 60px;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: #7DD3FC;
}

.industry-icon-container {
    margin-bottom: 15px;
}

.industry-icon {
    width: 60px;
    height: 60px;
}

.industry-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }
}


/* Footer Section Styles */
.footer-section {

    color: white;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('assets/images/dots-pattern.png');
    background-size: cover;
    opacity: 0.1;
    z-index: 0;
}

.footer-section .container {
    position: relative;
    z-index: 1;
}

.footer-logo img {
    width: 200px;
}

.footer-logo-small img {
    width: 150px;
}

.footer-description {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.footer-heading {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.contact-label {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.footer-category {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    color: #f1f1f1;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
    text-decoration: none;
}

.company-info {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.social-links {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    color: #0a1429;
    transition: all 0.3s ease;
}

.social-link:hover {
    background-color: #1a9fff;
    color: white;
    text-decoration: none;
}


.happy-robot {
    position: relative;
}

.happy-robot iframe {
    width: 630px !important;
    height: 400px !important;
    position: absolute;
    left: -35px;
    top: -200px;
}

.happy-robot-main {
    position: relative;
}

.happy-robot-patch {
    background-color: #091435;
    width: 500px !important;
    height: 50px;
    position: absolute;
    top: 146px;
    left: 100%;
    z-index: 99;
}

@media (max-width: 992px) {
    .social-links {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
}


/* Navbar Styles */
.navbar {
    padding: 1rem 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    margin-right: 10px;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.brand-subtitle {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.brand-tagline {
    font-size: 0.6rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    opacity: 0.8;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 1rem;
    right: 1rem;
    height: 2px;
    background-color: #fff;
    display: none;
}

@media (max-width: 992px) {

    .navbar-brand .brand-subtitle,
    .navbar-brand .brand-tagline {
        display: none;
    }

    .navbar-dark .navbar-nav .nav-link.active::after {
        display: none;
    }
}

.core-icon {
    padding-bottom: 80px;

}

.core-icon img {
    margin: 0px auto;
}

.services-box {
    background-color: #66C7F8;
    color: #0a1429;
    border-radius: 10px;
}

.services-box h3 {
    padding: 0px;
}

.mission-vision {
    border: 2px solid rgb(255, 255, 255);
    border-radius: 10px;
}

.para-text {
    text-align: justify;
}

.about-section-line {
    border: 1px solid #f1f1f1;
    width: 1150px;
    margin: 0px auto;
}

.banner {
    padding: 80px 0px;
}


/* marquee images list */

:root {
    --marquee-width: 100%;
    --marquee-height: 120px;
    --marquee-elements-displayed: 6;
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-displayed));
    --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}



.marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.marquee {
    width: var(--marquee-width);
    height: var(--marquee-height);
    overflow: hidden;
    position: relative;
}

.marquee::before,
.marquee::after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 2;
    pointer-events: none;
}

.marquee::before {
    left: 0;
}

.marquee::after {
    right: 0;
}

.marquee-content {
    list-style: none;
    height: 100%;
    display: flex;
    align-items: center;
    animation: scrolling var(--marquee-animation-duration) linear infinite;
    padding: 0;
    margin: 0;
}

.marquee.reverse .marquee-content {
    animation: scrolling-reverse var(--marquee-animation-duration) linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }
}

@keyframes scrolling-reverse {
    0% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements)));
    }

    100% {
        transform: translateX(0);
    }
}

.marquee-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
}

.marquee-content li img {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
    background-color: #f1f1f1;
    border-radius: 20px;
    padding: 5px;
}

@media (max-width: 768px) {
    :root {
        --marquee-elements-displayed: 3;
    }

    .marquee::before,
    .marquee::after {
        width: 5rem;
    }
}

#intelligence-types {
    padding-bottom: 350px !important;
}

.flex-content {
    display: flex;
    gap: 40px;
}



/* Testimonials Section Styles */
/* /* --- Card Styling --- */
.testimonial-card {
    background-color: white;
    /* Rounded corners, adjusted slightly to match the image */
    border-radius: 1rem;
    border: 1px solid #e0e0e0;
    /* Subtle border */
    /* Box shadow is key for the 'lifted' look */
    transition: transform 0.3s ease;
}

.custom-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    /* Lighter, softer shadow */
}

/* Optional hover effect */
.testimonial-card:hover {
    transform: translateY(-5px);
}

/* --- Profile Image --- */
.profile-img {
    width: 60px;
    /* Size of the profile image */
    height: 60px;
    object-fit: cover;
    border: 2px solid #e9ecef;
    /* A slight border around the image */
}

/* --- Star Rating --- */
.star-filled {
    color: #ffc107;
    /* Standard gold/yellow color for ratings */
    font-size: 1.25rem;
    line-height: 1;
}

/* --- Quote Icon --- */
.quote-icon {
    font-family: sans-serif;
    /* Use a common font for a clean look */
    font-size: 60px;
    /* Very large size */
    line-height: 0.8;
    /* Pull the large text up */
    color: #66C7F8;
    /* A light blue color, similar to the image */
    opacity: 0.8;
    /* Make it slightly opaque */
    font-weight: 900;
    /* Very bold to look solid */
    user-select: none;
    /* Prevent selection */
    transform: translateY(10px);
    /* Adjust vertical position */
}

/* --- Section Titles --- */
.testimonials-section h2 {
    color: #343a40;
    /* Darker color for the main title */
}

.ai-about dotlottie-wc{
    width: 500px;
     height: 500px
}

@media (max-width: 575.98px) {
    .core-icon img {
        margin: 0px auto;
    }

    .left-image {
        display: none;
    }

    .right-image {
        display: none;
    }

    .center-bottom {
        display: none;
    }

    .intelligence-description {
        color: #fff;
        line-height: 1.5;
        font-size: 16px;
        width: 100%;
    }

    .intelligence-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
        color: white;
    }

    .ai-description {
        font-size: 16px;
        margin-bottom: 1rem;
        flex-grow: 1;
    }

    .ai-demo-btn {
        display: inline-block;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 100px;
        padding: 0.25rem 1rem;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 0.75rem;
        align-self: flex-start;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.17);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(3px);
        -webkit-backdrop-filter: blur(3px);
        border: 1px solid rgba(255, 255, 255, 1);
        font-weight: 700;
    }

    .ai-product-name {
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .ai-category {
        color: #66C7F8;
        margin-bottom: 20px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .mission-vision p {
        font-size: 16px;
    }

    .industry-title {
        font-size: 16px;
        font-weight: 600;
        color: white;
        line-height: 1.4;
    }

    .footer-description {
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.6;
    }

    #intelligence-types {
        padding-bottom: 80px !important;
    }

    .about-section-line {
        border: 1px solid #f1f1f1;
        width: 100%;
    }

    .banner {
        padding-top: 60px;
        padding-bottom: 50px !important;
    }

    .banner-robot img {
        width: 100%;
    }

    .lead {
        font-size: 16px !important;
        font-weight: 300;
    }

    .happy-robot iframe {
        width: 630px !important;
        height: 400px !important;
        position: absolute;
        left: 0px;
        top: -40px !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 60px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        justify-content: center !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        padding-left: 160px;
    }
}


@media (min-width: 1000px) {
    #center-card {
        margin-top: -80px;
    }

    .left-image {
        position: relative;
    }

    .left-image img {
        position: absolute;
        bottom: 40px;
        width: 300px;
        left: 3%;
    }


    .right-image {
        position: relative;
    }

    .right-image img {
        position: absolute;
        bottom: -20px;
        width: 300px;
        left: 70%;
    }


    .center-bottom {
        position: relative;
    }

    .center-bottom img {
        position: absolute;
        left: 39%;
        bottom: -261px;
        width: 210px;
    }

}

/* mission and vision fill css */







/* mission and vision css */



.item i,
.item h4,
.item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.item::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.item:hover::after {
    left: 0;
}

.item:hover i,
.item:hover h3,
.item:hover p {
    color: #0a1429 !important;
}

.item:hover i::after {
    border-color: #ffffff !important;
}

.item:hover i {
    background-color: #ffffff !important;
    color: #fff !important;
}

.item i {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.item i::after {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}

.item i::after {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.item {
    border-left: 2px solid #fff;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}


/* core value icon hover effectss */


.aButton {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;

    border: none;
    border-radius: 3px;
    padding: 0px 10px 0px 10px;

    color: #0090d3;

    font-size: 14px;

    text-decoration: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 35px;
}

.aButton:hover {
    transition: 1.0s ease all;
    -moz-transition: 1.0s ease all;
    -webkit-transition: 1.0s ease all;

    color: #696969;
}

.rotate {
    cursor: pointer;
}

.rotate:hover {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;

    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}

.rotateY {
    cursor: pointer;
}

.rotateY:hover {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;

    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}

.rotateX {
    cursor: pointer;
}

.rotateX:hover {
    transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -webkit-transform: rotateX(360deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;

    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;
}


.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


.clinet-image img {
    width: 200px;
    border-radius: 20px;
}

.banner-robot img {
    width: 250px;
}