.elementor-editor-active .owl-carousel {
    display: grid;
}

.logged-in .kg-space-block .e-con-inner {
    padding-top: 76px;
}

@media screen and (max-width:768px) {
    .logged-in .kg-space-block .e-con-inner {
        padding-top: 52px;
    }
}

/* header */
.kg-header .hfe-site-logo-set img {
    transition: all 0.3s ease-in-out;
}

.kg-header.she-header .hfe-site-logo-set img {
    width: 65px !important;
    transition: all 0.3s ease-in-out;
}

.kg-header.she-header {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    background: #00000026;
    transition: all 0.6s ease;
}

@media screen and (max-width: 767px) {
    .kg-header .kg-nav-menu {
        text-align: end;
    }
}

@media screen and (min-width: 1025px) {
    .kg-header .kg-last-menu {
        display: none !important;
    }
}

.kg-sixfinest-icon {
    position: relative;
    overflow: hidden;
}

.kg-sixfinest-icon::before {
    background-size: 300px;
    animation: rotateBg 10s linear infinite;
    transform-origin: center;
    width: 300px;
    height: 300px;
    position: absolute;
    left: auto;
    right: -52px;
    bottom: 0px;
    top: auto;
}

@keyframes rotateBg {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* homepage */
.kg-heading.elementor-widget-heading .elementor-heading-title span {
    color: var(--e-global-color-secondary);
}

.kg-subheading.elementor-widget-heading .elementor-heading-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.kg-subheading.kg-subheading-left.elementor-widget-heading .elementor-heading-title {
    justify-content: start;
}

.kg-subheading.elementor-widget-heading .elementor-heading-title::before,
.kg-subheading.elementor-widget-heading .elementor-heading-title::after {
    content: "";
    width: 16px;
    height: 1px;
    background: var(--e-global-color-secondary);
    display: inline-block;
}

@media screen and (max-width: 880px) {
    .kg-subheading.kg-subheading-left.elementor-widget-heading .elementor-heading-title {
        justify-content: center;
    }
}

.kg-accordion.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
    border-bottom: 1px solid rgb(118 118 118 / 50%);
}

.kg-blog__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.kg-blog__grid .kg-blog__card {
    background: #fff;
    border: 1px solid #D9D9D9;
    transition: 0.35s ease;
    overflow: hidden;
}

