@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
    overflow-x: hidden;
    background-color: #fff;
    font-size: 15px;
}

a {
    text-decoration: none;
}


.navbar-nav a {
    color: #191825;
}

.navbar-nav {
    gap: 9px;
}

/* Custom CSS for mobile menu sliding effect */

.navbar-section {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.14);

}

.navbar-section nav {
    background-color: #fff !important;
    font-size: 15px;
    font-weight: 500;
}

.navbar-section nav .active {
    color: #5E17EB !important;
    font-weight: 700;
}


/* color-btn button */
.color-btn .custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

/* button-7 */
.color-btn .btn-7 {
    background: rgb(198, 80, 214);
    background: linear-gradient(90deg, rgba(198, 80, 214, 1) 0%, rgba(94, 23, 235, 1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
}

.color-btn .btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.color-btn .btn-7:before,
.color-btn .btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #5E17EB;
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.color-btn .btn-7:before {
    height: 0%;
    width: 2px;
}

.color-btn .btn-7:after {
    width: 0%;
    height: 2px;
}

.color-btn .btn-7:hover {
    color: #5E17EB;
    background: transparent;
}

.color-btn .btn-7:hover:before {
    height: 100%;
}

.color-btn .btn-7:hover:after {
    width: 100%;
}

.color-btn .btn-7 span:before,
.color-btn .btn-7 span:after {
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #5E17EB;
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.color-btn .btn-7 span:before {
    width: 2px;
    height: 0%;
}

.color-btn .btn-7 span:after {
    height: 2px;
    width: 0%;
}

.color-btn .btn-7 span:hover:before {
    height: 100%;
}

.color-btn .btn-7 span:hover:after {
    width: 100%;
}

/* Banner slider */
.banner-slider-main .store-icon {
    margin-bottom: 0;
}

.play-box {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.banner-top-section h4 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 0;
}

.banner-top-section h4 span {
    font-weight: 800;
    font-size: 45px;
}

.banner-top-section p {
    font-size: 20px;
    width: 82%;
    margin-top: 77px;
}

.banner-top-section .get-in-touch-bix {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 15px 0 30px 0;
}

.banner-top-section ul li a i {
    font-size: 13px;
    background-color: #fff;
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-slider-main {
    position: relative;
    color: #fff;
}

.banner-slider-main img {
    width: 100%;
}

#banner-slider {
    z-index: 10;
}

.banner-top-section {
    position: absolute;
    z-index: 11;
    background-image: url("../assets/banner-slider-bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* environment-section */

.environment-section {
    background-color: #5E17EB;
    padding: 60px 0;
    color: #fff;
    text-align: center;
}

.environment-section h3 {
    font-size: 50px;
    width: 64%;
    margin: auto;
    padding-bottom: 15px;
}

.environment-section p {
    font-size: 18px;
    width: 85%;
    margin: auto;
    padding-bottom: 24px;
}


/* white-btn button */
.white-btn .custom-btn {
    width: 130px;
    height: 40px;
    color: #000000;
    border-radius: 10px;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

/* button-7 */
.white-btn .btn-7 {
    background-color: #fff;
    line-height: 42px;
    padding: 0;
    border: none;
}

.white-btn .btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.white-btn .btn-7:before,
.white-btn .btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: all 0.3s ease;
}

.white-btn .btn-7:before {
    height: 0%;
    width: 2px;
}

.white-btn .btn-7:after {
    width: 0%;
    height: 2px;
}

.white-btn .btn-7:hover {
    color: #fff;
    background: transparent;
}

.white-btn .btn-7:hover:before {
    height: 100%;
}

.white-btn .btn-7:hover:after {
    width: 100%;
}

.white-btn .btn-7 span:before,
.white-btn .btn-7 span:after {
    border-radius: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #fff;
    transition: all 0.3s ease;
}

.white-btn .btn-7 span:before {
    width: 2px;
    height: 0%;
}

.white-btn .btn-7 span:after {
    height: 2px;
    width: 0%;
}

.white-btn .btn-7 span:hover:before {
    height: 100%;
}

.white-btn .btn-7 span:hover:after {
    width: 100%;
}

/* Blog Section*/

.blog-main-section {
    padding: 60px 0;
}


.blog-main-section h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.blog-main-section .blog-sub-text {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 44%;
    margin: auto;
    padding-bottom: 46px;
}

.blog-event-box {
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 16px;
    transition: all 0.5s ease-out;

}

.blog-event-box:hover {
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);

}

.blog-event-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    color: #0F2137;
}

.blog-event-box p {
    font-size: 16px;
    width: 93%;
    color: #0F2137;
}

.blog-event-box:hover h4,
.blog-event-box:hover p {
    color: #5E17EB;
}


.blog-event-box:hover img {
    filter: grayscale(100%);
}

.blog-img-section img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.blog-img-section {
    border-radius: 10px;
    overflow: hidden;
}

.blog-view-btn {
    text-align: center;
    margin-top: 18px;
}

/* Main Page Animation */

:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.5deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}

.animations-disabled,
.animations-disabled [data-animation] {
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}

.fadeIn {
    animation-name: fadeIn;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}


/*/////////////////
Blog list page
/////////////// */

.blog-list-section .blog-event-box {
    margin-bottom: 20px;
}

/*/////////////////
Blog Details page
/////////////// */

.blog-main-img img {
    width: 100%;
    border-radius: 5px;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.blod-details-section {
    margin-top: 40px;
}

.blod-details-section h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 16px 0;
    margin-bottom: 0;
}

.blod-details-section p {
    font-size: 16px;
}

.blog-main-img {
    border: 1px solid #f0f0f0;
    padding: 9px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
}

.blog-page-nav {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 16px 0;
    margin-bottom: 60px;
}

.blog-page-nav li {
    display: flex;
    align-items: center;
    gap: 9px;
}

.blog-page-nav a {
    color: #585858;
}

.blog-page-nav a:hover {
    color: #2563EB;
}

.blog-list-right-side {
    display: flex;
    list-style: none;
    padding: 0 0 16px 0;
    gap: 10px;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
}

.blog-list-right-side img {
    width: 100%;
}

.blog-list-right-side li:first-child {
    width: 38%;
    border-radius: 5px;
    overflow: hidden;
}

.blog-name {
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.blog-list-right-side:hover .blog-name {
    color: #007bff;
}

.blog-name-pera {
    font-size: 15px;
    color: #8a8a8a;
}

.trusted-company-section {
    padding: 50px 10px;
}

.advertisement-section .item img {
    border-radius: 30px;
}

.insta-video-main-section {
    background-image: url("../assets/insta-video-bg.png");
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.store-icon {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.insta-h3 {
    font-size: 39px;
    font-weight: 800;
    margin-bottom: 0;
    width: 90%;
}

.insta-pera {
    font-size: 20px;
    margin: 20px 0 30px 0;
    width: 85%;
}

.insta-mobile-frame video {
    width: 240px !important;
    height: auto;
    border-radius: 15px;
}

.insta-mobile-bg .item{
    border: 10px solid #000;
    border-radius: 20px;
    width: 100%;
    background-color: #000;
}

.insta-mobile-frame{
    width: 260px;
    border-radius: 15px;
}

.primary-btn {
    background-color: #fff;
    color: #000;
    border-radius: 18px;
    padding: 12px 29px;
    font-weight: 500;
    border: 1px solid #fff;
}

.primary-btn:hover {
    background-color: #5E17EB;
    border: 1px solid #fff;
}

.main-insta-div {
    display: flex;
    align-items: center;
}

.trusted {
    font-size: 20px;
    color: #1E1F4B;
    font-weight: 700;
    text-align: center;
}

#trusted-company-slider {
    margin-top: 37px;
}

.testimonial-h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.testimonial-pera {
    font-size: 15px;
    color: #262626;
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-section {
    padding: 62px 0;
    background-color: #F4F4F8;
}

.testimonial-box {
    background-image: url("../assets/testimonial-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 25px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-content-box p {
    color: #000;
    font-weight: 500;
    padding: 18px;
    margin-bottom: 0;
}

.testimonial-content-box {
    list-style: none;
    padding-left: 0;
    background: rgba(255, 255, 255, .9);
    border-radius: 16px;
    padding-bottom: 20px;
}

.testimonial-nmae {
    background-color: #5E17EB;
    padding: 5px;
    margin-top: 14px;
    font-weight: 600;
}

.testimonial-nmae span {
    padding-right: 11px;
}

.primary-btn-2 {
    background-color: #5E17EB;
    color: #fff;
    border-radius: 18px;
    padding: 12px 40px;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid #CFCFCF;
    text-align: center;
}

.center-box {
    text-align: center;
}

.primary-btn-2:hover {
    background-color: #fff;
    border: 1px solid #5E17EB;
    color: #5E17EB;
}

.how-get-start-section {
    padding: 60px 0;
}

.how-get-start-h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.get-start-img {
    background-color: #5E17EB;
    padding: 10px;
}

.how-get-ul-main-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 120px;
}

.get-start-h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 13px;
}

.get-start-pera {
    font-size: 14px;
    color: #6A6A6A;
    font-weight: 500;
}

.get-start-box {
    border: 1px solid #CECECE;
    border-radius: 15px;
    padding: 17px;
    position: relative;
    text-align: center;
}

.get-start-img {
    border-radius: 9px;
    overflow: hidden;
}

.get-start-img img {
    width: 100%;
}

.arrow-box1 img {
    width: 100%;
}

.how-get-ul-main-box .col-md-4 {
    flex: auto;
}

.get-right-number {
    background-color: #1BB62A;
    color: #fff;
    font-size: 26px;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    line-height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -25px;
    margin-right: -23px;
}

.margin-top1 {
    margin-top: -44%;
}

.arrow-box1 {
    margin-top: -159%;
}

.service-integrity-h4 {
    font-size: 20px;
}

.service-integrity-pera {
    font-size: 15px;
    color: #42526B;
    padding-bottom: 50px;
}

.service-integrity-h4 {
    font-size: 20px;
    margin: 19px 0;
    font-weight: 600;
}

.service-integrity-pera {
    color: #42526B;
    font-size: 16px;
    font-weight: 500;
    width: 90%;
    margin: auto;
}

.img-choose-section {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.img-choose-section img {
    width: 100%;
}

.choose-cleanholics-box {
    text-align: center;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
}

.why-choose-cleanholics-section {
    padding: 70px 0;
}

.advertisement-section {
    padding: 0 0 70px 0;
}

.header-name1 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 42px;
}

.how-can-help-main-section {
    padding: 60px 0 20px 0;
}

.how-can-help-main-box {
    background-color: #fff;
    border: 1px solid #E8E8E8;
    padding: 16px 10px 25px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    margin-bottom: 35px;
    transition: all 0.3s ease-out;
}

.how-can-help-main-box:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
}

.help-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 100px;
    background-color: #fff;
    transition: all 0.3s ease-out;
}

.how-can-help-main-box:hover .help-icon-box {
    background-color: #F2ECFF;
}

.help-icon-h5 {
    font-size: 20px;
    margin: 9px;
}

.help-icon-pera {
    font-size: 15px;
    color: #42526B;
    margin-bottom: 17px;
}

.help-icon-link {
    color: #5E17EB;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease-out;
}

.help-icon-link:hover {
    border-bottom: 2px solid #5E17EB;
}

.help-icon-link i {
    color: #5E17EB;
    font-size: 16px;
}

footer {
    background-color: #5E17EB;
    padding: 60px 0 20px 0;
}

.footer-about {
    font-size: 40px;
    color: #fff;
    border-bottom: 1px solid #936AE7;
    font-weight: 600;
    margin-bottom: 17px;
    padding-bottom: 18px;
    width: 88%;
}

.footer-adr {
    list-style: none;
    padding-left: 0;
    color: #fff;
}

.footer-link-header {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.footer-like {
    padding-left: 0;
    list-style: none;
    line-height: 29px;
    margin-top: 16px;
    font-weight: 500;
}

.footer-like a {
    color: #fff;
}

.copy-right-text {
    color: #fff;
    font-size: 15px;
}

.map-iframe {
    width: 100% !important;
    border-radius: 10px;
    height: 250px;
}

.footer-social-box {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 15px;
    float: right;
    margin-bottom: 0;
}

.footer-social-box .social-icon {
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.footer-social-box .social-icon:hover {
    background-color: #123580;
}

.footer-copy-social {
    align-items: center;
    border-top: 1px solid #936AE7;
    padding-top: 23px;
    margin-top: 28px;
}

.footer-phone {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.footer-arr-details {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.footer-arr-details i {
    margin-right: 5px;
}

.footer-office-time {
    list-style: none;
    padding-left: 0;
    color: #fff;
}

.footer-time {
    font-size: 15px;
    font-weight: 600;
}

.footer-time-details {
    font-size: 15px;
}

.go-top {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: rgb(198, 80, 214);
    background: linear-gradient(0deg, rgba(198, 80, 214, 1) 0%, rgba(94, 23, 235, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.13);
    position: absolute;
    right: 0;
    top: -23%;
    transition: all 0.3s ease-out;
}

.class-go-top {
    position: relative;
}

.go-top:hover {
    top: -24%;
    background: rgb(94, 23, 235);
    background: linear-gradient(0deg, rgba(94, 23, 235, 1) 0%, rgba(198, 80, 214, 1) 100%);
}

.word {
    position: absolute;
    opacity: 0;
    font-size: 42px;
    font-weight: 800;
}

.letter {
    display: inline-block;
    position: relative;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.box11{
    width: 90%;
    margin-left: 128px;
}

/* Highlight active menu item */
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current-menu-parent > a {
    color: #5E17EB !important;
    font-weight: 700 !important;
}

/* Additional styles for hover effect */
.navbar-nav .nav-link:hover,
.navbar-nav .current-menu-item > a:hover,
.navbar-nav .current-menu-ancestor > a:hover,
.navbar-nav .current-menu-parent > a:hover {
    color: #5E17EB !important;
}