 @import url('https://fonts.googleapis.com/css?family=Lato');
 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

 body {
     font-family: 'Lato', sans-serif;
 }


 .contact-btn button {
     font-family: 'Lato', sans-serif;
     padding: 5px 21px;
     color: #2D1E6B;
     font-weight: 600;
     border-radius: 20px;
 }

 .navbar-nav .nav-link {
     color: #fff !important;
 }

 .contact-btn {
     font-family: 'Lato', sans-serif;
     padding: 5px 21px;
     color: #2D1E6B;
     font-weight: 600;
     border-radius: 20px;
     background-color: white;
     border: 1px solid #2D1E6B;
 }

 .contact-btn:hover {
     background: #9333ea;
 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: 2.5rem;
         padding-left: .5rem;
     }
 }

 .header-overlay {
     position: absolute;
     top: 25%;
     left: 0;
     right: 0;
     /* bottom: 0; */
     /* display: flex
; */
     justify-content: space-between;
     align-items: center;
     padding: 0 100px;
     color: white;
     z-index: 1;
 }

 .header-text-left {
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
 }

 .header-text-left h3 {
     font-weight: 900;
     font-size: 35px;
     font-family: 'Rubik', sans-serif;
 }

 .header-text-p {
     font-size: 15px;
     color: grey;
     width: 550px;
 }

 .header-third-sec h3 {
     font-size: 35px;
     font-family: 'Rubik', sans-serif;
     /* background: linear-gradient(to right, #6f42ec, #e2a9f1, #f61fda); */
     background: linear-gradient(to right, #6f42ec, #f61fda);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }

 .gradient-text {
     font-size: 35px;
     font-family: 'Rubik', sans-serif;
     /* background: linear-gradient(to right, #6f42ec, #e2a9f1, #f61fda); */
     background: linear-gradient(to right, #6f42ec, #f61fda);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-transform: uppercase;
 }

 .vertical-text {
     position: absolute;
     right: -60px;
     /* adjust based on your layout */
     top: 50%;
     transform: rotate(270deg) translateY(-50%);
     transform-origin: center;
     font-family: 'Poppins', sans-serif;
     font-size: 15px;
     color: white;
     font-weight: 600;
     z-index: 1;
     /* letter-spacing: 2px;
     opacity: 0.7; */
 }

 .hero-button-first {
     padding: 20px 0px;
     clip-path: polygon(15% 0%, 95% 0%, 80% 100%, 0% 100%);
     border: none;
     color: white;

 }

 .hero-button-first button {
     width: 165px;
     height: 43px;
     font-size: 15px;
     border: none;
     font-weight: 700;
     color: white;
     background: linear-gradient(to right, #4244ec, #f61fda);
 }

 .hero-button-sec {
     padding: 20px 0px;
     clip-path: polygon(15% 0%, 95% 0%, 80% 100%, 0% 100%);
     border: none;
     color: white;
     /* border: 2px solid;
    border-image: linear-gradient(90deg, rgb(232 204 23) 0%, rgb(37 21 219) 75%, rgba(149, 0, 255, 0.54) 100%) 1; */

 }

 .hero-button-sec button {
     width: 210px;
     height: 55px;
     font-size: 18px;
     font-weight: 700;
     color: white;
     border: 2px solid;
     background-color: #14050b;
     border-image: linear-gradient(90deg, rgb(232 204 23) 0%, rgb(37 21 219) 75%, rgba(149, 0, 255, 0.54) 100%) 1;

 }

 .header-third p {
     font-size: 12px;
     color: grey;
 }

 .header-third {
     width: 650px;
 }

 .header-third h3 {
     font-size: 20px;
     font-weight: 800;
 }

 .marquee-sec {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
     background-color: #14050b;
     color: white;
 }

 .marquee-div {
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
     font-weight: 700;
     padding-top: 8px;
 }

 .marquee-div span {
     margin: 0px 5px;
 }

 .robot-div {
     position: relative;
     /* top: 25%; */
     /* left: 0; */
     right: 5%;
     bottom: 1%;
     z-index: 1;
     height: 300px;
 }

 .robot-div img {
     width: 100%;
 }

 .robot-img img {
     width: 100%;
 }

 .glass {
     border-width: 1px;
     border-color: rgb(255 255 255 / .2);
     background-color: rgb(255 255 255 / .1);
     --tw-backdrop-blur: blur(12px);
 }

 .sticky-top {
     /* position: fixed;
    top: 0;
    z-index: 1020;
     */
 }

 @media (max-width: 480px) {
     .robot-div img {
         display: none;
     }

     .vertical-text {
         display: none;
     }

     .ai-service {
         display: inline;
     }

     .bubble {
         /* Reduce size for small screens */
         width: calc(2px + 1px * var(--bubble-scale, 1));
         height: calc(2px + 1px * var(--bubble-scale, 1));
         animation-duration: calc(3s + 2s * var(--bubble-speed, 1));
     }

     /* Optionally reduce number of bubbles */
     .bubble-background>.bubble:nth-child(n+30) {
         display: none;
     }
 }

 .home-section {
     position: relative;
     width: 100%;
     height: 100vh;
     overflow: hidden;

     /* 🔹 Your background image */
     background: url("./images/home_bg_banner.png") center/cover no-repeat;
 }

 .bubble-background {
     position: absolute;
     inset: 0;
     pointer-events: none;
     z-index: 1;
 }

 .bubble {
     position: absolute;
     border-radius: 50%;
     animation: moveX linear infinite alternate;
 }

 @keyframes moveX {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(40px);
     }
 }







 /* ********* Driven by Innovation Start******* */

 .title-btn {
     text-align: center;
     /* width: 500px; */
 }

 .title-btn button {
     color: #FF176A;
     background-color: #DE383033;
     border-radius: 60px;
     padding: 7px 20px;
     font-size: 20px;
     border: none;
 }

 .bg-color {
     background-color: #14050b;
 }

 .title-btn h3 {
     color: white;
     font-weight: bold;
     font-size: 35px;
     font-family: 'Rubik', sans-serif;
 }

 .title-btn p {
     color: #CFCFCF;
     font-size: 20px;
 }

 .innovation-inner-div {
     border: 1px solid #FFFFFF33;
     text-align: center;
     padding: 70px 20px;
     border-radius: 47.52px;
     background-color: rgba(128, 128, 128, 0.2);
 }

 .innovation-inner-div img {
     height: 75px;
 }

 .innovation-inner-div-text h3 {
     font-size: 40px;
     font-weight: 900;
     color: white;

 }

 .innovation-inner-div-text p {
     color: white;
 }

 .innovation-client-div img {
     height: 50px;
 }

 .innovation-client {
     border: 1px solid #FFFFFF33;
     text-align: center;
     padding: 30px 20px;
     border-radius: 47.52px;
     background-color: rgba(128, 128, 128, 0.2);
 }

 .innovation-client p {
     color: #fff;
 }

 .innovation-client h3 {
     color: #fff;
 }

 .innovation-four-div {
     height: 335px;
     padding: 91px 20px;

 }

 .innovation-client-div-first h3 {
     font-size: 30px;
     font-weight: 900;
     color: white;
     display: inline;
 }

 .innovation-client-div-first span {
     font-size: 20px;
     color: white;
 }

 .innovation-client-div-sec h3 {
     margin-bottom: 0px;
     font-size: 30px;
     font-weight: 900;
     color: white;
 }

 .div-four img {
     height: 40px;
 }

 .div-four-client {
     padding: 20px;
 }

 .innovation-five-div {
     height: 330px;
 }

 .innovation-five-virtical {
     position: relative;
     right: -35px;
     top: 45px;
     bottom: 20px;
     text-align: left;
     transform: rotate(270deg) translateY(-50%);
 }

 .innovation-five-div img {
     height: 75px;
 }

 .innovation-five-div h3 {
     font-size: 40px;
     font-weight: 900;
     text-align: left;
     color: white;
 }

 .innovation-five-div p {
     font-size: 20px;
     color: white;

 }






 /* ********* Driven by Innovation End******* */

 /* ********* Our Services Start********** */

 .service-div {
     background-color: rgba(128, 128, 128, 0.2);
     border: 1px solid #FFFFFF33;
     border-radius: 10px;
 }

 .service-div img {
     width: 100%;
     height: 210px;
     border: 1px solid #FFFFFF33;
     /* border-radius: 10px; */
 }

 .service-text {
     color: white;
 }

 .service-text h3 {
     font-size: 24px;
     font-weight: 700;
 }

 .button-service {
     padding: 20px 0px;
     clip-path: polygon(10% 0%, 90% 0%, 80% 100%, 0% 100%);
     border: none;
     color: white;
 }

 .button-service button {
     width: 100%;
     height: 40px;
     font-size: 15px;
     border: none;
     font-weight: 700;
     color: white;
     background: linear-gradient(to right, #4244ec, #f61fda);
     text-transform: uppercase;
 }

 .srvice-btn {
     border: none;
     position: relative;
     text-align: center;
     color: white;

     /* clip-path: polygon(10% 0%, 90% 0%, 80% 100%, 0% 100%); */
 }

 .centered {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     font-size: 15px;
     border: none;
     font-weight: 700;
     text-transform: uppercase;
 }

 .srvice-btn img {
     width: 100%;
     height: 40px;
     border: none;
     border-radius: none !important;

 }





 /* ********* Our Services End********** */

 /* **** Our AI Development Services Start *****  */

 .ai-service {
     background:
         linear-gradient(rgb(20 20 48 / 70%), rgb(20 20 48 / 70%)), url(./images/ai-service-bg.png);
     background-size: cover;
     background-position: center;
     z-index: -1;
     height: 280px;
     width: 100%;
     overflow: hidden;
 }

 .ai-service-first-sec img {
     width: 100%;
 }

 .ai-service-first-div h3 {
     color: white;
     font-size: 35px;
     font-family: 'Poppins', sans-serif;
     font-weight: 900;
 }

 .ai-container {
     max-width: 1200px;
     margin-left: auto;
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 30px;
 }

 .ai-text h2 {
     font-size: 36px;
     font-weight: 700;
     line-height: 1.3;
     margin-bottom: 30px;
 }

 .cta-btn {
     display: inline-flex;
     align-items: center;
     background: white;
     padding: 8px 9px;
     border-radius: 30px;
     text-decoration: none;
     color: #000;
     font-weight: 600;
     font-size: 15px;
     transition: all 0.35s ease;
 }

 .cta-btn:hover {
     background: #dcdcdc;
 }

 .ai-text {
     color: white;
 }

 .arrow {
     width: 35px;
     height: 35px;
     margin-left: 12px;
     border-radius: 50%;
     background: #260058;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 19px;
     transition: all 0.35s ease;
 }

 .ai-image img {
     width: 420px;
     border-radius: 12px;
 }

 /* Responsive */
 @media (max-width: 900px) {
     .ai-container {
         flex-direction: column;
         text-align: center;
     }

     .ai-image img {
         width: 300px;
     }
 }

 .ai-image img {
     display: block;
     margin: 0;
 }

 /* **** Our AI Development Services End *****  */
 /* **** result oriented Start *****  */

 .result-oriented-first-div img {
     height: 275px;
 }

 .explore-btn {
     border: none;
     position: relative;
     /* text-align: center; */
     color: white;
 }

 .result-title h3 {
     color: white;
     text-transform: uppercase;
     text-align: left;
 }

 .result-title p {
     color: white;
 }


 .centered-explore-btn {
     position: absolute;
     top: 46%;
     left: 18%;
     transform: translate(-50%, -50%);
     font-size: 15px;
     border: none;
     font-weight: 700;
     text-transform: uppercase;
 }

 .explore-btn img {
     height: 50px;
 }

 .result-oriented-first-div {
     text-align: center;
 }

 .result-oriented-c {
     background-color: rgba(128, 128, 128, 0.2);
     border: 1px solid #FFFFFF33;
     border-radius: 10px;
 }



 /* **** result oriented Start *****  */

 /* **** Case Studies Start*****  */
 .case-studies {
     background-color: rgba(128, 128, 128, 0.2);
     border: 1px solid #FFFFFF33;
     border-radius: 10px;
     color: white;
 }

 .case-studies-div-right {
     background-color: rgba(128, 128, 128, 0.2);
     border: 1px solid #FFFFFF33;
     border-radius: 10px;
     color: white;
 }

 .case-studies-right img {
     width: 100%;
     height: 320px;
     border: 2px solid #FFFFFF;
     border-radius: 10px;
 }

 .case-studies-right h3 {
     text-transform: uppercase;
     font-weight: bold;
     font-size: 25px;
 }

 .case-studies-icon {
     background-color: #B43BFF;
     padding: 5px;
     border-radius: 50%;
     padding-top: 0px;
 }

 .case-studies-icon i {
     font-size: 15px;
 }

 .case-studies-dsn-process {
     background-color: #D187FF33;
     border-radius: 15px;
     height: 180px;
 }

 .case-studies-dsn-process h4 {
     font-size: 1.5rem;
     font-weight: 800;
     font-size: 20px;
 }

 .case-studies-dsn-process p {
     font-size: 13px;
 }

 .case-studies-left-div h4 {
     font-size: 30px;
     font-weight: bold;
 }

 .case-studies-left-div p {
     font-size: 15px;
 }

 .case-studies-sub-title h6 {
     font-weight: bold;
     font-size: 20px;
 }

 .case-studies-sub-titlep p {
     /* padding-bottom: 0px; */
     margin-bottom: 0px;
 }



 /* **** Case Studies End ***** */

 /* ********* Industries  Start**********   */


 .box-area {
     width: 100%;
     height: 80vh;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .box {
     width: 150px;
     height: 400px;
     margin-right: 20px;
     overflow: hidden;
     border-radius: 20px;
     position: relative;
     transition: width 0.6s cubic-bezier(.19, 1, .22, 1);
 }

 .box:last-child {
     margin-right: 0;
 }

 .box::before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background: rgba(0, 0, 0, 0.3);
 }

 .box img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .box i {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     text-align: center;
     line-height: 40px;
     /* background: #fff; */
     position: absolute;
     border: 1px solid white;
     top: 20px;
     right: 10px;
     color: white;
     font-size: 20px;
 }

 /* .box:nth-child(1) i {
     color: #ff5200;
 }

 .box:nth-child(2) i {
     color: #ca470a;
 }

 .box:nth-child(3) i {
     color: #00d9ff;
 }

 .box:nth-child(4) i {
     color: #0077ff;
 } */

 .box h2 {
     position: absolute;
     top: 20px;
     left: 20px;
     font-family: 'Poppins', sans-serif;
     font-size: 25px;
     color: #f6f6f6;
     font-weight: 600;
     opacity: 0;
     transition: opacity 0.4s ease 0.2s;
 }



 .active-slider {
     width: 500px;
 }

 .active-slider h2,
 .active-slider p {
     opacity: 1;
 }










 /* ********* Industries  End**********   */

 /* ******* Power Your Business Start*******  */
 .power-business {
     background: #3f2a4461;
 }

 /* CTA Section Background */
 .cta-section {
     padding: 40px 20px;
     background: #2b0b33;
     /* outer purple shade similar to screenshot */
     display: flex;
     justify-content: center;
 }

 /* Main CTA box */
 .cta-wrapper {
     /* width: 100%;
    max-width: 1100px; */
     padding: 40px 50px;
     border-radius: 20px;
     position: relative;

     background-image:
         linear-gradient(rgba(84, 0, 136, 0.8), rgba(9, 20, 33, 1)),
         url('./images/power-business-bg.png');
     background-size: cover;
     background-position: center;
 }

 /* Icons Left + Right */
 .cta-icon {
     width: 55px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     opacity: 0.85;
 }

 .left-icon {
     left: 25px;
 }

 .right-icon {
     right: 25px;
 }

 /* Content Style */
 .cta-content {
     text-align: center;
     color: #fff;
     max-width: 645px;
     margin: 0 auto;
 }

 .cta-content h2 {
     font-size: 26px;
     line-height: 1.4;
     font-weight: 600;
     margin-bottom: 25px;
 }

 /* CTA Button */
 /* .cta-btn {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 12px 22px;
    border-radius: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    transition: 0.3s;
}

.cta-arrow {
    width: 32px;
    height: 32px;
    margin-left: 12px;
    border-radius: 50%;
    background: #260058;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
}

.cta-btn:hover {
    transform: scale(1.05);
} */
 /* CTA Button */
 .cta-btn {
     display: inline-flex;
     align-items: center;
     background: white;
     padding: 8px 9px;
     border-radius: 30px;
     text-decoration: none;
     color: #000;
     font-weight: 600;
     font-size: 15px;
     transition: all 0.35s ease;
 }

 /* Arrow circle */
 .cta-arrow {
     width: 35px;
     height: 35px;
     margin-left: 12px;
     border-radius: 50%;
     background: #260058;
     color: white;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 19px;
     transition: all 0.35s ease;
 }

 /* HOVER EFFECT */
 .cta-btn:hover {
     background: #260058;
     /* purple */
     color: white;
 }

 /* Arrow also changes on hover */
 .cta-btn:hover .cta-arrow {
     background: white;
     color: #260058;
 }








 /* ******* Power Your Business End*******  */