/* === HEADER === */
/* ========================================= */
/* CASA Reformer Global Warm Background      */
/* ========================================= */

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;

    background-color: #e8dbd1;
    background-image:
            radial-gradient(rgba(160, 90, 40, 0.06) 1px, transparent 1px),
            radial-gradient(rgba(160, 90, 40, 0.04) 1px, transparent 1px),
            url('/images/grain.png');
    background-repeat: repeat, repeat, repeat;
    background-size: 1.5px 1.5px, 3px 3px, 90px 90px;
    background-attachment: scroll !important; /* ili fixed ako ti se više sviđa */
}

.welcome-header {
    width: 100%;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.logo {
    font-size: 22px;
    font-weight: 300;
    color: #aaa;
}

.nav-links a {
    font-size: 16px;
    color: #4a89f3;
    text-decoration: none;
}

.nav-links a:hover {
    text-decoration: underline;
}
/* === HERO SECTION === */

.hero-section {
    position: relative;
    width: 100%;
    height: 480px; /* možeš povećati ako želiš */
    overflow: hidden;
}

.hero-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; /* 3 kolone */
    width: 100%;
    height: 100%;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Beli krug */
.hero-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 260px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 10;
}
/* === BENEFITS SECTION === */

.benefits-section {
    width: 100%;
    padding: 70px 0;
    background: #ffffff;
    text-align: center;
}

.benefits-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #222;
}

.benefits-container {
    display: flex;
    justify-content: center;
    gap: 70px;
    padding: 0 40px;
}

.benefit-box {
    max-width: 260px;
    text-align: center;
}

.benefit-icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 18px;
    opacity: 0.8;
}

.benefit-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-box p {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}
.casa-login-icon {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.casa-login-icon:hover {
    opacity: 0.7;
}
.header-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.3px;
    font-family: "Lora", serif;
    color: #442f20;
}.header-left {
     display: flex;
     align-items: center;     /* vertikalno centriranje */
     gap: 10px;               /* razmak između logoa i teksta */
 }

.header-logo {
    height: 55px !important;            /* ili 50px ako želiš veće */
    width: 55px !important;
    display: block;
}

.header-title {
    display: flex;           /* da se lepo centriraju linije teksta */
    align-items: center;
}
.header-left {
    display: flex;
    align-items: center;     /* vertikalno centriranje */
    gap: 10px;               /* razmak između logoa i teksta */
}


.header-title {
    display: flex;           /* da se lepo centriraju linije teksta */
    align-items: center;
}
.u-sheet-new {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between;
    pointer-events: auto !important;
    min-height: 80px;

}
/* Header main container */

/* Align logo + title */
.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Size and alignment of login icon container */
.u-menu-1 {
    display: flex !important;
    align-items: center !important;
    margin-left: auto !important;
}

/* Align the single login icon item */
.login-icon-item {
    display: flex !important;
    align-items: center !important;
}

/* SVG stays perfectly centered */
.casa-login-icon {
    display: block;
}
/* === SEKCIJA === */
.casa-packages-section {
    width: 100%;
    max-width: 1140px; /* Nicepage širina */
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.casa-packages-title {
    font-size: 32px;
    margin-bottom: 25px;
    color: #4a3b32;
    font-weight: 600;
}

/* === CAROUSEL WRAPPER === */
.casa-packages-carousel {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

/* Wrapper za track */
.casa-packages-window {
    overflow: hidden;
    width: 100%;
}

.casa-package-card {
    min-width: 300px;
    flex: 0 0 300px;
    background: white;
    border-radius: 18px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

/* POPRAVLJENE STREVICE */
.casa-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;

    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    cursor: pointer;

    padding: 0;
    margin: 0;

    -webkit-appearance: none;
    appearance: none;
}

.casa-arrow-icon {
    font-size: 22px;
    line-height: 1;
    color: var(--casa-brown);
    position: relative;
    top: -2px;   /* OVDE GA FIZIČKI SPUŠTAMO / DIŽEMO */
}

.casa-arrow:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 4px 10px rgba(0,0,0,0.28);
}

.casa-arrow:active {
    transform: translateY(-50%) scale(0.95);
}


/* Leva */
.casa-left {
    left: -20px; /* fino uvučeno levo */
}

/* Desna */
.casa-right {
    right: -20px; /* simetrično desno */
}

/* Kartice ostaju centrirane */
.casa-packages-track {
    display: flex;
    gap: 25px;
    transition: transform 0.4s ease;
    padding: 10px 0;
}
.casa-arrow.no-arrows{
    width: fit-content;
}

.casa-packages-carousel.no-arrows .casa-packages-window {
    width: fit-content;
}

.casa-packages-carousel.no-arrows .casa-package-card {
    /* sve ostaje isto */
}
.casa-arrow.no-arrows{
    display: none;
}
.casa-circle-watermark{
    position: absolute;
    top: 44%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 45%;            /* fina proporcija u odnosu na krug */
    opacity: 0.3;         /* diskretno, jedva primetno */
    pointer-events: none;
}



/* MOBILE FIX */
@media (max-width: 768px) {
    .casa-packages-carousel {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
    }
    .casa-packages-track{
        padding-left: 8%;
    }
    .casa-packages-section {
        display: flex;
        flex-direction: column;
        justify-content: center;   /* vertikalno centriranje */
        align-items: center;       /* horizontalno centriranje */
        min-height: 350px;         /* visina sekcije na mobile */
        padding-top: 20px;
        padding-bottom: 145px;
    }

    .casa-packages-carousel {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;       /* centriranje sadržaja */
    }

    .casa-package-card {
        min-width: 90%;
        flex: 0 0 90%;
    }

    .casa-left {
        left: 5px;    /* malo bliže */
    }
    .casa-right {
        right: 5px;
    }
    .casa-arrow.no-arrows{
        display: inline;
    }
    .casa-arrow{
        width: 40px !important;
    }
    .sec-4-mob{
        display: none !important;
    }
}


