/*
Theme Name: Shadia Masheudha
Theme URI: https://shadiamasheudha.com
Author: Fortune
Author URI: https://shadiamasheudha.com
Description: Tema oficial de Shadia Masheudha - Servicio de Salud Alternativa y Holística. Bilingüe (Español / English) sin plugins.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: Proprietary
Text Domain: shadia-masheudha
*/

/* ==========================================================================
   BASE
   ========================================================================== */

body {
    overflow-x: hidden;
}

/* ==========================================================================
   COLORS
   ========================================================================== */

.bg-morado-about {
    background-color: #b0a0bf;
}

.bg-morado-oscuro {
    background-color: #806BAC;
}

.bg-morado-claro {
    background-color: #e1d8f1;
}

.bg-morado-services {
    background-color: #d7c6e8;
}

.bg-blanco {
    background-color: #FFFCF5;
}

/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
    font-family: Sageyl;
    src: url(assets/fonts/SageylSageyl-rgGnB.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Mirage;
    src: url(assets/fonts/Mirage.otf) format('opentype');
    font-display: swap;
}

@font-face {
    font-family: Kastelov;
    src: url(assets/fonts/Kastelov.otf) format('opentype');
    font-display: swap;
}

/* ==========================================================================
   CAROUSEL
   ========================================================================== */

.carousel-item {
    height: auto !important;
    margin: auto 0;
}

.carousel-indicators {
    display: none !important;
}

/* ==========================================================================
   CARDS / SERVICES
   ========================================================================== */

.totalcard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.container {
    position: relative;
    display: flex;
}

.customcard {
    width: 250px;
    height: 400px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
    margin: auto;
    margin-top: 0;
}

.customcard:hover {
    transform: rotateY(180deg);
}

.customcard .front,
.customcard .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 50%/35% 35% 0 0;
    overflow: visible;
}

.bg-1 .front {
    background: url(assets/images/Foto3.png) no-repeat center center;
    background-size: contain;
}

.bg-1 .back {
    background: url(assets/images/Foto4.png) no-repeat center center;
    background-size: contain;
    transform: rotateY(180deg);
}

.bg-2 .front {
    background: url(assets/images/Foto5.png) no-repeat center center;
    background-size: contain;
}

.bg-2 .back {
    background: url(assets/images/Foto6.png) no-repeat center center;
    background-size: contain;
    transform: rotateY(180deg);
}

.bg-3 .front {
    background: url(assets/images/Foto7.png) no-repeat center center;
    background-size: contain;
}

.bg-3 .back {
    background: url(assets/images/Foto8.png) no-repeat center center;
    background-size: contain;
    transform: rotateY(180deg);
}

.bg-4 .front {
    background: url(assets/images/Foto9.png) no-repeat center center;
    background-size: contain;
}

.bg-4 .back {
    background: url(assets/images/Foto10.png) no-repeat center center;
    background-size: contain;
    transform: rotateY(180deg);
}

/* ==========================================================================
   HEADER / NAV
   ========================================================================== */

.cabecera {
    color: #FFFCF5;
    font-size: 0.8rem;
    height: fit-content;
}

.usa {
    width: 20px;
    margin-right: 5px;
}

.traducir {
    font-size: 1rem;
    color: #FFFCF5 !important;
    text-decoration: none;
    text-align: center;
}

.nav {
    justify-content: end;
}

.navbar {
    width: 100%;
}

.nav a {
    color: #3e3452;
    font-size: 1rem;
    font-weight: bold;
}

.nav a:hover,
.nav a:focus {
    color: #FFFCF5;
}

/* ==========================================================================
   BANNER
   ========================================================================== */

