.slider__area-home8 {
    padding: 0px !important;
    position: relative;
}



@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.businessassistnewsec .downitem {
    position: relative;
    margin-top: 5.5em;
}

.businessassistnewsec .down_arrow {
    min-height: 25%;
    position: absolute;
    top: 19%;
    left: 63%;
    width: 72%;
    height: 19%;
    min-height: 21%;
    border: 1px dashed;
    border-radius: 93% / 109px 100px 0 0;
    border-color: #223554 transparent transparent transparent;
    transform: rotate(24deg);
}

.up_arrow {
    width: 69%;
    height: 19%;
    min-height: 21%;
    border: 1px dashed;
    border-radius: 98% / 109px 100px 0 0;
    border-color: #223554 transparent transparent transparent;
    transform: rotate(178deg);
    -webkit-transform: scaleX(-1);
    transform: scaley(-1) rotate(21deg);
    position: absolute;
    bottom: 91%;
    left: 62%;
}

.businessassistnewsec .assistblock:last-child .down_arrow {
    display: none;
}

.assistblock:hover .process-card_icon:before {
    background-color: #223554;
}

.assistblock:hover .process-card_icon {
    color: #fff;
}

@media screen and (max-width: 767px) {

    .about-area.about_mob {
        padding-top: 0px !important;
    }

    .faqs__area-six {
        padding: 20px 0;
        position: relative;
    }

    .blog-post-bg {
        padding: 20px 0 20px !important;
    }

    .about__area-eight {
        padding: 0;
    }

}

.testimonial__form .form-label {
    display: none;
}

.slider_baner_home8 .slider__bg {
    height: 85vh;
}

.services__area-home8 {
    top: -50px !important;
}

.card-services-type-01 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.about__content-inner-five .about__list-img-four img.entered {
    height: 160px;
    width: 300px;
    object-fit: cover;
}

.breadcrumb__content .title {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
}

.breadcrumb__content .breadcrumb-item a {
    color: #fff !important;
}

.sidebar__contact .btn {
    gap: 5px;
    padding: 13px 24px;
    font-size: 16px;
}

