/* Compact Header */
.site-header,
.header,
.elementor-location-header {
    padding: 8px 0 !important;
}

/* Smaller Logo */
.site-header img,
.custom-logo,
.header img,
.site-branding img {
    height: 45px !important;
    width: auto !important;
    max-height: 45px !important;
}

/* Smaller Header Button */
.site-header .btn,
.header-cta .btn,
.elementor-location-header .elementor-button {
    padding: 10px 20px !important;
    font-size: 0.95rem !important;
}

/* Smaller Phone Link */
.site-header .phone-link,
.header .phone-link {
    font-size: 1rem !important;
}



















/* ========================================
   NATAL CONCRETE CAROUSEL - ISOLATED CSS
   Add to Appearance > Customize > Additional CSS
   ======================================== */

/* Carousel Container */
.natal-site .gallery-carousel {
    padding: 100px 0 !important;
    background: #f8f9fa !important;
}

.natal-site .carousel-container {
    position: relative !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15) !important;
}

.natal-site .carousel-track {
    display: flex !important;
    transition: transform 0.5s ease-in-out !important;
}

.natal-site .carousel-slide {
    min-width: 100% !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.natal-site .carousel-image {
    width: 100% !important;
    height: 500px !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Caption Styling */
.natal-site .carousel-caption {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 30px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, transparent 100%) !important;
    color: #ffffff !important;
    text-align: center !important;
}

.natal-site .carousel-caption h3 {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    line-height: 1.3 !important;
}

.natal-site .carousel-caption p {
    font-size: 1.1rem !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    opacity: 0.9 !important;
    color: #ffffff !important;
    line-height: 1.5 !important;
}

/* CTA Button in Caption */
.natal-site .caption-cta {
    display: inline-block !important;
    background: #DACD07 !important;
    color: #1a1a1a !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

.natal-site .caption-cta:hover {
    background: #ffffff !important;
    color: #1a1a1a !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

/* Navigation Buttons */
.natal-site .carousel-btn {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 50px !important;
    height: 50px !important;
    background: rgba(255,255,255,0.95) !important;
    border: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
}

.natal-site .carousel-btn:hover {
    background: #DACD07 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.natal-site .carousel-btn:focus {
    outline: none !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2) !important;
}

.natal-site .carousel-btn svg {
    width: 28px !important;
    height: 28px !important;
    fill: #1a1a1a !important;
}

.natal-site .carousel-prev {
    left: 15px !important;
    right: auto !important;
}

.natal-site .carousel-next {
    right: 15px !important;
    left: auto !important;
}

/* Carousel Dots */
.natal-site .carousel-dots {
    position: absolute !important;
    bottom: 120px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 10px !important;
    z-index: 10 !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.natal-site .carousel-dot {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,0.5) !important;
    border: 2px solid #ffffff !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.natal-site .carousel-dot:hover {
    background: rgba(255,255,255,0.8) !important;
}

.natal-site .carousel-dot.active {
    background: #DACD07 !important;
    border-color: #DACD07 !important;
    transform: scale(1.2) !important;
}

/* Gallery CTA Section */
.natal-site .gallery-cta {
    text-align: center !important;
    margin-top: 50px !important;
}

.natal-site .gallery-cta p {
    font-size: 1.25rem !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .natal-site .carousel-image {
        height: 350px !important;
    }
    
    .natal-site .carousel-caption {
        padding: 20px !important;
    }
    
    .natal-site .carousel-caption h3 {
        font-size: 1.25rem !important;
    }
    
    .natal-site .carousel-caption p {
        font-size: 0.95rem !important;
    }
    
    .natal-site .caption-cta {
        padding: 10px 20px !important;
        font-size: 0.85rem !important;
    }
    
    .natal-site .carousel-btn {
        width: 40px !important;
        height: 40px !important;
    }
    
    .natal-site .carousel-btn svg {
        width: 22px !important;
        height: 22px !important;
    }
    
    .natal-site .carousel-prev {
        left: 10px !important;
    }
    
    .natal-site .carousel-next {
        right: 10px !important;
    }
    
    .natal-site .carousel-dots {
        bottom: 100px !important;
    }
    
    .natal-site .carousel-dot {
        width: 10px !important;
        height: 10px !important;
        min-width: 10px !important;
        min-height: 10px !important;
    }
}

@media (max-width: 480px) {
    .natal-site .carousel-image {
        height: 300px !important;
    }
    
    .natal-site .carousel-caption h3 {
        font-size: 1.1rem !important;
    }
    
    .natal-site .carousel-caption p {
        font-size: 0.85rem !important;
        margin-bottom: 10px !important;
    }
    
    .natal-site .carousel-dots {
        bottom: 90px !important;
        gap: 8px !important;
    }
}











 









/* Service Area Note */
.natal-site .service-area-note {
    background: rgba(218, 205, 7, 0.15) !important;
    border-left: 4px solid #DACD07 !important;
    padding: 15px 20px !important;
    margin-bottom: 25px !important;
    border-radius: 0 8px 8px 0 !important;
    font-size: 1.1rem !important;
    color: #333 !important;
}

.natal-site .service-area-note strong {
    color: #1a1a1a !important;
}
















/* Remove top margin/padding from html/body - all devices */
html {
    margin-top: 0 !important;
}

.admin-bar #page {
    margin-top: 0 !important;
}

body.admin-bar {
    margin-top: 0 !important;
}


















