:root {
    --primary-color: #7F56D9;
    --primary-color-dark: #57389b;
    --primary-light: #EEDAFF;
    --primary-light1: #f3ecff;
    --primary-black: #101828;
    --primary-black1: #181D27;
    --secondary-black: #535862;
    --teritary-black: #475467;
    --quaternary-black: #667085;
    --background-black: #0C111D;

    --font-family: 'Inter', sans-serif;
    --padding: 16px;
    --text-md: 1rem;
    --text-20: 20px;
    --text-18: 18px;
    --text-16: 16px;
    --text-sm: 0.9rem;
    --heading-size-1: 52px;
    --heading-size-2: 48px;
    --cloud-width: 200px
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");      
}
.navbar-toggler {
    border: none;
}
.bg-primary-light-1 {
    background: var(--primary-light1);
}
.banner-ht {
    height: 50vh;
}

.pl-120{
    padding-left: 120px;
}
.pr-120{
    padding-right: 120px;
}
.br-10{
    border-radius: 10px;
}
.overflow-hidden{
    overflow: hidden;
}
.text-primary{
    color: var(--primary-color)!important;
    font-weight: 600;
}
.text-primary-dark{
    color: var(--primary-color-dark)!important;
}
.fs-18{
    font-size: 18px;
}
body {
    margin: 0;
    line-height: normal;
    font-family: var(--font-family);
}
.navbar-nav{
    gap: 32px;
}
.nav-link{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--primary-black);
}
.glass-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 20px;
    background: rgba(21, 69, 157, 0.58);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    border-radius: 10px;
}
.glass-card h1{
    color: white;
    font-weight: bold;
    letter-spacing: 0.05rem;
}
.vertical-align-middle {
    display: flex;
    align-items: center;
}
/* services */
.special-box{
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(306deg, #650f52, #240340);
    color: white;
    border-radius: 8px;
    box-shadow: 0 3px 6px #a1a1a1;
    transition: 0.3s all ease-in-out;
    /* transform: scale(0.9); */
    cursor: pointer;
}
.special-box:hover{
    border-radius: 80px;
    box-shadow: 0 8px 30px #6b6b6b;
    transform: scale(1.1);
}

/* shape divider */
.custom-shape-divider-bottom-1739877142 {
    position: relative;
    top: -94px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1739877142 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 95px;
}

.custom-shape-divider-bottom-1739877142 .shape-fill {
    fill: #f0e9ff;
}


.popup-overlay {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0;
}

.box-section {
    z-index: 1;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    /* box-shadow: 0 2px 50px #00000042; */
}
.box-section .content-section{
    position: relative;
    z-index: 1;
}
/* .box-section .content-section h1{
    font-size: 52px;
    font-weight: lighter;
} */
.slick-title {
    font-size: var(--heading-size-1);
    font-weight: lighter;
}
.box-section.full {
    border-radius: 0;
    box-shadow: none;
}
.industry-card{
    padding: 20px;
    padding-bottom: 8px;
    background: linear-gradient(157.96deg, #FFFFFF 10.21%, #F9EBFF 97.47%);
    box-shadow: 0px -2px 17.7px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}
.industry-card img{
    border-radius: 20px;
    width: 100%;
    margin-bottom: 16px;
}
.industry-card h2 {
    font-size: 30px;
    font-weight: lighter;
    text-align: center;
}
.cloud{
    position: absolute; 
    width: var(--cloud-width);
}
.cloud1 {
    top: 10%; left: 15%;
}
.cloud2 {
    top: 15%; right: 10%;
}
.cloud3 {
    bottom: 5%; left: 20%;
}
.cloud4 {
    bottom: 26%; left: 4%;
}
.cloud5 {
    bottom: 8%;
    right: 18%;
}

.consulting-services {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #232323;
}
.tagline-text {
    position: relative;
}

.icon {
    width: 35px;
    position: relative;
    height: 26px;
}

.slider-text {
    position: relative;
    letter-spacing: 15px;
}

.hero-section {
    align-self: stretch;
    background-color: #deeefd;
    height: 689px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 2;
    color: #8ec7ff;
}
.services-bg{
    background: url('../assets/services/services-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.services-bg p{
    line-height: 30px;
    font-size: 18px;
}
.tecno-btn{
    background: linear-gradient(45deg, #7f56d9 55%, #ff7bbc 150%);
    color: white;
    font-size: var(--text-md);    
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1rem;
    padding: 8px 16px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}
.services {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
}
.tc-p{
    color: black;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
}

.light-head{
    font-size: 30px;
    font-weight: lighter;
}
.list-unstyled {
    padding-left: 20px;
}
.list-unstyled li{
    list-style: disc;
    /* text-align: justify; */
}
.list-head{
    color: #5a126b;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.list-text{
    color: black;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.services-card{
    height: 300px;
    border-radius: 16px;
    padding: 16px;
    transform-style: preserve-3d;
}
.services-card:hover{
    box-shadow: -1px 15px 45px 7px rgb(3 3 159 / 35%), 2px 40px 75px 0px rgb(0 173 255 / 18%);
}
.service-card-content{
    height: 20%;
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 16px 0;
    backdrop-filter: blur(1px);
    transition: 0.5s all ease-in-out;
    flex-direction: column;
    align-items: center;
    transform: translateZ(40px)
}

.services-card p{
    color: #F1FFFB;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}
.service-card-content p{
    font-size: 22px;
}
.extra-content{
    overflow: hidden;
    height: 0%;
    opacity: 0;
    transition: 0.9s all ease-in-out;
    text-align: center;
    padding: 10px;
}
.extra-content p{
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    line-height: 1.3rem;
}
.extra-content ul{
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    line-height: 1.3rem;
}
.extra-content a{
    text-decoration: none;
    background: #748c9f;
    color: #ffffff;
    border-radius: 2px;
    padding: 4px 10px;
    margin-top: 10px;
    display: inline-block;
}
.services-card:hover .service-card-content{
    height: 100%;
    backdrop-filter: blur(12px);
    border: 1px solid white;
    border-radius: 10px;
}
.services-card:hover .extra-content{
    height: auto;
    overflow: visible;
    opacity: 1;
}
.glass-card.slide1, .glass-card.slide2, .glass-card.slide3 {
    background: none;
    backdrop-filter: none;
    border-radius: 0;
    box-shadow: none;
    width: 50%;
    align-items: flex-start;
}
.services-card.sd{
    background: url('../assets/home/services/1.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.web{
    background: url('../assets/home/services/web_mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.it{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/web_mobile.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.rpa{
    background: url('../assets/home/services/rpa.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.ai{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/ai-supportjpeg');
    background-repeat: no-repeat;
    background-size: cover;
}

.services-card.service_3{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/it-consulting.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.service_5{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/cloud_solutions.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.service_6{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/IT-support.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.service_7{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/ai-support.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.service_8{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/erp.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}
.services-card.service_9{
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(40 0 65 / 54%) 38%, rgba(0, 36.30, 64.65, 0.97) 100%),url('../assets/home/services/testing.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 20px;
}

/* Adjust grid item positions */
.grid-item:nth-child(1) {
    grid-column: span 2;
}

.grid-item:nth-child(2) {
    grid-column: span 1;
}

.grid-item:nth-child(3){
    grid-row: span 2;
}
.grid-item:nth-child(4){
    grid-column: span 2;
}
.grid-item:nth-child(5) {
    grid-column: span 2;
}

/* Styling for grid items */
.grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: lighter;
    text-transform: uppercase;
    min-height: 200px;
    border-radius: 15px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}
.productitem{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    width: 282px;
    height: 220px;
    background: linear-gradient(122.5deg, #112335 3.43%, #081727 114.25%);
    border: 1px solid #0B55A5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
}
.productitem span{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 42px;
    letter-spacing: 0.05em;
    color: #FDFDFD;
}
/* Background gradients */
.gradient-blue {    
    background: linear-gradient(122.5deg, #112335 3.43%, #081727 114.25%);
}

.gradient-darkblue {
    background: linear-gradient(122.5deg, #1A3794 3.43%, #080C27 114.25%);
}

.gradient-purple {
    background: linear-gradient(135deg, #2c003e, #4b0082);
}

.gradient-teal {
    background: linear-gradient(121.03deg, #0C887E 2.86%, #002226 98.91%);
}

.gradient-green {
    background: linear-gradient(120.35deg, #0C831E 1.59%, #062203 97.91%);
}




.services-title {
    width: 767px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 395px);
    font-size: 100px;
    letter-spacing: 40px;
    font-weight: 900;
    display: inline-block;
    z-index: 0;
}





.title {
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
    font-size: 38px;
    color: #232323;
}
.image-icon {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    height: 494px;
    flex-shrink: 0;
    object-fit: cover;
    z-index: 0;
}
.service-name {
    width: 229px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 114.5px);
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
}
.service-card {
    flex: 1;
    height: 491px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
}
.service-name1 {
    width: 253px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 126.5px);
    letter-spacing: 2px;
    display: inline-block;
    z-index: 0;
}
.service-card1 {
    flex: 1;
    height: 491px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    color: #232323;
}
.service-image-placeholder {
    position: relative;
    letter-spacing: 10px;
}
.image {
    align-self: stretch;
    flex: 1;
    background-color: #f1fffb;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 0;
}
.service-name2 {
    width: 261px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 130.5px);
    letter-spacing: 2px;
    display: inline-block;
    font-family: Roboto;
    color: #232323;
    z-index: 1;
}
.service-card2 {
    flex: 1;
    height: 491px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
    color: #99bab0;
    font-family: Inter;
}
.image1 {
    align-self: stretch;
    flex: 1;
    background-color: #ddfcff;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    z-index: 0;
}
.service-name3 {
    width: 164px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 81.5px);
    letter-spacing: 2px;
    display: inline-block;
    font-family: Roboto;
    color: #232323;
    z-index: 1;
}
.service-card3 {
    flex: 1;
    height: 491px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
    color: #5a9dcd;
    font-family: Inter;
}
.section {
    width: 1300px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 50px 80px;
    box-sizing: border-box;
    z-index: 2;
    color: #f1fffb;
    font-family: Roboto;
}
.bg-grad-1 {
    width: 285px;
    position: relative;
    border-radius: 16px;
    height: 490px;
    object-fit: cover;
    z-index: 0;
}
.service-name4 {
    width: 229px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 115px);
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
}
.staff-augmentation-background {
    flex: 1;
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    background-image: url('staff augmentation background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    cursor: pointer;
    color: #f1fffb;
}
.bg-grad-2-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 16px;
    width: 285px;
    height: 490px;
    object-fit: cover;
}
.service-name5 {
    position: absolute;
    top: 422px;
    left: calc(50% - 126.5px);
    letter-spacing: 2px;
}
.congnitive-ai-platform {
    width: 285px;
    position: relative;
    height: 490px;
    overflow: hidden;
    flex-shrink: 0;
}
.service-name6 {
    width: 261px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 127px);
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
}
.architectura-services {
    flex: 1;
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 10px;
    cursor: pointer;
}
.service-name7 {
    width: 261px;
    position: absolute;
    margin: 0 !important;
    top: 422px;
    left: calc(50% - 127px);
    letter-spacing: 2px;
    display: inline-block;
    z-index: 1;
}
.erp-services {
    position: relative;
    width: 285px;
    border-radius: 16px;
    height: 490px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    background-image: url('ERP Services.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.section1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 50px 80px;
    gap: 50px;
    z-index: 3;
    color: #fff;
    font-family: Roboto;
}

.products1 {
    width: 837px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 395px);
    letter-spacing: 40px;
    font-weight: 900;
    display: inline-block;
    z-index: 0;
}
.smart-ent {
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 300;
}
.product {
    align-self: stretch;
    flex: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: linear-gradient(122.5deg, #112335, #081727);
    border: 1px solid #0b55a5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product-card {
    flex: 1;
    background-color: #ffe8e8;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product1 {
    align-self: stretch;
    flex: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: linear-gradient(122.5deg, #1a3794, #080c27);
    border: 1px solid #0e205a;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product-card1 {
    width: 400px;
    background-color: #ffe8e8;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.first-row {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.product2 {
    align-self: stretch;
    flex: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: linear-gradient(122.5deg, #2f1135, #081727);
    border: 1px solid #980ba5;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product-card2 {
    align-self: stretch;
    width: 400px;
    background-color: #ffe8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product3 {
    align-self: stretch;
    flex: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: linear-gradient(121.03deg, #0c887e, #002226);
    border: 1px solid #00f8e3;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product-card3 {
    align-self: stretch;
    background-color: #ffe8e8;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product4 {
    align-self: stretch;
    flex: 1;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    background: linear-gradient(120.35deg, #0c831e, #062203);
    border: 1px solid #2cc944;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
.product-cards-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.section2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
    gap: 10px;
    z-index: 2;
    font-size: 28px;
    color: #fdfdfd;
}
.products {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    gap: 20px;
}
.products4 {
    width: 1051px;
    position: absolute;
    margin: 0 !important;
    top: 0px;
    left: calc(50% - 526px);
    letter-spacing: 40px;
    font-weight: 900;
    display: inline-block;
    z-index: 0;
}
.tibco-icon {
    width: 151px;
    position: relative;
    height: 40px;
    object-fit: cover;
}
.client-logo-container {
    width: 200px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    background-color: #f1fffb;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
}
.ford-icon {
    align-self: stretch;
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
}
.java-icon {
    align-self: stretch;
    width: 152px;
    position: relative;
    max-height: 100%;
    object-fit: cover;
}

.section3 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0px;
    gap: 50px;
    z-index: 2;
}

.logo-1-icon1 {
    width: 118px;
    position: relative;
    height: 78px;
    object-fit: cover;
    display: none;
}
.driven-by-innovation {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #858585;
}
.custom-input {
    padding: 10px 15px;
    border-radius: 4px; 
    border: 1px #EAEAEA solid; 
    transition: border-color 0.2s ease-in-out;
}

.custom-input:focus {
    border-color: #082e57; /* Bootstrap primary color */
    box-shadow: 0 0 7px rgba(0, 56, 116, 0.25);
}
.addr-label{
    color: white;
    font-size: 18px;
    font-family: Poppins;
    letter-spacing: 0.90px;
}
.footer-tagline-text-container {
    position: relative;
    display: none;
}
.consulting-services1 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.footer-logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 17px;
}
.icon-slot {
    width: 49.1px;
    position: relative;
    height: 49.9px;
}
.social-media-icons {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.footer-copyright-text {
    position: relative;
    font-size: 16px;
    letter-spacing: 0.09em;
    font-family: Roboto;
}
.see-dex-terity {
    width: 171.9px;
    position: relative;
    height: 32.6px;
}
.careers {
    position: absolute;
    top: 0%;
    left: 0%;
    letter-spacing: 0.09em;
}
.privacy-policy {
    width: 170.6px;
    position: relative;
    height: 32.6px;
}
.footer-links-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.see-dex-terity3 {
    position: absolute;
    top: 0%;
    left: 0%;
    letter-spacing: 0.09em;
    font-weight: 600;
}
.footer {
    padding: 64px 156px;
    background-image: url(../assets/Footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
.footer h3{
    color: var(--quaternary-black);
    font-size: 14px;
    font-weight: 600;
}
.menu-link {
    position: relative;
    font-weight: 900;
    cursor: pointer;
    z-index: 0;
}
.menu-link a{
    text-decoration: none;
    color: white;
}
.frame-child {
    width: 35px;
    position: relative;
    height: 35px;
}
.menu-inner {
    margin: 0 !important;
    position: absolute;
    top: 0px;
    right: -40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 80px 0px 0px;
    z-index: 5;
    cursor: pointer;
}
.menu {
    width: 1440px;
    position: relative;
    height: 1024px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    gap: 30px;
    background-image: url('menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 90%;
    max-height: 90%;
    text-align: left;
    font-size: 50px;
    color: #fff;
    font-family: Poppins;
}

/* menu.css */
.frame-child {
    width: 30px;
    position: relative;
    height: 30px;
}
#menuContainer{
    z-index: 100;
    align-items: center;
    display: none;
    justify-content: center;
    background: url(../assets/menu.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-inner {
    margin: 0 !important;
    position: absolute;
    top: 0px;
    right: -40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 80px 80px 0px 0px;
    z-index: 5;
}
.menu {
    width: 1440px;
    position: relative;
    height: 1024px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    gap: 30px;
    background-image: url('menu.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 90%;
    max-height: 90%;
    text-align: left;
    font-size: 50px;
    color: #fff;
    font-family: Poppins;
}

.service-image{
    border-radius: 16px;
    box-shadow:-1px 13px 45px 2px rgb(9 9 105 / 35%), 0px -8px 75px 0px rgb(0 0 0 / 18%);
    position: relative;
    /* left: 15%; */
}
.glass-card-2{
    position: relative;
    background: linear-gradient(326deg, #5b27afe0, #090118);
    border: 1px solid #6736b7;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 20px;
    box-shadow: 5px 6px 25px rgb(6 6 6 / 31%);
    backdrop-filter: blur(24px);
    border-radius: 10px;
    z-index: 9;
    min-width: 80%;
}



.hero-text-section{
    z-index: 1;
}
.hero-text-section p{
    font-size: var(--text-20); 
    color: var(--secondary-black);
    line-height: 30px;
}
.hero-text{
    font-size: 54px;
    color: var(--primary-black1);
    text-align: center;
}
.tec-title{
    font-size: 48px;
    font-weight: 600;
    color: var(--primary-color);
}
.tec-title-2{
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
}
.techno-p {
    font-size: var(--text-20);
    color: var(--secondary-black);
    line-height: 30px;
    text-align: justify;
}
.techno-p-2 {
    font-size: var(--text-16);
    color: var(--secondary-black);
    line-height: 30px;
    text-align: justify;
}
.tec-large{
    font-size: var(--heading-size-2);
    font-weight: 600;
    position: relative;
}
.contact-section {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
}
.card img {
width: 50px;
height: 50px;
margin: auto;
display: block;
}
.flex-1{
    flex:1
}
.leader{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    background: linear-gradient(138.45deg, #FFFFFF 5.93%, #F8F0FF 95.49%);
    /* box-shadow: 0px 20px 68.5px rgba(152, 26, 255, 0.1), 0px 20px 50px 4px rgba(0, 0, 0, 0.46); */
    border-radius: 8px;
}
.leader img {
    width: 100%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.leader-info{
    width: 100%;
    text-align: left;
}
.leader p {
    color: #5727b1;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}
.head-img{
    position: relative;
}
.head-img::before{
    content: url('../assets/home/arrow-vector.svg');
    position: absolute;
    bottom: 25px;
    left: -270px;
}
.quick-link-col{
    line-height: 30px;
}
.quick-link a {
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.dev-service-card h3{
    color: var(--primary-black);
    font-size: var(--text-20);
    font-weight: 600;
}
.dev-service-card{
    line-height: 30px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 5px 5px 30px #ffffff;
    border: 2px solid #ffffff;
}
.dev-service-card:hover{
    box-shadow: 5px 5px 30px #ded0ff;
    border: 2px solid #7f56d9;
}
.dev-service-card ul{
    line-height: 26px;
}
.dev-service-card p,.dev-service-card li{
    color: var(--teritary-black);
    font-size: var(--text-16);
    font-weight: 400;
}
.dev-service-card a{
    color: var(--primary-color);
}

/* About Us */
.value-card{
    background: linear-gradient(138.45deg, #462263 5.93%, #000000 95.49%);
    box-shadow: 0px 20px 68.5px rgba(152, 26, 255, 0.1), 0px 20px 50px 4px rgba(0, 0, 0, 0.46);
    border-radius: 6px;
    padding: 25px;
    flex:1
}
.value-card h5{
    color: var(--primary-light);
    font-weight: lighter;
    font-size: var(--text-18);
    line-height: 22px;
    letter-spacing: 0.05rem;
}
.value-card p{
    font-weight: lighter;
    font-size: var(--text-16);
    line-height: 19px;
    color: #e7e7e7;
}
.special-p{
    background: #f8f9fa;
    border-radius: 8px;
    line-height: 28px;
    font-size: var(--text-20);
}

/* Tech Logos Container */
.tech-logos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3%;
    left: 2%;
    padding: 50px;  
}

/* Floating Logos */
.tech-logo {
    width: 65px; height: 65px; background-color: white; border-radius: 50px; padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    animation: fadeInOut 4s infinite;
    transition: transform 1s ease-in-out;
}

.tech-logo.logo2{
    top: 20%;
    left: 20%;
    scale: 0.7;
}
.tech-logo.logo3{
    top: 77%;
    left: 2%;
}
.tech-logo.logo4{
    left: 45%;
    scale: 0.7;
}
.tech-logo.logo5{
    left: 88%;
}
.tech-logo.logo6{
    top: 77%;
    left: 45%;
    scale: 0.8;
}
.tech-logo.logo7{
    top: 20%;
    left: 75%;
    scale: 0.7;
}
.tech-logo.logo8{
    top: 77%;
    left: 88%;
}
.tech-logo.logo9{
    top: 60%;
    left: 20%;
    scale: 0.7;
}
.tech-logo.logo10{
    top: 60%;
    left: 75%;
    scale: 0.7;
}
.text-20{
    font-size: var(--text-20);
}
.tech-logo.logo1 { animation-delay: 0s; }
.tech-logo.logo2 { animation-delay: 0.5s; }
.tech-logo.logo3 { animation-delay: 1s; }
.tech-logo.logo4 { animation-delay: 1.5s; }
.tech-logo.logo5 { animation-delay: 2s; }
.tech-logo.logo6 { animation-delay: 2.5s; }
.tech-logo.logo7 { animation-delay: 3s; }
.tech-logo.logo8 { animation-delay: 3.5s; }
/* Fade In & Out Animation */
@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(30px); }
    25% { opacity: 1; transform: translateY(0); }
    75% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-20px); }
}


/* Marquee */

.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #f9f4ff;
    white-space: nowrap;
    padding: 15px 0;
    position: relative;
}
.marquee-content {
    display: inline-block;
    animation: marquee 40s linear infinite;
    /* background: linear-gradient(90deg, #f6fcff, #ece6ff); */
    min-width: 200%;
}
.marquee-content span {
    margin: 0 30px;
    transition: transform 0.3s ease, color 0.3s ease;
    cursor: pointer;
}
.marquee-content:hover {
    animation-play-state: paused;
}
.marquee-content span:hover {
    transform: scale(1.5);
}
.tech-stack-bg {
    color: white;
    backdrop-filter: blur(0px);
    padding: 10px;
}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: white;
    text-align: center;
}
.contact-section {
    position: relative;
    background: #efe7ff;
    padding: 40px;
    padding-left: 80px;
    border-radius: 10px;
    text-align: left;
}
.cta-content {
    z-index: 1;
    position: relative;
    background: linear-gradient(45deg, #efe7ff, #efe7ff70);
    display: inline-block;
    padding: 10px;
    backdrop-filter: blur(6px);
}
.br-180{
    border-radius: 16px 388px 0 0;
}
.br-180-2{
    border-radius: 0 0 0 388px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-nav .dropdown-menu{
    background: white;
    border: none;
    box-shadow: 0 5px 35px #0000004a;
}
.dropdown-item{
    color: #0e0a0c;
    letter-spacing: 0.01rem;
}

.circle {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    flex-direction: row;
}

.floating-item {
    box-shadow: 0 5px 15px #0d6efd4a;
    background: white;
    border-radius: 8px;
    padding: 5px 15px;
    margin: 0;
    position: absolute;
    left: 17%;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    animation: floating 6s ease-in-out infinite alternate;
}
.circle .floating-item img {
    width: 50px;
}
.floating-item:hover {
    transform: scale(1.1);
}
.floating-item.item1 {
    top: 10%;left: 24%;
}
.floating-item.item2 {
    right: 17%; left: auto;
}
.floating-item.item3 {
    bottom: 16%; left: 21%;
}
.floating-item.item4 {
    top: 10%; right: 24%; left: auto;
}
.floating-item.item5 {
    right: 24%; left: auto; bottom: 16%;
}




@keyframes marquee {
    from { transform: translateX(0%); }
    to { transform: translateX(-50%); }
}






  /* 1600 x 900 */
  @media screen and (max-width: 1600px) and (max-height: 900px) {
    /* styles for 1600x900 */
    .industry-card h2{
        font-size: 24px;
        padding: 12px;
    }
  }
  
  /* 1440 x 1080 */
  @media screen and (max-width: 1440px) and (max-height: 1080px) {
    /* styles for 1440x1080 */
    :root {
        --cloud-width: 160px
    }
    h4 {
        font-size: 18px;
    }
    .floating-item:hover {
        transform: scale(1.1);
    }
    .floating-item.item1 {
        top: 10%;left: 24%;
    }
    .floating-item.item2 {
        right: 17%; left: auto;
    }
    .floating-item.item3 {
        bottom: 16%; left: 21%;
    }
    .floating-item.item4 {
        top: 10%; right: 24%; left: auto;
    }
    .floating-item.item5 {
        right: 24%; left: auto; bottom: 16%;
    }
  }
  
  /* 1366 x 768 */
  @media screen and (max-width: 1366px) and (max-height: 768px) {
    /* styles for 1366x768 */
  }
  
  /* 1360 x 768 */
  @media screen and (max-width: 1360px) and (max-height: 768px) {
    /* styles for 1360x768 */
  }
  
  /* 1280 x 1024 */
  @media screen and (max-width: 1280px) and (max-height: 1024px) {
    .floating-item:hover {
        transform: scale(1.1);
    }
    .floating-item.item1 {
        top: 10%;left: 20%;
    }
    .floating-item.item2 {
        right: 17%; left: auto;
    }
    .floating-item.item3 {
        bottom: 16%; left: 21%;
    }
    .floating-item.item4 {
        top: 10%; right: 22%; left: auto;
    }
    .floating-item.item5 {
        right: 24%; left: auto; bottom: 16%;
    }
  }
  
  /* 1280 x 960 */
  @media screen and (max-width: 1280px) and (max-height: 960px) {
    /* styles for 1280x960 */
  }
  
  /* 1280 x 800 */
  @media screen and (max-width: 1280px) and (max-height: 800px) {
    /* styles for 1280x800 */
  }
  
  /* 1280 x 768 */
  @media screen and (max-width: 1280px) and (max-height: 768px) {
    /* styles for 1280x768 */
  }
  
  /* 1280 x 720 */
  @media screen and (max-width: 1280px) and (max-height: 720px) {
    :root {
        --text-20: 16px;
        --heading-size-1: 24px;
        --heading-size-2: 32px;
        --cloud-width: 120px
    }
  }
  
  /* 1176 x 664 */
  @media screen and (max-width: 1176px) and (max-height: 664px) {
    /* styles for 1176x664 */
  }
  
  /* 1152 x 864 */
  @media screen and (max-width: 1152px) and (max-height: 864px) {
    /* styles for 1152x864 */
  }
  
  /* 1024 x 768 */
  @media screen and (max-width: 1024px) and (max-height: 768px) {
    /* styles for 1024x768 */
  }
  
  /* 800 x 600 */
  @media screen and (max-width: 800px) and (max-height: 600px) {
    /* styles for 800x600 */
  }
  
@media (max-width: 768px) {
    :root {
        --text-20: 16px;
        --heading-size-1: 24px;
        --heading-size-2: 24px;
        --cloud-width: 96px
    }
    .br-180{
        border-radius: 16px 180px 0 0;
    }
    .br-180-2{
        border-radius: 0 0 0 180px;
    }
    .contact-section {
        padding-left: 20px;
    }
    .hero-text {
        font-size: 22px;
    }
    .hero-text-section p{
        font-size: 16px; 
    }
    .grid-item {
        font-size: 1.3rem;
    }
    .footer{
        padding: 15px 20px;
    }
    .menu{
        font-size: 28px;
    }
    .menu-link {
        font-weight: 700;
    }
    .navbar-nav {
        gap: 7px;
    }
    .nav-link {
        font-size: 16px;
        color: #ffffff;
    }
    .banner-ht {
        height: 50vh;
    }
    .pl-120{
        padding-left: 0;
    }
    .pr-120{
        padding-right: 0;
    }
    .slides {
		height: 50vh;
	}
    .glass-card.slide1, .glass-card.slide2, .glass-card.slide3 {
        width: 100%;
        align-items: flex-start;
    }
    .frame { 
		height: 50vh; 
	}
    .glass-card h1{
        font-size: 20px;
        font-weight: 600;
    }
    .slide .glass-card p {
        font-weight: 100;
    }
    .slides-nav__item{
        width: 46px;
    }
    .tecno-btn{
        font-size: 14px;
        padding: 4px 10px;
        font-weight: 500;
    }
    .service-card-content p {
        font-size: 18px;
    }
    .tech-stack-bg {
        backdrop-filter: blur(20px);
    }
    .services {
        grid-template-columns: 1fr;
    }
    .tec-title{
        font-size: 28px;
    }
    .cloud2 {
        top: 10%; right: 10%;
    }
    .cloud3 {
        bottom: 5%;
        left: 35%;
    }
    .cloud4 {
        bottom: 15%;
        left: 4%;
    }
    .cloud5 {
        bottom: 15%;
        right: 2%;
    }	
    .decorative-img {
        width: 320px;
    }
    
}

/* @media (min-width: 577px) and (max-width: 768px) {
} */

@media (min-width: 769px) and (max-width: 1024px) {
    :root {
        --text-20: 16px;
        --heading-size-1: 24px;
        --cloud-width: 96px
    }
    .industry-card h2{
        font-size: 22px;
    }
}

