@import url('https://fonts.googleapis.com/css2?family=Red+Rose:wght@300..700&display=swap');

/*font-family: 'Red Rose', serif;*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*font-family: 'DM Sans', sans-serif;*/

body {
    font-family: 'Red Rose', serif;
    overflow-x: hidden;
    background-color: #ffffff;

}

a {
    text-decoration: none;
}

/* Main Menu */

.main-menu-section .liquid {
    background-color: #923CF6;
    color: #fff;
    font-size: 15px;
    width: 144px;
    border: none;
    border-radius: 100px;
    padding: 16px 10px;
    transition: all 0.3s ease-out;
}

.main-menu-section .liquid:hover {
    background-color: #4c00a2;

}

.main-menu-section .liquid i {
    font-size: 14px;
    padding-right: 2px;
}


.main-menu-section {
    background-color: #ffffff;
    border-bottom: 1px solid #EFF0EF;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.nav-link:hover {
    color: #000 !important;
}

.navbar {
    background-color: #fff !important;
}

.main-menu-section .navbar-nav {
    display: flex;
    gap: 20px;
    font-size: 15px;
    align-items: center;
    background-color: #fff;
}

.main-menu-section .navbar-nav .nav-link {
    color: #A7ADBE;
    font-weight: 500;
}

.active {
    color: #000000 !important;
}

/* Footer */

.footer-vision-heading {
    font-size: 43px;
    font-weight: 900;
    margin-bottom: 8px;
}

.have-b {
    padding-bottom: 20px;
}

.have-a-vision-section p {
    font-size: 19px;
    color: #989898;
    margin-bottom: 33px;
    width: 90%;
}

.have-a-vision-section {
    border-top: 1px solid #CFCFCF;
    padding: 29px 0 0 0;
    margin-top: 55px;
}

.have-a-vision-section .arrow-button {
    padding: 14px 28px;
    margin: unset;
}

.vision-img {
    width: 49%;
}

.vision-img img {
    width: 100%;
}

.footer-vision-flex {
    display: flex;
    align-items: center;
}

.footer-pera1 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 45px;
    width: 87%;
    font-family: 'DM Sans', sans-serif;
    padding-top: 24px;
}

.follow-text {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
}

.footer-logo img {
    width: 180px;
}

