/* Custom overrides for the clone */

/* Header Styling */
.elementor-78 {
    background-color: #000 !important;
}

.elementor-element-0b12a64 .elementor-item {
    color: #fff !important;
    font-weight: 500 !important;
}

.elementor-element-0b12a64 .elementor-item:hover,
.elementor-element-0b12a64 .elementor-item.elementor-item-active {
    color: #3498db !important;
}

.elementor-element-6f9a922 .elementor-button {
    background-color: transparent !important;
    border: 1px solid #3498db !important;
    box-shadow: 0 0 10px rgba(52, 152, 219, 0.5) !important;
    color: #fff !important;
    border-radius: 5px !important;
}

/* Hero Section Styling */
.elementor-element-1bcfdce5 {
    background-image: url('img/fundo site.jpg') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Shape Divider */
.elementor-shape-bottom .elementor-shape-fill {
    fill: #ffffff !important;
}

/* Headline and Text */
.elementor-element-5d026d41 .elementor-headline {
    color: #fff !important;
}

.elementor-element-5d026d41 .elementor-headline-dynamic-text {
    color: #fff !important;
}

/* Fix for animated circle - ensuring the SVG is visible */
.elementor-headline-animation-type-highlight .elementor-headline-dynamic-wrapper svg path {
    stroke: #3498db !important;
    stroke-width: 5px !important;
}

.elementor-element-35d5b160 p,
.elementor-element-fbd7948 p {
    color: #fff !important;
}

/* Button */
.elementor-element-30c2f8c .elementor-button {
    background-color: #007bff !important;
    color: #fff !important;
    border-radius: 5px !important;
    font-weight: bold !important;
}

/* Logo Carousel */
.elementor-element-7e2f9e38 {
    position: relative !important;
    z-index: 10 !important;
    margin-top: -50px !important; /* Move it up to overlap the globe if needed */
}

.elementor-element-7e2f9e38 img {
    max-height: 85px !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    margin: 0 auto !important;
}

/* Flip Boxes */
.wpr-flip-box-front, .wpr-flip-box-back {
    background-image: url('img/4327317_3 (1).jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px !important;
}

.wpr-flip-box-title, .wpr-flip-box-description p {
    color: white !important;
}

/* Section "MAIS DO QUE TECNOLOGIA!" */
.elementor-element-190496cd {
    background-image: url('img/16406291_rm373batch2-04.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative !important;
    overflow: hidden !important;
}

.elementor-background-video-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Ensure the iframe covers the area like a background-image: cover */
.elementor-background-video-embed {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 100vw !important;
    height: 56.25vw !important; /* 16:9 ratio */
    min-height: 100% !important;
    min-width: 177.77vh !important; /* 16:9 ratio */
}

/* Section "deixe seu email" */
.elementor-element-364aa32b {
    background-image: url('img/4327317_3 (1).jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* General Visibility Fixes */
img {
    opacity: 1 !important;
    visibility: visible !important;
}

.elementor-invisible {
    visibility: visible !important;
    animation: none !important;
}

/* Header Flex Layout */
.elementor-element-22e3be2 > .e-con-inner {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
}

.elementor-element-acc215e img {
    max-width: 200px !important;
    height: auto !important;
}

/* Ensure menu is horizontal */
.elementor-nav-menu--main {
    display: flex !important;
}

.elementor-nav-menu--main ul {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-nav-menu--main ul li {
    margin: 0 15px !important;
}


/* Ensure Swiper Carousel is visible */
.elementor-image-carousel-wrapper, 
.swiper-container, 
.swiper, 
.swiper-wrapper, 
.swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
}


/* Smooth Infinite Linear Scroll for Logos */
.elementor-element-7e2f9e38 .swiper-wrapper {
    transition-timing-function: linear !important;
}


.elementor-element-7e2f9e38 .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}


/* Fix for replaced FontAwesome icons in Flip Boxes */
.wpr-flip-box-icon i {
    
    font-weight: 900 !important;
    font-size: 50px !important;
    color: #ffffff !important;
    display: inline-block !important;
}

.wpr-flip-box-icon {
    margin-bottom: 20px !important;
}



/* Alternating Backgrounds for Flip Boxes */
[data-id='2b67b51'] .wpr-flip-box-item,
[data-id='0abc1cf'] .wpr-flip-box-item,
[data-id='019ef2b'] .wpr-flip-box-item,
[data-id='9054e28'] .wpr-flip-box-item {
    background-image: url('img/1.png') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* CTA Button Styling */
.elementor-element-7abcbce .elementor-button {
    background-color: #01bbff !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 10px 20px rgba(1, 187, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.elementor-element-7abcbce .elementor-button:hover {
    background-color: #ffffff !important;
    color: #01bbff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 30px rgba(1, 187, 255, 0.5) !important;
}

/* Footer Headings */
.elementor-element-7d95090 .elementor-heading-title,
.elementor-element-fe3d563 .elementor-heading-title,
.elementor-element-16f023c .elementor-heading-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 25px !important;
    border-bottom: 3px solid #01bbff !important;
    display: inline-block !important;
    padding-bottom: 8px !important;
}

/* Footer Social Media Fix */
.ekit_social_media {
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 20px 0 !important;
}

.ekit_social_media li {
    list-style: none !important;
}

.ekit_social_media li a {
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 45px !important;
    height: 45px !important;
    border: 2px solid #ffffff !important;
    border-radius: 50% !important;
    margin: 0 10px !important;
    transition: all 0.3s ease !important;
}

.ekit_social_media li a i {
    color: #ffffff !important;
    font-size: 20px !important;
}

.ekit_social_media li a:hover {
    background-color: #ffffff !important;
}

.ekit_social_media li a:hover i {
    color: #000c2d !important;
}

[data-id='0a54489'] .wpr-flip-box-item {
    background-image: url('img/2.png') !important;
    background-size: cover !important;
    background-position: center !important;
}
