/**
 * WebSEO Page Builder - Frontend Styles
 */

.ws-section {
    padding: 40px 0;
    background-size: cover;
    background-position: center;
}

.ws-module {
    margin-bottom: 20px;
}

.ws-module:last-child {
    margin-bottom: 0;
}

.ws-module-text {
    font-size: 16px;
    line-height: 1.7;
}

.ws-module-heading {
    font-weight: 700;
    line-height: 1.3;
}

.ws-module-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.ws-module-button .btn {
    padding: 12px 28px;
    font-weight: 600;
    border-radius: 8px;
}

.ws-module-video {
    border-radius: 8px;
    overflow: hidden;
}

.ws-module-video iframe {
    width: 100%;
    border: none;
}

.ws-module-icon-box {
    padding: 24px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.ws-module-icon-box h4 {
    margin-top: 12px;
    margin-bottom: 8px;
}

.ws-module-icon-box p {
    color: #64748b;
    margin: 0;
}

.ws-module-divider {
    margin: 24px 0;
}

/* Slider */
.ws-module-slider {
    border-radius: 8px;
    overflow: hidden;
}

.ws-module-slider .carousel-item img {
    width: 100%;
    height: auto;
}

.ws-module-slider .carousel-control-prev,
.ws-module-slider .carousel-control-next {
    width: 50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.ws-module-slider:hover .carousel-control-prev,
.ws-module-slider:hover .carousel-control-next {
    opacity: 1;
}

.ws-module-slider .carousel-control-prev-icon,
.ws-module-slider .carousel-control-next-icon {
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 20px;
    background-size: 50%;
}

.ws-module-slider .carousel-indicators {
    margin-bottom: 10px;
}

.ws-module-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.7);
}

.ws-module-slider .carousel-indicators button.active {
    background-color: #fff;
}

@media (max-width: 767px) {
    .ws-section {
        padding: 24px 0;
    }
}
