

/* SIGNATURE FONT INCLUDE START */
/* @font-face {
    font-family: BrittneySignature;
    src: url(../fonts/BrittneySignature.otf);
    src: url(../fonts/BrittneySignature.ttf);
} */
/* @font-face {
    font-family: Shadeerah;
    src: url(../fonts/Shadeerah.ttf);
} */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    background: white !important;
    font-size: 16px !important;
    padding-top: 80px; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}

p {
    font-family: "Plus Jakarta Sans", sans-serif;
    
}

span {
    font-family: "Plus Jakarta Sans", sans-serif;
}

ul {
    font-family: "Plus Jakarta Sans", sans-serif;
}

li {
    font-family: "Plus Jakarta Sans", sans-serif;
}

a {
    font-family: "Plus Jakarta Sans", sans-serif;
}
button{
    font-family: "Plus Jakarta Sans", sans-serif;
}
input{
    font-family: "Plus Jakarta Sans", sans-serif;
}
textarea{
    font-family: "Plus Jakarta Sans", sans-serif;
}

/* ***************** HEADER STYLES START ***************** */
/* .wrapper-header{
    width: calc(100% - 200px);
    display: block;
    margin: 0 auto;
} */
.wrapper-header .navbar{
    width: 100%;
    padding: 0 50px;
    display: flex;
    margin: 0 auto;
    background: white !important;
    z-index: 99999999999999999999999 !important;
}

.bg-light {
    background: transparent !important;
    z-index: 999999;
}

.logo-img {
    width: 170px;
}

.navbar-toggler-icon {
    background-image: url(../img/burger-icon.svg) !important;
}

.navbar-toggler {
    box-shadow: 0 0 0 0 !important;
    outline: 0 !important;
}

.navbar-brand {
    padding: 15px 0;
}

.img-social-media-genrl {
    width: 40px;
}

/* ***************** HEADER STYLES END ***************** */
.about-me-img {
    /* border: 3px solid #00b5a9;
    padding: 8px; */
}


.icon-graphic {
    width: 50px;
}

.icon-web {
    width: 60px;
}

.wrap-img-icon {
    min-height: 70px;
}

.icon-phone {
    width: 30px;
}

.icon-uiux {
    width: 60px;
}

.navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}


.download-resume-link {
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    color: white;
    padding: 15px 40px 15px;
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 100px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: unset !important;
    border: 1px solid #00b5a9;
    transition: 0.3s ease-in-out;

}

.download-resume-link .ti-download {
    font-size: 22px;
    padding-right: 20px;

    position: relative;
    margin: 0 auto;
    text-align: center;
    animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;

}

.download-resume-link:hover {
    color: white;
    border: 1px solid white;
    transition: 0.3s ease-in-out;
}

.btn-contact-submit {
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    color: white;
    padding: 10px 40px 10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 22px;
    border-radius: 100px;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: unset !important;
    border: 1px solid #00b5a9;
    transition: 0.3s ease-in-out;

}

.gradient-text{
    background-image: linear-gradient(90deg, #511dc0, #ff524e);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    
}
.btn-contact-submit:hover {
    color: white;
    border: 1px solid white;
    transition: 0.3s ease-in-out;
}
.arc-content-background-blur {
    background-color: rgb(186, 155, 252);
    filter: blur(300px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: -999999 !important;
    width: 500px;
    height: 200px;
    display: flex;
}
/* .arc-content-background-blur {
    background-color: rgb(186, 155, 252);
    filter: blur(180px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: none;
    z-index: 99999999 !important;
    width: 300px;
    height: 130px;
    display: flex;
} */
.arc-content-background-blur-hero{
    background-color: rgb(186, 155, 252);
    filter: blur(300px);
    border-radius: 100%;
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: -999999 !important;
    width: 500px;
    height: 200px;
    display: flex;
}
.btn-case-studies{
    margin-left: 15px !important;
}
.btn-header-nav{
    width: 150px !important;
}
.btn-header-nav::before {
    background: #ffffff !important;
}
.btn-case-studies::before {
    background: #e6ecf6 !important;
}
.hero-actions{
    margin-top: 50px;
}
.wrapper-status-indicator{
    margin-bottom: 15px;
}
.status-indicator {
    position: relative;
    width: 13px;
    height: 13px;
    margin-right: 25px;
  }
  
  .status-dot {
    width: 13px;
    height: 13px;
    background-color: #22c55e; /* green */
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 0;
  }
  
  /* Ripple animation */
  .status-indicator::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-color: rgba(34, 197, 94, 0.6);
    border-radius: 100%;
    animation: ripple 1.2s infinite ease-out;
    left: -1px;
    top: 3px;
  }
  .hero-small-desc {
    display: block;
    max-width: 950px;
    width: 100%;
    font-size: 20px;
    margin: 15px auto 30px;
    font-weight: 400;
    color: black;
}

#portfolio{
    /* background: #e4eef5 !important; */
    background: #eeecf9 !important;
}  





  @keyframes ripple {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }
    100% {
      transform: scale(2.5);
      opacity: 0;
    }
  }


@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.icon-genrl-style-footer {
    width: 20px;
    margin: 0 10px;
}

.custom-mb {
    margin-bottom: 5px;
}

#home {
    position: relative;
}

.custom-navbar {
    position: fixed;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}

