*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:Arial, Helvetica, sans-serif;
    background:#fff;
    color:#172033;
    line-height:1.6;
}

:root{
    --navy:#07172d;
    --navy2:#0d2546;
    --red:#e32b36;
    --light:#f4f7fa;
    --white:#ffffff;
    --grey:#657084;
}

.container{
    width:min(1180px, 90%);
    margin:auto;
}

section{
    padding:90px 0;
}

h1,h2,h3{
    line-height:1.15;
}

.section-tag{
    display:inline-block;
    color:var(--red);
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.5px;
    font-size:13px;
    margin-bottom:12px;
}

.section-title{
    font-size:42px;
    color:var(--navy);
    margin-bottom:18px;
}

.section-intro{
    max-width:700px;
    color:var(--grey);
    font-size:17px;
    margin-bottom:45px;
}

/* HEADER */

header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(7,23,45,.96);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.nav{
    height:76px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo img{
    height: 100px;
    width: auto;
    display: block;
}


.menu{
    display:flex;
    align-items:center;
    gap:30px;
}

.menu a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

.menu a:hover{
    color:#ff6871;
}

.nav-call{
    background:var(--red);
    padding:12px 20px;
    border-radius:6px;
}

/* HERO */

.hero{
    min-height:760px;
    padding-top:150px;
    padding-bottom:80px;
    display:flex;
    align-items:center;
    color:#fff;
    background:
      linear-gradient(90deg,rgba(4,15,31,.97) 0%,rgba(4,15,31,.89) 48%,rgba(4,15,31,.50) 100%),
      url('images/hero.jpeg') center/cover no-repeat;
}

.hero-content{
    max-width:750px;
}

.hero-small{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.09);
    border:1px solid rgba(255,255,255,.14);
    padding:8px 14px;
    border-radius:30px;
    margin-bottom:25px;
    font-size:14px;
}
.hero-small img {
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.hero h1{
    font-size:64px;
    max-width:760px;
    margin-bottom:22px;
}

.hero h1 span{
    color:#ff4c56;
}

.hero p{
    font-size:19px;
    color:#d6dfeb;
    max-width:650px;
    margin-bottom:32px;
}

.hero-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:54px;
    padding:0 25px;
    border-radius:7px;
    text-decoration:none;
    font-weight:700;
    transition:.2s;
}

.btn-primary{
    background:var(--red);
    color:#fff;
}

.btn-primary:hover{
    transform:translateY(-2px);
    background:#c91f29;
}

.btn-outline{
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    background:rgba(255,255,255,.05);
}

.hero-trust{
    display:flex;
    gap:35px;
    flex-wrap:wrap;
    margin-top:48px;
    padding-top:28px;
    border-top:1px solid rgba(255,255,255,.15);
}

.trust-item strong{
    display:block;
    font-size:18px;
}

.trust-item span{
    font-size:13px;
    color:#aebdce;
}

/* QUICK ROUTES */

.quick-routes{
    background:#fff;
    margin-top:-45px;
    position:relative;
    z-index:10;
}

.route-bar{
    box-shadow:0 15px 50px rgba(12,31,56,.13);
    border-radius:12px;
    background:#fff;
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    overflow:hidden;
}

.route-box{
    padding:28px 32px;
    border-right:1px solid #e7ebef;
}

.route-box:last-child{
    border:0;
}

.route-box small{
    color:var(--grey);
}

.route-box strong{
    display:block;
    color:var(--navy);
    font-size:18px;
    margin-top:3px;
}

/* ABOUT */

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.about-image{
    min-height:500px;
    border-radius:14px;
    background:url('images/hero.jpeg') center/cover;
    position:relative;
}

.about-badge{
    position:absolute;
    right:-15px;
    bottom:30px;
    background:var(--red);
    color:#fff;
    padding:16px;
    border-radius:10px;
    width:160px;
}

.about-badge strong{
    font-size:21px;
    display:block;
}

.checks{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
    margin-top:30px;
}

.check{
    background:var(--light);
    padding:15px;
    border-radius:7px;
    font-weight:600;

    box-shadow:0 6px 18px rgba(0,0,0,0.10);
    border:1px solid rgba(0,0,0,0.04);
}

/* DESTINATIONS */
/* =========================
   DESTINATIONS / RUTE
========================= */

.destinations{
    padding:90px 0;
    background:#f7f8fa;
}

.destinations-heading{
    max-width:780px;
    margin-bottom:45px;
}

.destinations-heading span{
    display:block;
    color:var(--red);
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:12px;
}

.destinations-heading h2{
    color:var(--navy);
    font-size:42px;
    line-height:1.15;
    margin-bottom:16px;
}

.destinations-heading p{
    color:var(--grey);
    font-size:17px;
    line-height:1.7;
}


/* KARTICE */

.cards{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}

.destination-card{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,0.10);
    border:1px solid rgba(0,0,0,0.04);
    transition:.3s ease;
}