.kg-blog__grid .kg-blog__card .kg-blog__image {
    display: block;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.kg-blog__grid .kg-blog__card .kg-blog__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.kg-blog__grid .kg-blog__card:hover .kg-blog__image img {
    transform: scale(1.05);
}

.kg-blog__grid .kg-blog__card .kg-blog__content {
    padding: 20px 19px 20px 19px;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__meta .kg-blog__category {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: var(--e-global-color-secondary);
    letter-spacing: 0%;
    text-transform: uppercase;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__meta .kg-blog__date {
    font-size: 14px;
    color: var(--e-global-color-text);
    line-height: 16px;
    letter-spacing: -2%;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__title {
    margin: 0 0 14px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -2%;
    margin-bottom: 8px;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__title a {
    color: var(--e-global-color-primary);
    text-decoration: none;
    transition: 0.3s ease;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__text {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0%;
    color: var(--e-global-color-text);
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #76767680;
    text-decoration: none;
    transition: 0.3s ease;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__link:hover {
    color: #76767680;
}

.kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__link span svg {
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    width: 18px;
    height: 18px;
    transition: 0.3s ease;
}

.kg-blog__grid .kg-blog__card:hover .kg-blog__content .kg-blog__link span svg {
    transform: rotate(45deg);
}

@media (max-width: 1199px) {
    .kg-blog__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .kg-blog__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__title {
        font-size: 18px;
    }

    .kg-blog__grid .kg-blog__card .kg-blog__content .kg-blog__text {
        font-size: 14px;
    }
}

.kg-brand-marquee .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
}

.kg-brand-marquee.owl-carousel .owl-item .elementor-element {
    height: 68px !important;
}

.kg-brand-marquee.owl-carousel .owl-item img {
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .kg-from-file-finished .kg-from-file-finished-section {
        position: relative;
    }

    .kg-from-file-finished .kg-from-file-finished-section::before {
        content: '';
        border-top: 2px dashed rgba(82, 237, 35, 1);
        width: calc(100% - 18vw);
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 40px;
        height: fit-content;
    }
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main .kg-from-file-finished-heading {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main .kg-from-file-finished-heading::before {
    content: '';
    position: absolute;
    left: -12px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12px;
    top: 0px;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: all .3s ease;
    opacity: 0;
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main:hover .kg-from-file-finished-heading::before {
    opacity: 1;
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main:hover .kg-from-file-finished-heading {
    background: var(--e-global-color-secondary);
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main:hover .kg-from-file-finished-heading h3 {
    color: #fff;
    transform: rotate(-12deg);
}

.kg-from-file-finished .kg-from-file-finished-section .kg-from-file-finished-box-main .kg-from-file-finished-heading h3 {
    transition: all .3s ease;
}

.kg-from-file-finished .kg-from-file-finished-section.kg-printing-made-easy-section {
    max-width: 1260px;
    margin: auto;
}

.kg-testimonial-section .kg-testimonials-slider .owl-item {
    transform: scale(.95);
}

.kg-testimonial-section .kg-testimonials-slider .owl-item.active.center {
    transform: scale(1);
}

.kg-testimonial-section .kg-testimonials-slider .owl-stage-outer {
    padding-bottom: 25px;
    position: relative;
}

.kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 38%;
    background: linear-gradient(90deg, #ffffffbf, #ffffff87);
    z-index: 1;
}

.kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::after {
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
    width: 38%;
    background: linear-gradient(270deg, #ffffffbf, #ffffff87);
    z-index: 1;
}

.kg-testimonial-section .kg-testimonials-slider .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 20px !important;
}

.kg-testimonial-section .kg-testimonials-slider .owl-dots button.owl-dot span {
    margin: 0;
    background: #D8FEC9;
    opacity: 1;
    height: 6px;
    width: 11px;
    border-radius: 8px;
    transition: all .3s ease;
}

.kg-testimonial-section .kg-testimonials-slider .owl-dots button.owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 24px;
}

@media screen and (max-width: 1199px) {

    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::before,
    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::after {
        width: 32%;
    }
}

@media screen and (max-width: 991px) {

    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::before,
    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::after {
        width: 23%;
    }
}

@media screen and (max-width: 599px) {

    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::before,
    .kg-testimonial-section .kg-testimonials-slider .owl-stage-outer::after {
        display: none;
    }
}

.home-hero-bath-slider .owl-dots {
    margin-top: -145px !important;
    position: relative;
    z-index: 99;
}

.kg-subheading.left.elementor-widget-heading .elementor-heading-title {
    justify-content: left;
}

.home-hero-bath-slider .owl-dots .owl-dot span {
    background: #D8FEC9;
    width: 12px;
    height: 6px;
}

.home-hero-bath-slider .owl-dots .owl-dot.active span {
    background: var(--e-global-color-secondary);
    width: 24px;
}

.home-hero-bath-slider .elementor-widget-button .elementor-button-link:hover .elementor-button-icon svg {
    filter: invert(1);
}

@media(max-width:767px) {
    .home-hero-bath-slider .owl-dots {
        margin-top: -35px !important;
    }
}

/* our stroy section rutika 25052026 */
.kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav {
    display: flex;
    justify-content: end;
    gap: 12px;
    align-items: center;
    position: absolute;
    top: -102px;
    right: 0;
    margin: 0;
}

.kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav button {
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 45px;
    border: 1px solid #A5A5A5;
    border-radius: 0;
    transition: all .3s ease;
}

.kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav button:hover {
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav button span {
    padding: 0;
    margin: 0;
    background: transparent;
    display: flex;
    justify-content: center;
}

.kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav button span svg path {
    fill: var(--e-global-color-primary);
    transition: all .3s ease;
}

@media screen and (max-width: 880px) {
    .kg-our-service-slider-section .kg-our-service-slider-container .kg-our-service-slider .owl-nav {
        position: relative;
        top: 0;
        justify-content: center;
        margin-top: 30px;
    }
}


.kg-banner-icon .elementor-icon {
    display: flex;
}

.kg-page-banner-section .kg-page-banner-list .elementor-icon-list-item:last-child .elementor-icon-list-text {
    color: var(--e-global-color-secondary);
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode {
    width: 100%;
    max-width: 730px !important;
    margin: auto;
    padding-top: 30px;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item {
    margin: 0 0 25px;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    width: 100%;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label input,
.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label textarea {
    max-width: 100%;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    color: inherit;
    font-weight: 500;
    vertical-align: middle;
    transition: border-color .5s ease;
    height: 48px;
    padding: 0 15px;
    margin: 10px 0 0;
    outline: none;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label input:focus,
.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label textarea:focus {
    border-color: var(--e-global-color-secondary);
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label textarea {
    height: 125px;
    padding: 15px;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label select {
    max-width: 100%;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    color: inherit;
    font-weight: 400;
    vertical-align: middle;
    transition: border-color .5s ease;
    height: 48px;
    padding: 0 15px;
    margin: 10px 0 0;
    outline: none;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label select:focus {
    border-color: var(--e-global-color-secondary);
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label input[type="file"] {
    padding: 14px 15px;
    height: auto;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item.quote-form-submit {
    margin: 25px 0;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form input[type="text"] {
    max-width: 100%;
    width: 100%;
    border: 1px solid #f5f5f5;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
    color: inherit;
    font-weight: 400;
    vertical-align: middle;
    transition: border-color .5s ease;
    height: 48px;
    padding: 0 15px;
    margin: 10px 0 0;
    outline: none;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form input[type="text"]:focus {
    border-color: var(--e-global-color-secondary);
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form h6.contact-form__title {
    margin: 0 0 30px;
    font-size: 20px;
    font-weight: 700;
}

.reuest-precise-quote-container .reuest-precise-quote-shortcode .quote-form .quote-form-item label span {
    margin: 10px 0 0;
}

.kg-why-choose-us-grid:hover .kg-why-choose-us-grid-icon {
    transform: scaleX(-1);
}

.kg-feature-grid .kg-feature-card .elementor-widget-icon .elementor-icon-wrapper {
    transition: all 0.3s ease;
}

.kg-feature-grid .kg-feature-card:hover .elementor-widget-icon .elementor-icon-wrapper {
    transform: scaleX(-1);
    transition: all 0.3s ease;
}

/* blog single page css  */

.kg-process-article {
    color: var(--e-global-color-primary);
    overflow: hidden;
}

.kg-process-article .kg-process-hero {
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.kg-process-article .kg-process-hero .kg-container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.kg-process-article .kg-process-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kg-process-article .kg-process-hero .kg-process-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(249, 249, 249, 0.95) 0%, rgba(249, 249, 249, 0.75) 6%, rgba(249, 249, 249, 0.35) 12%, rgba(249, 249, 249, 0.08) 18%, transparent 24%);
}

.kg-process-article .kg-process-hero .kg-process-hero__content {
    position: absolute;
    left: 64px;
    bottom: 40px;
}

.kg-process-article .kg-process-hero .kg-process-hero__content .kg-process-label {
    display: inline-block;
    padding: 0 10px;
    background: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.kg-process-article .kg-process-article__wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    padding: 100px 0;
}

.kg-process-article .kg-process-article__wrapper.kg-container {
    max-width: 1200px;
    margin: auto;
    padding: 60px 40px 110px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__header {
    margin-bottom: 40px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__header .kg-process-article__meta {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--e-global-color-secondary);
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--e-global-color-text);
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__header .kg-process-article__meta .kg-process-dot {
    width: 4px;
    height: 4px;
    background: var(--e-global-color-secondary);
    border-radius: 50%;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__text {
    font-size: 16px;
    line-height: 1.9;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__text p {
    max-width: 100%;
    color: var(--e-global-color-text);
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__text div {
    margin: 20px 0;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__text blockquote {
    margin: 20px 0;
    padding: 30px;
    border-left: 4px solid var(--e-global-color-secondary);
    background: #FAFAFA;
    font-style: italic;
    color: var(--e-global-color-primary);
    line-height: 1.6;
}

.kg-process-article .kg-process-article__wrapper .kg-process-article__content .kg-process-article__text blockquote p {
    margin: 0;
    color: var(--e-global-color-primary);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-sidebar__title {
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 2%;
    margin-bottom: 20px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-sidebar__title span {
    width: 30px;
    height: 1px;
    background: var(--e-global-color-primary);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post {
    display: flex;
    gap: 16px;
    text-decoration: none;
    color: inherit;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post .kg-process-post__image {
    width: 70px;
    height: 70px;
    overflow: hidden;
    flex-shrink: 0;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post .kg-process-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post:hover .kg-process-post__image img {
    transform: scale(1.08);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post .kg-process-post__content h5 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
    transition: 0.3s ease;
    margin-top: 0;
    color: var(--e-global-color-primary);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post:hover .kg-process-post__content h5 {
    color: var(--e-global-color-secondary);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-sidebar__block .kg-process-posts .kg-process-post .kg-process-post__content p {
    font-size: 13px;
    letter-spacing: 1px;
    color: var(--e-global-color-text);
    margin: 0;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-share {
    padding-top: 20px;
    border-top: 1px solid var(--e-global-color-secondary);
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-share .kg-process-share__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-share .kg-process-share__buttons .kg-process-share__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid var(--e-global-color-secondary);
    text-decoration: none;
    color: var(--e-global-color-primary);
    transition: 0.3s ease;
    font-size: 14px;
    letter-spacing: 1px;
}

.kg-process-article .kg-process-article__wrapper .kg-process-sidebar .kg-process-share .kg-process-share__buttons .kg-process-share__btn:hover {
    background: var(--e-global-color-secondary);
}

@media (max-width: 1024px) {
    .kg-process-article .kg-process-article__wrapper.kg-container {
        padding: 60px 40px 80px;
    }
}

@media (max-width: 991px) {
    .kg-process-article .kg-process-article__wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .kg-process-article .kg-process-hero {
        height: 35vh;
    }

    .kg-process-article .kg-process-hero .kg-process-hero__content {
        left: 16px;
    }

    .kg-process-article .kg-process-article__wrapper.kg-container {
        padding: 40px 20px 60px;
    }
}

.kg-bottom-icon .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(37 211 102);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
}