.input_form img {
    width: 30px;
    font-size: 20px;
    color: #D8D8D8;
    position: absolute;
    top: 10px;
    z-index: 5;
    left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

::placeholder {
    color: black;
}

.alert-success {
    position: fixed;
    top: 100px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #155724;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
    border: 1px solid #c3e6cb;
    background-color: #d4edda;
    letter-spacing: 1px;
    width: 90%;
    z-index: 999999999999999999999999 !important;
}

.heading-genrl {
    display: block;
    width: 100%;
}

/* ===================== HEADING STYLE START ===================== */
.wrap-heading {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}



.wrap-heading h2 {
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: unset !important;
    font-size: 52px;
}
.wrapper-project-item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}
.project-thumbnail{
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.2s ease;
}
.wrapper-project-item:hover .project-thumbnail{
    transform: scale(1.2);
}
.wrapper-tags{
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translateY(-80px);
    transition: 0.2s ease-in-out;
}
.wrapper-project-item:hover .wrapper-tags{
    transform: translateY(0px);
    transition: 0.2s ease-in-out;
}
.wrapper-tags span{
    font-size: 14px;
    color: #0c0407;
    background: white;
    border-radius: 100px;
    padding: 6px 12px;
    font-weight: 700;
    margin-right: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.wrapper-overlay-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 250px;
    padding: 70px 30px 30px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    transform: translateY(140px);
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}
.wrapper-project-item:hover .wrapper-overlay-content{
    transform: translateY(0px);
    transition: 0.2s ease-in-out;
}
.wrapper-overlay-content .project-title{
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.wrapper-overlay-content .project-small-desc{
    color: white;
    font-size: 16px;
    margin-bottom: 0;
}
.project-title:hover{
    text-decoration: underline;
}
.goto-detail{
    background: #ffffff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    padding: 10px;
}
/* .goto-detail img{
    filter: invert(100%);
} */


/* .wrap-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    height: 5px;
    border-radius: 100px;
    width: 100px;
    background: rgba(0, 181, 169, .3);
}



.wrap-heading h2:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 0;
    height: 5px;
    border-radius: 100px;
    width: 35px;
    background: rgba(0, 181, 169, 1);
} */



.wrap-heading span {
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 6rem;
    line-height: 1;
    font-weight: 900;
    color: rgba(25, 29, 43, .6);
    display: inline-block;
    text-transform: uppercase;
    z-index: -1;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.wrap-heading span.span-services {
    color: #1f2231;
}

.wrap-heading span.how-i-do {
    color: #1f2231;
}

/* ===================== HEADING STYLE END ===================== */


.wrap-service-item {
    border: 1px solid #174445;
    border-top: 5px solid #174445;
    padding: 30px;
    background: #0f121b;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    margin-bottom: 30px;
}

.wrap-service-item:hover {
    border-top-color: #00b5a9;
}

.service-icon-genrl {
    width: 50px;
    margin-bottom: 20px;
}

.style-signature-font {
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: unset !important;
    -webkit-text-stroke: 0.8px !important;
}

/* Active nav link */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #6c4fab !important; /* ← your brand color */
  font-weight: 600;
}

/* Optional: underline effect */
.navbar-nav .nav-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6c4fab;
  margin-top: 4px;
}
.wrapper-navigation .nav-link {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(26, 24, 30);
}
.wrapper-navigation .nav-link-contact:hover {
    border: 1px solid white;
    transition: 0.3s ease-in-out;
}

#testimonials {
    padding: 100px 0;
}

.wrapper-navigation .nav-link-contact:hover {
    color: white !important;
}

.social-media a {
    height: 40px;
    width: 40px;
    padding: 20px 10px;
}

.form-control-genrl {
    color: white !important;
    color: #00b5a9 !important;
    font-size: 16px !important;
}

.form-control-genrl::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    color: white !important;

}

.form-control-genrl:focus {
    background-color: transparent;
}

.about-me-content .about-info-icon-genrl {
    width: 25px;
    display: inline-block;
    margin-right: 10px;
}

.how-container-inner {
    padding: 50px 0 100px;
}

.project_container {
    width: 100%;
}

.fb {}

.twt {}

.g-plus {}

.linkedin {}

.behance {}

.insta {}



.row-testimonial-inner {
    background: #1a1d2b;
    padding: 50px 0 40px;
    border-top: 5px solid #174445;
    transition: 0.3s ease-in-out;
}

.row-testimonial-inner:hover {
    border-top: 5px solid #00b5a9;
    transition: 0.3s ease-in-out;
}

.testimonial {
    text-align: center;

}

.wrap-testimonial-description {
    position: relative;
}

.icon-testmonial-left {
    /* position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    height: auto; */
    position: absolute;
    left: 20px;
    top: -55px;
    width: 160px;
    height: auto;
    opacity: 0.2;

}

.icon-testmonial-right {
    position: absolute;
    right: 0;
    top: 80px;
    width: 30px;
    height: auto;

}

.description-testimonial {
    color: white;
    font-size: 19px !important;
    line-height: 28px;
    margin-bottom: 0px;
    padding: 20px 60px;
}




.pic {
    width: 94px;
    height: 94px;
    margin: 0 auto;
}

.pic img {
    width: 100%;
    height: auto;
    border-radius: 100px;
    border: 1px solid #00b5a9;
    padding: 4px;
}

.testimonial-title {
    font-size: 22px;
    color: #fff;
    font-weight: bolder;
    text-transform: capitalize;
    padding-top: 18px;
}

.testimonial-designation {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #00b5a9;
    margin-top: 5px;
    display: block;
    font-size: 22px;
    -webkit-text-stroke: 0.5px;
}


.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #00b5a9;
}

.owl-theme .owl-controls .owl-page span {
    opacity: 1;
}

.contact {
    position: relative;
}

.img-man-using-laptop {
    position: absolute;
    left: 0;
    top: -100px;
    width: 400px;

}

.img-email-icons-bg {
    position: absolute;
    left: 400px;
    right: 0;
    top: 10px;
    width: 630px;
    z-index: 999;
    transform: rotate(-5deg);
    opacity: 0.2;
}

.img-thumbs-up {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 230px;
    z-index: 999;
}

/* SUCCESS MESSAGE STYLES START */
.container-success-message {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    border: 1px solid #05b4a9;
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    z-index: 9999;
    padding: 25px;
    z-index: 9999;
    border-radius: 10px;
}

