.beliefSection {
    font-family: helveticaNow;
    min-height: 100vh;
    background-color: white;
    padding-top: 100px;
}
.beliefSectionContent {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 80px 0px;
    padding-left: 30px;
}
.beliefSectionContent img {
    width: 30%;
    height: 20%;
}
.beliefSection .title {
    font-family: Worksans-B2;
    font-size: 4rem;
    /* text-decoration: underline; */
    text-align: center;
    text-transform: uppercase;
}
.beliefSection .title span {
    font-family: helveticaNowIt;
}
.beliefSection .para {
    /* text-align: center; */
    text-transform: uppercase;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 40px;
    padding-right: 40px;
}
.tasks {
    font-family: "Worksans-B2";
    color: royalblue;
}
.highlight {
    font-family: helveticaNowIt;
    font-weight: 600;
}
.howWeWork {
    min-height: 80vh;
    margin-top: 30px;
    padding-bottom: 130px;
}
.howWeWork .title {
    text-align: center;
    font-family: Worksans-B2;
    font-size: 4rem;
    margin-bottom: 130px;
    color: black;
}
.howWeWork .title span {
    font-family: helveticaNowIt;
}
.howWeWorkContainer {
    display: flex;
    padding: 0 2rem;
    gap: 20px;
    /* background-color: red; */
    justify-content: space-between;
}

.howWeWorkContainer img {
    width: 100%;
    height: 300px;
}
.process {
    padding: 2rem;
    /* border: 1px solid black; */
    border-radius: 10px;
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    /* border-radius: 10px; */
}
.process svg {
    width: 250px;
    height: 250px;
}
.processTitle {
    font-family: Worksans-B2;
    font-size: 2rem;
    text-align: center;
    color: royalblue;
    text-transform: uppercase !important;
    padding-top: 80px;
    padding-bottom: 15px;
}
.processDescription {
    font-family: helveticaNow;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    padding-left: 20px;
}
.ourProducts {
    margin-top: 0rem;
    min-height: 70vh;
    /* background-color: rgb(117, 117, 117); */
}
.ourProducts .title {
    font-family: Worksans-B2;
    text-align: center;
    font-size: 4rem;
    padding-bottom: 70px;
}
.title span {
    font-family: helveticaNowIt;
    text-transform: uppercase;
    font-weight: 1000;
}
.titleSpan2 {
    font-family: helveticaNowIt;
    text-transform: uppercase;
    font-weight: 1000;
}
.whatsappChatbot {
    display: flex;
    margin-top: 2rem;
    gap: 5rem;
    /* background-color: red; */
    justify-content: center;
}
.imgContainer img {
    width: 500px;
    object-fit: cover;
    border-radius: 30px;
    height: 447px;
}
.productDescription {
    width: 50%;
}
.productDescription .productTitle {
    font-family: Worksans-B2;
    font-size: 2rem;
}
.productDescription .productDesc {
    font-size: 1.2rem;
    line-height: 32px;
    /* text-transform: uppercase; */
    font-family: Ubuntu;
    padding: 0 20px;
    /* margin-top: 2rem; */
}
ul {
    list-style-type: disc;
    list-style: none;
}
ul li {
    margin-top: 2rem;
    cursor: pointer;
    font-size: 0.9rem;
    font-family: helveticaNow;
}
.learnMore {
    padding: 20px 40px;
    border: none;
    background: linear-gradient(135deg, #25d365 0%, #1da953 100%);
    border-radius: 40px;
    text-transform: uppercase;
    margin-top: 1rem;
    cursor: pointer;
    font-family: "HelveticaNow";
    font-size: 18px;
    font-weight: bold;
    color: white;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(37, 211, 101, 0.6);
}

/* 3D Tilt Effect on Hover */
.learnMore:hover {
    transform: perspective(500px) rotateX(5deg) rotateY(5deg) scale(1.05);
    box-shadow: 0 0 20px rgba(37, 211, 101, 1);
}

/* Pulsing Glow */
@keyframes glow {
    0% {
        box-shadow: 0 0 10px rgba(37, 211, 101, 0.6);
    }
    50% {
        box-shadow: 0 0 20px rgba(37, 211, 101, 1);
    }
    100% {
        box-shadow: 0 0 10px rgba(37, 211, 101, 0.6);
    }
}
.learnMore::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    animation: glow 1.5s infinite alternate;
}

