/*
Theme Name: sunperrytheme
Author: You
Version: 1.0
Description: Minimal Elementor Pro shell theme
*/
html, body {
    max-width: 100%;
}

body:not(.elementor-lightbox-open) {
    overflow-x: hidden;
}
/* HEADER START */
.search-desktop-box .e-search-input {
    width: 150px;
}
@media (width >= 1190px) {
    .sub-menu:after {
        content: '';
        display: block;
        position: absolute;
        left: calc(-100vw) !important;
        right: calc(-100vw) !important;
        bottom: -1px;
        top: 0;
        background-color: #fff;
        opacity: 1;
        z-index: -1;
        border-bottom: solid 1px #000;
    }
}
/* HEADER END */
/* SEARCH START */
.search-popup-box {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
    transition: 
        opacity .4s ease,
        transform .4s ease,
        visibility .4s;
}

.search-popup-box.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    z-index: 999;
}

/* Slide out upward */
.search-popup-box.closing {
    opacity: 0;
    transform: translateY(-100%);
}
.visidea-visualsearch-icon {
    position: absolute;
    display: block !important;
    float: none !important;
    right: 0;
    margin: 0 !important;
    align-content: center;
    height: 100%;
}
.visidea-visualsearch-icon svg {
  width: 22px !important;
  height: 25px !important;
}
@media (max-width:767px) {
    .search-mobile-box .e-search-input {
        width: 100%;
    }
}
/* SEARCH END */
/* HOME START */
/* Product */
.home-product .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 40px !important;
    border-radius: 0 !important;
}
.home-product .swiper-pagination-bullet:hover {
    background-color: #000 !important;
}
.home-product .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000 !important;
}
.home-product .elementor-swiper-button svg {
    display: none !important;
}
.home-product .elementor-swiper-button-prev::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}.home-product .elementor-swiper-button-prev:hover::before {
    color: #fff;
}
.home-product .elementor-swiper-button-next::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(-90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.home-product .elementor-swiper-button-next:hover::before {
    color: #fff;
}
.home-product:hover .elementor-swiper-button {
    display: block !important;
}
.loop-product-title {
    display: none;
}

/* Workflow */
.home-workflow-box .home-workflow-number .elementor-button {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}
/* HOME END */
/* ABOUT US START */
.aboutus-services-chair .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 40px !important;
    border-radius: 0 !important;
}
.aboutus-services-chair .swiper-pagination-bullet:hover {
    background-color: #000 !important;
}
.aboutus-services-chair .elementor-swiper-button {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 15px 10px 15px;
}
.aboutus-services-chair .elementor-swiper-button:hover {
    background-color: #000 !important;
}
.aboutus-services-chair .elementor-swiper-button svg {
    display: none !important;
}
.aboutus-services-chair .elementor-swiper-button-prev::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.aboutus-services-chair .elementor-swiper-button-next::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(-90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.aboutus-services-chair .elementor-swiper-button:hover.elementor-swiper-button-prev:before,
.aboutus-services-chair .elementor-swiper-button:hover.elementor-swiper-button-next::before {
    color: #fff !important;
}

/* Showroom */
.aboutus-showroom .elementor-swiper-button {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 15px 10px 15px;
}
.aboutus-showroom .elementor-swiper-button:hover {
    background-color: #000 !important;
}
.aboutus-showroom .elementor-swiper-button svg {
    display: none !important;
}
.aboutus-showroom .elementor-swiper-button-prev::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.aboutus-showroom .elementor-swiper-button-next::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(-90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.aboutus-showroom .elementor-swiper-button:hover.elementor-swiper-button-prev:before,
.aboutus-showroom .elementor-swiper-button:hover.elementor-swiper-button-next::before {
    color: #fff !important;
}
.aboutus-showroom .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 40px !important;
    border-radius: 0 !important;
}
.aboutus-showroom .swiper-pagination-bullet:hover {
    background-color: #000 !important;
}
/* ABOUT US END */

/* AWARDS START */
.award-list {
    position: relative;
    z-index: 1;
}
.award-list::after {
    content: '';
    position: absolute;
    inset: -1px 0 0 -1px;
    border: 1px solid #E3E3E3;
    pointer-events: none;
    z-index: 1;
}
.award-list:hover {
    z-index: 10;
    background-color: #f4f4f4;
}
.award-list:hover::after {
    border-color: #000;
}
.award-list img {
    transition: transform 0.4s ease;
    transform-origin: center center;
}
.award-list:hover img {
    transform: scale(1.05,1.05);
}
.award-list .elementor-widget-image {
    width: 100%;
}
/* AWARDS END */

/* SERVICES START */
.services-chair .elementor-swiper-button {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 15px 10px 15px;
}
.services-chair .elementor-swiper-button:hover {
    background-color: #000 !important;
}
.services-chair .elementor-swiper-button svg {
    display: none !important;
}
.services-chair .elementor-swiper-button-prev::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.services-chair .elementor-swiper-button-next::before {
    content: "⌵";
	display: inline-block;
    transform: rotate(-90deg);
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
}
.services-chair .elementor-swiper-button:hover.elementor-swiper-button-prev:before,
.services-chair .elementor-swiper-button:hover.elementor-swiper-button-next::before {
    color: #fff !important;
}
.services-chair .swiper-pagination-bullet {
    position: relative;
    opacity: 1;
    width: 40px !important;
    border-radius: 0 !important;
}
.services-chair .swiper-pagination-bullet:hover {
    background-color: #000 !important;
}
/* SERVICES END */

/* PROJECT START */
.project-category-section {
    margin-bottom: 70px;
}
.project-category-section .project-category-title h2 {
    font-family: "Bellefair", Sans-serif;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 63px;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    margin: 20px 0;
}
.project-view-more {
    margin-top: 30px;
    text-align: center;
}
.project-view-more a.view-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 2px;
    fill: #000000;
    color: #000000;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
}
.button-icon img {
    width: 20px;
    vertical-align: middle;
}
.project-loop-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}
.project-category-section.animated-section {
    opacity:0;
    transform:translateY(40px);
    transition:all .6s ease;
}