.success-message {
    font-size: 20px !important;
    color: white !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.text-success {
    font-size: 38px !important;
    color: white !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-text-stroke: 1px;
}

.wrap-icon-close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    padding-top: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.wrap-icon-close i {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* SUCCESS MESSAGE STYLES END */

/* ERROR MESSAGE STYLES START */
.container-error-message {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    border: 1px solid #05b4a9;
    background-image: linear-gradient(315deg, #00b5a9, #01637f);
    z-index: 9999;
    padding: 25px;
    z-index: 9999;
    border-radius: 10px;
}

.error-message {
    font-size: 20px !important;
    color: white !important;
    text-align: center !important;
    margin-top: 10px !important;
}

.text-error {
    font-size: 38px !important;
    color: white !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    -webkit-text-stroke: 1px;
}

.wrap-icon-close {
    position: absolute;
    top: -13px;
    right: -13px;
    background: white;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    padding-top: 3px;
    cursor: pointer;
    box-shadow: 0px 0px 3px black;
}

.wrap-icon-close i {
    color: black;
    font-size: 15px;
    font-weight: bold;
}

/* ERROR MESSAGE STYLES END */

.loader-img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100px;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 25px;

}
#Layer_2{
    fill: white;
    width: 18px;
    margin-left: 20px;
}
.custom-container{
    width: calc(100% - 100px);
    display: block;
    margin: 0 auto;
}


:root {
    --outer-size: 1519px;
    --ec-gap: 284px;
    --logo-s: 56px;
    --logo-m: 80px;
    --logo-l: 120px;
    --gap-2: 140px;
    --gap-3: 280px;
}
/* body{
    height: 1500px;
} */
#tools-technologies {
    height: calc(var(--outer-size) / 2);
    overflow: clip;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 100px 0;
    width: 100%;
}
.arc-wrap {
    width: var(--outer-size);
    position: relative;
    left: 0;
}
.arc {
    position: relative;
    overflow: clip;
    border-radius: 50%;
}
.arc-1 {
    animation-name: rotate-3;
    width: var(--outer-size);
    height: var(--outer-size);
    view-timeline-inset: 50%;
    animation-fill-mode: both;
    animation-timeline: view(block);
    transform-origin: 50% 50%;
    margin: auto;
}
.arc-1:after {
    content: '';
    display: block;
    width: calc(var(--outer-size) - var(--logo-s) - 5px);
    height: calc(var(--outer-size) - var(--logo-s) - 5px);
    margin: auto;
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    position: absolute;
    top: calc(var(--logo-s) / 2);
    left: calc(var(--logo-s) / 2);
}
.logo-wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.int-link {
    z-index: 2;
}
.int-logo {
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 #fff;
    border-collapse: collapse;
}
.arc-2 {
    animation-name: rotate-2;
    animation-fill-mode: both;
    animation-timeline: view(block);
    view-timeline-inset: 50%;
    transform-origin: 50% 50%;
    width: calc(var(--outer-size) - var(--gap-2));
    height: calc(var(--outer-size) - var(--gap-2));
    top: calc((var(--outer-size) - (var(--gap-2) / 2)) * -1) !important;
    left: 0 !important;
    z-index: 999;
    margin: auto;
}
.arc-2 .logo-wrap {
    width: 120%;
    margin: 0 -10%;
}
.arc-2:after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    width: calc(var(--outer-size) - (var(--gap-2) * 2));
    height: calc(var(--outer-size) - (var(--gap-2) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-2) / 2);
    left: calc(var(--gap-2) / 2);
}
.arc-3 {
    animation-name: rotate-1;
    view-timeline-inset: 0%;
    animation-fill-mode: both;
    animation-timeline: view(block);
    transform-origin: 50% 50%;
    top: calc((var(--outer-size) * 2 - var(--gap-3)) * -1);
    left: 0;
    width: calc(var(--outer-size) - var(--gap-3));
    height: calc(var(--outer-size) - var(--gap-3));
    z-index: 9999;
    margin: auto;
}
.arc-3 .logo-wrap {
    width: 80%;
    margin: 0 auto;
}
.arc-3:after {
    content: '';
    display: block;
    margin: 0 auto;
    position: absolute;
    width: calc(var(--outer-size) - (var(--gap-3) * 2));
    height: calc(var(--outer-size) - (var(--gap-3) * 2));
    border-radius: 50%;
    border: 2px solid rgba(186, 155, 252, .15);
    top: calc(var(--gap-3) / 2);
    left: calc(var(--gap-3) / 2);
}
.int-1 {
    transform: translateY(calc(var(--outer-size) / 4.2)) translateX(95px);
}
.int-2{
    transform: translateY(calc(var(--logo-s) * 2.6)) translateX(0);
}
.int-3{
    transform: translateY(calc(var(--logo-s) / 5)) translateX(0);
}
.int-4 {
    transform: translateY(calc(var(--logo-s) / 5)) translateX(0);
}
.int-5 {
    transform: translateY(calc(var(--logo-s) * 2.6)) translateX(0);
}
.int-6 {
    transform: translateY(calc(var(--outer-size) / 4.2)) translateX(-95px);
}
.int-7 {
    transform: translateY(410px) translateX(215px);
}
.int-8 {
    transform: translateY(185px) translateX(65px);
}
.int-9 {
    transform: translateY(50px) translateX(0);
}
.int-10{
    transform: translateY(50px) translateX(0);
}
.int-11 {
    transform: translateY(185px) translateX(-65px);
}
.int-12 {
    transform: translateY(410px) translateX(-215px);
}
.int-13 {
    transform: translateY(190px) translateX(125px);
}
.int-14 {
    transform: translateY(75px) translateX(0);
}
.int-15 {
    transform: translateY(190px) translateX(-125px);
}
.size-l {
    width: var(--logo-l);
    height: var(--logo-l);
}
.size-m {
    width: var(--logo-m);
    height: var(--logo-m);
}
.size-s {
    width: var(--logo-s);
    height: var(--logo-s);
}
.wrap-arc-content{
    position: absolute;
    bottom: 100px;
    max-width: 500px;
    align-items: center;
    gap: var(--space-space8);
    z-index: 99999999;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--space-space5);
    width: 100%;
    padding: 0;
    flex-grow: 0;
    justify-content: center;
    text-align: center;
}
.wrap-arc-content-inner__title {
    text-align: center;
    line-height: 63px;
    z-index: 1;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 0;
}
.wrap-arc-content-inner__smallDesc {
    font-size: 17px;
    text-align: center;
    letter-spacing: -0.36px;
    line-height: 26px;
    z-index: 1;
    font-weight: normal;
    /* font-family: lufga; */
    display: block;
    width: 100%;
    margin: 15px 0 15px;
}

.arc-lines-overlay-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 9999999999;
}

@keyframes rotate-3 {
    0% {
        transform: rotate(-15deg);
    }
    
    100% {
        transform: rotate(15deg);
    }
}
@keyframes rotate-2 {
    0% {
        transform: rotate(15deg);
    }
    
    100% {
        transform: rotate(-15deg);
    }
}
@keyframes rotate-1 {
    0% {
        transform: rotate(-25deg);
    }
    100% {
        transform: rotate(25deg);
    }
}

/* Button Hover Styles Start */
.wrap-arc-content-inner__btn {
    display: inline-block;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: unset;
    font-size: 18px;
    color: white;
    padding-block: 14px;
    padding: 18px 30px;
    position: relative;
    z-index: 1;
    font-style: normal;
    /* font-family: lufga; */
    transition: background-color 0.3s ease-in-out;
    margin: 10px auto;
    text-decoration: none;
}
.wrap-arc-content-inner__btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #0c0407;
    transition: all .3s;
    z-index: -1;
    border-radius: 15px;
}
.wrap-arc-content-inner__btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #019d91;
    z-index: -2;
    border-radius: 15px;
}
.wrap-arc-content-inner__btn:hover{
    color: #fff;
}
.wrap-arc-content-inner__btn:hover::before{
    width: 100%;
}
/* Button Hover Styles End */







/* Extra Large screens (≥1200px) */





.about-tagline-mobile{
    display: none;
}