.footer-social-media {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-social-media li {
    background-color: #000;
    width: 41px;
    color: #fff;
    height: 41px;
    font-size: 16px;
    text-align: center;
    border-radius: 100px;
    line-height: 46px;
    transition: all 0.5s ease-out;
}

.footer-social-media li:hover {
    background-color: #fff;
    transition: all 0.5s ease-out;
}

.footer-social-media li:hover a {
    color: #000;
    transition: all 0.5s ease-out;
}

.footer-social-media a {
    color: #fff;
    transition: all 0.5s ease-out;
}

.footer-quick-links-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.footer-quick-links-ul {
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 35px;
    margin-top: 12px;
    font-family: 'DM Sans', sans-serif;
    color: #c7c7c7;
}

.footer-quick-links-ul i {
    color: #c7c7c7;
    padding-right: 10px;
}

.footer-quick-links-ul a {
    color: #c7c7c7;
}

.footer-quick-links-ul a:hover {
    color: #fff;
}

footer {
    padding: 57px 0 0 0;
    border-top: 1px solid #CFCFCF;
    background-color: #121212;
    -webkit-border-top-left-radius: 80px;
    -webkit-border-top-right-radius: 80px;
    -moz-border-radius-topleft: 80px;
    -moz-border-radius-topright: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.copy-right {
    color: #fff;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #444444;
    padding: 27px 0;
    margin-top: 20px;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/* Optional: style the dropdown toggle caret (arrow) if needed */
.dropdown-toggle::after {
    vertical-align: 0.255em;
}

.nav-item .nav-link svg {
    transition: transform 0.3s ease;
    width: 11px;
}

/* Rotate arrow on hover for animation effect */
.nav-item.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
}

/* Remove Bootstrap's default caret */
.dropdown-toggle::after {
    display: none;
}

/* Optional: Add animation to arrow on hover */
.nav-item.dropdown:hover .nav-link svg {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.nav-item .nav-link svg {
    transition: transform 0.3s ease;
}


.offcanvas-body {
    justify-content: flex-end;
}

.offcanvas-end {
    background-color: #fff;
    /* or dark theme */
    width: 100% !important;
    /* adjust width */
}

.page-top-ul {
    list-style: none;
    padding-left: 0;
    text-align: center;
}

.page-top-ul li:first-child {
    font-size: 50px;
    font-weight: 600;
    color: #0D0D0D;
    line-height: 48px;
}

.page-top-ul li:last-child {
    font-size: 19px;
    color: #666666;
    width: 71%;
    margin: auto;
    font-family: 'DM Sans', sans-serif;
}

.page-top-head-section {
    background-repeat: repeat;
    background-size: 16px 16px;
    text-align: center;
    padding: 120px 0 31px 0;
    border-bottom: 1px solid #DEE5ED;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 2px -5px 17px 0px rgba(87, 87, 87, 0.36);
    -webkit-box-shadow: 2px -5px 17px 0px rgba(87, 87, 87, 0.36);
    -moz-box-shadow: 2px -5px 17px 0px rgba(87, 87, 87, 0.36);
    background-color: #fff;
}

.subject-body-section {
    position: relative;
    padding-top: 64px;
    margin-bottom: 40px;

}

.subject-body-section2 {
    position: relative;
    padding-top: 44px;
    background-color: #923CF6;
}

.subject-body-section3 {
    position: relative;
    padding-top: 44px;
    background-color: #2e1f40;
}


.shape-bg1 {
    position: absolute;
    left: -120px;
    top: -170px;
    z-index: -1;
}

.shape-bg2 {
    position: absolute;
    right: -160px;
    top: -170px;
    z-index: -1;
}

.service-main-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 33px;

    justify-content: flex-start;
    flex-direction: row;

}

.service-main-box li:first-child {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 11px 0px rgba(87, 87, 87, 0.1);
    -webkit-box-shadow: 0 0 11px 0px rgba(87, 87, 87, 0.1);
    -moz-box-shadow: 0 0 11px 0px rgba(87, 87, 87, 0.1);

}

.img-div {
    width: 139px;
    height: 139px;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-main-box li:last-child {
    font-size: 38px;
    font-weight: 700;
    line-height: 45px;
    width: 50%;
}


.service-main {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
    margin-bottom: 23px;
    min-height: 474px;
}

.service-main p {
    font-size: 18px;
    color: #626262;
    font-family: 'DM Sans', sans-serif;
}

.service-main-box img {
    width: 109px;
    height: auto;
}

.about-text {
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}

.about-pera {
    font-size: 18px;
    color: #626262;
    font-family: 'DM Sans', sans-serif;
    padding-bottom: 10px;
}

.main-about-box {
    margin-bottom: 20px;
}



/* ////////////
   Contact Us
//////////////*/


.about-pera {
    font-size: 16px;
    color: #727272;
}

.about-pera span {
    font-weight: 700;
    color: #000000;
}

.about-img img {
    width: 100%;
}

.about-main-section {
    padding: 43px 00;
    border-bottom: 1px solid #CFCFCF;
}

.book {
    font-size: 40px;
    color: #000;
    font-weight: 800;
    line-height: 38px;
    text-align: center;
}

.book-pera {
    color: #5E6373;
    text-align: center;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
}

#contactForm {
    margin-top: 30px;
}


.contact-details-main-box {
    background-color: #ffffff;
}

.contact-details-main-box img {
    width: 100%;
}


.contact-ul-li {
    display: flex;
    color: #D0D0D0;
    font-size: 14px;
    gap: 11px;
    align-items: center;
    list-style: none;
}

.contact-ul-li div {
    border-bottom: 1px dotted
}

.contact-ul-li div:hover {
    border-bottom: 1px dotted #923CF6
}


.contact-ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    gap: 23px;
    flex-wrap: wrap;
}

.startups {
    font-size: 18px;
    color: #fff;
    padding: 23px 0 29px 0;
    font-weight: 600;
}

.experience-heading {
    font-size: 20px;
    color: #E0E0E0;
    font-weight: 500;
}

.experience-pera {
    color: #C0C0C0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.companies-details-box {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.about-page-form {
    padding: 0 0 40px 0;
}

#thankYouPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    width: 37%;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.thanks-btn {
    background-color: #298E00;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 5px 11px;
}