.destination-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 45px rgba(0,0,0,0.14);
}


/* GORNJI DEO */

.destination-top{
    padding:30px 34px;
    background:var(--navy);
    color:#fff;
}

.destination-top.red{
    background:var(--red);
}

.destination-top h3{
    color:#fff;
    font-size:27px;
    margin:0 0 7px;
}

.destination-top p{
    color:#fff;
    margin:0;
    font-size:15px;
    opacity:.85;
}


/* SADRŽAJ KARTICE */

.destination-body{
    padding:30px 34px 34px;
}

.route-day{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;

    padding-bottom:20px;
    margin-bottom:22px;

    border-bottom:1px solid #e5e7eb;
}

.route-day span{
    color:var(--grey);
    font-size:15px;
}

.route-day strong{
    color:var(--red);
    font-size:18px;
}


/* GRADOVI */

.route-cities{
    color:var(--navy);
    font-size:17px;
    font-weight:600;
    line-height:2;
    margin-bottom:25px;
}


/* POVRATAK */

.route-return{
    background:var(--light);
    padding:15px 17px;
    border-radius:8px;

    color:var(--navy);
    font-size:15px;
    font-weight:500;
}

.route-return strong{
    color:var(--red);
    margin-left:5px;
}


/* =========================
   MOBILE
========================= */