/* Particle Effect */
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
    animation: particleAnim 0.6s forwards;
}

@keyframes particleAnim {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 1;
    }
    100% {
        transform: scale(0) translate(var(--x), var(--y));
        opacity: 0;
    }
}

.testimonials {
    min-height: 60vh;
    margin-top: 5rem;
}
.rinovateLogoSpace {
    font-family: "helveticaNow";
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 200;
    /* background-color: red; */
    text-align: center;
}
.preloaderParagraph {
    font-family: "helveticaNow";
    text-transform: uppercase;
    font-size: 1.5rem;
    overflow: visible;
}
.preloaderParagraph #firstParaText {
    position: relative;
    top: 50px;
}
.emptySpanSpace {
    display: inline-block;
    width: 0px;
    opacity: 0;
}
.preloaderParagraph #changingSpan {
    /* color: #25d366; */
    color: orange;
    display: inline-block;
    width: 150px;
    font-weight: 800;
    position: relative;
}

.aboutUsContainer {
    background-color: #ddf8e7;
}
.aboutUs {
    padding-top: 100px;
    margin-top: 5rem;
    min-height: 100vh;
    width: 65%;
    text-transform: capitalize !important;
    margin: 0 auto;
}
.aboutUs .title {
    font-size: 4rem;
    text-align: center;
    font-family: Worksans-B2;
    text-transform: uppercase !important;
    /* padding-bottom: 40px; */
}
.aboutUs .title span {
    font-family: helveticaNowIt;
}
#littleAboutUs {
    text-align: center;
    font-family: helveticaNow;
    text-transform: uppercase;
    width: 100%;
    font-size: 1.7rem;
    margin-top: 1rem;
    padding-bottom: 30px;
    /* background-color: red; */
}
.flexContainer {
    display: flex;
    justify-content: center;
}
.innerContainer {
    width: 10 0%;
    position: relative;
}
.aboutUsImages {
    display: inline-block;
    left: 35%;
    z-index: -3;
    rotate: 10deg;
    width: 300px;
    height: 250px;
    position: absolute;
}
.normal {
    transition: 0.2s all;
}
.aboutUsImages img {
    /* filter: grayscale(1); */
    height: 100%;
    object-fit: cover;
    width: 100%;
    opacity: 0.7;
}
.overlay {
    position: absolute;
    display: inline-block;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 1;
    /* background-color: #707070; */
}
.normal {
    font-family: "Ubuntu", sans-serif;
    text-transform: lowercase;
}
.normal:first-child {
    text-transform: uppercase !important;
}
.learnMoreAboutUs {
    padding: 20px 40px;
    border: none;
    border-radius: 40px;
    background-color: #25d365cc;
    margin-top: 1rem;
    text-transform: uppercase;
}
.reachOutToUs {
    min-height: 60vh;
    margin-top: 5rem;
}
.reachOutToUs .title {
    font-family: Worksans-B2;
    font-size: 3rem;
    text-align: center;
}
.socialLinks {
    margin-top: 2rem;
    display: flex;
    /* justify-content: center; */
    gap: 1.5rem;
}
.socialLink svg {
    width: 40px;
    height: 40px;
}
.imgContainer img {
    width: 100%;
    height: 420px;
    border-radius: 5px;
}
.sayHi {
    /* text-align: center; */
    font-size: 1.5rem;
    margin-top: 1.5rem;
    font-family: helveticaNow;
}
.location {
    display: flex;
    align-items: center;
    font-family: helveticaNow;
    font-size: 1.3rem;
    margin: 2rem 0rem;
}
.emailContact {
    font-size: 2rem;
    cursor: pointer;
    /* text-align: center; */
    text-decoration: underline;
    font-family: helveticaNow;
}
.reachOutContainer {
    display: flex;
    gap: 2rem;
    padding: 2rem;
}
.reachOutInnerContainer {
    width: 50%;
}

#captcha {
    margin-bottom: unset;
}