.thanks-btn:hover {
    background-color: #923CF6;
}

#thankYouPopup h4 {
    font-weight: 800;
    font-size: 24px;
}

.contact-grid {
    display: flex;
    gap: 32px;
}

.page-top-ul li:first-child {
    line-height: 48px;
    padding-bottom: 16px;
}

/* ////////////
   How we work
//////////////*/

.nun-box-ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px;
    padding: 22px 35px;
}

.nun-box-ul .how-main-texr {
    font-size: 30px;
    font-weight: 600;
}

.nun-box-ul p {
    font-size: 18px;
    color: #626262;
    font-family: 'DM Sans', sans-serif;
}

.how-we-icon-box {
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease-out;
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.2);
}

.nun-box-ul:hover .how-we-icon-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.49);
    -webkit-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: 0px 0px 24px -8px rgba(0, 0, 0, 0.49);
}


.step {
    position: relative;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 50%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
}

.step::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    width: 50px;
    height: 50px;
    background: white;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    transform: translateY(-50%);
}

.step span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
    font-weight: bold;
    color: black;
    z-index: 1;
}

.num-box-left img {
    width: 127px;
}

.how-we-works-main-box {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
    align-items: center;
}

.location1 {
    display: flex;
    padding-left: 0;
    list-style: none;
    font-size: 15px;
    color: #686868;
}

.joblist {
    display: flex;
    background-color: #fff;
    list-style: none;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    padding: 21px;
    border-radius: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.job-name {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 9px;
}

.location1 li {
    padding-right: 15px;
}

.location1 li span {
    padding-right: 10px;
}

.joblist .liquid {
    background-color: #923CF6;
    color: #fff;
    font-size: 15px;
    width: 144px;
    border: none;
    border-radius: 100px;
    padding: 16px 10px;
    transition: all 0.3s ease-out;
}

.joblist .liquid:hover {
    background-color: #4c00a2;

}

.joblist .liquid i {
    font-size: 14px;
    padding-right: 2px;
}

.who-texta {
    color: #923CF6;
    font-size: 20px;
}

.canadaa {
    font-size: 42px;
    font-weight: 600;
    line-height: 44px;
}

.canada-pera {
    font-size: 20px;
    color: #626262;
    font-weight: 300;
    font-family: 'DM Sans', sans-serif;
}

.client-img1 {
    width: 100%;
}

.happy2 {
    width: 100%;
}

.happy-section {
    margin-top: 40px;
}


.home-service-section {
    background-image: url("../assets/images/top-head-bg.png");
    background-repeat: repeat;
    background-size: 16px 16px;
    padding: 50px 0;
    background-color: #fff;
}

.home1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
}

.en2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 13px;
}

.en-ul {
    font-size: 16px;
    color: #727272;
    line-height: 32px;
    font-family: 'DM Sans', sans-serif;
}

.service-point-box {
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #cdcdcd;
    min-height: 356px;
    padding: 30px;
    margin-bottom: 30px;
    transition: all 0.5s ease-out;
}

.service-point-box:hover {

    box-shadow: 2px -1px 41px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 2px -1px 41px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 2px -1px 41px 0px rgba(0, 0, 0, 0.12);
}


.img2 {
    width: 100%;
    margin-top: 30px;
}


.slider-img img {
    width: 100%;
}

.home-section2 {
    padding: 75px 0;
}

.name-job {
    font-size: 36px !important;
}

/* === FORM GROUP === */
.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
    font-family: 'DM Sans', sans-serif;
}

.form-group label span {
    color: #d00;
    margin-left: 2px;
}