@media(max-width:850px){

    .destinations{
        padding:60px 0;
    }

    .destinations-heading h2{
        font-size:32px;
    }

    .cards{
        grid-template-columns:1fr;
    }

    .destination-top{
        padding:25px;
    }

    .destination-body{
        padding:25px;
    }

    .destination-top h3{
        font-size:23px;
    }

    .route-day{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

    .route-cities{
        font-size:16px;
    }
}


/* BENEFITS */

.benefits{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.benefit{
    border:1px solid #e6ebf0;
    border-radius:10px;
    padding:30px 24px;
}

.benefit-number{
    color:var(--red);
    font-weight:800;
    font-size:13px;
    margin-bottom:18px;
}

.benefit h3{
    color:var(--navy);
    margin-bottom:10px;
}

.benefit p{
    color:var(--grey);
    font-size:14px;
}

/* HOW */

.how{
    background:var(--navy);
    color:#fff;
}

.how .section-title{
    color:#fff;
}

.how .section-intro{
    color:#b7c4d4;
}

.steps{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.step{
    border-top:2px solid rgba(255,255,255,.15);
    padding-top:25px;
}

.step span{
    width:45px;
    height:45px;
    background:var(--red);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-weight:800;
    margin-bottom:20px;
}

.step p{
    color:#aebdce;
    margin-top:8px;
    font-size:14px;
}

/* FAQ */

.faq{
    max-width:850px;
}

.faq-item{
    border-bottom:1px solid #dfe5ea;
}

.faq-question{
    padding:22px 0;
    font-weight:700;
    font-size:17px;
    cursor:pointer;
    display:flex;
    justify-content:space-between;
    gap:20px;
}

.faq-answer{
    display:none;
    padding:0 0 22px;
    color:var(--grey);
}

.faq-item.active .faq-answer{
    display:block;
}

/* CONTACT */

.contact{
    background:var(--light);
}

.contact-grid{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:50px;
}

.contact-details{
    background:var(--navy);
    color:#fff;
    padding:40px;
    border-radius:12px;
}

.contact-details h3{
    font-size:28px;
    margin-bottom:25px;
}

.contact-line{
    margin:20px 0;
}

.contact-line small{
    color:#9eb0c4;
    display:block;
}

.contact-line a{
    color:#fff;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
}

.form{
    background:#fff;
    padding:40px;
    border-radius:12px;
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:15px;
}

.form input,
.form select,
.form textarea{
    width:100%;
    border:1px solid #dce2e8;
    border-radius:6px;
    padding:15px;
    margin-bottom:15px;
    font:inherit;
}

.form textarea{
    min-height:110px;
    resize:vertical;
}

.form button{
    border:0;
    width:100%;
    cursor:pointer;
    font-size:15px;
}

/* CTA */

.final-cta{
    background:var(--red);
    color:#fff;
    padding:65px 0;
}

.final-cta-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.final-cta h2{
    font-size:38px;
}

.final-cta .btn{
    background:#fff;
    color:var(--navy);
}

/* FOOTER */
/* =========================
   FOOTER
========================= */

footer{
    background:#071426;
    color:#fff;
    padding:28px 0;
}

.footer-inner{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    gap:30px;
}

/* LEVO */

.footer-copy{
    font-size:13px;
    color:rgba(255,255,255,.65);
    line-height:1.5;
}

/* SREDINA */

.footer-links{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
}

.footer-links a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    transition:.2s;
}

.footer-links a:hover{
    color:var(--red);
}

.footer-links span{
    color:rgba(255,255,255,.35);
}

/* DESNO - D.D DIGITAL */

.footer-credit{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:7px;

    margin:0;
    padding:0;
    border:0;
    width:auto;

    font-size:11px;
    color:rgba(255,255,255,.50);
}

.footer-credit img{
    display:block;
    width:auto;
    height:50px;
    object-fit:contain;
}

.footer-credit strong{
    color:#fff;
    font-size:12px;
    font-weight:600;
    white-space:nowrap;
}


/* =========================
   FOOTER MOBILE
========================= */

@media(max-width:850px){

    footer{
        padding:28px 0 90px;
    }

    .footer-inner{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        gap:14px;
        text-align:center;
    }

    .footer-copy{
        font-size:12px;
    }

    .footer-credit{
        justify-content:center;
        flex-wrap:wrap;
    }

    .footer-credit img{
        height:20px;
    }
}

/* MOBILE */

.mobile-contact{
    display:none;
}

@media(max-width:850px){

    section{
        padding:65px 0;
    }

    .menu a:not(.nav-call){
        display:none;
    }

    .hero{
        min-height:680px;
        padding-top:125px;
        background:
        linear-gradient(rgba(4,15,31,.68),rgba(4,15,31,.78)),
        url('images/hero.jpeg') center/cover;
    }

    .hero h1{
        font-size:43px;
    }

    .hero p{
        font-size:17px;
    }

    .route-bar,
    .about-grid,
    .cards,
    .contact-grid{
        grid-template-columns:1fr;
    }

    .route-box{
        border-right:0;
        border-bottom:1px solid #e7ebef;
    }

    .about-image{
        min-height:380px;
    }

    .about-badge{
        right:15px;
    }

    .benefits,
    .steps{
        grid-template-columns:1fr 1fr;
    }

    .section-title{
        font-size:34px;
    }

    .final-cta-inner,
    .footer-inner{
        flex-direction:column;
        align-items:flex-start;
    }

    .mobile-contact{
        display:grid;
        grid-template-columns:1fr 1fr;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        z-index:9999;
        box-shadow:0 -5px 20px rgba(0,0,0,.18);
    }

    .mobile-contact a{
        text-align:center;
        text-decoration:none;
        padding:15px 5px;
        font-weight:800;
    }

    .mobile-phone{
        background:var(--navy);
        color:#fff;
    }

    .mobile-whatsapp{
        background:#25D366;
        color:#fff;
    }

    footer{
        padding-bottom:85px;
    }
}

@media(max-width:550px){

    .hero h1{
        font-size:37px;
    }

    .benefits,
    .steps,
    .checks,
    .form-row{
        grid-template-columns:1fr;
    }

    .hero-buttons .btn{
        width:100%;
    }

    .nav-call{
        padding:10px 13px;
    }
}
/* =========================
   MOBILE FINAL FIX
========================= */

@media(max-width:550px){

    html,
    body{
        width:100%;
        max-width:100%;
        overflow-x:hidden;
    }

    .container{
        width:100%;
        max-width:100%;
        padding-left:20px;
        padding-right:20px;
    }

    /* HEADER */

    header .container{
        padding-left:15px;
        padding-right:15px;
    }

    .logo img{
        max-width:190px;
        height:auto;
    }

    .nav-call{
        font-size:13px;
        padding:10px 11px;
        white-space:nowrap;
    }


    /* HERO */

    .hero{
        min-height:650px;
        padding-top:115px;
    }

    .hero-content{
        width:100%;
        max-width:100%;
    }

    .hero-small{
        width:100%;
        max-width:100%;
        padding:8px 10px;
        font-size:12px;
        gap:5px;
        white-space:nowrap;
    }

    .hero h1{
        font-size:36px;
        line-height:1.08;
    }

    .hero p{
        font-size:16px;
        line-height:1.65;
    }

    .hero-buttons{
        width:100%;
    }

    .hero-buttons .btn{
        width:100%;
        max-width:100%;
    }


    /* SEKCIJE */

    .about-image{
        min-height:300px;
    }

    .section-title,
    .destinations-heading h2{
        font-size:30px;
    }


    /* RUTE */

    .destination-card{
        width:100%;
        max-width:100%;
    }

    .destination-top{
        padding:22px 20px;
    }

    .destination-body{
        padding:22px 20px;
    }

    .route-cities{
        font-size:15px;
        line-height:1.8;
        overflow-wrap:anywhere;
    }


    /* DONJA DUGMAD */

    .mobile-contact{
        width:100%;
        max-width:100vw;
    }

    .mobile-contact a{
        font-size:15px;
        padding:15px 4px;
    }
}
@media(max-width:550px){

    .about-badge{
        width:145px;
        padding:14px;
        right:10px;
        bottom:15px;
    }

    .about-badge strong{
        font-size:18px;
        line-height:1.2;
    }

    .about-badge span{
        font-size:13px;
        line-height:1.4;
    }
}