.skills{
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.skills li{
    background: transparent;
    color: #0c0407;
    border: 1px solid #0c0407;
    font-size: 15px;
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    font-weight: 500;
    margin: 0 3px 10px 3px;

}
/* .btn-case-studies svg{
    width: 25px;
    margin-right: 5px;
}
.btn-case-studies span{
    display: inline-flex !important;
} */

.clients-section {
    padding: 100px 0;
    background: #f2f6fd;
  }
  
  .clients-wrapper {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
  }
  
  .clients-track {
    display: flex;
    width: max-content;
    animation: scrollLogos 10s linear infinite;
  }
  
  .client-logo {
    flex: 0 0 auto;
    width: 160px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    height: 110px;
    padding: 10px;
    border-radius: 20px;
  }
  
  .client-logo img {
    max-width: 100%;
    height: auto;
    /* filter: grayscale(100%); */
    /* opacity: 0.7; */
    transition: all 0.3s ease;
  }
  
  .client-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
  }
  
  /* Pause animation on hover */
  .clients-wrapper:hover .clients-track {
    animation-play-state: paused;
  }
  
  /* Animation */
  @keyframes scrollLogos {
    from {
        transform: translate3d(0, 0, 0);
      }
      to {
        transform: translate3d(-50%, 0, 0);
      }
  }

  .services {
    padding: 100px 0;
  }
  .wrapper-main-services{

  }
  .services-wrapper {
    position: relative;
    height: auto; /* IMPORTANT: gives scroll room */
  }
  
  .service-card {
    position: sticky;
    top: 120px; /* base offset */
    min-height: 300px;
    height: auto;
    margin-bottom: 30px;
    background: white;
    border: 7px solid #edf2fb;
    border-radius: 16px;
    padding: 24px 24px 15px 24px;
    z-index: -1 !important;
  }

  .service-card:nth-child(1) {
    top: 120px;
    z-index: 1;
  }
  
  .service-card:nth-child(2) {
    top: 160px;
    z-index: 2;
  }
  
  .service-card:nth-child(3) {
    top: 200px;
    z-index: 3;
  }
  
  .service-card:nth-child(4) {
    top: 240px;
    z-index: 4;
  }
  
  .service-card:nth-child(5) {
    top: 280px;
    z-index: 5;
  }
  .service-card:nth-child(6) {
    top: 320px;
    z-index: 6;
  }
  .wrapper-service-left{
    position: sticky;
    top: 120px; /* same as right column */
  }
  h2.service-title {
    font-size: 28px;
}
  
  .services-checklist{
    list-style: none;
    padding-left: 0;
  }
  .services-checklist li{
    line-height: 35px;
    font-weight: 500;
  }
  .services-checklist li img{
    width: 22px;
    margin: -5px 9px 0 0;
  }
  .custom-divider{
    margin: 20px 0;
  }
  .main-heading{
    font-size: 50px;
    font-weight: bold;
  }
  .section-padding{
    padding: 100px 0;
  }

  .wrap-stat-item {
    height: 220px;
    width: 100%;
    border-radius: 20px;
    /* background: #f2f6fd; */
    background: #ffffff;
    padding: 30px;
}
  .wrap-item-stat-big{
    height: 220px;
    width: 100%;
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
    }
    .wrap-stat-item h2{
        font-size: 20px;
        font-weight: 500;
        color: #0c1f24;
        margin: 0 0 5px 0;
    }
    .wrap-stat-item p{
        line-height: 20px;
        margin-bottom: 5px;
    }
    .wrap-stat-item img {
        width: 45px;
        margin-bottom: 7px;
        margin-top: 18px;
    }
    .wrap-stat-item .count{
        font-weight: 600;
        font-size: 40px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .stats {
        display: flex;
        gap: 60px;
        justify-content: center;
        margin: 50px 0;
      }
      
      .stat h2 {
        font-size: 48px;
        font-weight: 700;
      }
      .counter-suffix-small{
        font-weight: 600;
        font-size: 18px;
        margin-left: 5px;
      }
      .counter-suffix {
        font-weight: 400;
        font-size: 40px;
        margin-top: -10px;
        display: inline-flex;
    }
        .counter-suffix.percent{
            margin-top: 0;
        }
      .wrap-stat-item-inner{
        display: inline-flex;
        justify-content: center;
        align-items: center;
      }
    .row-stats-top{
        margin-bottom: 30px;
    }
    .wrap-item-stat-big img{
        width: 100%;
        height: 220px;
        object-fit: cover;
    }
    .relative-div{
        position: relative;
    }
    .wrapper-overlay-content-stats{
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        padding: 30px;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .stat-small-desc{
        color: white;
        font-size: 34px;
        margin: 0;
        font-weight: 600;
        text-align: center;
        line-height: 40px;
        padding: 0 50px;
        text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    }
    .wrap-stat-item .count span{
        font-size: 16px;
        justify-content: center;
        display: flex;
        align-items: center;
        font-weight: 700;
        margin-left: 10px;
        margin-top: 10px;
    }
    .wrap-item-stat-big-consultation{
        height: 220px;
        width: 100%;
        border-radius: 20px;
        /* background: #e8e0ff; */
        /* background-image: linear-gradient(90deg, rgb(81, 29, 192), rgb(255, 82, 78)); */
        background-image: linear-gradient(130deg, rgb(231 223 251), rgb(205 233 255));
        overflow: hidden;
        padding: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
    .title-book-consultation{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .wrap-free-consultation span{
        background: #0c1f24;
        color: white;
        padding: 3px 15px;
        border-radius: 100px;
        font-weight: 500;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9px;
    }
    .book-consult-small-desc{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
    }
    .action-book-consultation{
        background: white;
        width: 55px;
        height: 55px;
        border-radius: 100px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: 0.2s ease-in-out;
        cursor: pointer;
    }
    .action-book-consultation img {
        width: 22px;
        height: auto;
        transform: rotate(-45deg);
    }
    .wrap-item-stat-big-consultation:hover .action-book-consultation{
        transform: scale(1.2);
        transition: 0.2s ease-in-out;
    }
    .project-title-detail-page {
        font-size: 40px;
        font-weight: 500;
        margin-bottom: 13px;
        line-height: 70px;
    }
    .wrap-back-button{
        width: 50px;
        height: 50px;
        border-radius: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        margin: 50px 10px 40px 0;
        display: inline-flex;
    }
    .wrap-back-button img {
        width: 18px;
        height: auto;
        
    }
    .back-to-home {
        font-size: 16px;
        font-weight: 500;
        
    }
    .wrapper-project-snaps{
        margin-top: 30px;
    }
    .wrap-project-summary{
        background: #edf2fb;
        width: 100%;
        border-radius: 16px;
        padding: 30px;
        position: sticky;
        top: 120px; /* same as right column */
        /* color: white; */
    }
    .project-summary-ul{
        padding-left: 0px;
        list-style: none;
    }
    .project-summary-ul li{
        margin-bottom: 30px;
    }
    .summary-title{
        margin-bottom: 0;
    }
    .summary-value{
        margin-bottom: 0;
    }
    .project-summary-ul li:last-child{
        margin-bottom: 0;
    }
    .wrapper-loader-inner{
        position: relative;
    }


    
      .wrapper-tools{
        list-style: none;
        padding: 0;
        margin-top: 12px;

      }
      .wrapper-tools li{
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 0;
        /* cursor: pointer; */
      }
      .wrapper-tools li img{
        width: 40px;
        height: auto;
      }
      .tools{
        list-style: none;
        padding: 0;
        margin-top: 12px;

      }
      .tools li{
        margin-right: 10px;
        display: inline-block;
        margin-bottom: 10px;
        /* cursor: pointer; */
      }
      .tools li img{
        width: 60px;
        height: auto;
      }
      .wrapper-project-tags{
        list-style: none;
        padding: 0;
        margin-top: 10px;
      } 
      .wrapper-project-tags li{
        padding: 2px 7px;
        margin-right: 5px;
        display: inline-block;
        margin-bottom: 7px;
        background: black;
        color: white;
        border-radius: 3px;
      }




      .work-process {
        width: 100%;
        padding: 100px 0;
        display: flex;
        justify-content: center;
        background: #f2f6fd;
      }
      
      .process-wrapper {
        display: flex;
        justify-content: space-between;
        width: 1200px;      /* adjust as needed */
        position: relative;
        height: 2000px;     /* tall enough for sticky scroll */
      }
      
      /* Columns */
      .process-column {
        width: 30%;
        position: relative; /* sticky works relative to parent */
      }
      
      /* Steps */
      .process-step {
        position: sticky;
        top: 150px;
        transition: all 0.3s ease;
      }
      
      /* Diagonal offsets: move steps progressively lower */
      .col1 .process-step { top: 150px; margin-top: 0; }   /* Step1: top */
      .col2 .process-step { top: 150px; margin-top: 200px; } /* Step2: diagonal below */
      .col3 .process-step { top: 150px; margin-top: 400px; } /* Step3: diagonal even lower */
      
      /* Z-index for stacking during scroll */
      .col1 .process-step { z-index: 0; }
      .col2 .process-step { z-index: 0; }
      .col3 .process-step { z-index: 0; }
      
      /* Mobile fallback */
      

      .step-count{
        font-size: 24px;
        font-weight: 500;
        margin-top: 7px;
      }
      .wrap-process-content{
        border-bottom: 1px solid #a4a9b3;
        padding-bottom: 30px;
        margin-bottom: 30px;
      }
      .step-title{
        margin-bottom: 15px;
        font-weight: 800;
      }
      .step-small-desc{
        margin-bottom: 0;
      }
      .step-image{
        border-radius: 16px;
        width: 100%;
        height: 350px;
        object-fit: cover;
      }
      .wrap-about-summary {
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        display: block;
        margin: 20px auto 40px;
        padding: 0 50px;
    }
      .testimonial-iframe {
        width: 100%;
        max-width: 100%;
        height: 350px;
        border: 0;
        /* margin-top: 6px;
        margin-left: 6px; */
    }
      
      .wrapper-testimonial-item {
        /* background-image: linear-gradient(90deg, #511dc0, #831165);
        color: white; */
        margin-bottom: 30px;
        border-radius: 16px;
        overflow: hidden;
        background-color: #e7ebf5;
    }
    /* .rtl-testimonial{
        background-image: linear-gradient(-90deg, #511dc0, #831165);
    } */
    .testimonial-detail{
        padding: 50px;
    }
    .testimonial-feedback{
        font-size: 17px;
        font-weight: 500px;
    }
    .testimonial-contact-person{
        margin-top: 40px;
    }
    .testimonial-contact-person h4{
        font-size: 20px;
        font-weight: bold;
    }
    .testimonial-contact-person p{
        font-size: 16px;
        font-weight: 500;
    }
    .ytp-impression-link{
        display: none !important;
    }
    .html5-video-player a{
        display: none !important;
    }


    #contact-form .form-control {
        position: relative;
        font-size: 16px;
        line-height: 26px;
        color: #707070;
        display: table-cell;
        width: 100%;
        padding: 30px 20px;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    
      .btn-primary:disabled {
        color: #fff;
        background-color: black;
        opacity: 0.5;
      }
      .btn-submit-contact-form {
        height: 65px !important;
        padding: 10px 30px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-top: -8px;
        min-width: 160px;
        border: 0 !important;
        font-size: 17px;
        font-weight: 500;
      }
      .btn-submit-contact-form:hover{
        background: #0c0407;
      }
      
      .btn-submit-contact-form{
        background: black;
        color: white;
      }
      .contact-form-section{
        padding: 100px 0;
        background: #f2f6fd !important;
      }
      .contact-info{
        padding: 70px 0;
        background: #241b4b !important;
        color: #fff;
        text-align: center;
      }
      .contact-info h4{
        text-transform: uppercase;
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-size: 14px;
      }
      .contact-info h3{
        font-size: 22px !important;
      }
      .ytp-impression-link{
        display: none !important;
      }
      .wrapper-contact-no{
        display: flex;
        margin-top: 30px;
        align-items: center;
      }
      .wrapper-contact-no .wrap-image {
        margin-right: 13px;
        background: #e0d7fb;
        width: 55px;
        height: 55px;
        border-radius: 15px;
        padding: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .wrapper-contact-no .lbl-call{
        margin-bottom: 0;
        font-size: 14px;
        color: #607797;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .wrapper-contact-no .phone{
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 800;
    }
    .tooltip-inner {
        font-size: 16px; /* adjust as needed */
        font-weight: 500;
    }
    .section-small-desc{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 30px;
        display: block;
        margin: 20px auto 40px;
        max-width: 1000px;
    }
    .get-in-touch-tagline{
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        margin-bottom: 30px;
        display: block;
        margin: 10px auto 40px;
    }
    .lbl-trusted-by{
        font-size: 30px;
        margin-top: 40px;
    }
    .clients-endorsement{
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
        margin-bottom: 30px;

    }
    .copy_my_text {
        font-size: 16px;
        color: black;
    }
    .copy_my_text a {
        font-weight: 700;
        color: black;
    }
    footer{
        background: #eeecf9 !important;
    }
    /* .social-media img{
        border-radius: 20px;
    } */


    .visuallyHidden {
        position: absolute; 
        overflow: hidden; 
        clip: rect(0 0 0 0); 
        height: 1px; width: 1px; 
        margin: -1px; padding: 0; border: 0; 
    }
    .hamburger {
        width: 24px;
        height: 24px;
        position: relative;
        cursor: pointer;
    }
    
    .hamburger .bar {
        width: 24px;
        height: 2px;
        background-color: black;
        display: block;
        border-radius: 2px;
        position: absolute;
        left: 0;
        transition: all 0.3s ease;
    }

    .bar1 {
        top: 4px;
    }
    
    .bar2,
    .bar3 {
        top: 13px;
    }
    
    .bar4 {
        top: 22px;
    }

    /* HAMBURGER 1 */
    .checkbox1:checked + label .bar1 {
        transform: rotate(45deg);
        top: 11px;
    }
    
    .checkbox1:checked + label .bar2 {
        opacity: 0;
    }
    
    .checkbox1:checked + label .bar3 {
        opacity: 0;
    }
    
    .checkbox1:checked + label .bar4 {
        transform: rotate(-45deg);
        top: 11px;
    }
    
    .wrapper-header .navbar{
        padding-bottom: 0px;
        /* box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); */
    }
    .wrap-hamberger-icon{
        display: none;
    }
    
    .text_start_center{
        top: 45%;
    }
    .work-process{
        padding: 100px 0;
    }
    #home .navbar-nav .nav-item {
        padding: 0;
    }
    .wrapper-navigation .nav-link {
        padding: 10px 15px !important;
    }
    .portfolio{
        padding: 100px 0;
    }
    .wrapper-tools-technologies{
        padding: 70px 0;
    }
    ul.tools{
        list-style: none;
        padding: 0;
        text-align: center;
    } 
    .technologies-desktop-only{
        display: block;
    }
    .testimonial-thumb-desktop-only{
        display: block;
    }
    .ai-stat-desktop-only{
        display: block;
    }
    .free-consultation-desktop-only{
        display: block;
    }
    .testimonial-thumb-mobile-only{
        display: none;
    }
    .tool-mobile-only{
        display: none;
    }
    .container {
        max-width: 1400px;
    }
    .wrapper-project-detail .custom-container{
        width: calc(100% - 100px);
    }
    .button--hyperion{
        padding: 1.1rem 1.1rem !important;
        border: 1.2px solid #000 !important;
    }
    .project-detail-iframe{
        width: 100% !important;
        box-shadow: 0 0 0 0 !important;
        outline: 0 !important;
        object-fit: cover;
        height: 700px !important;
        border: 0 !important;
        padding: 0;
        /* margin-top: -25px !important; */
    }

    /* GSAP HORIZONTAL SCROLL START */
    .horizontal-section {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }
    .wrapper {
        display: flex;
        height: 100vh;
        align-items: center;
    }
    .panel {
        min-width: 500px;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: white;
    }
    .panel:nth-child(1) { background: #111; }
    .panel:nth-child(2) { background: #4f46e5; }
    .panel:nth-child(3) { background: #9333ea; }
    .panel:nth-child(4) { background: #0ea5e9; }
    
    /* GSAP HORIZONTAL SCROLL END */
    

    @media (max-width: 575px) {
        .wrap-hamberger-icon{
            display: block !important;
        }
        .wrap-hamberger-icon label{
            margin-bottom:  0 !important;
        }
        .header_top {
            background-size: 100% 100%;
        }
    
        .wrapper-header {
            width: calc(100% - 0px);
    
        }
    
    
        .wrapper-navigation a {
            border-bottom: 1px solid #00847b;
            text-align: center;
            font-size: 14px !important;
        }
    
        .nav-link-contact {
            margin-top: 20px;
        }
    
        .img-social-media-genrl {
            width: 30px;
        }
    
        .wrap-heading h2 {
            font-size: 40px;
        }
    
        .wrap-heading span {
            display: none;
        }
    
        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }
    
        .about-me-content {
            margin-top: 30px;
        }
    
        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }
    
        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }
    
        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }
    
        .img-man-using-laptop {
            display: none;
        }
    
        .img-email-icons-bg {
            display: none;
        }
    
        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }
    
        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }
    
        .our-pros-sec {
            background: #1b1d2b;
        }
    
        .description-testimonial {
            font-size: 17px !important;
        }
        .wrapper-header .navbar{
            padding: 0 20px;
        }
        .logo-img {
            width: 130px;
        }
        .navbar-light .navbar-toggler {
            border: 0 !important;
        }
        .custom-container {
            width: calc(100%);
        }
       
        .cd-headline{
            display: none;
        }
        #home .navbar-nav .nav-item {
            padding: 10px 0;
        }
        #home .navbar-nav .nav-item {
            padding: 0px 0;
        }
        .wrapper-navigation a {
            padding: 15px 0;
            border-bottom: 1px solid #dce3e3;
    
        }
        .btn-header-nav{
            margin-top: 30px !important;
        }
        .wrapper-header .navbar{
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        }
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 20px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 12px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 15px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }
    
        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        .header_top {
            height: auto !important;
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
        .wrapper-navigation .nav-link {
            font-weight: 500 !important;
        }
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }
    
        .description:before,
        .description:after {
            font-size: 25px;
        }
        .wrap-stat-item{
            text-align: center;
            background: white;
            border-radius: 20px;
            padding: 30px 0;
            margin-bottom: 15px;
        }
        .wrap-stat-item h2 {
            margin: 10px 0 7px 0;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 16px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 700;
            font-size: 50px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 350px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        .ai-stat-desktop-only{
            display: none;
        }
        .free-consultation-desktop-only{
            display: none;
        }
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .process-step{
            margin-bottom: 30px;
        }
        .service-title {
            font-size: 32px;
        }
        .project-title-detail-page {
            font-size: 34px;
            font-weight: 500;
            margin-bottom: 14px;
            line-height: 40px;
        }
        .wrapper-project-detail .custom-container {
            width: calc(100% - 50px) !important;
        }
        .wrap-project-summary {
            background: white;
            margin: 50px 0;
            padding: 0;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }
        .wrap-stat-item img{
            margin-top: 0;
        }
    }

    
    


      @media (min-width: 576px) and (max-width: 767px){
        .wrap-hamberger-icon{
            display: block !important;
        }
    
        .header_top {
            background-size: 100% 100%;
        }
    
        .wrapper-header {
            width: calc(100% - 0px);
    
        }
    
    
        .wrapper-navigation a {
            border-bottom: 1px solid #00847b;
            text-align: center;
            font-size: 14px !important;
        }
    
        .nav-link-contact {
            margin-top: 20px;
        }
    
        .img-social-media-genrl {
            width: 30px;
        }
    
        .wrap-heading h2 {
            font-size: 40px;
        }
    
        .wrap-heading span {
            display: none;
        }
    
        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }
    
        .about-me-content {
            margin-top: 30px;
        }
    
        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }
    
        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }
    
        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }
    
        .img-man-using-laptop {
            display: none;
        }
    
        .img-email-icons-bg {
            display: none;
        }
    
        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }
    
        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }
    
        .our-pros-sec {
            background: #1b1d2b;
        }
    
        .description-testimonial {
            font-size: 17px !important;
        }
        .wrapper-header .navbar{
            padding: 0 30px;
        }
        .logo-img {
            width: 70px;
        }
        .navbar-light .navbar-toggler {
            border: 0 !important;
        }
        .custom-container {
            width: calc(100%);
        }
       
        .cd-headline{
            display: none;
        }
        #home .navbar-nav .nav-item {
            padding: 10px 0;
        }
        #home .navbar-nav .nav-item {
            padding: 0px 0;
        }
        .wrapper-navigation a {
            padding: 15px 0;
            border-bottom: 1px solid #dce3e3;
    
        }
        .btn-header-nav{
            margin-top: 30px !important;
        }
        .wrapper-header .navbar{
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        }
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 60px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 13px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 15px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }
    
        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        .header_top {
            height: auto !important;
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
        .wrapper-navigation .nav-link {
            font-weight: 500 !important;
        }
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }
    
        .description:before,
        .description:after {
            font-size: 25px;
        }
        .wrap-stat-item{
            text-align: center;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 17px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 700;
            font-size: 50px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 350px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        .ai-stat-desktop-only{
            display: none;
        }
        .free-consultation-desktop-only{
            display: none;
        }
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }

      }
      @media (min-width: 768px) and (max-width: 991px){
        .wrap-hamberger-icon{
            display: block !important;
        }
    
        
        .header_top {
            background-size: 100% 100%;
        }
    
        .wrapper-header {
            width: calc(100% - 0px);
    
        }
    
    
        .wrapper-navigation a {
            border-bottom: 1px solid #00847b;
            text-align: center;
            font-size: 14px !important;
        }
    
        .nav-link-contact {
            margin-top: 20px;
        }
    
        .img-social-media-genrl {
            width: 30px;
        }
    
        .wrap-heading h2 {
            font-size: 40px;
        }
    
        .wrap-heading span {
            display: none;
        }
    
        .wrap_about img {
            display: block;
            margin: 0 auto;
            border-radius: 10px;
        }
    
        .about-me-content {
            margin-top: 30px;
        }
    
        .about-me-desc {
            font-size: 14px !important;
            line-height: 1.4;
            font-weight: lighter;
        }
    
        .personal-summary .row .custom-mb {
            margin-bottom: 0;
        }
    
        .personal-summary .row .custom-mb strong,
        .personal-summary .row .custom-mb span {
            font-size: 14px;
        }
    
        .img-man-using-laptop {
            display: none;
        }
    
        .img-email-icons-bg {
            display: none;
        }
    
        .img-thumbs-up {
            top: -115px;
            width: 150px;
            opacity: 0.5;
        }
    
        .icon-testmonial-left {
            position: absolute;
            left: 7px;
            top: -35px;
            width: 90px;
            height: auto;
            opacity: 0.2;
        }
    
        .our-pros-sec {
            background: #1b1d2b;
        }
    
        .description-testimonial {
            font-size: 17px !important;
        }
        .wrapper-header .navbar{
            padding: 0 30px;
        }
        .logo-img {
            width: 70px;
        }
        .navbar-light .navbar-toggler {
            border: 0 !important;
        }
        .custom-container {
            width: calc(100%);
        }
       
        .cd-headline{
            display: none;
        }
        #home .navbar-nav .nav-item {
            padding: 10px 0;
        }
        #home .navbar-nav .nav-item {
            padding: 0px 0;
        }
        .wrapper-navigation a {
            padding: 15px 0;
            border-bottom: 1px solid #dce3e3;
    
        }
        .btn-header-nav{
            margin-top: 30px !important;
        }
        .wrapper-header .navbar{
            box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
        }
        .btn-header-nav{
            margin-bottom: 30px !important;
        }
        .wrapper-status-indicator{
            margin-top: 60px;
        }
        .skills li.mobile{
            display: none;
        }
        .main-heading {
            font-size: 40px;
        }
        .gradient-text{
            font-size: 13px;
        }
        .clients-section {
            padding: 50px 0;
        }
        .wrap-stat-item{
            margin-bottom: 15px;
        }
        .wrap-item-stat-big-consultation{
            height: auto !important;
            margin-bottom: 15px !important;
        }
        .stat-small-desc {
            
            font-size: 34px;
            margin: 0 !important; 
            padding: 0 0px !important;
            margin-top: 10px;
        }
        .wrapper-contact-no{
            margin-top: 15px !important;
            margin-bottom: 30px !important;
        }
    
        .wrap-arc-content-inner__title {
            line-height: 46px;
            font-size: 39px;
        }
        .wrap-process-content{
            border-bottom: 0 !important;
        }
        .col1 .process-step,
        .col2 .process-step,
        .col3 .process-step{
            top: 0 !important;
            margin-top: 0 !important;
        }
        .wrap-process-content {
            padding-bottom: 0 !important;
            margin-bottom: 20px !important;
        }
        .testimonial-iframe {
            height: 230px !important;
        }
        .testimonial-detail {
            padding: 30px !important;
        }
        .about-tagline-mobile{
            display: block;
            margin: 20px 0;
        }
        .about-tagline-mobile h2{
            font-weight: 700;
        }
        .about-tagline-mobile p{
            font-size: 18px;
            font-weight: 500;
            color: #4e6272;
        }
        .hero-small-desc {
            font-size: 16px;
            font-weight: 400;
        }
        .skills li{
            font-size: 14px !important;
            padding: 10px 12px !important;
            font-weight: 500 !important;
            margin: 0 2px 8px 2px !important;
        }
        .header_top {
            height: auto !important;
        }
        .header_top {
            background-size: auto !important;
        }
        .text_start_center{
            top: 315px !important;
        }
        .wrapper-navigation .nav-link {
            font-weight: 500 !important;
        }
        .scroll_mouse{
            display: none !important;
        }
        .section-small-desc {
            font-size: 16px !important;
            line-height: 24px !important;
            font-weight: 400 !important;
            text-align: justify !important;
            margin-bottom: 20px !important;
        }
        .description {
            font-size: 19px;
            line-height: 29px;
        }
    
        .description:before,
        .description:after {
            font-size: 25px;
        }
        .wrap-stat-item{
            text-align: center;
        }
        .stat-small-desc {
            font-size: 30px;
            font-weight: 700;
            line-height: 32px;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
            
        }
        
        .row-mobile-space{
            margin-top: -30px;
        }
        .clients-section{
            margin-bottom: 0;
        }
        .section-padding{
            padding: 50px 0;
        }
        .work-process{
            padding: 50px 0;
        }
        .testimonial-feedback{
            font-size: 17px;
        }
        #testimonials{
            padding: 50px 0;
        }
        .wrap-contact-info-item{
            margin: 20px 0;
        }
        .wrap-contact-info-item h4{
            margin-bottom: 5px;
        }
        .contact-form-section{
            padding: 50px 0;
        }
        .wrap-stat-item .count {
            font-weight: 700;
            font-size: 50px;
        }
        #portfolio{
            padding: 50px 15px;
        }
        .project-thumbnail{
            height: 230px;
        }
        .wrapper-overlay-content .project-small-desc{
            line-height: 20px;
        }
        .wrapper-overlay-content{
            padding: 70px 20px 20px;
            transform: translateY(250px);
        }
        .project_controls{
            display: flex;
            justify-content: start;
            width: 100%;
            overflow: scroll;
        }
        .project_controls{
            display: inline-block;
            background: transparent;
            padding: 0;
            margin: 40px 0 20px;
        }
        .wrapper-tools-mobile-header{
            margin-bottom: 30px;   
        }
        .wrapper-tools-mobile-header h2{
            font-size: 40px;
            font-weight: 700;
            line-height: 45px;
            margin-bottom: 18px;
            text-align: center;
        }
        #contact-form .form-group{
            margin-bottom: 0;
        }
        .particles-js-canvas-el{
            display: block !important;
        }
        .technologies-desktop-only{
            display: none;
        }
        .testimonial-thumb-desktop-only{
            display: none;
        }
        
        .testimonial-thumb-mobile-only{
            display: block;
        }
        .tool-mobile-only{
            display: block;
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }

      }
      @media (min-width: 992px) and (max-width: 1199px){
        .project-thumbnail {
            height: 230px;
        }
        .wrapper-overlay-content {
            transform: translateY(310px);
        }
        .wrapper-testimonials .owl-nav{
            display: none !important;
        }

      }
      @media (min-width: 1200px) {
        
        .project-thumbnail {
            height: 330px;
        }
        .wrapper-overlay-content {
            transform: translateY(450px);
        }
        .wrap-stat-item h2 {
            font-size: 18px;
        }
      }

      @media (min-width: 1500px) {
        .project-thumbnail {
            height: 400px;
        }
        .wrapper-overlay-content {
            transform: translateY(450px);
        }
      }
      

      


      .section-stats{
        background-image: url(../img/mentor-glow.svg);
        background-size: cover;
        padding: 100px 0;
        background-blend-mode: color !important;
      }
      .img-about-feature{
        height: 500px;
        object-fit: cover;
        object-position: right;
        border-radius: 30px;
      }
      .link-theme {
        color: #5745a6;
        
        font-weight: 500;
        }
        .link-theme:hover{
            color:#3f2f83;
            text-decoration: underline;
        }

        .wrapper-testimonials{
            background-image: url(../img/mentor-glow.svg);
            background-size: cover;
            padding: 100px 0;
            background-blend-mode: color !important;
        }
        .owl-nav{
            display:block !important;
        }
        
        .owl-nav button{
            font-size:30px !important;
        }
        .wrapper-testimonials .owl-carousel .owl-item .item{
            padding: 30px;
            background: white;
            box-shadow: 0px 0px 15px rgb(79 99 163 / 10%);
            border-radius: 30px;
            overflow: hidden;
            margin-left: 5px;
        }
        .owl-carousel .owl-stage-outer {
            padding: 10px 0 !important;
        }
        .wrap-testimonial-contact-info{
            display: flex;
            align-items: center;
        }
        .wrapper-testimonials .icon-comma{
            width: 50px !important;
            margin-bottom: 10px;
        }
        .wrapper-testimonials .wrap-img{
            margin-right: 10px;
        }
        .wrapper-testimonials .wrap-img img{
            width: 40px;
            height: 40px;
            object-fit: cover;
            border-radius: 100px;
        }
        .wrapper-testimonials .wrap-contact-info .title{
            font-size: 16px;
        }
        .wrapper-testimonials .wrap-contact-info .designation{
            font-size: 14px;
        }
        .wrapper-testimonials .owl-nav button{
            position: absolute !important;
            top: calc(50% - 40px) !important;
            width: 50px !important;
            height: 50px !important;
            background: transparent !important;
            border: 1px solid black !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
            border-radius: 100px !important;
        }
        .wrapper-testimonials .owl-nav button:hover{
            color: black !important;
        }
        .wrapper-testimonials .owl-nav button span{
            margin-top: -7px;
            font-weight: 200;
        }
        .wrapper-testimonials .owl-nav .owl-next{
            right: calc(0% - 75px) !important;
        }
        .wrapper-testimonials .owl-nav .owl-prev{
            left: calc(0% - 75px) !important;
        }
        .star-rating{
            width: 90px !important;
            margin-top: 5px;
        }