/* === BASE INPUT, TEXTAREA & SELECT === */
input,
textarea,
select {
    width: 100%;
    font-family: inherit;
    font-size: 1rem;
    color: #000;
    background-color: unset;
    border-bottom: 1px solid #393939 !important;
    border: none;
    padding: 1.2rem 0.75rem 0.5rem;
    outline: none;
    transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #923CF6;
}

input::placeholder,
textarea::placeholder {
    color: #B7B7B7;
}

textarea {
    resize: vertical;
    min-height: 80px;
    max-height: 150px;
    font-size: 1rem;
    padding: 0.8rem 0.75rem 0.4rem;
}

/* === FLOATING LABELS === */
.material-textfield,
.material-select {
    position: relative;
    margin-bottom: 1.5rem;
}

.material-textfield label,
.material-select label {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    font-size: 1rem;
    color: #353535;
    background-color: unset;
    padding: 0 0.3rem;
    transform: translateY(-50%);
    transition: 0.3s ease-out;
    transform-origin: left top;
    pointer-events: none;
    z-index: 1;
}

input:focus+label,
input:not(:placeholder-shown)+label,
textarea:focus+label,
textarea:not(:placeholder-shown)+label,
select:focus+label,
select:not(:placeholder-shown)+label {
    top: 0;
    transform: translateY(-50%) scale(0.9);
    color: #717171;
    z-index: 9;
}

/* Special case for textarea label position */
.material-textfield textarea+label {
    top: 10px;
    font-size: 18px;
    transform: scale(0.9);
    color: #B7B7B7;
    z-index: 9;
}

.material-textfield textarea:focus+label {
    top: -12px;
    transform: scale(0.9);

    color: #717171;
}

.material-textfield textarea:not(:placeholder-shown)+label {
    top: -12px;

    color: #717171;
}

/* === SELECT STYLING === */
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    font-weight: 500;
    background-color: transparent;
}

.material-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-top-color: #c084fc;
    pointer-events: none;
    z-index: 2;
}

/* === BUTTON === */
.enquire-button {
    padding: 0.7rem 1.5rem;
    background-color: #923CF6;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.enquire-button:hover {
    background-color: #5a00c1;
}


.who-home-section1 {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    margin-bottom: 40px;
}

.who-box-home2 {
    width: 100%;
}

.client-home-section {
    display: flex;
    gap: 20px;
}

.client-box {
    background-image: url("../assets/images/client.png");
    padding: 95px 20px;
    border-radius: 20px;
    position: relative;
    width: 400px;
    text-align: center;
    line-height: 33px;
    background-size: cover;
    background-repeat: no-repeat;
}

.client-box-bg {
    background-image: url("../assets/images/client-bg.png");
    padding: 20px;
    border-radius: 20px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 260px;
}

.client-text1 {
    position: absolute;
    font-size: 38px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    left: 0;
    right: 0;
    top: 38%;
    bottom: 0;
}


.client-box2 {
    width: 100%;
}

.display-4 {
    font-size: 46px;
    color: #1A1A1A;
    font-weight: 600;
}

.served {
    font-size: 16px;
    color: #4D4D4D;
}

.next-arrow1 {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.next-arrow1 img {
    transition: all 0.3s ease-out;
}

.next-arrow1:hover img {
    rotate: -45deg;
}

.hero-main-section {
    background-image: url("../assets/images/main-slider1.png");
    padding: 160px 10px 84px 10px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}

.hero-connect-btn {
    font-size: 15px;
    color: #262626;
    background-color: #F1F4F8;
    border: 3px solid #fff;
    width: 220px;
    border-radius: 54px;
    padding: 12px 6px;
    margin: auto;
    transition: all 0.3s ease-out;
}

.hero-connect-btn:hover {
    box-shadow: 2px -1px 20px -7px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 2px -1px 20px -7px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 2px -1px 20px -7px rgba(0, 0, 0, 0.29);
}

.hero-connect-btn span {
    padding-left: 5px;
}

.hero-main-text {
    font-size: 60px;
    color: #0D0D0D;
    font-weight: 600;
    width: 64%;
    text-align: center;
    margin: auto;
    line-height: 61px;
    margin-top: 40px;
}

.hero-sub-text {
    color: #666666;
    font-size: 22px;
    width: 72%;
    margin: auto;
    margin-top: 29px;
    margin-bottom: 39px;
    font-family: 'DM Sans', sans-serif;
}



.hero-main-section .liquid {
    background-color: #923CF6;
    color: #fff;
    font-size: 15px;
    width: 192px;
    border: none;
    border-radius: 100px;
    padding: 16px 10px;
    transition: all 0.3s ease-out;
}

.hero-main-section .liquid:hover {
    background-color: #4c00a2;

}

.hero-main-section .liquid i {
    font-size: 14px;
    padding-right: 2px;
}

.why-home1 {
    padding: 68px 0 86px 0;
}

.hero-carousel {
    margin-top: 50px;
}



#dynamic-text-wrapper {
    display: block;
    height: 65px;
    overflow: hidden;
    position: relative;

}

