html, body {
    overflow-x: hidden;
}

.elementor-section {
    overflow: hidden;
}
.custom-container {
    max-width: 1440px;
}

body.home .entry-content {
    margin-top: 0;
}
#primary article header.entry-header {
	display: none;
}
.pum-content img.for-border {
    border-radius: 24px;
    filter: drop-shadow(2px 4px 6px black);
}
#masthead {
    visibility: hidden;
    opacity: 0;
}
header .elementor-224 {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/* #masthead.sticky-header .elementor-224 {
  transition: width 0.7s ease-in;
  background-color: #fff;
} */

#step-section .elementor-element.img-background.elementor-widget.elementor-widget-image {
    background-color: #ffffff;
    border: 2px dashed #00666650;
    width: 200px;
    height: 200px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    margin: 0 auto;
}

#step-section .elementor-element.img-background > .elementor-widget-container {
    background-color: #006666;
    padding: 20px 0px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
button.owl-prev, button.owl-next {
    display: block;
    width: 30px;
    height: 30px;
}
button.owl-prev span, button.owl-next span {
    background: #006666;
    display: block;
    border-radius: 25px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    padding: 2px 0;
}
body.single main#primary article {
    padding: 50px 0;
    text-align: center;
}
body.single main#primary article .post-thumbnail img {
    border-radius: 24px;
    filter: drop-shadow(2px 4px 6px #000);
}
body.single main#primary article .entry-content p {
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    font-family: 'Open Sans';
}

body.single main#primary nav.navigation.post-navigation .nav-links .nav-previous a,
body.single main#primary nav.navigation.post-navigation .nav-links .nav-next a {
    text-decoration: none;
}

body.single main#primary nav.navigation.post-navigation .nav-links .nav-previous a span.nav-subtitle,
body.single main#primary nav.navigation.post-navigation .nav-links .nav-next a span.nav-subtitle {
    color: #7A7A7A;
    font-size: 18px;
    font-weight: 700;
}
body.single main#primary nav.navigation.post-navigation .nav-links .nav-previous a span.nav-title,
body.single main#primary nav.navigation.post-navigation .nav-links .nav-next a span.nav-title {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
}
body.single main#primary nav.navigation.post-navigation .nav-links .nav-previous a span.nav-title:hover,
body.single main#primary nav.navigation.post-navigation .nav-links .nav-next a span.nav-title:hover {
    color: #006666;
    transition: 0.5s ease-in-out;
}
/* @media screen and (max-width: 768px) {
  .case-studies-carousel .owl-nav,
  .owl-carousel.product-carousel .owl-nav {
    display: none !important;
  }
} */

@media screen and (max-width: 768px) {

    .pum-overlay div.pum-title {
        font-size: 24px !important;
        margin-bottom: 0 !important;
    }
    .pum-overlay .pum-content.popmake-content h2 {
        margin: unset;
        font-size: 18px;
    }
    .pum-overlay .pum-content.popmake-content p {
        font-size: 16px;
    }
    .pum-overlay .pum-content.popmake-content h3 {
        font-size: 18px;
    }
}

@media (max-width: 1023px){
    #step-section .elementor-element.img-background.elementor-widget.elementor-widget-image {
        width: 165px;
        height: 165px;
    }
}
/* For tablets: exactly 768px and 1024px width */
@media screen and (width: 1024px) {
    .product-card .product-info .product-content {
        height: 72px;
    }
}

/* @media screen and (width: 767px){
    div#step-section {
        display: grid;
        grid-template-columns: auto auto;
    }
} */