input {
    padding: 1rem 2rem;
    border: none;
    border-radius: 10px;
    /* box-shadow: 1px 1px 30px rgba(63, 63, 63, 0.384); */
    font-family: "helveticaNow";
}
input::placeholder {
    font-size: 1rem;
}
.sendContactButton {
    padding: 20px 40px;
    text-transform: uppercase;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    background-color: #25d3658f;
    /* background-color: #25d366; */
}
input:focus {
    outline: none;
}
.sendContactButton:hover {
    background-color: #25d366;
}
.lessEmphasis {
    font-family: helveticaNow;
    text-align: center;
}
.inputsContainer {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 1rem;
}
.footer {
    font-family: "helveticaNow";
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    font-family: "Worksans-B2";
    color: #727272;
    font-size: 2rem;
}
.tasksContainer {
    display: inline-block;
    overflow: hidden;
    /* background-color: red; */
}
.tasksContainer span {
    position: relative;
}
.preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 1s;
    z-index: 10;
    clip-path: inset(0 0 0 0);
    /* clip-path: polygon(0% 0%, 100% 100%, 100% 100%, 0% 0%); */
    position: absolute;
    background-color: white;
}

/* .invisible {
  opacity: 0;
  transition: 0.2s all;
} */
.preloader::after {
    content: "";
    background-image: url("../assets/images/noise-transparent.png");
    width: 300%;
    height: 300%;
    top: -100%;
    z-index: 10;
    left: -50%;
    opacity: 0.4;
    animation: grain 8s steps(10) infinite;
    position: fixed;
}
@keyframes grain {
    /* 0% {
    transform: translate(0, 0);
  } */
    10% {
        transform: translate(-5%, -10%);
    }
    20% {
        transform: translate(-15%, 5%);
    }
    30% {
        transform: translate(7%, -25%);
    }
    40% {
        transform: translate(-5%, 25%);
    }
    50% {
        transform: translate(-15%, 10%);
    }
    60% {
        transform: translate(15%, -4%);
    }
    70% {
        transform: translate(3%, -15%);
    }
    80% {
        transform: translate(3%, 35%);
    }
}
@media screen and (max-width: 900px) {
    .aboutUs {
        width: 100%;
        padding: 20px 10px;
    }

    .howWeWorkContainer {
        padding: 15px;
    }
}
@media screen and (max-width: 490px) {
    .lastcontainer {
        padding: 20px !important;
        padding-bottom: unset !important;
    }
    .lastcontainer h1 {
        margin-top: 50px !important;
        font-size: 24px !important;
    }
    .rinovateLogoSpace {
        font-size: 2.5rem;
    }
    .preloaderParagraph {
        font-size: 1.2rem;
        text-align: center;
    }
    .aboutUsImages {
        width: 100px;
        height: 150px;
    }
    .beliefSection {
        min-height: 60vh;
        padding-top: unset;
    }
    .beliefSectionContent {
        padding: 20px 30px 50px 30px;
        gap: 48px;
    }
    .beliefSection .title {
        font-size: 2.3rem;
    }
    .beliefSection .para {
        font-size: 1.2rem;
        padding-right: unset;
    }
    .beliefSection .tasks {
        font-size: 1.7rem;
    }
    .howWeWork .title {
        font-size: 2.3rem;
        margin-bottom: 50px;
    }
    .howWeWorkContainer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 15px;
    }
    .testimonials .title {
        font-size: 2.3rem;
    }
    .testimonial {
        flex-direction: column;
        padding: 0rem;
    }
    #littleAboutUs {
        font-size: 1rem;
    }
    .innerContainer {
        width: 95%;
    }
    .aboutUs .title {
        font-size: 2.3rem;
    }
    .testimonialMsg {
        margin-top: 2rem;
        width: 90%;
    }
    .testifier {
        text-align: center;
    }
    .process {
        width: 95%;
        background-color: white;
    }
    .ourProducts .title {
        font-size: 2.3rem;
        padding-bottom: 5px;
    }
    .whatsappChatbot {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .imgContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding-bottom: unset !important;
    }
    .imgContainer img {
        width: 95%;
        height: 320px;
        border-radius: 5px;
    }
    .productDescription {
        width: 100%;
        text-align: center;
    }
    .processDescription {
        padding-left: unset;
    }
    .aboutUs {
        min-height: 85vh;
    }
    .user-images img {
        width: 100% !important;
        max-width: 700px !important;
    }
}
@media screen and (max-width: 800px) {
    .beliefSection {
        min-height: 60vh;
    }
    .beliefSection .title {
        font-size: 2.3rem;
    }
    .beliefSection .para {
        font-size: 1.2rem;
    }
    .beliefSection .tasks {
        font-size: 1.7rem;
    }
    .howWeWork .title {
        font-size: 2.3rem;
    }
    .howWeWorkContainer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 15px;
    }
    .testimonials .title {
        font-size: 2.3rem;
    }
    .testimonial {
        flex-direction: column;
        padding: 0rem;
    }
    #littleAboutUs {
        font-size: 1rem;
    }
    .innerContainer {
        width: 95%;
    }
    .aboutUs .title {
        font-size: 2.3rem;
    }
    .testimonialMsg {
        width: 90%;
    }
    .testifier {
        text-align: center;
    }
    .process {
        width: 75%;
        background-color: white;
    }
    .ourProducts .title {
        font-size: 2.3rem;
    }
    .whatsappChatbot {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .imgContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .imgContainer img {
        width: 65%;
        height: 420px;
        border-radius: 5px;
    }
    .productDescription {
        width: 100%;
        text-align: center;
    }

    .beliefSectionContent {
        flex-direction: column;
    }

    .beliefSectionContent img {
        width: 100%;
    }
}

