/* ==================================================================== */
/*                SPECIJALNE.CSS - GREY HOTEL KOPAONIK                  */
/* ==================================================================== */

/* 1. GLOBALNA TIPOGRAFIJA - UKLONJEN OGG FONT, VRAĆEN SISTEMSKI */
.hs-line-11, 
.section-title, 
.promo-flip-front h3,
.promo-flip-back h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700 !important; /* Podebljano da nadomesti promenu fonta */
}

/* 2. HERO SEKCIJA (7p.jpg) */
.hero-promo {
    padding-top: 220px !important;
    padding-bottom: 220px !important;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.hero-promo h1 {
    font-size: 65px !important; /* Povećano da bude upečatljivo */
    color: #fff;
    text-shadow: 0 3px 20px rgba(0,0,0,0.5);
    margin: 0;
}

/* 3. GLAVNE PONUDE (Decembar / Januar) */
.offer-img-scaled {
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    /* Inicijalno sakriveno za JS reveal */
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.section-title {
    font-size: 42px !important; /* Povećano sa 34pt */
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.1;
    opacity: 0;
    transform: translateY(30px);
}

.offer-info {
    opacity: 0;
    transform: translateY(30px);
}

.offer-info p {
    font-size: 22px !important; /* Krupan i čitljiv opis */
    line-height: 1.6;
    color: #222;
    margin-bottom: 25px;
}

.offer-info ul li {
    font-size: 18px !important;
    margin-bottom: 15px;
    color: #444;
    list-style: none;
    position: relative;
    padding-left: 5px;
}

/* 4. FLIP KARTICE */
.promo-flip-card {
    perspective: 1500px;
    height: 500px;
    margin-bottom: 30px;
}

.promo-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.promo-flip-card:hover .promo-flip-inner,
.promo-flip-inner.flipped-mobile {
    transform: rotateY(180deg);
}

.promo-flip-front, .promo-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    border-radius: 3px;
    overflow: hidden;
}

.promo-flip-front {
    background-size: cover;
    background-position: center;
    color: #fff;
}

.promo-flip-front::after {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.35);
    z-index: 1;
}

.promo-flip-front h3 {
    position: relative;
    z-index: 2;
    font-size: 30px !important;
    text-align: center;
}

.promo-flip-back {
    background-color: #111;
    color: #fff;
    transform: rotateY(180deg);
}

.promo-flip-back h3 {
    font-size: 26px !important;
    margin-bottom: 15px;
    color: #E4CF9C;
}

.promo-flip-back p {
    font-size: 17px !important;
    margin-bottom: 25px;
    color: #ccc;
    text-align: center;
}

/* 5. REVEAL KLASA KOJU AKTIVIRA JS */
.reveal-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* 6. OPTIMIZACIJA ZA MOBILNE UREĐAJE */
@media (max-width: 768px) {
    .hero-promo {
        padding-top: 130px !important;
        padding-bottom: 130px !important;
        background-attachment: scroll !important;
    }
    .hero-promo h1 { font-size: 38px !important; }
    .section-title { font-size: 32px !important; text-align: center; }
    .offer-img-scaled { max-height: 350px; margin-bottom: 30px; }
    .offer-info p { font-size: 18px !important; text-align: center; }
    .offer-info ul li { font-size: 16px !important; text-align: center; }
    .promo-flip-card { height: 420px; }
    .promo-flip-front h3 { font-size: 24px !important; }
}

/* 7. MENU FIX - Obezbeđuje vidljivost navigacije */
.main-nav {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 1000 !important;
}

.main-nav, .inner-nav, .desktop-nav ul li a {
    font-weight: normal !important;
}

/* 8. BADGE (POPUST) */
.promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #E4CF9C;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
    font-family: Arial, sans-serif !important;
}

.promo-flip-inner.flipped-mobile .promo-badge,
.promo-flip-card:hover .promo-badge {
    opacity: 0;
    transition: opacity 0.3s ease;
}