.project-category-section.animated-section.is-visible {
    opacity:1;
    transform:translateY(0);
}
.project-loop-grid .project-loop-box {
    padding: 0 !important;
}
.project-loop-title a {
    font-family: "Bellefair", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important;
    color: #000000 !important;
}
.project-loop-grid .project-loop-box:hover img {
  border: 1px solid rgb(131, 131, 131);
}
.elementor-widget-facebook-embed {
    width: 100% !important;
}
@media(max-width:1024px){
    .project-loop-grid {
        grid-template-columns: repeat(2,1fr);
    }
}
@media(max-width:767px){
    .project-category-section {
        margin-bottom: 50px;
    }
    .project-category-section .project-category-title h2 {
        font-size: 40px;
        line-height: 48px;
    }
    .project-loop-grid {
        grid-template-columns: repeat(1,1fr);
    }
}
/* PROJECT END */

/* GALLERY START */
.gallery-box {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}
.galleryselectdropdown {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #000;
    padding: 5px 30px;
}
.galleryyearselected {
    font-family: "Bellefair", Sans-serif;
    font-size: 55px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 63px;
    letter-spacing: 2px;
    color: #000000;
    margin: 0;
}
.gallery-date:hover img {
    border: 1px solid #838383;
}
/* GALLERY END */

/* BLOGS START */
.blogs-list-item .elementor-pagination {
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    padding-top: 15px;
    padding-bottom: 15px;
}
.blogs-list-item .elementor-pagination .page-numbers.prev {
    float: left;
}
.blogs-list-item .elementor-pagination .page-numbers.next {
    float: right;
}
.blogs-list-item .elementor-pagination span.prev,
.blogs-list-item .elementor-pagination span.next {
    display: none !important;
}
.blog-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
    margin-right: 10px;
}
.blog-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
    margin-left: 10px;
}
/* BLOGS END */

/* SEARCH START */
.search-list-box .product {
    position: relative;
    z-index: 1;    
}
.search-list-box .product:after {
    content: '';
    position: absolute;
    inset: -1px 0 0 -1px;
    border: 1px solid #E3E3E3;
    pointer-events: none;
    z-index: 1;
}
.search-list-box .product:hover {
    z-index: 10;
    background-color: #f4f4f4;
}
.search-list-box .product:hover::after {
    border-color: #000;
}
.search-list-box .product .elementor-post__card {
    background-color: #f5f5f5;
}
.search-list-box .product img {
    transition: transform 0.4s ease;
    transform-origin: center center;
}
.search-list-box .product:hover img {
    transform: scale(1.05,1.05);
}
.search-list-box .product .elementor-post__thumbnail__link:after {
    background-image: none !important;
}
.search-list-box .product:hover .elementor-post__thumbnail__link {
    background-color: #f4f4f4;
}
/* SEARCH END */

/* BACK TO TOP START */
.pxl-scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 50%;
    z-index: 9999;
    text-align: center;
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
    background-color: #F6851F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pxl-scroll-top:before {
    content: '';
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    background-color: #F6851F;
    border-radius: 100%;
}

.pxl-scroll-top .pxl-arrow-top {
    width: 14px;
    height: 14px;
    z-index: 2;
    transition: inherit;
    animation: pxl_scroll_top_effect 3s ease-in-out infinite;
}

.pxl-scroll-top .pxl-scroll-progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .25s linear 0s;
}

.pxl-scroll-top .pxl-scroll-progress-circle path {
    fill: none;
    stroke: #f1f5f8;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
    transition: stroke-dashoffset 0.2s linear;
}

.pxl-scroll-top.pxl-on {
    bottom: 20px;
    right: 20px;
    opacity: 1;
    visibility: visible;
}

@keyframes pxl_scroll_top_effect {
    0%, 100% { transform: translateY(3px); }
    50% { transform: translateY(-3px); }
}

/* ELEMENTOR LIGHTBOX START */
.elementor-slideshow__header {
    box-sizing: border-box !important;
    width: 100% !important;
    padding-right: 60px !important;
    display: flex !important;
    flex-direction: row-reverse !important; 
    justify-content: flex-start !important;
}