#dynamic-text {
    position: relative;
    display: inline-block;
    color: #923CF6;


}

.case-box-main {
    position: relative;
    margin-bottom: 30px;
}

.case-box-main img {
    width: 100%;
    border-radius: 10px;

}

.case-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 11px;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
}

.case-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0;
    transition: all 0.3s ease-out;
}

.case-text p:hover {
    color: #ca9bff;
}

.container-flex-box {
    display: flex;
    align-items: center;
    min-height: 312px;
    margin-bottom: 40px;
    background-image: url("../assets/images/heade-bg-main.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.case-studies-hero-text {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    padding: 10px 40px;
}

.case-studies-hero-img img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    height: 313px;
}

.case-studies-section {
    margin-top: 33px;
}

.side-right {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 34px;
    box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 0px 15px -4px rgba(0, 0, 0, 0.2);
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 50px;
}

.side-right p {
    font-family: 'DM Sans', sans-serif;
}

.page-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    color: #fff;
    gap: 15px;
    padding: 10px 40px;
}

.page-nav a {
    color: #fff;
}

.page-nav a:hover {
    text-decoration: underline;
    color: #d3aeff;
}

.overcolor {
    background-color: #0000006a;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.blog-main-box {
    list-style: none;
    padding-left: 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.blog-box p {
    margin-top: 0;
    font-family: 'DM Sans', sans-serif;
}

.blog-box p,
.blog-heading {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0;
    transition: all 0.3s ease-out;
    color: #000;
}

.blog-box:hover .blog-heading {
    color: #923CF6;
}

.blog-main-box img {
    width: 100%;
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}

.service-main22 {
    background-color: #fff;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #cdcdcd;
    margin-bottom: 23px;
}

.side-right ul {
    font-family: 'DM Sans', sans-serif;
}

/* mouse pointer */

.cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    z-index: 2;
    pointer-events: none;
}

.cursor div {
    position: absolute;
    display: grid;
    place-items: center;
}

.cursor div div {
    border: 1px solid #fff;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
    box-shadow: 0 0 50px 5px #d7abff6e;
}

.cursor div:nth-child(1),
.cursor div:nth-child(2) {
    width: 100%;
    height: 100%;
}

.cursor div:nth-child(1) {
    transition: transform 0.2s ease-out;
}

.cursor div:nth-child(2) {
    transition: transform 0.1s ease-out;
}

.cursor div:nth-child(2) div {
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.company-details-ul {
    list-style: none;
    padding-left: 0;
    line-height: 25px;
    text-align: center;
}

.details-ul-li-main-text {
    font-size: 30px;
    font-family: 'Red Rose', serif;
    margin-top: 16px;
    font-weight: 600;
}

.details-ul-li-sub-text {
    font-family: 'DM Sans', sans-serif;
}

.company-client-main-ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 92px;

}

.client-company-details-section {
    padding: 0 0 50px 0;
}

.bg-color1 {
    background-color: #F9EDED;
}

.bg-color2 {
    background-color: #ECF5E9;
}

.bg-color3 {
    background-color: #F0F2FA;
}

.bg-color4 {
    background-color: #F9ECF9;
}

.bg-color5 {
    background-color: #F9EDED;
}