.sidebar__contact .btn i {
    font-size: 20px;
    line-height: 0;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.video_section {
    height: 80vh;
}

.banner__content-three {
    position: relative;
    z-index: 9;
}

.howwework-sec {
    margin: 60px 0px 60px;
    padding: 0px;
    position: relative;
    z-index: 1;
}

.processleft {
    position: sticky;
    top: 1px;
}

.howwework-sec h3,
.howwework-sec p {
    text-align: left;
}

.howwework-sec h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.howwework-sec p {
    font-size: 16px;
}

.processright {
    max-height: 331px;
    overflow-y: scroll;
}

.howwework-sec ul {
    list-style-type: disc;
}

.howwework-sec ul {
    position: relative;
    list-style-type: none;
    padding-left: 10px;
    margin-top: 0px;
}

.howwework-sec ul li {
    width: 100%;
    padding: 0px 10px 30px;
    position: relative;
    margin-right: 20px;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
}

.howwework-sec .img-homesec {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 72px;
}

.processright-sec {
    padding-left: 25px;
    width: 86%;
}

.howwework-sec h4 {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 20px;
}

.howwework-sec ul li p {
    padding: 0px 0px;
    font-size: 16px;
    text-align: left;
    font-family: 'Inter', sans-serif !important;
}

.howwework-sec.process-sec .processright .img-homesec img {
    background: #33367a;
    padding: 17px;
    border-radius: 10px;
    width: auto;
    height: auto;
    z-index: 1;
    position: relative;
    width: 72px;
}

.howwework-sec ul::after {
    top: 25px;
}

.howwework-sec ul::after {
    border: 1px dashed #000;
    content: "";
    position: absolute;
    top: 53px;
    width: 1px;
    left: 58px;
    z-index: 0;
    height: 82%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #191d88;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #191d88;
}

.feedback-btn {
    position: fixed;
    top: 50%;
    right: -160px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background-color: #2a50b7;
    color: white;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: right 0.8s ease-in-out, width 0.3s ease-in-out;
    width: 160px;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.feedback-btn i {
    padding: 10px;
    font-size: 22px;
    background: #1d2b60;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
    transition: margin-right 0.3s ease-in-out;
}

.feedback-btn span {
    opacity: 1;
    color: #fff;
    transition: opacity 0.3s ease-in-out;
}

.feedback-btn.show {
    right: 0;
}

.feedback-btn.compact {
    width: 42px;
}

.feedback-btn.compact span {
    opacity: 0;
}

.feedback-btn.compact i {
    margin-right: 0;
}

.feedback-btn:hover {
    width: 160px;
}

.feedback-btn:hover span {
    opacity: 1;
}

.feedback-btn:hover i {
    margin-right: 10px;
}

.vision-mission {
    padding: 50px 0;
}

.vision-mission .vision-box {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 0 80px 0 80px;
    border: 3px solid #223554;
    text-align: center;
}

.vision-mission .vision-box p {
    font-family: satoshi, sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    margin: 0;
}

.vision-mission .vision-box h3 {
    font-family: satoshi, sans-serif;
    color: #223554;
    font-size: 34px;
    line-height: 44px;
    font-weight: 600;
}

.vision-mission .vision-box h3 img {
    margin-top: -18px;
}

@media (max-width: 767px) {
    .vision-mission .vision-box h3 img {
        margin-top: -10px;
        max-width: 28px;
    }

    .vision-mission .vision-box h3 {
        font-size: 24px;
        line-height: 31px;
    }

    .vision-mission .vision-box {
        padding: 13px;
    }

    .slider__area.slider__area-home8 {
        height: 100% !important;
        margin-bottom: 25px;
    }

    .services__area-home8 {
        padding-bottom: 0px !important;
    }

    .btn-whatsapp-pulse-border::before {
        width: 40px !important;
        height: 40px !important;
    }

    .btn-whatsapp-pulse {
        background: #25d366;
        color: white;
        position: fixed;
        bottom: 20px;
        left: 20px;
        font-size: 20px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px !important;
        height: 40px !important;
        text-decoration: none;
        border-radius: 50%;
        z-index: 999;
    }

    .card-services-type-01 .card-info h5 {
        font-size: 22px;
        line-height: 35px;
        margin-bottom: 10px !important;
    }

    .card-services-type-01 {
        margin-bottom: 20px !important;
        padding: 20px 10px !important;
    }

    .process-card_icon:before {
        border: 2px dashed #fb8b24;
    }
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    z-index: 999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 998;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    animation: ripple 2s infinite ease-out;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.stats_section .counter-item .content .count {
    color: #fff;
}

.stats_section .counter-item .content {
    color: #fff;
}

.stats_section .section-title .title {
    color: #fff;
}

.stats_section .section-title p {
    color: #fff;
}

.services-thumb img {
    height: 270px !important;
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
    min-width: 270px !important;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li a {
    padding: 8px 10px 8px 10px !important;
}

.tgmenu__navbar-wrap>ul>li:hover>.sub-menu {
    /* height: 270px; */
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li {
    border-bottom: 1px solid #d7d7d7b0;
}

.services__tab-wrap .nav-link {
    font-size: 18px !important;
    gap: 4px !important;
    padding: 15px 45px 15px 10px !important;
    width: 350px !important;
}

.services__item-four {
    gap: 30px !important;
    padding: 30px 30px 30px 30px !important;
}

.footer__newsletter-three form input {
    background: #ffffff !important;
}

.footer__social-three .list-wrap li a {
    background: #ffffff !important;
    color: #223554 !important;
}

.footer__social-three .title {
    color: #ffffff !important;
}

.footer-bottom {
    padding: 15px 0 !important;
}

.about-img-wrap .mask-img-wrap {
    width: 450px !important;
}

.experience-year {
    bottom: -50px !important;
}

.about__list-img-four img {
    width: 330px;
    height: auto;
}

.testimonial__img-wrap-two img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
}

.brand__content .title {
    font-size: 26px !important;
}

.brand-active {
    display: flex;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.brand-active .swiper-wrapper {
    display: flex;
    gap: 30px;
    animation: scrollBrands 40s linear infinite;
    width: max-content;
}

@keyframes scrollBrands {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.brand-active .swiper-slide {
    flex: 0 0 auto;
    display: inline-block;
    white-space: nowrap;
}

.accordion-collapse .accordion-body p {
    color: #fff;
}

/* new secton  */


.janhome-whyom {
    padding: 10px 0 50px;
}

.janhome-whyom .homejan-whybox {
    margin-top: 30px;
    padding: 20px 30px;
    background: #e8e8e8;
    text-align: left;
    min-height: 399px;
    border-radius: 12px;
}

.janhome-whyom .homejan-whybox h2 {
    color: #ddd;
    font-size: 100px;
    font-family: satoshi, sans-serif;
    font-weight: 600;
}

.janhome-whyom .homejan-whybox img {
    margin-bottom: 10px;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
}

.janhome-whyom .homejan-whybox h3 {
    font-family: satoshi, sans-serif;
    color: #434343;
    font-size: 22px;
    position: relative;
    line-height: 34px;
    font-weight: 600;
}

.janhome-whyom p {
    font-family: satoshi, sans-serif;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.janhome-whyom .homejan-whybox:hover {
    background: #223554;
}
.janhome-whyom .homejan-whybox:hover img {
    filter: invert(1);
}
.janhome-whyom .homejan-whybox:hover h3 {
    color: #fff;
}
.janhome-whyom .homejan-whybox:hover .janhome-whyom .homejan-whybox h3, .janhome-whyom .homejan-whybox:hover p {
    color: #fff;
}