.banner {
    background-image: url(assets/images/Landing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 95vh;
    position: relative;
}

.imgbanner {
    position: absolute;
    left: 3%;
    top: 5%;
    width: 25%;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */

.about {
    height: initial;
}

.luna {
    width: 250px;
    position: absolute;
    left: 120px;
    bottom: 60px;
}

.about .row .col-6 {
    height: initial;
}

.aboutfoto {
    height: initial;
    align-items: center;
    justify-content: center;
    display: flex;
}

.about .row {
    height: 100%;
}

.texto_about {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotoluna {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.foto2 {
    position: absolute;
    border-radius: 50px;
    width: 450px;
    height: 450px;
}

.nombre {
    font-family: Mirage;
    font-size: 6.5rem;
    color: #806BAC;
    text-align: center;
}

.texto1 {
    font-family: Kastelov;
    font-size: 0.9rem;
    margin-bottom: 40px;
}

.texto2 {
    font-family: Kastelov;
    font-size: 15px;
    margin: 20px 20px;
    text-align: start;
}

.about a {
    align-items: center;
    justify-content: center;
    display: flex;
}

.cont_boton {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */

.boton {
    border-color: #806BAC;
    background-color: #806BAC;
    border: 1px solid #806BAC;
    width: 20%;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;
    text-decoration: none;
    text-align: center;
}

.hover {
    margin-bottom: 25px;
}

.hover a:hover {
    color: #e1d8f1;
}

.boton2 {
    border-color: #806BAC;
    background-color: #806BAC;
    border: 1px solid #806BAC;
    width: 100px;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;
    text-decoration: none;
    text-align: center;
}

.boton3 {
    border-color: #806BAC;
    background-color: #806BAC;
    border: 1px solid #806BAC;
    width: 10% !important;
    padding: 10px 10px;
    border-radius: 15px;
    font-size: 1rem;
    font-family: Mirage;
    color: #FFFCF5;
    text-decoration: none;
    text-align: center;
}

.totalcard a:hover {
    color: #3e3452;
}

/* ==========================================================================
   SERVICES
   ========================================================================== */

.service_banner {
    color: #ffffff;
    text-align: center;
    font-size: 3rem;
    font-family: Mirage;
}

.services img {
    height: 500px;
}

.subtitle {
    color: #806BAC;
    font-weight: bold;
    font-size: 1.2rem;
}

.popover {
    background-color: #3e3452 !important;
    font-family: Kastelov !important;
}

.popover-body {
    color: #FFFCF5 !important;
    font-size: 1rem;
}

@keyframes myAnim {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }
    100% {
        opacity: 0.95;
        transform: scale(1);
    }
}

.ventana {
    background-color: #806BAC;
    opacity: 0.8;
    width: 40%;
    font-family: Kastelov;
    font-size: 1.5rem;
    display: flex;
    text-align: center;
    min-height: 350px;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    left: 30%;
    top: 15%;
    display: none;
    color: #FFFCF5;
    z-index: 1;
    animation: myAnim 1s ease 0s 1 normal forwards;
}

#cerrar {
    position: absolute;
    right: 3px;
    top: 1px;
    font-size: 20px;
}

/* ==========================================================================
   RITUALS VIDEO
   ========================================================================== */

.rituals {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #000;
}

.rituals video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */

.resenas {
    padding: 150px 150px;
    background-size: cover;
    background-image: url(assets/images/fondo_reviews.png);
}

.testimonio {
    color: #FFFCF5;
    background-color: #806BAC;
    opacity: 0.8;
    width: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 380px;
    padding: 0px 40px;
    font-family: Kastelov;
    font-size: 1.2rem;
}

.centrartest {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.centrarboton {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item {
    height: 35vh;
}

.centreview {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stars i {
    color: #FFFCF5;
}

/* ==========================================================================
   GET IN TOUCH / INSTAGRAM GRID
   ========================================================================== */

.getin_touch img {
    width: 100%;
    height: 100%;
}

.fotoget1 {
    padding: 10px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photoig {
    position: relative;
}

.logoig {
    position: absolute;
    font-size: 50px;
}

.fotoget2 {
    padding: 10px 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotoget3 {
    padding: 10px 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fotoget4 {
    padding: 10px 0px !important;
    padding-right: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photobox {
    padding: 0px 10px;
}

.estrella {
    height: 40px !important;
    width: 40px !important;
}

.colestrella {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px !important;
}

.tit {
    color: #FFFCF5;
    padding: 0px;
}

/* ==========================================================================
   CONTACT / FOOTER
   ========================================================================== */

.logom img {
    width: 10%;
}

.logom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
}

.redes i {
    color: #806BAC;
    font-size: 40px;
}

.mail {
    font-family: Kastelov;
    font-size: 1.5rem;
}

.contact a {
    text-decoration: none;
    color: #806BAC;
    font-weight: bold;
}

/* ==========================================================================
   EMAIL SUBSCRIPTION FORM
   ========================================================================== */

.form {
    text-align: center;
    padding-bottom: 20px;
}

.emailbox {
    width: 30%;
    margin-bottom: 20px;
}

/* ==========================================================================
   STICKY BOOKING BUTTON
   ========================================================================== */

:root {
    scroll-behavior: smooth;
}

.stt {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    width: 6rem;
    height: 3rem;
    border-radius: 10%;
    box-shadow: 0 0.25rem 0.5rem 0 gray;
    opacity: 0.7;
    text-decoration: none;
    color: #FFFCF5;
    font-weight: bold;
    background-color: #806BAC;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stt:hover {
    opacity: 0.8;
    color: #FFFCF5;
}

.stt:focus {
    opacity: 0.9;
}

.stt:active {
    opacity: 1;
}

/* ==========================================================================
   RESPONSIVE — 1366px
   ========================================================================== */

@media only screen and (max-width: 1366px) {
    .boton2 {
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana {
        font-size: 1rem;
        width: 50%;
        position: absolute;
        left: 25%;
        top: 13%;
    }
    .ventana p {
        margin-bottom: 0;
    }
    .customcard {
        width: 160px;
        height: 300px;
    }
    .subtitle {
        font-size: 0.8rem;
    }
    .totalcard {
        padding: 20px;
        padding-top: 0px !important;
    }
    .customcard {
        height: 250px;
    }
    .tit {
        font-size: 2rem;
    }
    .estrella {
        height: 50px !important;
        width: 50px !important;
    }
    .logoig {
        font-size: 35px;
    }
    .banner {
        background-position-x: 0px;
    }
    .nombre {
        font-size: 3.5rem;
    }
    .luna {
        display: none;
    }
    .about {
        height: initial;
    }
    .foto2 {
        width: 50vw;
        height: auto;
        border-radius: 30px;
        margin-left: 20px;
    }
    .boton {
        width: 30%;
    }
    .services .row {
        margin: 0;
    }
    .service_banner {
        margin: 0 !important;
    }
    .resenas {
        margin: 0 !important;
        padding: 50px 0px;
    }
    .testimonio {
        font-size: 0.9rem;
        padding-bottom: 30px;
    }
    .photobox {
        margin: 0 !important;
    }
    .logom {
        margin: 0 !important;
    }
    .redes {
        margin: 0 !important;
    }
    .mail {
        margin: 0 !important;
    }
    .centerabout,
    .texto_about {
        max-width: 100vw !important;
    }
    .about .row {
        max-width: 100vw;
        --bs-gutter-x: 0;
        height: initial;
    }
    .boton3 {
        width: 40% !important;
    }
    .about .row .col-6 {
        height: initial;
    }
    .aboutfoto {
        height: initial;
    }
    .fotoluna,
    .foto2 {
        position: relative;
    }
    .logom img {
        width: 30%;
    }
}

/* ==========================================================================
   RESPONSIVE — 1024px
   ========================================================================== */

@media only screen and (max-width: 1024px) {
    .boton2 {
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana {
        font-size: 1rem;
        width: 50%;
        position: absolute;
        left: 25%;
        top: 13%;
    }
    .ventana p {
        margin-bottom: 0;
    }
    .customcard {
        width: 160px;
        height: 250px;
    }
    .subtitle {
        font-size: 0.8rem;
    }
    .totalcard {
        padding: 20px;
        padding-top: 0px !important;
    }
    .tit {
        font-size: 2rem;
    }
    .estrella {
        height: 50px !important;
        width: 50px !important;
    }
    .logoig {
        font-size: 35px;
    }
    .banner {
        background-position-x: 0px;
    }
    .nombre {
        font-size: 3.5rem;
    }
    .luna {
        display: none;
    }
    .about {
        height: initial;
    }
    .foto2 {
        width: 50vw;
        height: auto;
        border-radius: 30px;
        margin-left: 20px;
    }
    .boton {
        width: 30%;
    }
    .services .row {
        margin: 0;
    }
    .service_banner {
        margin: 0 !important;
    }
    .resenas {
        margin: 0 !important;
        padding: 50px 0px;
    }
    .testimonio {
        font-size: 0.9rem;
        height: max-content;
    }
    .testimonio p {
        height: auto;
    }
    .photobox {
        margin: 0 !important;
    }
    .logom {
        margin: 0 !important;
    }
    .redes {
        margin: 0 !important;
    }
    .mail {
        margin: 0 !important;
    }
    .centerabout,
    .texto_about {
        max-width: 100vw !important;
    }
    .about .row {
        max-width: 100vw;
        --bs-gutter-x: 0;
        height: initial;
    }
    .boton3 {
        width: 40% !important;
    }
    .about .row .col-6 {
        height: initial;
    }
    .aboutfoto {
        height: initial;
    }
    .fotoluna,
    .foto2 {
        position: relative;
    }
    .logom img {
        width: 30%;
    }
}

/* ==========================================================================
   RESPONSIVE — 992px
   ========================================================================== */

@media only screen and (max-width: 992px) {
    .boton2 {
        width: 100px;
        font-size: 0.8rem;
    }
    .ventana {
        font-size: 1rem;
        width: 70%;
        position: absolute;
        left: 15%;
        top: 5%;
        min-height: auto;
    }
    .ventana p {
        margin-bottom: 0;
    }
    .customcard {
        width: 120px;
        height: 250px;
    }
    .subtitle {
        font-size: 0.7rem;
    }
    .totalcard {
        padding: 20px;
        padding-top: 0px !important;
    }
    .tit {
        font-size: 2rem;
    }
    .estrella {
        height: 50px !important;
        width: 50px !important;
    }
    .logoig {
        font-size: 35px;
    }
    .banner {
        background-position-x: -682px;
    }
    .nombre {
        font-size: 3.5rem;
    }
    .luna {
        display: none;
    }
    .about {
        height: initial;
    }
    .foto2 {
        width: 50vw;
        height: auto;
        border-radius: 30px;
        margin-left: 20px;
    }
    .boton {
        width: 30%;
    }
    .services .row {
        margin: 0;
    }
    .service_banner {
        margin: 0 !important;
    }
    .resenas {
        margin: 0 !important;
        padding: 50px 0px;
    }
    .testimonio {
        font-size: 0.9rem;
        padding-bottom: 30px;
    }
    .photobox {
        margin: 0 !important;
    }
    .logom {
        margin: 0 !important;
    }
    .redes {
        margin: 0 !important;
    }
    .mail {
        margin: 0 !important;
    }
    .centerabout,
    .texto_about {
        max-width: 100vw !important;
    }
    .about .row {
        max-width: 100vw;
        --bs-gutter-x: 0;
        height: initial;
    }
    .boton3 {
        width: 40% !important;
    }
    .about .row .col-6 {
        height: initial;
    }
    .aboutfoto {
        height: initial;
    }
    .fotoluna,
    .foto2 {
        position: relative;
    }
    .logom img {
        width: 30%;
    }
}

/* ==========================================================================
   RESPONSIVE — 600px
   ========================================================================== */

@media only screen and (max-width: 600px) {
    .boton2 {
        width: 60px;
        font-size: 0.5rem;
    }
    .ventana {
        font-size: 0.75rem;
        width: 90%;
        position: absolute;
        left: 5%;
        top: 5%;
        min-height: auto !important;
    }
    .ventana p {
        margin-bottom: 0;
    }
    .customcard {
        width: 80px;
        height: 200px;
    }
    .subtitle {
        font-size: 0.5rem;
    }
    .totalcard {
        padding: 8px;
        padding-top: 0px !important;
    }
    .tit {
        font-size: 2rem;
    }
    .estrella {
        height: 50px !important;
        width: 50px !important;
    }
    .logoig {
        font-size: 20px;
    }
    .banner {
        background-position-x: -682px;
    }
    .nombre {
        font-size: 3.5rem;
    }
    .luna {
        display: none;
    }
    .about {
        height: initial;
    }
    .foto2 {
        width: 100vw;
        height: auto;
        border-radius: 0;
        margin-left: 0px;
    }
    .boton {
        width: 30%;
    }
    .services .row {
        margin: 0;
    }
    .service_banner {
        margin: 0 !important;
    }
    .resenas {
        margin: 0 !important;
        padding: 50px 0px;
    }
    .testimonio {
        font-size: 0.6rem;
    }
    .photobox {
        margin: 0 !important;
    }
    .logom {
        margin: 0 !important;
    }
    .redes {
        margin: 0 !important;
    }
    .mail {
        margin: 0 !important;
    }
    .centerabout,
    .texto_about {
        max-width: 100vw !important;
    }
    .about .row {
        max-width: 100vw;
        --bs-gutter-x: 0;
        height: initial;
    }
    .boton3 {
        width: 40% !important;
    }
    .about .row .col-6 {
        height: initial;
    }
    .aboutfoto {
        height: initial;
    }
    .fotoluna,
    .foto2 {
        position: relative;
    }
    .logom img {
        width: 50%;
    }
}

/* ==========================================================================
   RESPONSIVE — 400px
   ========================================================================== */

@media only screen and (max-width: 400px) {
    .boton2 {
        width: 50px;
        font-size: 0.3rem;
    }
    .banner {
        background-position-x: -500px;
    }
}

/* ==========================================================================
   RESPONSIVE — short screens
   ========================================================================== */

@media only screen and (max-height: 500px) {
    .centrartest {
        font-size: 0.6rem;
        height: fit-content;
        padding: 30px;
    }
    .banner {
        background-position-x: 0px;
    }
}

/* ==========================================================================
   COMPLAINTS BOOK PAGE  (.cb-*)
   ========================================================================== */

.cb-page {
    min-height: 80vh;
    background-color: #FFFCF5;
}

/* Hero banner */
.cb-hero {
    padding: 50px 20px;
    text-align: center;
}

.cb-hero__title {
    font-family: Mirage;
    font-size: 3rem;
    color: #FFFCF5;
    margin: 0;
}

/* Centered card wrapper */
.cb-wrapper {
    max-width: 680px;
    margin: 50px auto 80px;
    padding: 0 20px;
}

/* Section titles */
.cb-section-title {
    font-family: Mirage;
    font-size: 1.4rem;
    color: #806BAC;
    border-bottom: 2px solid #e1d8f1;
    padding-bottom: 8px;
    margin: 36px 0 20px;
}

.cb-section-title:first-of-type {
    margin-top: 0;
}

/* Individual field */
.cb-field {
    margin-bottom: 20px;
    text-align: left;
}

.cb-label {
    display: block;
    font-family: Kastelov;
    font-size: 0.95rem;
    color: #3e3452;
    font-weight: bold;
    margin-bottom: 6px;
}

.cb-required {
    color: #806BAC;
    margin-left: 2px;
}

/* Text / email / tel / date inputs */
.cb-input,
input[type="date"].cb-input {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #c9b8e0;
    border-radius: 10px;
    background-color: #fff;
    font-family: Kastelov;
    font-size: 0.95rem;
    color: #3e3452;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.cb-input:focus {
    outline: none;
    border-color: #806BAC;
    box-shadow: 0 0 0 3px rgba(128, 107, 172, 0.15);
}

.cb-input--invalid {
    border-color: #c0392b;
    background-color: #fff8f8;
}

/* Textarea */
.cb-textarea {
    display: block;
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #c9b8e0;
    border-radius: 10px;
    background-color: #fff;
    font-family: Kastelov;
    font-size: 0.95rem;
    color: #3e3452;
    resize: vertical;
    min-height: 140px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.cb-textarea:focus {
    outline: none;
    border-color: #806BAC;
    box-shadow: 0 0 0 3px rgba(128, 107, 172, 0.15);
}

/* Radio / checkbox row */
.cb-field--radio {
    margin-bottom: 24px;
}

.cb-label--radio {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-weight: normal;
}

.cb-radio {
    width: 18px;
    height: 18px;
    accent-color: #806BAC;
    flex-shrink: 0;
    cursor: pointer;
}

/* Required fields note */
.cb-required-note {
    font-family: Kastelov;
    font-size: 0.85rem;
    color: #806BAC;
    margin-top: 6px;
    margin-bottom: 28px;
}

/* Submit button */
.cb-submit-wrap {
    display: flex;
    justify-content: center;
}

.cb-btn {
    background-color: #806BAC;
    color: #FFFCF5;
    border: none;
    border-radius: 15px;
    padding: 12px 50px;
    font-family: Mirage;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.2s, opacity 0.2s;
}

.cb-btn:hover {
    background-color: #3e3452;
}

.cb-btn:focus {
    outline: 3px solid #c9b8e0;
    outline-offset: 2px;
}

/* Alert messages */
.cb-alert {
    padding: 14px 18px;
    border-radius: 10px;
    font-family: Kastelov;
    font-size: 0.95rem;
    margin-bottom: 24px;
}

.cb-alert--success {
    background-color: #e8f5e9;
    border: 1px solid #a5d6a7;
    color: #2e7d32;
}

.cb-alert--error {
    background-color: #fdecea;
    border: 1px solid #f5c6c6;
    color: #c0392b;
}

.cb-error-list {
    margin: 8px 0 0 20px;
    padding: 0;
}

.cb-error-list li {
    margin-bottom: 4px;
}

/* Responsive — tablet & mobile */
@media only screen and (max-width: 768px) {
    .cb-wrapper {
        width: 90% !important;
        max-width: 100%;
        margin: 30px auto 60px;
        padding: 16px !important;
        box-sizing: border-box;
    }

    /* Collapse side-by-side rows to single column */
    .cb-form .row {
        margin: 0;
    }

    .cb-form .row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    .cb-hero__title {
        font-size: 2rem;
    }

    .cb-wrapper {
        width: 92% !important;
        max-width: 100%;
        margin: 20px auto 50px;
        padding: 14px !important;
        box-sizing: border-box;
    }

    .cb-section-title {
        font-size: 1.1rem;
    }

    /* Full-width inputs and textarea, never overflow */
    .cb-input,
    input[type="date"].cb-input,
    .cb-textarea {
        width: 100% !important;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Center all form text and labels */
    .cb-form,
    .cb-field,
    .cb-label,
    .cb-required-note {
        text-align: center;
    }

    /* Labels still stacked above inputs */
    .cb-label {
        display: block;
    }

    .cb-btn {
        width: 100%;
        padding: 12px 20px;
    }

    /* Center the submit button area */
    .cb-submit-wrap {
        justify-content: center;
    }
}

/* ==========================================================================
   TERMS AND CONDITIONS PAGE  (.tc-*)
   ========================================================================== */

.tc-page {
    min-height: 80vh;
    background-color: #FFFCF5;
}

/* Hero banner */
.tc-hero {
    padding: 50px 20px;
    text-align: center;
}

.tc-hero__title {
    font-family: Mirage;
    font-size: 3rem;
    color: #FFFCF5;
    margin: 0;
}

/* Centered content wrapper */
.tc-wrapper {
    max-width: 800px;
    margin: 50px auto 80px;
    padding: 0 20px;
}

/* Document title */
.tc-site {
    font-family: Mirage;
    font-size: 1.2rem;
    color: #806BAC;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0.03em;
}

/* Each numbered section */
.tc-section {
    margin-bottom: 32px;
}

/* Section headings */
.tc-heading {
    font-family: Mirage;
    font-size: 1.2rem;
    color: #806BAC;
    border-bottom: 1px solid #e1d8f1;
    padding-bottom: 6px;
    margin-bottom: 12px;
}

/* Body text */
.tc-body {
    font-family: Kastelov;
    font-size: 0.95rem;
    color: #3e3452;
    line-height: 1.7;
    margin-bottom: 10px;
}

/* Bullet list */
.tc-list {
    font-family: Kastelov;
    font-size: 0.95rem;
    color: #3e3452;
    line-height: 1.7;
    padding-left: 24px;
    margin-bottom: 10px;
}

.tc-list li {
    margin-bottom: 8px;
}

/* Links inside content */
.tc-wrapper a {
    color: #806BAC;
    text-decoration: underline;
}

.tc-wrapper a:hover {
    color: #3e3452;
}

/* Responsive */
@media only screen and (max-width: 600px) {
    .tc-hero__title {
        font-size: 2rem;
    }

    .tc-wrapper {
        margin: 30px auto 60px;
    }

    .tc-heading {
        font-size: 1rem;
    }
}
