.mobile-hero-head h1 {
    font-size: 40px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-contact-form-start input {
 background-color: #FFFBEF;
    border: 2px solid #878787;
    font-family: 'Poppins Medium';
    color: #878787;
    font-size: 18px !important;
    width: 100% !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 10px;
}

.mobile-contact-form-start select {
 background-color: #FFFBEF;
 border: 1px solid #000;
 font-family: 'Poppins Medium';
 color: #878787;
 font-size: 18px !important;
 width: 100% !important;
 padding: 20px 20px 20px 20px !important;
 border-radius: 10px;
 position:relative;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23878787' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
 background-repeat: no-repeat;
 background-position: right 22px center;
 background-size: 14px 8px;
}

.mobile-contact-form-start textarea {
 background-color: #FFFBEF;
    border: 2px solid #878787;
    font-family: 'Poppins Medium';
    color: #878787;
    font-size: 18px !important;
    width: 100% !important;
    padding: 20px 20px 20px 20px !important;
    border-radius: 10px;
        min-height: 170px;
}

.mobile-hero-head p{
    color: #444444;
    font-family: 'Poppins Medium';
    margin: 0 auto 30px auto;
    font-size: 18px;
}

.mobile-hero-below-card img{
    width: 100%;
}

.mobile-hero-below-sec{
    margin-top: 70px;
}

section.mobile-reel-sec {
    margin-top: 70px;
}

.mobile-reel-head h2 {
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-reel-head p {
    color: #444444;
    font-family: 'Poppins Medium';
    margin: 0 auto 30px auto;
    font-size: 18px;
}

.mobile-reel-video{
    width: 100%;
}

section.mobile-brands-sec {
    margin-top: 70px;
}

.mobile-brands-head h2{
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-brands-head p{
       color: #444444;
    font-family: 'Poppins Medium';
    margin: 0 auto 30px auto;
    font-size: 18px;
}

.mobile-brands-marquee {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
}

.mobile-brands-track {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.mobile-brands-slide {
    flex: 0 0 auto;
    padding: 0 30px;
}

.mobile-brands-slide img {
    height: 60px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: 0.3s;
}

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

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


.mobile-services-sec {
    margin-top: 70px;
}

.mobile-services-head h2 {
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-services-card {
    background-color: #FFFBEF;
    border: 1px solid #000000;
    border-radius: 20px;
    padding: 0px 0px 25px 0px;
    transition: 0.4s ease;
    position: relative;
    height: 100%;
}

.mobike-services-card-image {
    overflow: hidden;
    height: 290px;
}

.mobile-services-card-image img {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    transform: none !important;
}

.mobile-services-card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0px 10px 0px 11px;
}

.mobile-services-card-content h3 {
    font-family: 'Poppins Medium';
    font-size: 18px;
    margin-bottom: 0;
}

.mobile-services-card-content img {
    width: 50px;
}

.mobile-services-head {
    margin-bottom: 40px;
    text-align: center;
}

.mobile-plus-head h2 {
    font-size: 30px;
    color: #444444;
}

.mobile-plus-image img {
    width: 100%;
}

section.mobile-plus-sec {
    margin-top: 70px;
}

.mobile-plus-head {
    margin-bottom: 40px;
    text-align: center;
}

.mobile-plus-btn {
    text-align: center;
        margin-bottom: 30px;
}

.mobile-plus-image:before {
    content: "";
    background-image: url(../images/location-before.webp);
    position: absolute;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 160px;
    width: 148px;
    animation: floatLeft 6s ease-in-out infinite;
    z-index: 999;
}

.mobile-plus-image:after {
    content: "";
    background-image: url(../images/location-after.webp);
    position: absolute;
    width: 148px;
    height: 148px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 60px;
    right: 0;
    animation: floatRight 7s ease-in-out infinite;
}

@keyframes floatLeft {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(15px, -20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes floatRight {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(-15px, -25px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.mobile-hero-head {
    text-align: center;
    position: relative;
}

.mobile-reel-head {
    text-align: center;
}

.mobile-brands-head {
    text-align: center;
}

section.mobile-words-sec {
    margin-top: 70px;
}

.mobile-words-head h2 {
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-words-head p {
    color: #444444;
    font-family: 'Poppins Medium';
    margin: 0 auto 30px auto;
    font-size: 18px;
}

.mobile-words-head{
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.mobile-plus-image {
    position: relative;
}

.mobile-word-card {
    padding: 22px 12px 22px 12px;
    position: relative;
    border: 2px solid #2d2d2d;
    overflow: visible;
    transition: 0.3s ease;
    height: 100%;
    transform: none !important;
    margin: 0;
}

.mobile-word-card.word-card-1 {
    background: #ECD1FB;
  margin-top: 0px;
  transform: none !important;
}

.mobile-word-card-icon-image {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.mobile-word-card-icon-image img {
    width: 60px;
    display: block;
}

/* Main Image Area */
.mobile-word-card-main-image {
    margin-bottom: 18px;
    overflow: hidden;
}

.mobile-word-card-main-image img {
    width: 100%;
    display: block;
    transform: none !important;
}

.mobile-word-card-content {
    text-align: center;
}

.mobile-word-card-content h4 {
    margin-bottom: 10px;
    font-family: 'Poppins Medium';
    font-size: 16px;
    color: #444444;
}

.mobile-word-card-content p {
    margin-bottom: 0;
    font-family: 'Poppins Regular';
    color: #686868;
    font-size: 14px;
}


.mobile-brands-head h2:after {
display:none;
}

.mobile-hero-head h1:before {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(../images/hero-before.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    left: 0;
    top: 33px;
}

.mobile-hero-head h1:after {
    content: "";
    position: absolute;
    background-size: contain;
    background-image: url(../images/hero-after.svg);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    top: -40px;
    right: 20px;
}



.mobile-words-head h2:before {
display:none;

}

section.mobile-contact-sec {
    margin-top: 30px;
}

.mobile-contact-form-left-block h2 {
    font-size: 30px;
    color: #444444;
    text-transform: uppercase;
}

.mobile-contact-form-left-block p {
    color: #444444;
    font-family: 'Poppins Medium';
    margin: 0 auto 30px auto;
    font-size: 18px;
}

.mobile-contact-form-left-block{
    text-align: center;
}

.mobile-contact-form-main {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 180px 30px 30px 30px;
}

.mobile-contact-form-start input {
    background-color: #FFFBEF;
    border: 2px solid #878787;
    font-family: 'Poppins Medium';
    color: #878787;
    font-size: 16px;
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}

.mobile-contact-form-start .main-btn {
    border-radius: 10px;
    width: 100%;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    margin-top: 0;
}

.mobile-footer-copyright {
    text-align: center;
    margin-top: 20px;
    color: #444444;
    font-family: 'Poppins Medium';
    font-size: 18px;
}

.footer-social-links {
    margin-top: 20px;
}

.mobile-story-head h1 {
    font-size: 40px;
    text-align: center;
    color: #444444;
    text-transform: uppercase;
}

.mobile-story-step-head h2 {
    font-size: 30px;
    text-align: center;
    color: #444444;
    text-transform: uppercase;
}

.mobile-story-step-content p {
    font-family: 'Poppins Regular';
    color: #444444;
    will-change: transform, opacity;
    font-size: 18px;
    line-height: 20px;
}

.mobile-story-step-content {
    text-align: center;
}

.mobile-story-head {
    margin-bottom: 30px;
}   

.mobile-story-step-head {
    margin-bottom: 30px;
}

.about-content-mobile-images img {
    width: 100%;
}

.about-mobile-content-main p {
    font-family: 'Poppins Regular';
    color: #444444;
    will-change: transform, opacity;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

section.about-content-sec-mobile {
    margin-top: 70px;
}

.about-mobile-content-main {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about-mobile-service-content {
    background-color: #ECD1FB;
    color: #444444;
    font-family: 'Poppins Medium';
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    border-radius: 50px;
    text-align: center;
}

.about-mobile-service-content-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-mobile-service-content p {
    margin-bottom: 0;
    color: #444444;
}

.mobile-case-study-list-box-image img {
    width: 100%;
    transform: none !important;
}

.mobile-case-study-list-box-main {
    background-image: url(../images/casestudy-card-mobile-back.svg);
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 15px 30px 15px;
    position: relative;
    background-size:cover;
    border: 1px solid;
    border-radius: 20px;
}

.mobile-case-study-list-box-content {
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid #DEDEDE;
    background-color: #fff;
    border: 1px solid;
    border-radius: 15px;
    margin-top: -50px;
    z-index: 1;
    position: relative;
}

.mobile-case-study-list-box-content-head h3 {
    color: #D398EC;
    font-family: 'Poppins Medium';
    font-size: 20px;
}

.mobile-case-study-list-box-content-bottom-content h3 {
    color: #444444;
    font-family: 'Poppins Medium';
    font-size: 20px;
}

.mobile-case-study-list-box-content-bottom-content p {
    color: #7C7C7C;
    font-family: 'Poppins Regular';
    font-size: 18px;
    margin-bottom: 0;
}

.mobile-case-study-list-box-content-bottom-link img {
    width: 60px;
}

.mobile-case-study-list-box-content-head {
    padding: 0px 20px 10px 20px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 20px;
    text-align: left;
}

.mobile-case-study-list-box-content-bottom-main {
    text-align: left;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

section.mobile-case-studies-list {
    margin-top: 70px;
}

.mobile-footer-copyright p {
    color: #444444;
}

.mobile-footer-copyright span {
    color: #444444;
}

.about-mobile-content-main span {
    color: #444444;
}