.bg-color6 {
    background-color: #F9F3EF;
}

.home-case-study-section {
    background-image: url("../assets/images/home-case-study-section.png");
    background-size: cover;
    padding: 100px 0;
    background-position: top;
    background-attachment: fixed;
}

.home-case-study-div {
    background-color: #121212;
    padding: 100px 40px;
    position: relative;
}

.home-case1 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
}

.home-case2 {
    font-size: 18px;
    color: #fff;
    margin: 17px 0;
    line-height: 24px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spc-box1 {
    position: absolute;
    background-color: #923CF6;
    width: 110px;
    height: 20px;
    right: 0;
    top: 0;
}

.spc-box2 {
    position: absolute;
    background-color: #923CF6;
    width: 20px;
    height: 110px;
    right: 0;
    top: 0;
}

/* Animated Bubble Buttons CSS by Anaroul Hasan */

.animation {
    position: relative;
    padding: 14px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    z-index: 1;
}

.animation span {
    position: relative;
    z-index: 10;
}

.bubble-layer {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    filter: blur(10px);
    z-index: 0;
}

.bubble-1 {
    background: #ff007f;
    top: -20%;
    left: -10%;
    animation: moveUpRight 6s ease-in-out infinite;
}

.bubble-2 {
    background: #ff6a00;
    top: 0%;
    left: 10%;
    animation: moveDownLeft 5s ease-in-out infinite;
    animation-delay: 1s;
}

.bubble-3 {
    background: #ffcc00;
    top: 20%;
    left: 50%;
    animation: moveRight 4s ease-in-out infinite;
    animation-delay: 2s;
}

.bubble-4 {
    background: #00fff0;
    top: -20%;
    left: 70%;
    animation: moveUpLeft 7s ease-in-out infinite;
    animation-delay: 3s;
}

.bubble-5 {
    background: #9d00ff;
    top: 30%;
    left: -10%;
    animation: moveDownRight 3s ease-in-out infinite;
    animation-delay: 4s;
}

.bubble-6 {
    background: #ff007f;
    top: -10%;
    left: 30%;
    animation: moveLeft 8s ease-in-out infinite;
    animation-delay: 0.5s;
}

.bubble-7 {
    background: #ff6a00;
    top: 40%;
    left: 60%;
    animation: moveUp 6s ease-in-out infinite;
    animation-delay: 1.5s;
}

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

    25% {
        transform: translate(100%, -100%);
    }

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

    75% {
        transform: translate(50%, -50%);
    }

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

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

    25% {
        transform: translate(-100%, 100%);
    }

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

    75% {
        transform: translate(-50%, 50%);
    }

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

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

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

    50% {
        transform: translate(-100%, 50%);
    }

    75% {
        transform: translate(50%, -50%);
    }

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

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

    25% {
        transform: translate(-100%, -100%);
    }

    50% {
        transform: translate(50%, 50%);
    }

    75% {
        transform: translate(-50%, -50%);
    }

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

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

    25% {
        transform: translate(100%, 100%);
    }

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

    75% {
        transform: translate(50%, 50%);
    }

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

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

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

    50% {
        transform: translate(100%, -50%);
    }

    75% {
        transform: translate(-50%, 50%);
    }

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

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

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

    50% {
        transform: translate(50%, 50%);
    }

    75% {
        transform: translate(-50%, -50%);
    }

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

.client-box2 .animation {
    padding: 10px;
    position: absolute;
    right: 21px;
    bottom: 20px;
}

.client-box2 .animation2 span {
    position: relative;
    z-index: 10;
}

.img2-div{
    position: relative;
}

.shap1{
    position: absolute;
    right: 0;
    width: 10%;
}

.shap2{
    position: absolute;
    left: -40px;
    bottom: -30px;
    width: 12%;
}


 #cog {
	-webkit-animation: cog 12s infinite;			
	-moz-animation: cog 12s infinite;
	-ms-animation: cog 12s infinite; 			
	animation: cog 12s infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;		
	-ms-animation-timing-function: linear;
	animation-timing-function: linear	
}
@keyframes cog {
100%{ 
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}
}







