 @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;
 }

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

 .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;
 }

 .nav-lnk a:hover {
     color: hsl(280deg 73.91% 60.94%) !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: linear-gradient(to right, rgb(111, 66, 236), rgb(246, 31, 218));
     color: white;
 }

 .nav-link:hover {
     color: rgb(111, 66, 236);
 }

 .active {
     /*color: rgb(111, 66, 236);*/
 }

 @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 {
     position: relative;
     top: 60%;
     padding: 20px 20px 20px 0;
     transform: translate(5%, -50%);
     border-radius: 10px;
     width: 100%;
     z-index: 2;
     text-align: left;
 }

 .header-content {
     max-width: 500px;
     color: white;
 }

 .header-text-left h3 {
     font-weight: 700;
     font-size: 45px;
     color: white;
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
 }

 .header-content p {
     font-size: 15px;
     color: white;
     width: 550px;
 }

 .header-third-sec h3 {
     font-size: 45px;
     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-one {
     font-size: 45px;
     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;
     /* font-style: italic; */
     font: italic 45px / 1.2 "Fraunces", serif;
     font-weight: 900;
 }

 .gradient-text {
     font-size: 45px;
     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;
     /* font-style: italic; */
     font: italic 35px / 1.2 "Fraunces", serif;
     font-weight: 900;
 }

 .vertical-text {
     position: absolute;
     right: -60px;
     /* adjust based on your layout */
     top: 40%;
     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; */
 }

 .button1 {
     padding:15px 60px 15px 50px;
     clip-path: polygon(9% 0%, 95% 0%, 86% 100%, 0% 100%);
     border: none;
     color: white;
     background: linear-gradient(to right, #6f42ec, #f61fda);
 }
 .button1 h6{
    font-size: 15px ;
 }

 .button1:hover {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 }

 .button1 h6 {
     text-transform: uppercase;
     font-size: 20px;
    font-weight: bold;
 }

 /* .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;

 } */
 .robot-main {
     z-index: 1;
     padding-top: 5rem;
     padding-right: 0%;
     transform: scale(1.1);
 }

 .robot-main img {
     width: 100%;
     height: auto;
 }

 .marquee {
     white-space: nowrap;
     overflow: hidden;
     width: 100%;
     text-transform: uppercase;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
     padding: 10px auto;
 }

 .marquee-inner {
     display: inline-flex;
     gap: 40px;
     animation: scroll 10s linear infinite;
     padding: 10px;
 }

 @keyframes scroll {
     from {
         transform: translateX(0);
     }

     to {
         transform: translateX(-20%);
     }
 }

 .marquee-inner span {
     display: inline-flex;
     align-items: center;
     font-size: 20px;
 }

 .explore-btn-two {

     display: inline;
     /* clip-path: polygon(10% 0%, 89% 0%, 80% 100%, 0% 100%);
    padding: 20px 0px;
    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; */
 }

 .explore-btn-two img {
     height: 65px;
     width: 240px;




 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
         justify-content: flex-end;
     }
 }

 .navbar-brand {
     padding-left: 20px;
 }

 .explore-btn-header p {
     /* width: 100%; */
     height: 65px;
     width: 240px;
     border: none;
     border-radius: none;
 }

 .explore-btn-header {
     border: none;
     display: inline;
     position: relative;
     text-align: center;
     color: white;
 }

 .explore-btn-header img {
     /* width: 100%; */
     height: 65px;
     width: 240px;
     border: none;
     border-radius: none !important;
 }

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

 .header-third p {
     font-size: 18px;
     color: white;
 }

 .header-third {
     width: 650px;
 }

 .header-third h3 {
     font-size: 30px;
     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%;
     right: 0%;
     bottom: 0%; */
     z-index: 1;
     /* height: 300px; */
 }

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

 /* .robot-img img {
     width: 100%;
 } */
 #scrollElement {
     transition: all 0.3s ease;
     backdrop-filter: blur(10px);
     /* Other initial styles */
 }

 /* Styles when scrolled */
 .scrolled {
     position: fixed;

     z-index: 1000;
     width: 100%;
     backdrop-filter: blur(10px);
     /* padding: 15px 30px; */
     /* Any other styles you want to apply when scrolled */
 }

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

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

     .quote-now-img img {
         width: 100%;
         height: auto !important;
     }

     .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;
     }

     .result-oriented-first-div img {
         height: auto;
         width: 100%;
     }

     .title-btn h3 {
         font-size: 20px
     }

     ;
 }



 .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;
 }
