/*
Theme Name: Ensemble Theme
Author: Denlie Design
Description: Modular WordPress theme using ACF Flexible Content for interior pages.
Version: 2.3
*/

body { overflow-x: hidden; }

.brand-color-pink {color: #F196B5}
.brand-bg-pink, .btn-danger {background: #F196B5 !important;}
.btn-danger {border: none !important;}
.btn-outline-danger {border: 2px solid #F196B5 !important; background: white !important;}


.poppins {
    font-family: "Poppins", sans-serif;
    /*font-weight: 100;*/
    /*font-style: normal;*/
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.font-xs { font-size: 11px; }
.font-sm { font-size: 14px; }
.font-md { font-size: 16px; }
.font-lg { font-size: 24px; }
.font-xl { font-size: 40px; }

@media (min-width: 768px) {
    .font-xs { font-size: 13px; }
    .font-sm { font-size: 16px; }
    .font-md { font-size: 18px; }
    .font-lg { font-size: 40px; } /* used to be 30px */
    .font-xl { font-size: 48px; }
}

/*@media (min-width: 768px) {*/
/*    .font-xs { font-size: 13px; }*/
/*    .font-sm { font-size: 16px; }*/
/*    .font-md { font-size: 20px; }*/
/*    .font-bigger { font-size: 33px; }*/
/*    .font-lg { font-size: 46px; }*/
/*    .font-xl { font-size: 64px; }*/
/*}*/

.carousel-control-prev, .carousel-control-next {
    background: white !important;
    opacity: 100% !important;
    border-radius: 100px !important;
    color: black !important;
    background-image: none;
    height: 64px !important;
    width: 64px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.carousel-control-next {
    right: -10px !important;
}

.carousel-control-prev {
    left: -10px !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    font-size: 24px;
    background-image: none;
}

/* Base layout — applies to both */
.slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    gap: 1rem;
    will-change: transform;
    transition: transform 0.3s ease-out;
}

.slide {
    flex: 0 0 100%;
}

@media (min-width: 768px) {
    .slide {
        flex: 0 0 calc((100% - 2rem) / 3);
    }
}

/* Circle layout — center contents */
.circle-layout .slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-layout .slide-content {
    width: 100%;
    max-width: 216px;
    margin: 0 auto;
}

/* Card layout — block-style layout */
.card-layout .slide {
    display: block;
}

.btn-slider {
    background: white;
    border-radius: 100%;
    color: black;
    height: 64px;
    width: 64px;
    border: none;
}

/*ANIMATIONS*/
#headerText {transform: translateY(50px); opacity: 0;}
.text-block-a, .text-block-b, .text-block-c {transform: translateY(50px); opacity: 0;}
#top-row,
#bottom-row {
    will-change: transform;
}
.marquee-track {
    will-change: transform;
}

.side-shift {
    transform: translate(-20px, 10px) scale(1.2);
    will-change: transform; /* performance hint */
}

/*bug fixes v1.1*/

#top-row, #bottom-row, .marquee-track {
    width: max-content;
}

/* form */

/* General form styles */
form {
    max-width: 400px;
    margin: 0 auto;
}

/* Label styling */
label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Text inputs, email, password, textarea */
input:not([type="checkbox"]),
textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1em;
    transition: border-color 0.3s, box-shadow 0.3s;
}

input:focus,
textarea:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 5px rgba(13, 110, 253, 0.3);
    outline: none;
}

/* Checkbox styling */
input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

/* Submit button */
input[type="submit"] {
    background-color: #0d6efd;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

/* Optional: spacing for the checkbox */
input[type="checkbox"] + label {
    display: inline-block;
    margin-bottom: 15px;
}

.grecaptcha-badge {
    right: 0px !important;
}
