html {
    background-color: #ece5c6;
}

body{
    font-family: Poppins, sans-serif;
    background-color: #ece5c6;
    /*user-select: none;  Disable text selection ODKOMENTOWAĆ*/
}

body.parallax-dots {
    background-color: transparent;
}

@font-face{
    font-family: "Poppins";
    src: url("../resources/fonts/Poppins-Regular.ttf") format(truetype);
    font-display: swap;
}

@font-face {
    font-family: "PP Acma Bold";
    src: url("../resources/fonts/PPAcma-Bold.otf") format(opentype);
    font-display: swap;
}
@font-face{
    font-family: "PP Acma Thin";
    src: url("../resources/fonts/PPAcma-Thin.otf") format(opentype);
    font-display: swap;
}

@font-face{
    font-family: "PP Acma Book";
    src: url("../resources/fonts/PPAcma-Book.otf") format(opentype);
    font-display: swap;
}

@font-face{
    font-family: "PP Acma Semibold";
    src: url("../resources/fonts/PPAcma-Semibold.otf") format(opentype);
    font-display: swap;
}


h1, h2, h3, h4{
    font-family: "PP Acma Bold";
    color: #ad1739;
    
}

p{
    font-family: "Poppins";
    font-weight: 100;
}

a{
    font-weight:100;
}

.jumbotron{
    color: white;
}

/* Stan disabled dla przycisków formularzowych */
button:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.hero-button:disabled,
.btn-next:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

/* Ukrycie elementów z klasą d-none */
.d-none {
    display: none !important;
}

/* Animacja spinnera Bootstrap */
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: text-bottom;
    border: 0.15em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 0.125em;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

/* Strona kontaktowa */
.contact-card {
    background-color: #e3dbb8;
    border: 1px solid #e9ecef;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1) !important;
}

.contact-heading {
    color: #ad1739;
    font-size: 1.5rem;
    font-weight: 600;
}

.contact-subheading {
    color: #ad1739;
    font-weight: 600;
}

.info-box {
    background-color: #FAF7F2;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.info-box:hover {
    background-color: #F5EDE0;
    border-color: #d4a574;
    box-shadow: 0 8px 25px rgba(173, 23, 57, 0.3);
}

.form-control:focus {
    border-color: #ad1739;
    box-shadow: 0 0 0 0.2rem rgba(173, 23, 57, 0.15);
}

.form-label {
    color: #333;
    margin-bottom: 0.5rem;
}

.quick-contact-section {
    background-color: #ad1739;
    color: white;
    border: none;
}

.quick-contact-section h3 {
    color: white;
    font-family: "PP Acma Bold", sans-serif;
}

/* Responsywność dla strony kontaktowej */
@media (max-width: 768px) {
    .contact-card {
        padding: 1.5rem !important;
    }

    .contact-heading {
        font-size: 1.3rem;
    }

    .info-box {
        margin-bottom: 0.75rem !important;
    }
}

/* Strzałka powrotu do góry (Back to Top) */
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #ad1739;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(173, 23, 57, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    background: #8a1230;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(173, 23, 57, 0.4);
}

.scroll-to-top svg {
    transition: transform 0.3s ease;
}

.scroll-to-top:hover svg {
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .scroll-to-top {
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

/* Particles.js - uniwersalne style */
.particles-container {
    position: relative;
    overflow: hidden;
}

.particles-bg {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

.particles-bg canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.particles-container > *:not(.particles-bg) {
    position: relative;
    z-index: 1;
}

/* Parallax Dots - uniwersalne style */
.parallax-dots {
    position: relative;
}

body.parallax-dots .parallax-dots-layer {
    position: fixed !important;
    width: 100vw !important;
    height: 100vh !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    pointer-events: none !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.parallax-dots:not(body) .parallax-dots-layer {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 0 !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

.parallax-dot {
    position: absolute;
    border-radius: 50%;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.parallax-dots:not(body) > *:not(.parallax-dots-layer) {
    position: relative;
    z-index: 1;
}