#yearsCounter, #likesCounter, #clientsCounter, #projectsCounter, #clientsCounterTwo {
    transition: all 0.2s ease;
    font-size: 40px;
    font-weight: 900;
    color: white;
}

 .bg-color {
     /*background-color: #14050b;*/
         background: linear-gradient(135deg, #dd00883d, #14050b, #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:hover {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
 }

 .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: -60px;
     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:hover {
     box-shadow: rgb(139, 57, 177) 0px 20px 30px -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%); */
 }
.button-service{
    
    width: 100%;
    clip-path: polygon(7% 0%, 90% 0%, 84% 100%, 0% 100%);
    background: linear-gradient(to right, #6f42ec, #f61fda);

}
 .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: 45px;
     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;
     border-top: 2px solid #6f42ec;
      border-bottom: 2px solid #f61fda;
     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: 1230px;
     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 15px;
     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 !important;
     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;
     padding-top:30px;
 }

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

 @import url("https://fonts.googleapis.com/css?family=Montserrat");

 p span.cursor {
     display: inline-block;
     background-color: #ccc;
     margin-left: 0.1rem;
     width: 3px;
     animation: blink 1s infinite;
 }

 p span.cursor.typing {
     animation: none;
 }

 @keyframes blink {
     0% {
         background-color: #ccc;
     }

     49% {
         background-color: #ccc;
     }

     50% {
         background-color: transparent;
     }

     99% {
         background-color: transparent;
     }

     100% {
         background-color: #ccc;
     }
 }


 /* **** 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:hover {
     box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
     background: linear-gradient(135deg, #6f42ec, #f61fda);
 }

 .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: linear-gradient(to right, #6f42ec, #f61fda);
     /* purple */
     color: white;
 }

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








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

 /* *****Blog **** */


 .product-section {
     position: relative;
     padding: 20px;
 }

 .section-header {
     align-items: center;
     color: #333;
 }

 .slider-buttons {
     text-align: center;
 }

 .slider-buttons button {
     border: none;
     background: white;
     color: rgba(45, 30, 107, 1);
     font-size: 20px;
     cursor: pointer;
     padding: 5px 10px;
     margin: 0 5px;
     transition: 0.3s;
 }

 .slider-buttons button:hover {
     background: linear-gradient(to right, rgb(111, 66, 236), rgb(246, 31, 218)) text;
 }

 .product-slider {
     display: flex;
     overflow-x: auto;
     scroll-behavior: smooth;
     scrollbar-width: none;
 }

 .product-slider::-webkit-scrollbar {
     display: none;
 }

 .product-card {
     background: #fff !important;
     border: 2px solid #030303;
     border-radius: 10px;
     flex: 0 0 32%;
     margin-right: 1%;
     text-align: center;
     padding: 15px;
     transition: transform 0.3s;
     box-sizing: border-box;
 }

 .product-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
 }


 .product-card img {
     width: 100%;
     height: 200px;
     border-radius: 8px;
 }

 .blog-deatils span {
     background: linear-gradient(to right, rgba(174, 78, 234, 1), rgba(223, 54, 114, 1));
     padding: 5px 10px;
     ;
     color: white;
     border-radius: 10px;

 }

 .blog-deatils {
     text-align: left;
 }

 .blog-deatils h6 {
     font-size: 20px;
     font-family: 'Roboto', sans-serif;
     font-weight: 800;
 }

 .blog-deatils p {
     font-size: 14px;

 }

 /* --- Responsive Layout --- */
 @media (max-width: 1024px) {
     .product-card {
         flex: 0 0 30%;
         /* Show 3 per row on tablets */
     }
 }

 @media (max-width: 768px) {
     .product-card {
         flex: 0 0 45%;
         /* Show 2 per row on smaller tablets */
     }
 }

 @media (max-width: 480px) {
     .product-card {
         flex: 0 0 90%;
     }
 }


 .slider-buttons a {
     color: #f3c564;
 }

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

 .deal-detail {
     position: absolute;
     bottom: 10px;
     left: 50%;
     transform: translateX(-50%);
     color: white;
     background-color: rgba(0, 0, 0, 0.3);
     padding: 6px 12px;
     font-weight: 500;
 }

 .deal-div {
     position: relative;
     overflow: hidden;
     cursor: pointer;
     padding: 0px !important;
 }


 .deal-div img {
     width: 100%;
     height: auto;
     transition: transform 0.3s ease;
     /* smooth zoom for the image */
 }

 .deal-div:hover {
     transform: scale(1.1);
     /* Zoom effect */
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
     /* Add box shadow */
 }

 .deal-div:hover img {
     transform: scale(1.1);
     /* Zoom effect for the image */
 }

 /* Desktop – 3 Cards */
 .product-card {
     flex: 0 0 32%;
     margin-right: 2%;
 }

 /* Tablet – 2 Cards */
 @media (max-width: 1024px) {
     .product-card {
         flex: 0 0 45%;
     }
 }

 /* Small Tablet – 2 Cards */
 @media (max-width: 768px) {
     .product-card {
         flex: 0 0 45%;
     }
 }

 /* Mobile – 1 Card */
 @media (max-width: 480px) {
     .product-card {
         flex: 0 0 90%;
     }
 }

 /* ******* Testimonial Start*******  */














 /* ******* Testimonial End*******  */


 /* ******* Get Free Quote Now! Start******* */

 .quote-box {
     margin: 50px auto;
     padding: 40px 30px;
     border: 1px solid #823aff;
     /* border-radius: 8px; */
     text-align: center;
     color: #fff;
     background-color: rgba(128, 128, 128, 0.2);
 }

 .quote-box h2 {
     font-size: 30px;
     font-weight: bolder;
     margin-bottom: 5px;
     font-family: 'Roboto', sans-serif;
 }

 .sub {
     color: white;
     margin-bottom: 25px;
     font-size: 18px;
 }

 .sub .shield {
     margin-right: 5px;
 }

 /* Input Group */
 .input-group {
     position: relative;
     margin-bottom: 15px;
 }

 .input-group input,
 .input-group select,
 .input-group textarea {
     width: 100%;
     padding: 14px 12px 14px 42px;
     /* border-radius: 8px; */
     /* border: none;
    outline: none; */
     background: #fff;
     font-size: 14px;
     border-radius: 10px;
     border-top-left-radius: 10px !important;
     border-bottom-left-radius: 10px !important;
 }

 .input-group textarea {
     height: 70px;
     resize: none;
 }

 .quote-now-img {
     text-align: center;
 }

 /* Icon */
 .input-group .icon {
     position: absolute;
     left: 12px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 16px;
     color: #555;
 }

 .textarea-group .icon {
     top: 30px;
 }

 /* Submit Button */
 .submit-btn {
     /* width: 100%;
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(90deg, #4a00ff, #ff0099);
    transition: 0.3s ease; */
     border: none;
     position: relative;
     text-align: center;
     color: white;
 }

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

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

 .submit-btn:hover {
     opacity: 0.9;
 }

 input {
     border-radius: 10px;
 }

 .icon i {
     color: black;
 }











 /* *******Get Free Quote Now! End******* */







 .campus-life {
     background-color: #14050b;
 }

 .technoloigies-div-content h5 {
     color: linear-gradient(to right, #6f42ec, #f61fda);
 }

 .campus-container {
     display: grid;
     grid-template-columns: 1.2fr 1fr;
     gap: 2rem;
     text-align: left;

 }

 /* Left Panel */
 .campus-features {
     display: flex;
     flex-direction: column;
     gap: 1rem;
     align-items: left;
 }

 .feature {
     display: flex;
     align-items: center;
     gap: 1rem;
     padding: 1.2rem 1.5rem;
     border: linear-gradient(to right, #6f42ec, #f61fda);
     border-image: linear-gradient(to right, #ff6b6b, #256460) 1;
     border-radius: 50px;
     color: white;
     cursor: pointer;
     background-color: rgba(128, 128, 128, 0.2);
     transition: all 0.3s ease;
 }


 .feature.active {
     background: #fff;
     color: #000000;
     border-color: #fff;
     /* font-weight: 600; */
     box-shadow: 0 0 15px rgba(17, 125, 57, 0.5);
 }

 .feature:not(.active):hover {
     background: rgba(255, 255, 255, 0.1);
 }

 /* Right Panel */
 .campus-gallery {
     position: relative;
     width: 100%;
     /* height: 450px; */
     overflow: hidden;
     border-radius: 10px;
 }

 /* .campus-gallery img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
            opacity: 0;
            transform: scale(1.05);
            transition: opacity 0.6s ease, transform 0.6s ease;
        } */

 .campus-gallery img.active {
     opacity: 1;
     transform: scale(1);
     z-index: 2;
 }

 /* Responsive */
 @media (max-width: 850px) {
     .campus-container {
         grid-template-columns: 1fr;
     }

     .campus-gallery {
         height: 300px;
     }
 }

 .gradient-text-techno h5 {
     background: linear-gradient(to right, #6f42ec, #f61fda);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     text-transform: uppercase;
     font: 20px;
     font-weight: 600;
 }

 .technoloigies-div-content p {
     font-size: 14px;

 }

 /* ========Image Animation===== */
 /* @charset "utf-8"; */

 .main-container {
     min-height: 100vh;
     display: flex;
     align-items: center;
     height: 560px;
     overflow: hidden;
 }

 .main-tech {
     margin: 0px auto;
     width: 420px;
     height: 420px;
     position: relative;
 }

 .big-circle {
     height: 100%;
     width: 100%;
     position: relative;
     border: 3px solid #6495f2;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     animation: Rotate 20s linear infinite;
 }

 .icon-block {
     width: 64px;
     height: 64px;
     position: absolute;
     border-radius: 50%;
     display: flex;
     align-items: center;
     padding: 5px;
     justify-content: center;
     background-color: white;
     /* background-image: linear-gradient(180deg, #4967e6 0%, #627bf4 100%); */
     box-shadow: 0 2px 4px 0 #3e5ada;
 }

 .icon-block img {
     margin: 0px auto;
     width: 86%;
     animation: Rotate-reverse 20s linear infinite;
 }

 .icon-block:first-child {
     top: 0;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .icon-block:nth-child(2) {
     top: 50%;
     right: 0;
     transform: translate(50%, -50%);
 }

 .icon-block:nth-child(3) {
     bottom: 0;
     left: 50%;
     transform: translate(-50%, 50%);
 }

 .icon-block:nth-child(4) {
     top: 50%;
     left: 0;
     transform: translate(-50%, -50%);
 }

 .circle {
     animation: circle-rotate 20s linear infinite;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) rotate(45deg);
     width: 75%;
     height: 75%;
     border: 3px solid #6495f2;
     border-radius: 50%;
 }

 .circle .icon-block img {
     animation: img-rotate 20s linear infinite;
 }

 .center-logo {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
 }

 .center-logo img {
     width: 150px;
     height: 150px;
     border-radius: 50%;
 }

 @keyframes Rotate {
     from {
         transform: rotate(0deg);
     }

     to {
         transform: rotate(360deg);
     }
 }

 @keyframes Rotate-reverse {
     from {
         transform: rotate(360deg);
     }

     to {
         transform: rotate(0deg);
     }
 }

 @keyframes circle-rotate {
     from {
         transform: translate(-50%, -50%) rotate(45deg);
     }

     to {
         transform: translate(-50%, -50%) rotate(405deg);
     }
 }

 @keyframes img-rotate {
     from {
         transform: rotate(-45deg);
     }

     to {
         transform: rotate(-405deg);
     }
 }

 /* ****************** Portfolio Start************* */

 /* ********************* Porfolio End************* */



















 /* ******* Footer Style******* */
 .footer-bg {
     background-color: rgba(15, 8, 49, 1);
 }

 footer {
     color: rgba(255, 255, 255, 1);
 }

 .new {
     width: 100%;
 }

 .new input {
        border-radius: 0px;
    padding: 12px 10px;
    border: 2px solid transparent;
    border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;
    width: 250px;
    font-size: 13px;
    background: transparent;
}
/*.new input {*/
/*    border-radius: 0px;*/
/*    padding: 5px 10px;*/
/*    border: 2px solid transparent;*/
/*    border-image: linear-gradient(to bottom, #6f42ec, #f61fda) 1;*/
/* }*/

 .new button {
     border: 2px solid white;
       padding: 12px 21px;
         font-size: 13px;
 }

 .footer-first {
     background-color: rgba(29, 2, 43, 1);
 }

 .vertical-line {
     width: 1px;
     height: 140px;
     background: rgba(255, 255, 255, 0.5);
     padding-left: 0px;
     padding-right: 0%;
 }

 .marquee {
     position: relative;
     width: 100vw;
     max-width: 100%;
     /* height: 200px; */
     overflow-x: hidden;
 }

 /* .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
} */
 .track1 {}

 .track1 img {
     height: 30px;
     margin: 10px;
 }

 .explore-btn {
     display: inline-block;
     position: relative;
     padding: 15px 50px;
     color: white;
     text-decoration: none;
 }

 .explore-btn:before {
     position: absolute;
     z-index: -1;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     content: "";
     border: none;
     background: linear-gradient(to right, #6f42ec, #f61fda);
     width: 100%;
     height: 100%;
     transition: .2s;
     -webkit-backface-visibility: hidden;
 }

 .explore-btn h6 {
     font-weight: bold;
     font-size: 20px;
     color: white;
     margin-bottom: 0px;
     text-transform: uppercase;
     background-clip: text;
     -webkit-background-clip: text;
     /* color: transparent; */
     /* -webkit-text-fill-color: transparent; */
 }

 @keyframes marquee {
     from {
         transform: translateX(0);
     }

     to {
         transform: translateX(-50%);
     }
 }

 .footer-links h3 {
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
     font-weight: 600;
     font-size: 19px;
 }

 .footer-links ul {
     padding-left: 0%;
     list-style-type: none;

 }

 .footer-links a {
     font-size: 14px;
     color:grey;
     text-decoration: none;
 }
.footer-links a:hover{
    color:white;
}
 .footer-deatil p {
     font-size: 14px;
 }

 .footer-deatil-p p {
     margin-bottom: 5px;
 }

 .footer-deatil-p a {
     text-decoration: none;
     color: white;
 }

 .social-media-links h3 {
     text-transform: uppercase;
     font-family: 'Rubik', sans-serif;
     font-weight: 600;
     font-size: 18px;
 }

 .social-media-icon i {
     padding: 5px 7px;
     font-size: 20px;
     border-radius: 50%;
     border: 1px solid white;
     background-color: white;
     color: rgba(65, 10, 99, 1);
     margin: 3px;

 }

 .footer-links-first {
     padding-left: 20px;
 }











 /* ******* Footer End******* */