/*
Theme Name: Pixelz360 Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Pixelz360 Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1778487986
Updated: 2026-05-11 08:26:26

*/

body{
	overflow-x: hidden !important;
}

.menubtn a {
    background: #2563eb;
    padding: 10px 30px 10px 30px !important;
    border-radius: 10px;
    color: #fff !important;
}

.futr-policies .elementor-inline-items {
    justify-content: space-between;
}

.emtitle em {
    font-family: "Libre Caslon Text", Sans-serif !important;
    font-weight: 400;
}

.shape--cube-dark img{
    animation: floatB 5s ease-in-out infinite 0.8s;
}

.shape--dot--orange img {
    animation: floatB 5s ease-in-out infinite 1s;
}

.shape--dot--red img {
    animation: floatA 4.5s ease-in-out infinite 0.5s;
}

.shape--dot--green img {
    animation: floatC 4s ease-in-out infinite;
}

.shape--pyramid-green {
    animation: floatC 7s ease-in-out infinite 1.2s;
}

.shape--cylinder-orange {
    animation: floatA 5.5s ease-in-out infinite 0.4s;
}

.shape--cube-blue {
    animation: floatA 6s ease-in-out infinite;
}

.shape--diamond-red {
    animation: floatB 6.5s ease-in-out infinite 1.8s;
}

.growthcol{
	backdrop-filter: blur(8px) !important;
}

.growthbtn .elementor-button-text {
    text-align: left;
}

@keyframes floatA {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(0deg); }
}
@keyframes floatB {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(0deg); }
}
@keyframes floatC {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
@keyframes dropBounce {
  0% {
    transform: translateY(-22px);
  }
  42% {
    transform: translateY(0);
  }
  58% {
    transform: translateY(-7px);
  }
  72% {
    transform: translateY(0);
  }
  84% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(-22px);
  }
}

.dropBounce {
  animation: dropBounce 1.8s ease-in-out infinite;
  will-change: transform;
}

.bluetbtn a:hover{
	background-color: var(--color-blue-light);
    border-color: var(--color-blue-light);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.35);
	transform: translateY(-1px);
}

.anzbg:after{
content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 55%, rgb(0 0 0 / 65%) 82%, #000 100%);
    pointer-events: none;
}

#pxteam h4 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.cs-industry .elementor-icon-list-text {
    background-image: linear-gradient(90deg, #449EFF 0%, #FF6464 100%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    display: inline-block;
}

.cs-text .elementor-icon-list-item {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 50px;
    background: #ffffff;
    width: fit-content;
}

/*******MOBILE RESPONSIVE*******/
@media (max-width: 600px) {
.names h4 {
    font-size: 17px !important;
}
.names p {
    font-size: 14px !important;
}
}