@font-face {
font-family: Inter-Light;
src: url(../fonts/Inter-Light.woff);
}
@font-face {
font-family: Inter-Medium;
src: url(../fonts/Inter-Medium.woff2);
}
@font-face {
font-family: Inter-Regular;
src: url(../fonts/Inter-Regular.woff);
}
@font-face {
font-family: Inter-SemiBold;
src: url(../fonts/Inter-SemiBold.woff);
}
@font-face {
font-family: Inter-Bold;
src: url(../fonts/Inter-Bold.woff);
}
@font-face {
font-family: SpaceGrotesk-Bold;
src: url(../fonts/SpaceGrotesk-Bold.ttf);
}
@font-face {
font-family: SpaceGrotesk-Light;
src: url(../fonts/SpaceGrotesk-Light.ttf);
}
@font-face {
font-family: SpaceGrotesk-Regular;
src: url(../fonts/SpaceGrotesk-Regular.ttf);
}
@font-face {
font-family: akira;
src: url(../fonts/akira.otf);
}
body header .container {
max-width: 1724px;
}


body{
font-family: Inter-Regular;
overflow-x: hidden;
}

.container{
max-width: 1720px;
}
.landing_page_third_sec .MainHead {
margin-bottom: 23px;
}
.skill-box {
width: 100%;
max-width: 650px;
color: #fff;
font-family: Arial, sans-serif;
}

.skill {
margin-bottom: 25px;
}

.skill span {
font-size: 16px;
font-weight: 500;
}

.skill .percent {
float: right;
}

.progress {
width: 100%;
height: 6px;
background: #333;
border-radius: 5px;
margin-top: 10px;
overflow: hidden;
}

