body {
 
    font-family: sans-serif;
}


.glow-btn {
    display: inline-block;
    padding: 12px 28px;
    color: var(--aqua);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background-color: #11131e;
    border-radius: 6px;
    box-shadow: 0 0 8px var(--aqua);
    transition: box-shadow 0.6s ease, transform 0.3s ease;
}

.glow-btn:hover {
    box-shadow: 0 0 8px var(--aqua), 0 0 15px var(--purple);
    transform: translateY(0px);
}
/* header */
:root {
    --purple: #8093ff;
    --aqua: #64ccff;
    --blue-light: #6cc6ff;
    --blue-mid: #4fa4ff;
    --blue-dark: #3f8cff;
    ;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.color-gradient {
    background-image: conic-gradient(from .37turn, var(--purple), var(--aqua) .44turn, var(--purple));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

span.fl-heading-text.text-white span {
    font-size: 55px;
}

span.fl-heading-text {
    font-size: 45px;
}

p.fl-rich-text {
    font-size: 18px;
    letter-spacing: .36px;
    color: black;
    margin-top: 30px;
}

.gradient-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: #1d2021;
    border: 1px solid #1d2021;
    border-radius: 4px;
    margin-top: 30px;
    cursor: pointer;
    transition: background 0.5s ease;
}

.gradient-btn:hover {
    background: transparent;
    border: 1px solid black;
    color: black;
    filter: brightness(1.05);
}

.harmony-title h2 {
    font-size: 38px;
    letter-spacing: .76px;
}

.unique-service-card {
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.unique-card-img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.unique-card-title {
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: relative;
    display: inline-block;
    margin: 48px 0 20px;
    width: 100%;
    letter-spacing: .4px;
}
.unique-card-img img {
    filter: grayscale(1);
}
span.fl-heading-text {
    color: black;
}
.unique-card-title .unique-border {
    display: block;
    height: 1px;
    background-color: #ffffff;
    width: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: transform 0.4s ease, width 0.4s ease;
    transform-origin: left;
}

.unique-card-desc {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1.7rem;
    font-weight: 500;
}

.unique-card-link {
    color: white;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
}

.unique-service-card:hover {
    background-color: #000000;
}

.unique-service-card:hover .unique-card-title .unique-border {
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
}

.unique-service-card:not(:hover) .unique-card-title .unique-border {
    transform-origin: right;
    transform: scaleX(0);
}

.harmony-title.text-white {
    position: sticky;
    top: 50%;
}

.harmony-left {
    position: relative;
}

.accordion-item {
    position: relative;
    margin-bottom: 20px;
    border: none;
    background: transparent;
    transition: all 0.3s ease;
}
.Technology-right img {
    filter: invert(1);
}
.accordion-item.active-item {
    position: relative;
    margin-bottom: 20px;
    border: none;
    background: #000000 !important;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

.accordion-item.active-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#1d2021;
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

.accordion-button {
    font-size: 26px;
    padding-top: 40px;
    padding-right: 60px;
    padding-bottom: 16px;
    padding-left: 32px;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.3px;
    letter-spacing: .52px;
}

button.accordion-button.collapsed {
    color: black;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
}

.accordion-body p {
    color: white;
}

.accordion-body {
    background: transparent;
    padding-top: 26px;
    padding-right: 92px;
    padding-bottom: 40px;
    padding-left: 32px;
}

.learn-more {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.industry-title h2 {
    text-align: center;
    font-size: 40px;
    color: white;
}

:root {
    --aqua-ucd: #80f7ff;
    --purple-ucd: #64ccff;
    --conic-gradient-aqua-purple-ucd: conic-gradient(from 0.6turn, var(--aqua-ucd), var(--purple-ucd) 0.48turn, var(--aqua-ucd));
}

.ucd-image-container {
    position: relative;
    max-width: 500px;
    width: 100%;
    max-height: 500px;
}

.ucd-gradient-border-wrapper {
    position: relative;
    padding: 3px;
    background: #1d2021;
    clip-path: polygon(50px 0,
            100% 0,
            100% calc(100% - 50px),
            calc(100% - 50px) 100%,
            0 100%,
            0 50px);
}

.ucd-black-spacer {
    position: relative;
    padding: 15px;
    background: #fff;
    clip-path: polygon(50px 0,
            100% 0,
            100% calc(100% - 50px),
            calc(100% - 50px) 100%,
            0 100%,
            0 50px);
}

.ucd-cut-corner-image {
    display: block;
    width: 100%;
    height: auto;
    clip-path: polygon(40px 0,
            100% 0,
            100% calc(100% - 40px),
            calc(100% - 40px) 100%,
            0 100%,
            0 40px);
}

.Technology-right p {
    font-size: 38px;
    letter-spacing: .76px;
    font-weight: 500;
    padding: 35px;
}

.solution a {
    font-weight: 500;
    font-size: 20px;
}

.card-date {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    opacity: .8;
}

.card-title {
    font-family: 'Clash Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .4px;
    color: #000;
    margin-bottom: 20px;
    min-height: 81px;
    position: relative;
    z-index: 9;
}

.btn-link {
    display: flex;
    align-items: center;
    color: black;
    padding-top: 0;
    transition: 0.6s ease-in-out;
}

.FeaturedResources-Results .card-wrapper .card-content h4 {
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    font-family: "Clash Grotesk", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    border: none;
    font-weight: 700;
    text-decoration: none;
    -webkit-border-radius: 4px;
    text-shadow: none;
    transition: 0.6s ease-in-out;
}

h4.fl-button {
    font-size: 18px;
}

.top-hover img:hover {
    transform: scale(1.1);
}

.top-hover img {
    transition: all 0.4s ease-in-out;
}
.ucd-gradient-border-wrapper:hover .card-date, .ucd-gradient-border-wrapper:hover .card-title, .ucd-gradient-border-wrapper:hover .btn-link {
    color:rgb(250, 250, 250);
}
.ucd-gradient-border-wrapper:hover .top-hover {
    background: #1d2021;
    clip-path: polygon(40px 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 40px);
}

.card-content {
    padding: 20px;
}

.top-hover img {
    max-height: 250px;
    object-fit: cover;
}

.readyto::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: conic-gradient(from .37turn, #80f7ff, #64ccff .45turn, #80f7ff);
    z-index: -1;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

.readyto {
    position: relative;
}

.rady-left {
    padding: 0px 50px;
}

.rady-right {
    padding: 0px 50px;
}

.rady-left span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1.1px;
}

.rady-left h2 {
    font-size: 38px;
}

.rady-right p {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 1.6;
}

:root {
    --purple: #8093ff;
    --aqua: #64ccff;
    --blue-light: #6cc6ff;
    --blue-mid: #4fa4ff;
    --blue-dark: #3f8cff;
    --dark-bg: #0f0e1b;
}

.main-container {
    padding: 50px;
}

.dataprise-footer-wrapper {
    position: relative;
    padding: 2px;
    background: conic-gradient(from .37turn, var(--aqua), var(--purple) .45turn, var(--aqua));
    clip-path: polygon(0 60px,
            60px 0,
            100% 0,
            100% calc(100% - 60px),
            calc(100% - 60px) 100%,
            0 100%);
    margin-top: 80px;
}

.dataprise-footer {
    background-color: var(--dark-bg);
    padding: 60px 40px 30px;
    clip-path: polygon(0 60px,
            60px 0,
            100% 0,
            100% calc(100% - 60px),
            calc(100% - 60px) 100%,
            0 100%);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    margin-bottom: 60px;
}

.footer-section h3 {
    color: var(--purple);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer-section p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 14px;
    opacity: 0.9;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 15px;
    position: relative;
}

.footer-section ul li::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--aqua);
    border-radius: 50%;
}

.footer-section ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    display: inline-block;
    padding: 2px 0;
}

.footer-section ul li a:hover {
    color: var(--aqua);
    transform: translateX(5px);
}

.client-center-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    border: 2px solid;
}