@media screen and (max-width: 490px) {
    .beliefSection {
        min-height: 60vh;
    }
    .beliefSection .title {
        font-size: 2.3rem;
    }
    .beliefSection .para {
        font-size: 1.2rem;
    }
    .beliefSection .tasks {
        font-size: 1.7rem;
    }
    .howWeWork .title {
        font-size: 2.3rem;
    }
    .howWeWorkContainer {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding: 15px;
    }
    .testimonials .title {
        font-size: 2.3rem;
    }
    .testimonial {
        flex-direction: column;
        padding: 0rem;
    }
    #littleAboutUs {
        font-size: 1rem;
    }
    .innerContainer {
        width: 95%;
    }
    .aboutUs .title {
        font-size: 2.3rem;
    }
    .testimonialMsg {
        width: 90%;
    }
    .testifier {
        text-align: center;
    }
    .process {
        width: 90%;
        background-color: white;
    }
    .ourProducts .title {
        font-size: 2.3rem;
    }
    .whatsappChatbot {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .imgContainer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .imgContainer img {
        width: 100%;
        height: 390px;
        border-radius: 0px;
    }
    .productDescription {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .productDescription .productDesc {
        font-size: 1rem;
    }
}
.imgContainer {
    padding-bottom: 150px;
}

/* New Additions */

.lastcontainer {
    text-align: center;
    background-color: #6c4ce5;
    color: white;
    padding: 50px 50px 0 50px;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80%;
    height: 0%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;

    /* max-width: 600px; */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.lastcontainer h1 {
    margin-top: 100px;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: DMSansM;
}
.lastcontainer h2 {
    margin-top: 60px;
    font-size: 25px;
    margin-bottom: 20px;
    font-family: DMSansR;
}
.lastcontainer h3 {
    font-size: 18px;
    font-family: DMSansR;
}
.download-buttons {
    margin: 20px 0;
}
.download-buttons a {
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 8px;
    background-color: black;
    color: white;
    font-weight: bold;
}
.setimage {
    margin-top: 40px;
    width: 0px;
}
.user-images {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.user-images img {
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .howWeWorkContainer img {
        height: unset;
        width: 55%;
        margin: 0 auto;
        display: flex;
    }

    .howWeWorkContainer {
        gap: 70px;
        flex-direction: column;
    }

    .processTitle {
        padding-top: 40px;
    }

    .processDescription {
        max-width: 80%;
        margin: 0 auto;
    }

    .imgContainer {
        padding: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .ourProducts .title {
        padding-bottom: 50px;
    }

    .whatsappChatbot {
        margin: unset;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .productDescription .productDesc {
        padding: 0 20px;
    }

    .aboutUs {
        min-height: 55vh;
    }

    .aboutUs .title {
        padding-bottom: unset;
    }

    .productDescription {
        width: 100%;
        text-align: center;
    }
    #littleAboutUs {
        font-size: 1.2rem;
    }
}