.wrapper-testimonials .owl-carousel .owl-item .item:hover{
    box-shadow: 0px 0px 10px rgb(79 99 163 / 30%);
}
.wrapper-testimonials .owl-carousel.owl-loaded {
    width: calc(100% + 10px);
}
.wrapper-testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #5745a6 !important;
}
.wrapper-testimonials .owl-theme .owl-dots{
    margin-top: 30px;
}
.wrapper-testimonials .owl-theme .owl-dots .owl-dot span{
    margin: 5px 5px !important;
}
.accordion-title{ 
    cursor: pointer !important;
    padding: 15px 0; 
    font-size: 24px;
    font-weight: 500;
}


.accordion-title{
    cursor:pointer;
    padding:15px 0;
    }
    
    .accordion-desc{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s cubic-bezier(.4,0,.2,1);
    }
    
    .accordion-list-item.open .accordion-desc{
    max-height:300px;
    }
    
    /* ICON FAQS PLUS MINUS  */
    
    .icons-faqs-plusminus svg{
    stroke:#fff;
    stroke-width:1.3;
    fill:none;
    transition:transform .25s ease;
    }
    
    .icons-faqs-plusminus .line-v{
    transition:opacity .25s ease;
    }
    
    .accordion-list-item.open .line-v{
    opacity:0;
    }
    
    .accordion-list-item.open .icons-faqs-plusminus svg{
    transform:rotate(180deg);
    }
    .icons-faqs-plusminus svg {
        stroke: black;
        display: flex;
        border: 1px solid black;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        border-radius: 100px;
        padding: 5px;
    }
    .icons-faqs-plusminus svg line{
        fill: black;
    }
    .wrapper-faqs{
        padding: 100px 0;
    }
    

    .wrapper-challenge-item {
        display: flex;
    }
    .challenge-item.active {
        flex: 1;
    }
    .challenge-item {
        position: relative;
        min-width: 75px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin: 10px 7px;
        height: 380px;
        overflow: hidden;
    }
    .vertical-btn-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 75px;
        height: 100%;
        max-width: 1000px;
        overflow: hidden;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .vertical-btn
    {
        position: relative;
        padding: 75px 0px 40px;
        height: 100%;
        border-radius: 100px;
        background-image: linear-gradient(55deg, #a74aee, #25b4de);
        color: white;
        border: 0;
        margin: 0;
        width: 75px;
        transform: translateZ(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: flex;
        justify-content: center;
    }
.vertical-btn::before {
    position: absolute;
    top: 30px;
    left: 25px;
    display: inline-block;
    width: 23px;
    height: 15px;
    content: "";
    background-image: url(../img/challenge-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(225deg) translateZ(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vertical-btn span {
    display: block;
    height: 100%;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: scale(-1) translateZ(0);
    max-height: 300px;
    line-height: 25px;
    text-transform: capitalize;
}
.content-wrapper {
    border: 2px solid transparent;
    border-radius: 40px;
    flex: 1;
    max-width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.challenge-item.active .content-wrapper {
    max-width: 100vw;
    border-color: #e3e6ff;
}
.wrapper-wcu-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.item-img {
    margin-right: 1.5rem;
    padding-left: 90px;
    margin-bottom: 0;
}
.content-wrapper .item-img img {
    width: 320px;
    height: 300px;
}
.item-img img {
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    border: 1px solid #eae7e7;
}
.challenge-item.active .item-info {
    opacity: 1;
    padding-right: 30px;
}
.item-info
 {
    flex: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item-info .item-title {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 15px;
}   
.wrapper-wcu{
    padding: 100px 0;
}
.wrap-wcu-item{
    margin-bottom: 20px;
    background: #f2f6fe;
    border-radius: 20px;
    overflow: hidden;
}
.wrap-wcu-item img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.wrap-content-wcu{
    padding: 20px;
}
.wrap-content-wcu .item-title{
    font-size: 24px;
    margin-bottom: 10px;
}