.client-center-btn:hover {
    filter: brightness(1.1);
}

.footer-bottom {
    display: flex;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid aqua;
    gap: 50px;
}

.footer-bottom p {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.8;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 25px;
    font-size: 14px;
    position: relative;
    opacity: 0.8;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: var(--aqua);
    opacity: 1;
}


/* service page css */
span.fl-heading-text-service {
    font-size: 68px;
    line-height: 1.25em;
}
section.service-hero {
    background: #1d2021;
    padding-top: 100px;
    padding-bottom: 50px;
}
.harmony-row, .contact-body {
    background: #1d2021;
    border-radius: 15px;
    padding: 20px;
}
.contanct-form {
    background: #1d2021;
    margin-top: 50px;
}
.customer-sec img, .location img {
    filter: grayscale(1);
}

section.expertit h2 {
    color: black;
    font-size: 48px;
}
.expert-rigt p {
    font-size: 18px;
    letter-spacing: .36px;
    color: #464849;
}


.form-row-replica {
            margin-bottom: 25px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .form-col-replica {
            width: 50%;
            padding: 0 10px;
            box-sizing: border-box;
        }
        
        .form-label-replica {
            display: block;
            margin-bottom: 5px;
            font-size: 14px;
            color: #ffffff;
        }
        
        .form-label-replica.required:after {
            content: " *";
            color: red;
        }
        
        .form-input-replica {
            width: 100%;
            padding: 4px 0;
            border: none;
            border-bottom: 1px solid #ffffff;
            font-size: 16px;
            background: transparent;
            outline: none;
        }
        
        .form-input-replica:focus {
            border-bottom-color: #ffffff;
        }
        
        .form-select-replica {
            width: 100%;
            padding: 4px 0;
            border: none;
            border-bottom: 1px solid #ffffff;
            font-size: 16px;
            background: transparent;
            color: #fff;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }
        
        .form-textarea-replica {
            width: 100%;
            padding: 20px 16px;
            border-radius: 4px;
            border: 1px solid #fff;
            font-size: 16px;
            min-height: 40px;
            resize: vertical;
            outline: none;
            background: transparent !important;
        }
        .form-content h2 {
    font-size: 42px;
    margin: 20px 0;
}
.form-content p {
    font-size: 18px;
    color: white;
}

/* service page css */
/* contact page css */
.contact-h2 {
    font-size: 52px !important;
}
.customer-sec img {
    width: 80px !important;
    margin: 30px 0;
}
span.divider {
    display: block;
    height: 2px;
    background-color: black  !important;
    width: 100% !important;
}
.location img {
    width: 60px !important;
}
.location {
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
}
/* contact page css */