.progress-bar {
height: 100%;
width: 0;
border-radius: 5px;
background: linear-gradient(90deg, #4f46e5, #ec4899);
transition: width 1.5s ease-in-out;
}

.AlignCenter {
align-items: center;
}
.banner_box .TeamExperts {
text-align: center;
padding-top: 10px;
}
.BanSerSlide p {
margin-bottom: 0px;
}
.BanMain {
background-color: #E9E9E9;
position: relative;
padding-bottom: 170px;
}
.PaddTB {
padding: 50px 0;
}
.BanSerSlide p a {
background-color: #404040;
padding: 8px 10px;
text-align: center;
border-radius: 10px;
text-transform: uppercase;
color: #fff;
font-family: Inter-Regular;
font-size: 20px;
min-width: 180px;
width: fit-content;
margin: 0 auto;
display: block;
transition: all 0.5s ease-in-out;
}
.BanSerSlide p a:hover {
background: #e86ca8;
}
#owl_custom12 .owl-dots {
display: none;
}
.SlideMenu ul {
padding: 0;
list-style: none;
display: flex;
column-gap: 25px;
justify-content: end;
margin: 0;
}
.SlideMenu ul li span {
margin-right: 10px;
}
body.index .SlideMenu ul li a {
color: #fff;
font-family: 'Inter-Medium';
}
.SlideMenu ul li a {
text-decoration: none;
display: block;
font-family: Inter-Bold;
text-transform: uppercase;
color: #404040;
font-size: 20px;
transition: all 0.5s ease-in-out;
}
.SlideMenu ul li a:hover {
color: #e86ca8 !important;
}
.BanContent h1 {
color: #1F1F1F;
font-size: 20px;
font-family: Inter-Bold;
text-transform: uppercase;
line-height: 30px;
}
.BanAbtIMD span {
width: 35px;
height: 36px;
display: inline-block;
background: linear-gradient(90deg, #404040, #292929);
text-align: center;
line-height: 36px;
border-radius: 8px;
margin-right: 10px;
color: #fff;
}
.TeamExperts p {
color: #fff;
font-size: 15px;
line-height: 26px;
}
.TeamExperts h3 {
font-size: 20px;
color: #fff;
font-family: 'Inter-Medium';
margin: 15px 0 3px;
}
.BanAbtIMD a {
display: inline-block;
background-color: #fff;
width: 146px;
padding: 5px;
border-radius: 8px;
font-size: 15px;
color: #1F1F1F;
text-decoration: none;
font-family: Inter-Bold;
}
.BanContent {
margin-top: 30px;
}
.BanAbtIMD {
margin-top: 100px;
}
.banner_box {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding-top: 6px;
padding: 7px 30px 0;
}
.HomeThirdSec .col-md-4 img {
width: 100%;
max-height: 672px;
object-fit: cover;
border-radius: 25.09px;
}
.landing_page_third_sec .container .row:not(:last-child) {
align-items: end;
}
.heroSection .container {
max-width: 1724px;
}
body.index header {
border: none;
background: rgba(0, 0, 0, 0.11);
}
.MarqueText marquee {
font-size: 107px;
font-family: SpaceGrotesk-Bold;
color: #1F1F1F;
background-color: transparent;
position: relative;
}
.MarqueText{
position: relative;
}
.BanMain .MarqueText::before {
content: '';
width: 80px;
height: 100%;
display: block;
position: absolute;
top: 0;
left: -10px;
background-image: url('../images/marquee-before.png');
background-repeat: no-repeat;
background-position: center;
z-index: 999;
}
.BanMain .MarqueText::after {
content: '';
width: 80px;
height: 100%;
display: block;
position: absolute;
top: 0;
right: -10px;
background-image: url('../images/marquee-after.png');
background-repeat: no-repeat;
background-position: center;
z-index: 999;
}
.timeline-step {
padding-bottom: 10px;
}
.MarqueText marquee span {
color: #E86CA8;
}
.BanMenu {
background-color: #CFCFCF;
border-radius: 13px;
padding: 35px;
margin-top: -50px;
position: relative;
z-index: 4;
}
/*.BanMenu:after{
content: 'Creative';
font-family: SpaceGrotesk-Bold;
width: 100%;
display: block;
text-align: center;
font-size: 107px;
color: #DED8DB;
position: absolute;
top: -110%;
z-index: 000;
left: 0;
}*/
ul.BanNav {
padding: 0;
list-style: none;
margin: 0;
display: flex;
column-gap: 90px;
}
.Butn  a {
padding: 15px 27px;
}
a {
text-decoration: none;
}
.BanNav li a {
color: #000000;
font-family: Inter-Regular;
font-size: 16px;
}
.BanNav li a:hover{
color: #E86CA8;
}
.MovingRobot img {
width: 100%;
max-width: 498px;
opacity: 0;
transform: translateY(80px);
transition: all 1.2s ease-out;
}

/* Fade-in + upward movement */
.MovingRobot img.animate {
opacity: 1;
transform: translateY(0);
}

/* After fade-in, start floating */
.MovingRobot img.floating {
animation: floatAstronaut 5s ease-in-out infinite;
}

@keyframes floatAstronaut {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
100% {
transform: translateY(0);
}
}


.MarqueText {
position: absolute;
bottom: 20%;
}
.MarqueText {
position: relative;
margin-top: -180px;
z-index: 3;
}
.BanNav .Black a {
background-color: #000;
color: #fff;
border-radius: 6px;
}
.BanNav .Black a i {
position: relative;
right: -15px;
rotate: 312deg;
}
section.HomeSecondSec {
padding: 100px 70px;
background-color: #151515;
background-image: url(../images/check-bg.png);
border-top-left-radius: 70px;
border-top-right-radius: 70px;
margin-top: -58px;
position: relative;
}
.SmallHead h2 {
font-size: 20px;
color: #fff;
font-family: Inter-Regular;
}
.MainHead h2 {
font-family: SpaceGrotesk-Bold;
font-size: 40px;
color: #fff;
text-transform: uppercase;
}
.Para {
font-size: 18px;
color: #fff;
font-family: Inter-Regular;
}
/*div#v-pills-tab {*/
/*    height: 345px !important;*/
/*    flex-direction: row !important;*/
/*    overflow-y: scroll;*/
/*    row-gap: 10px;*/
/*    direction: rtl;*/
/*    justify-content: left;*/
/*    padding-left: 20px;*/
/*    scrollbar-color: #E86CA8 #505050;*/
/*    scrollbar-width: thin;*/
/*}*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: #282828 !important;
}
.nav-pills .nav-link {
padding: 13px 23px;
color: #fff;
font-family: Inter-Regular;
}
.TabContent {
padding: 30px;
background-color: #000;
border-radius: 10px;
}
.TabContent h3 {
font-family: SpaceGrotesk-Bold;
font-size: 30px;
color: #fff;
margin-bottom: 20px;
line-height: 40px;
}
.TabContent .Para {
margin-bottom: 20px;
}
.MarTop{
margin-top: 50px;
}
.TabContent a {
color: #fff;
font-family: SpaceGrotesk-Bold;
padding: 10px 0;
display: inline-block;
}
.Butons {
display: flex;
justify-content: center;
column-gap: 50px;
}
.Butns {
padding: 15px 39px;
border-radius: 6px;
font-family: SpaceGrotesk-Regular;
font-size: 24px;
color: #fff;
display: inline-block;
position: relative;
}
.Pink {
background: #E86CA8;
background: linear-gradient(90deg,rgba(232, 108, 168, 1) 0%, rgba(152, 35, 92, 1) 100%);
}
.Gradiant {
background: #CE5590;
background: linear-gradient(90deg,rgba(206, 85, 144, 1) 0%, rgba(25, 24, 24, 1) 100%);
border: 1px #f2f2f28f solid;
}
.HomeThirdSec {
padding: 150px 0;
background-color: #151515;
position: relative;
}
.landing_page_third_sec {
padding: 150px 0;
background-color: #0A0A0A;
position: relative;
}
.progressBar {
margin: 0 0 75px;
background: #0A0A0A;
border-radius: 25px;
position: relative;
left: -70px;
padding: 15px 14px 15px 40px;
}
.landing_page_third_sec .col-md-3 .Star {
margin-bottom: 144px;
text-align: right;
}
.landing_page_third_sec .col-md-3 .Star img {
width: 116px;
height: 116px;
}
.AboutImg {
text-align: right;
}
.AboutImg img {
width: 100%;
}
/*.HomeThirdSec .container:before {
content: '';
width: 60%;
display: inline-block;
height: 2px;
background-color: #2D2D2D;
position: absolute;
left: 20%;
top: 7%;
}
.HomeThirdSec .container:after {
content: '';
display: inline-block;
width: 28.5px;
height: 28.5px;
background-image: url(../images/wheel_5.png);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 5.7%;
left: 48%;
animation: rotateWheel 2s linear infinite;
}*/
@keyframes rotateWheel {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.Star {
margin-bottom: 30px;
}
.landing_page_third_sec .SmallHead .Star {
margin: 0px;
}
.landing_page_third_sec .SmallHead {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 26px !important;
}
.HomeThirdSec .SmallHead img {
width: 28px;
height: 28px;
}
.HomeThirdSec .SmallHead h2 {
text-transform: uppercase;
margin: 0px;
}
.Star img {
width: 40px;
height: 40px;
animation: rotateStar 3s linear infinite;
}
@keyframes rotateStar {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.mid_sec_bottom_row .col-md-5 {
text-align: right;
}
.mid_sec_bottom_row {
padding-top: 93px;
}
.mid_sec_bottom_row {
padding-top: 93px;
}
.CounterMain {
display: flex;
/*column-gap: 50px;
margin-top: 70px;*/
/*border-top: 1px #2D2D2D solid;*/
/*padding-top: 30px;*/
position: relative;
}
.mid_sec_bottom_row .ConterBox:nth-child(1) {
padding-right: 40px;
margin-right: 30px;
}
.mid_sec_bottom_row .ConterBox:nth-child(2) {
padding-left: 20px;
}
.mid_sec_bottom_row .ConterBox:not(:last-child) {
width: 450px;
display: block;
max-width: max-content;
padding-right: 32px;
}
.mid_sec_bottom_row .ConterBox p {
color: #fff;
}
.service-icon {
display: flex;
}
.service-card {
display: flex;
align-items: flex-start;
justify-content: space-between;
padding: 43px 23px;
border-radius: 20px;
transition: all 0.5s ease-in-out;    
transition: background-color 0.5s ease-in-out;
}

.service-card:hover {
background: linear-gradient(45deg, rgba(40, 40, 40, 1), #000000);
}
.service-card .servicesAncor a {
font-size: 18px;
color: #FFFFFF;
font-family: 'SpaceGrotesk-Regular';
background: transparent;
transition: all 0.5s ease-in-out;
}
.service-card:hover .servicesAncor a {
background: linear-gradient(90deg, rgba(232, 108, 168, 1) 0%, rgba(152, 35, 92, 1) 100%);
}
.servicesSection {
padding: 130px 0 100px;
}
.servicesSection .MainHead .Star img {
width: 28px;
height: 28px;
}
.servicesSection .MainHead h3 {
margin: 0px;
color: #fff;
font-size: 30px;
line-height: 50px;
font-family: 'Inter-Light';
}
.servicesSection .MainHead {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}
.services_card_text h3 {
font-size: 40px;
color: #fff;
font-family: 'SpaceGrotesk-Bold';
line-height: 50px;
}
.services_card_text p {
max-width: 710px;
margin: 0px;
}
.service-icon {
display: flex;
gap: 27px;
align-items: flex-start;
}
.service-icon svg {
margin-top: 10px;
}
.service-card .card_inner_content_para p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3em; /* approx 2 lines */
    transition: max-height 0.5s ease-in-out;
}

.service-card:hover .card_inner_content_para p {
    max-height: 15em; /* enough for 10 lines */
    -webkit-line-clamp: 12;
}
.servicesSection .MainHead {
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.servicesSection .MainHead .Star {
margin: 0px;
}
.servicesSection .Content {
text-align: center;
padding: 13px 0 0;
}
.servicesSection .container {
max-width: 1374px;
}
.mid_right_bottom_text .Butons {
width: -webkit-fill-available;
justify-content: end;
}
.mid_right_bottom_text {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 30px;
}
.mid_sec_bottom_row .ConterBox:nth-child(3) {
position: relative;
right: -60px;
}
/*.CounterMain:before{
content: '';
display: inline-block;
width: 16.5px;
height: 16.5px;
background-image: url(../images/wheel-small.png);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: -5%;
left: 44.5%;
animation: rotateWheel 2s linear infinite;
}*/
.HomeThirdSec .SmallHead {
margin-bottom: 50px;
}
.HomeThirdSec .MainHead {
margin-bottom: 50px;
}
.HomeThirdSec .Para {
margin-bottom: 30px;
}
.Content a {
font-size: 18px;
color: #fff;
font-family: SpaceGrotesk-Regular;
display: inline-block;
margin-top: 50px;
}
.BordRight {
border-right: 1px #2D2D2D solid;
}
.banner_box .ConterBox {
padding-right: 0px;
}
.banner_box .ConterBox p {
color: #fff;
margin: 0px;
}
.ConterBox h4 {
font-size: 80px;
color: #fff;
font-family: SpaceGrotesk-Bold;
line-height: 90px;
}

.ConterBox p {
font-size: 17px;
color: #5E5E5E;
line-height: 28px;
font-family: Inter-Light;
}
.AbtContent {
margin-top: 70px;
margin-left: 70px;
padding-bottom: 50px;
border-bottom: 1px #2D2D2D solid;
position: relative;
}
.AbtContent h3 {
font-family: SpaceGrotesk-Bold;
font-size: 40px;
color: #fff;
}
.AbtContent p {
font-size: 18px;
color: #fff;
font-family: 'Inter-Light';
}
.AbtContent:before{
content: '';
display: inline-block;
width: 16.5px;
height: 16.5px;
background-image: url(../images/wheel-small.png);
background-size: cover;
background-repeat: no-repeat;
position: absolute;
top: 95.5%;
left: 45%;
animation: rotateWheel 2s linear infinite;
}
/*.HomeFourthSec {*/
/*    padding-top: 150px;*/
/*    padding-bottom: 70px;*/
/*    background-color: #151515;*/
/*    position: relative;*/
/*    border-radius: 0px 0px 37px 37px;*/
/*    margin-bottom: -40px;*/
/*  z-index:99;*/
}
.HomeFourthSec .MainHead h2 {
font-size: 80px;
line-height: 90px;
}
.HomeFourthSec .MainHead {
text-align: center;
}
.PinkButn a {
font-size: 24px;
padding: 25px 86px;
background: linear-gradient(to bottom, #E86CA8, #98235C);
position: relative;
color: #fff;
font-family: SpaceGrotesk-Regular;
top: -20px;
border-radius: 50px;
display: inline;
}
span.Icon {
background: linear-gradient(to bottom, #222222, #030303);
height: 65px;
width: 65px;
display: inline-block;
border-radius: 50%;
line-height: 60px;
position: absolute;
left: 8px;
top: 8px;
margin-right: 20px;
}
/*.HomeFourthSec:after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 97px;*/
/*    position: absolute;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: 999;*/
/*    bottom: -30px;*/
/*    box-shadow: 0px 33px 27px #000;*/
/*}*/
.PortfolioImg {
margin-bottom: 30px;
overflow: hidden;
}
.PortfolioImg img {
width: 100%;
height: 380px;
transition: all 1.5s 
ease-in-out;
}
.PortfolioImg img:hover {
transform: scale(1.5);
}



.logo-slider {
display: flex;
gap: 25px;
}

.column {
width: 177px;
height: 900px;
overflow: hidden;
position: relative;
padding: 0 10px;
}

.slide-track {
display: flex;
flex-direction: column;
}

/* Common slide styling */
.slide {
background: #fff;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
height: 220px;
margin: 10px 0;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* Animations */
.column.up .slide-track {
animation: scroll-up 40s linear infinite;
}

.column.down .slide-track {
animation: scroll-down 40s linear infinite;
}

/* Upward motion */
@keyframes scroll-up {
0% { transform: translateY(0); }
100% { transform: translateY(-50%); }
}

/* Downward motion */
@keyframes scroll-down {
0% { transform: translateY(-50%); }
100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
.logo-slider {
gap: 15px;
}

.column {
width: 120px;
height: 400px;
}

.slide {
height: 100px;
}

.slide img {
width: 60px;
}
}
.HomeFifthSec {
background-color: #000;
padding: 70px 0;
position: relative;
}
.HomeFifthSec .MarqueText {
position: relative;
margin: 0px;
}
.HomeFifthSec .MarqueText marquee {
background-color: #000;
color: #fff;
}
.HomeFifthSec .MarqueText:before {
content: '';
display: inline-block;
width: 100%;
height: 97px;
position: absolute;
background-size: cover;
background-repeat: no-repeat;
top: 0;
z-index: 999;
left: 0;
box-shadow: 0px -48px 36px #000000;
}
.HomeSixthSec {
background-color: #000;
padding: 70px 0;
position: relative;
overflow: hidden;
}

.HomeSixthSec::before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-image: url(../images/home_steps_bg.png);
background-position: center top;
background-size: cover;
}

/* Animation Keyframes */
@keyframes bgMove {
0% {
transform: translateY(0);
}
100% {
transform: translateY(-20px); /* jitna move karwana ho utna adjust karein */
}
}

.HomeSixthSec::after {
content: '';
width: 100%;
height: 100%;
display: block;
background-image: url('../images/steps_sec_robot.png');
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
z-index: 0;
opacity: 0.6;
filter: grayscale(1);
animation: bgMove 2s ease-in-out infinite alternate;
}   
.HomeSixthSec .Star {
text-align: center;
}
.HomeSixthSec .MainHead {
text-align: center;
}
.HomeSixthSec .Content {
text-align: center;
margin-top: 30px;
}









.process-section {
position: relative;
padding: 120px 0 0 0;
overflow: hidden;
z-index: 9999;
}

.timeline-container {
position: relative;
width: 100%;
max-width: 1100px;
margin: 0 auto;
}

/* --- Timeline Line --- */
.timeline-line {
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%) rotate(
0deg); /* diagonal line */
width: 3px;
height: 100%;
background: rgba(255, 255, 255, 0.15);
overflow: hidden;
border-radius: 5px;
}

.timeline-fill {
position: absolute;
bottom: 0;
width: 100%;
height: 0%;
background: linear-gradient(180deg, #ff2a8a, #ff66b2);
border-radius: 5px;
}

/* --- Timeline Steps --- */
.timeline-step {
position: relative;
display: flex;
}

/*.timeline-step .dot {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background: #ff2a8a;*/
/*  color: #fff;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-weight: 600;*/
/*  z-index: 5;*/
/*  box-shadow: 0 0 12px #ff2a8a99;*/
/*}*/

.timeline-step .box {
background: linear-gradient(179deg, rgba(34, 34, 34, 1), rgba(27, 26, 26, 1));
border-radius: 10px;
padding: 25px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
position: relative;
margin: 100px 0 50px;
padding-top: 75px;
transition: all 1.5s ease-in-out;
}

.box h3 {
font-size: 15px;
color: #fff;
margin-bottom: 10px;
letter-spacing: 0.5px;
}

.box p {
font-size: 13px;
color: #ccc;
line-height: 1.5em;
}

.box .duration {
display: inline-block;
margin-top: 10px;
font-size: 12px;
background: rgba(255, 255, 255, 0.1);
color: #ff66b2;
padding: 5px 8px;
border-radius: 6px;
}

/* Position adjustments for each step */
.step1 .dot { top: 0%; }
.step2 .dot { top: 40%; }
.step3 .dot { top: 80%; }

.step1 .box { top: -10px; }
.step2 .box { top: 0px; }
.step3 .box { top: 10px; }

.timeline-step.step1.Step1 {
justify-content: end;
}
.timeline-step.step3.Step3 {
justify-content: end;
}
.Step1 .box {
margin-top: 70px;
}
.Step2 .box {
margin-top: 70px;
}
.Step3 .box {
margin-top: 70px;
}





.testimonial-wrapper {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
padding: 80px 0;
}

.testimonial-container {
text-align: center;
width: 1170px;
position: relative;
rotate: 180deg;
margin-top: 400px;
}

.image-arc {
position: relative;
height: 280px;
right: 94px;
}

.testimonial-image {
position: absolute;
width: 80px;
height: 80px;
border-radius: 50%;
overflow: hidden;
border: 3px solid #222;
transform: translate(-50%, -50%);
transition: all 0.5s ease;
filter: grayscale(100%);
cursor: pointer;
z-index: 1;
rotate: 180deg;
}

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

.testimonial-image.active {
filter: grayscale(0%);
border-color: #ff4d94;
z-index: 10;
transform: translate(-50%, -50%) scale(1.2);
}

.testimonial-content {
min-height: 200px;
padding: 20px;
rotate: 180deg;
position: absolute;
top: -59%;
left: 0%;
transform: translate(-50%, -100%);
width: 100%;
max-width: 550px;
}

.quote-icon {
font-size: 60px;
color: #ff4d94;
margin-bottom: 10px;
}

.testimonial-text {
font-size: 18px;
color: #ccc;
line-height: 1.6;
opacity: 0;
transition: opacity 0.8s ease;
margin: 0 auto 15px;
}

.testimonial-text.active {
opacity: 1;
}

.stars {
font-size: 22px;
color: #ffd700;
margin-bottom: 8px;
}

.author {
font-size: 14px;
color: #888;
text-transform: uppercase;
letter-spacing: 1px;
}

@media (max-width: 768px) {
.testimonial-container {
width: 95%;
margin-top: 300px;
}

.testimonial-image {
width: 55px;
height: 55px;
}

.testimonial-image.active {
transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-text {
font-size: 16px;
}
}
.btn-group {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
height: auto;
width: auto;
}
.btn-group div {
display: inline-block;
margin: 5px;
padding: 15px 25px;
background-color: #222;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}



nav {
position: fixed;
background-color: #222;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
nav ul {
margin: 0;
padding: 0;
}
nav ul li {
list-style-type: none;
}
nav ul li a {
text-decoration: none;
color: #fff;
display: block;
padding: 10px 20px;
text-align: center;
font-size: 20px;
}


.Ham{
cursor: pointer;
}

nav.left,
nav.right {
height: 100%;
width: 250px;
}
nav.left {
top: 0;
left: -250px;
}
nav.left.active {
left: 0;
}
nav.right {
top: 0;
right: -250px;
}
nav.right.active {
right: 0;
}



/*nav.top,*/
/*nav.bottom {*/
/*  height: 100px;*/
/*  width: 100%;*/
/*}*/
/*nav.top {*/
/*  top: -100px;*/
/*  left: 0px;*/
/*}*/
/*nav.top.active {*/
/*  top: 0;*/
/*}*/
nav.bottom {
bottom: -100px;
left: 0;
}
nav.bottom.active {
bottom: 0;
}
nav.top ul,
nav.bottom ul{
text-align: center;
}
nav.top ul li,
nav.bottom ul li {
display: inline-block;
padding: 20px 25px;
}

/* Habib Pro Tag */
.habibpro {
position: absolute;
bottom: 10px;
right: 10px;
padding: 15px 30px;
background-color: #212121;
color: #fff;
box-shadow: -2.5px 5px 5px #555;
font-family: 'Raleway', sans-serif;
letter-spacing: 3px;
display: inline-block;
text-decoration: none;
}
.habibpro:hover {
background-color: #FFC107;
color: #222;
-webkit-transition: .5s;
-moz-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.MenuMainBody {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 0;
opacity: 0;
overflow: hidden;
background: linear-gradient(360deg, #e86ca8 -35%, #000 24%, #000 25%);
z-index: 999999;
transition: height 1s ease, 
opacity 1s ease;
}
.MenuMainBody.active {
height: 152px;
opacity: 1;
overflow: visible;
}
.MenuMainBody .container {
max-width: 100%;
}
nav.top.MenuMainBody button {
border-radius: 50%;
width: 55px;
height: 55px;
font-size: 24px;
color: #ffffff;
background-color: transparent;
outline: none;
box-shadow: 0 -3px 6px 0px #e86ca84d;
font-family: 'Inter-Regular';
border: none;
border: 1px solid #ff6b9d;
}
body .mobilenavMenu {
display: none !important;
}
body .desktopnavMenu {
display: block !important;
}
.MenuLogo {
display: flex
;
align-items: center;
justify-content: space-between;
margin-top: 40px;
}
.index nav.top.MenuMainBody img.logoWhite {
display: block;
}
.MenuMainBody ul {
text-align: center;
list-style: none;
margin: 0;
padding: 0;
margin-top: 0;
display: block;
}
.MenuMainBody ul li {
padding: 0 !important;
margin-bottom: 10px;
display: inline-block !important;
}
.MenuMainBody ul li a {
text-decoration: none;
text-transform: capitalize;
font-size: 18px;
padding: 5px 15px;
font-family: 'SpaceGrotesk-Bold';
}
/*.MenuMainBody .container {*/
/*    max-width: 1320px;*/
/*}*/
.HomeSeventhSec {
background: #151515;
position: relative;
}
.HomeSeventhSec .container {
position: relative;
z-index: 999;
}
.HomeSeventhSec::before {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
background-image: url('../images/review-sec-bg.png');
background-position: center;
background-size: cover;
}
.HomeSeventhSec .row {
padding-top: 100px;
align-items: center;
}
.HomeSeventhSec .row .col-md-6:not(:first-child) {
text-align: right;
}
.HomeSeventhSec .row .col-md-6:not(:first-child) p.para {
padding-bottom: 38px;
}
.step1, .step2, .step3 {
opacity: 0;
transform: translateY(30px);
transition: all 0.6s ease-out;
}

.step1.visible, .step2.visible, .step3.visible {
opacity: 1;
transform: translateY(0);
}
.portfolioImg img {
border-radius: 10px;
}
.ServiceInnerImg{
border-radius: 10px;
}

.TestimonialMain .row {
padding: 0;
}
.TestimonialContent {
text-align: center;
padding: 50px 0;
}
.TestimonialContent i {
font-size: 75px;
color: #ff4d94;
margin-bottom: 30px;
}
.TestimonialContent img {
border: 4px #f74b8f solid;
border-radius: 50%;
width: 33% !important;
margin: 0 auto;
}
.TestimonialContent p {
font-size: 18px;
font-family: 'Inter-Regular';
margin-top: 30px;
}
.TestimonialContent h4 {
color: #827A7A;
font-size: 16px;
line-height: 26px;
}
.MobTestimonail{
display: none;
}
svg.Ham rect, .SlideMenu ul li a span svg rect {
transition: all 0.5s ease-in-out;
}
svg.Ham:hover rect {
fill: #e86ca8;
}
.SlideMenu ul li a:hover span svg >rect {
fill: #e86ca8;
}
.SlideMenu ul li a:hover span svg g rect {
fill: #000;
}
a.whatsapp-float {
position: fixed;
right: 1%;
bottom: 2%;
z-index: 9999;
}
a.whatsapp-float img {
width: 60px;
}








.desktopnavMenu li {
position: relative;
}
.MenuMainBody ul.submenu {
transform: translateY(-10px);
opacity: 0;
visibility: hidden;
position: absolute;
top: 100%;
left: 0;
background: #000;
min-width: 200px;
list-style: none;
padding: 15px 15px;
box-shadow: 0 2px 17px #ff6b9d30;
transition: all 0.3s ease-in-out;
text-align: left;
margin-top: 12px;
border-radius: 13px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.MenuMainBody ul.submenu li a {
padding: 8px 15px;
white-space: nowrap;
}
.MenuMainBody ul.submenu li a:hover {
color: #ff6b9d;
}
.MenuMainBody ul li:hover ul.submenu {
transform: translateY(0);
opacity: 1;
visibility: visible;
}






















section.LandingPageContactSecMain {
padding: 80px 0;
}
.landingPageForMain {
background-image: url(../images/landing-page-form-bg.png);
background-position: center center;
background-repeat: no-repeat;
background-size: 100% 100%;
padding: 50px;
}
.landingPageForMain .form-inner-heading {
text-align: left;
position: relative;
}
.landingPageForMain .form-inner-heading p {
margin: 0;
}
img.GirlArt {
position: absolute;
top: 119.5%;
left: -5.5%;
}
#LandingPageContactForm .form-group {
margin-bottom: 40px;
}



/* SLIDER CONTAINER */
.slider-container {
/* background: rgba(30, 41, 59, 0.8); */
/* border-radius: 12px; */
padding: 25px 0px;
/* position: relative; */
/* overflow: hidden; */
}

/* SLIDER ROWS */
.slider-row {
height: 291px;
margin: 20px 0;
position: relative;
overflow: hidden;
border-radius: 8px;
display: flex;
align-items: center;
}

/* ROW 1 - LOGOS LTR */
.row-1 {
/*background: rgba(59, 130, 246, 0.05);*/
}

/* ROW 2 - TEXT CENTER */
.row-2 {
/*background: rgba(34, 197, 94, 0.05);*/
justify-content: center;
height: 90px;
}

/* ROW 3 - LOGOS RTL */
.row-3 {
/*background: rgba(239, 68, 68, 0.05);*/
}

/* SLIDER TRACKS */
.slider-track {
display: flex;
position: absolute;
height: 100%;
align-items: center;
white-space: nowrap; /* Ye line break rok dega */
}

/* LOGO SLIDE */
.logo-slide {
height: 291px;
width: 375px;
margin: 0 20px;
/* background: white; */
/* border-radius: 10px; */
display: flex;
align-items: center;
justify-content: center;
transition: all 0.5s ease;
position: relative;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
padding: 15px;
flex-shrink: 0; /* Ye width maintain rakhega */
}

.logo-slide:hover {
transform: translateY(-5px);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.logo-img {
/* max-width: 100%; */
/* max-height: 100%; */
/* object-fit: cover; */
/* filter: grayscale(30%); */
/* transition: filter 0.3s ease; */
width: 100%;
}

.logo-slide:hover .logo-img {
filter: grayscale(0%);
}

/* TEXT SLIDE - AB SINGLE LINE MEIN */
.text-slide {
font-size: 60px;
padding: 0 0px;
letter-spacing: 3px;
height: 100%;
display: flex;
align-items: center;
color: #fff;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
white-space: nowrap; /* Line break nahi hogi */
flex-shrink: 0; /* Width maintain rakhega */
font-family: 'SpaceGrotesk-Bold';
}

/* SLOW ANIMATIONS */
@keyframes slideLTR {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}

@keyframes slideRTL {
0% {
transform: translateX(-50%);
}
100% {
transform: translateX(0);
}
}

@keyframes slideCenter {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}

/* SLOW SPEEDS */
.track-1 {
animation: slideLTR 130s linear infinite;
}

.track-2 {
animation: slideCenter 130s linear infinite;
}

.track-3 {
animation: slideRTL 130s linear infinite;
}

/* PAUSE ON HOVER */
.slider-row:hover .slider-track {
animation-play-state: paused;
}

.slider-row:hover .logo-slide {
transform: scale(1.05);
}

/* FOOTER INFO */
.footer-info {
text-align: center;
margin-top: 30px;
color: rgba(255, 255, 255, 0.6);
font-size: 0.85rem;
line-height: 1.5;
}

.highlight {
color: #60a5fa;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
.slider-row {
height: 95px;
}

.row-2 {
height: 80px;
}

.logo-slide {
height: 70px;
width: 160px;
margin: 0 15px;
}

.text-slide {
font-size: 2rem;
padding: 0 35px;
}
}

@media (max-width: 768px) {
.main-heading {
font-size: 1.6rem;
margin-bottom: 25px;
}

.slider-container {
padding: 20px 10px;
}

.slider-row {
height: 80px;
margin: 15px 0;
}

.row-2 {
height: 70px;
}

.logo-slide {
height: 60px;
width: 130px;
margin: 0 12px;
padding: 10px;
}

.text-slide {
font-size: 1.6rem;
padding: 0 25px;
letter-spacing: 2px;
}

/* Even slower on mobile */
.track-1 { animation-duration: 130s; }
.track-2 { animation-duration: 130s; }
.track-3 { animation-duration: 130s; }
}

@media (max-width: 480px) {
.logo-slide {
width: 110px;
margin: 0 10px;
}

.text-slide {
font-size: 1.3rem;
padding: 0 15px;
letter-spacing: 1px;
}

/* Text ko mobile pe bhi single line mein rakhne ke liye */
.track-2 {
animation-duration: 40s; /* Mobile pe thora teez */
}
}

/* Extra small screens ke liye */
@media (max-width: 360px) {
.text-slide {
font-size: 1.1rem;
padding: 0 10px;
}
}
.LandingPageFooterBody h3{
font-size: 100px;
line-height: 120px;
text-transform: uppercase;
font-family: akira;
}
.LandingPageFooterBody h3 span {
background: linear-gradient(90deg, rgba(120,92,237,1) 0%, rgba(160,50,165,1) 64%, rgba(212,53,93,1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.LandingPageFooterBody {
text-align: center;
}
footer.LandingPageFooterMain {
padding: 80px 0;
}
.LandingPageFooterBody p {
font-size: 20px;
line-height: 30px;
margin-bottom: 50px;
font-family: 'Inter-Regular';
}
.LandingPageFooterBott {
border-top: 1px #2D2D2D solid;
padding: 30px 0;
}
.ScocialLinks h4 {
color: #fff;
font-family: 'Inter-Medium';
font-size: 25px;
margin-bottom: 30px;
}
.ScocialLinks ul {
padding: 0;
list-style: none;
margin: 0;
display: flex;
gap: 30px;
align-items: center;
}
.ScocialLinks ul li a {
color: #fff;
text-decoration: none;
font-size: 24px;
display: inline-block;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
border-radius: 50%;
background-color: #17191B;
}
.FooterColphon {
text-align: right;
}
.FooterColphon p {
color: #727272;
font-size: 17px;
font-family: 'Inter-Light';
}
.show{
display: none;
}
.service-card:hover .servicesAncor .show{
display: block;
}
.service-card:hover .servicesAncor .hide{
display: none;
}
.error-msg {
display: none;
color: #e63946;
font-size: 13px;
margin-top: 5px;
}
.form-group.invalid .error-msg {
display: block;
}
.form-group.invalid input,
.form-group.invalid textarea {
border-color: #e63946;
}
