/* Global Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    color: #333;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Sprečava horizontalni scroll */
}

/* Header */
header {
    text-align: center;
    padding-top: 0px;
    background-color: white;
    position: relative;
    z-index: 20;
}

.logo {
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    width: 165px;
    height: auto;
}

.contact-icons a {
    text-decoration: none !important;  /* Force remove underline */
    outline: none !important;
    border: none;
    background: none;
    line-height: 1;
    display: inline-block;
}

.contact-icons a:focus,
.contact-icons a:hover {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.contact-icons i {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
}

/* Your preferred sizes and colors */
.contact-icons .fa-viber {
    font-size: 27px;
    color: #665cac;
}

.contact-icons .fa-whatsapp {
    font-size: 29.5px;
    color: #25D366;
}


/* Navigation */
.navbar {
    background-color: transparent;
    padding: 15px;
    border-bottom: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar .navbar-nav {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    will-change: opacity, transform;
}

.navbar {
    --bs-navbar-padding-y: 4px !important;
}

.navbar .navbar-nav .nav-link {
    display: flex;
    align-items: center; /* Centriranje teksta po visini */
    justify-content: center; /* Centriranje teksta horizontalno */
    color: black;
    font-size: 1.15rem;
    padding-top: 18px;
    padding-bottom: 18px;
    transition: color 0.3s, background-color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    text-align: center; /* Osigurava centriranje */
    width: 100%;
    padding-left: 32px !important;
    padding-right:32px !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.651);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffffd1;
    border: #ffffff83 5px solid;
    backdrop-filter: blur(0.5px);
    z-index: 20;
    opacity: 0;
    transform: translateY(-15px);
    visibility: hidden;
    transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}

.navbar-collapse.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

/* Hamburger menu */
.navbar-toggler {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border: none !important;
    outline: none !important;
    background: none !important;
    padding: 10px;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 50px !important;
    height: 50px !important;
    background-size: contain;
}

/* Slika ispod navigacije */
.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    overflow: hidden; /* Sprečava horizontalni scroll */
}

.hero-image2 {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden; 
    height: 700px;
    max-height: 70vh;
}

.hero-image2 img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 70%;
    display: block;
}

.hero-logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    opacity: 0.9;
}
.yacht-list i:hover {
    color: #566aa6;
}

.yacht-info {
    cursor: default ;
}

.mb-3 {
    margin-top: 30px;
}

.hero-image img {
    width: 100%;
    max-width: 1600px; 
    height: auto;
    display: block;
}

.hero-logo {
    position: absolute;
    bottom: 2%; 
    right: 2%; 
    height: auto;
    max-width: 120px !important; 
    opacity: 0.8; 
}

.carousel-title {
    text-align: center;
    margin-top: 50px;
    font-size: 2rem; 
    font-weight: bold;
    font-family: 'Playfair Display', sans-serif;
    margin-bottom: 10px; 
    user-select: none;
    cursor: default;
}

.carousel {
    max-width: 500px; /* Maksimalna širina */
    margin: 50px auto; /* Centriranje */
}

.carousel-img {
    width: 100%; /* Da stane u okvir */
    height: 300px; /* Fiksna visina */
    object-fit: cover; /* Da slike izgledaju lepo */
}

.carousel-control-prev, .carousel-control-next {
    width: 15%; /* Manja širina strelica */
}

.carousel-control-prev {
    left: 5%; /* Pomera strelicu bliže slici */
}

.carousel-control-next {
    right: 5%; /* Pomera strelicu bliže slici */
}

.carousel-indicators button {
    background-color: #fff; /* Bele tačkice */
    width: 10px;
    height: 10px;
    border: none;
    margin: 0 5px;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

.offer-text {
    margin: 0 15px;
    user-select: none;
    cursor: default;
}


.offer-text p, h3, h4 {
    font-family: 'Poppins', sans-serif;
}

.offer-text h4 {
    color:  rgb(0, 0, 0);
}

.offer-text h3 {
    font-weight: bold;
    color: #002f6d ;
    margin-bottom: 11px;
}

#seeMoreBtn {
    display: inline-block;
    background-color: #0069f1 !important; 
    color: white !important;
    padding: 10px 20px; 
    text-align: center;
    border: none;
    border-radius: 7px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
}

.see-more-btn:hover {
    background-color: #002e60; /* Tamnija plava na hover */
    transform: scale(1.05); /* Blagi zoom efekat */
}

.why-choose-us {
    background: #e9f8fe;
    color: #003366; 
    padding: 50px 0;
    margin-top: 50px;
    border-radius: 12px;
}

.interior-img {
    width: 100% !important;
    height: 270px !important; 
    object-fit: cover !important; 
    display: block;
}


.why-choose-us h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #003366;
}

.why-choose-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.why-choose-us .col-md-3 {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    flex-basis: 22%;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.why-choose-us .col-md-3:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.why-choose-us .icon {
    display: block;
    margin-bottom: 12px;
    font-size: 2.2rem;
    color: #0069f1; 
}

.why-choose-us h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.why-choose-us p {
    font-size: 0.95rem;
    opacity: 0.8;
}

/* Ikone u blokovima */
.why-choose-us .col-md-3 .icon {
    color: #34b8ff; 
}

.why-choose-us .col-md-3:hover .icon {
    color: #003366; 
}

/* Onemogući selektovanje i promeni pokazivač na običan */
.why-choose-us .col-md-3 {
    user-select: none; 
    cursor: default;   
}


/* Map Section */
.map-section {
    padding-top: 40px;  
    padding-bottom: 0;  
    margin-bottom: 0;  
}

.footer {
    background-color: #ffffff; /* Svetlo bež pozadina */
    color: #4a4a4a; /* Suptilno tamno-siva boja teksta */
    text-align: center;
    padding: 80px 0 50px 0; /* Manji padding da footer ne bude previsok */
    font-family: 'Poppins', sans-serif;
}

.footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px; /* Smanjen razmak između sekcija */
    text-align: center;
}

/* Popravljena širina sekcija da ne budu previše udaljene */
.footer .col-md-4 {
    max-width: 280px;
    flex: 1 1 auto;
}

/* Naslovi su centrirani za About Us i Quick Links */
.footer .col-md-4 { 
    text-align: center;
}

/* Tekst */
.footer-text {
    font-size: 15px;
    line-height: 1.5;
    max-width: 320px;
    margin: 0 auto; /* Centriranje teksta */
}

/* Linkovi */
.footer-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px; /* Smanjen razmak između linkova */
}

.footer-link {
    color: #6a89cc; /* Svetlo plava nijansa */
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease, transform 0.2s ease;
}

.footer-link:hover {
    color: #4a69bd; /* Tamnija plava na hover */
    text-decoration: underline;
    transform: translateY(-2px);
}

/* Footer bottom sekcija */
.footer-bottom {
    margin-top: 20px;
    font-size: 13px;
    border-top: 1px solid rgba(106, 137, 204, 0.3);
    padding-top: 10px;
    width: 100%;
    color: #4a69bd;
    background: none; /* Uklonjena posebna pozadina */
}

.footer a {
    color: #6a89cc; /* Svetlo plava nijansa */
    text-decoration: none; /* Uklanja podvučenu liniju */
    font-weight: 500;
    transition: color 0.3s ease, transform 0.2s ease;
}

.footer a:hover {
    color: #4a69bd; /* Tamnija plava nijansa na hover */
    text-decoration: underline;
    transform: translateY(-2px);
}


/* RESPONSIVE STYLING */
@media (min-width: 768px) {
    .footer .row {
        flex-direction: row;
        justify-content: center;
        text-align: left;
    }

    .footer .col-md-4 {
        flex: 1;
        max-width: 300px;
    }
}


/* Boat.html */
.boat-details .row {
    margin-top: 30px; 
}

.boat-details .col-md-6 {
    margin-bottom: 20px; 
}

.custom-color {
    color: #002d87 !important;
}

.boat-details {
    text-align: center; 
    margin-bottom: 40px;
}

.boat-details h2 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-top: 40px;
    margin-bottom: 10px; /* Razmak ispod naslova */
}

.boat-details p {
    font-size: 18px;
    color: #666;
    max-width: 1000px;
    margin: 0 auto 30px auto; /* Centriranje i razmak ispod */
}

.boat-details-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1px; /* Razmak između slike i liste */
    margin-top: 20px;
    flex-wrap: wrap; /* Da se lepo slaže na manjim ekranima */
}

.yacht-image {
    max-width: 20%; /* Smanjuje veličinu samo ove slike */
    height: auto;
    display: block;
    margin: 0 auto;
}

.yacht-info {
    background: rgba(255, 255, 255, 0.8); /* Lagano bela, blago providna */
    padding: 40px;
    border-radius: 12px;
    max-width: 900px;
    margin: 50px auto;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}

.yacht-list {
    list-style: none;
    padding: 0;
}

.yacht-list li {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 12px; /* Razmak između ikonice i teksta */
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Suptilna linija ispod */
}

/* Yacht Description Section */
.yacht-description {
    background: rgba(255, 255, 255, 0.85); /* Slightly opaque white for luxury feel */
    backdrop-filter: blur(12px);
    padding: 50px 60px;
    border-radius: 18px;
    max-width: 900px;
    margin: 50px auto;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12); /* Deep and refined shadow */
    font-size: 20px;
    line-height: 1.75;
    color: #2c2c2c; /* Darker text for luxury feel */
    text-align: justify;
    font-family: 'Merriweather', serif; /* Premium serif font */
    position: relative;
}

/* Title */
.yacht-description h1 {
    font-family: 'Playfair Display', serif; /* Elegant serif for the title */
    font-size: 36px;
    font-weight: 700;
    color: #2a3d56; /* Deep blue for sophistication */
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1.5px;
    text-transform: uppercase; /* Adds a refined touch */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

/* Text content for yacht description */
.yacht-description p {
    font-size: 18px;
    color: #555; /* Slightly lighter text for readability */
    margin-bottom: 20px;
}

/* Read More Button */
#read-more-btn {
    display: inline-block;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: linear-gradient(45deg, #f6a600, #ff6e00); /* Luxurious gradient */
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 1px;
}

#read-more-btn:hover {
    background: linear-gradient(45deg, #f68f00, #d06b00); /* Darker gradient on hover */
    transform: scale(1.08); /* Slight enlargement on hover */
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15); /* Add depth on hover */
}

/* Yacht Info Section */
.yacht-info {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(12px);
    padding: 40px 50px;
    border-radius: 15px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
    margin-top: 50px;
    font-family: 'Arial', sans-serif; /* Simple, clean sans-serif font */
}

/* Yacht Info List Styling */
.yacht-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.yacht-list li {
    font-size: 18px;
    margin-bottom: 15px;
    color: #3a3a3a; /* Subtle dark gray */
    padding-left: 20px;
    position: relative;
}


.yacht-list i {
    font-size: 20px;
    color: #8b5e3c; /* Braon nijansa */
    position: relative;
    top: 2px; /* Pomeri ikonice malo na dole */
    margin-right: 8px; /* Doda malo razmaka između ikonice i teksta */
}

/* Smooth transition for the yacht description */
.yacht-description {
    transition: max-height 0.6s ease-out; /* Smoother transition */
}

.text-content {
    max-height: 145px; /* Prikazuje samo deo teksta */
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    position: relative;
}

.text-content.open {
    max-height: 1000px; /* Dovoljno za prikaz celog teksta */
}

.read-more-btn {
    display: inline-block;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: bold;
    color: #8b5e3c; /* Lepa braon nijansa za tekst */
    background: transparent;
    border: 2px solid #8b5e3c; /* Braon okvir */
    border-radius: 25px; /* Zaobljeni rubovi */
    cursor: pointer;
    transition: all 1s ease-in-out;
    text-align: center;
    margin-top: 15px;
}

.read-more-btn:hover {
    background: #8b5e3c; /* Lepa braon boja na hover */
    color: white; /* Bele slova na hover */
    transform: scale(1.05);
}


/*kraj*/

.yacht-list li:last-child {
    border-bottom: none;
}

.yacht-list i {
    font-size: 20px;
    color: #80bdff; /* Plava nijansa koja se slaže sa sajtom */
}

.boat-details img {
    max-width: 70%;
    height: auto;
}

.list-unstyled li {
    background: #f8f9fa; /* Svetla pozadina za bolji kontrast */
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.list-unstyled li::before {
    content: "⚓"; /* Dodaje ikonicu ispred svake stavke */
    font-size: 1.2rem;
    color: #007bff;
}

.row {
    max-width: 1450px; /* Ograničava širinu liste */
    margin: auto;
}



/* Luksuzni dizajn za slike */
.image-container {
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Povećaj slike na hover */
img.img-fluid {
    transition: transform 0.3s ease;
    
    border-radius: 15px !important;
}

img.img-fluid:hover {
    transform: scale(1.05);
}

.carousel-img {
    object-fit: cover; /* Sprečava izobličenje */
    height: 450px;
}

.carousel {
    max-width: 900px; /* Ograničava širinu carousela */
    width: 100%;
    height: auto;
}

.carousel-control-prev, 
.carousel-control-next {
    width: 5%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}


/* Luxury Text Styling */
.container.text-center h2 {
    font-size: 2.5rem !important;
    font-weight: bold;
    color: #0e0e0e;
    font-family: 'Playfair Display', serif;
}

h3.text-center {
    font-family: 'Playfair Display', serif !important;
    font-weight: 700; /* Bold verzija */
    color: #242424; 
}

.mt-5 {
    margin-top: 1rem !important;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.carousel-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #0e0e0e;
    font-family: 'Playfair Display', serif;;
}
.container.text-center p {
    font-size: 1.2rem;
    color: #555;
    font-style: italic;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
}

header .container.text-center a img.logo {
    margin-top: 10px;
}


.carousel-title {
    margin-top: 37px !important; 
}
.list-unstyled {
    font-size: 1.3rem; /* Increased font size for better readability */
    color: #444;
    font-family: 'Lora', serif;
}

.list-unstyled strong {
    color: #2c3e50;
    font-weight: 600;
}

.row {
    display: flex;
    justify-content: center !important;
}
/* Razmak između slika */
.g-4 {
    gap: 30px;
}

/* Za precizno centriranje sadržaja */
.text-center {
    text-align: center !important;
}

/* Specifično za sliku jahta1 */
#jahta1 {
    transform: none; 
}

.boat-description {
    background: rgba(255, 255, 255, 0.6); /* Blago providna bela pozadina */
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
    font-family: 'Playfair Display', serif; /* Elegantan font (ili zameni svojim) */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05); /* Suptilna senka */
}

.boat-description h2 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.boat-description p {
    color: #444;
    font-size: 17px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 15px;
}

.read-more-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    border: 1.5px solid #333;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.read-more-btn:hover {
    background: #333;
    color: #fff;
}

    /* Galerija */

    /* Ukloni hover efekat za slike u modalu */
.modal-body img {
    transform: none !important;
    transition: none !important;
    object-fit: contain; /* Slika se prilagođava bez presecanja */
    max-height: 80vh; /* Maksimalna visina slike je 80% visine viewport-a */
    width: auto;
}

#imageModal img {
    border-radius: 0 !important;
}

.image-item img {
    border: 1px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-section {
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

    /* Custom modal size */

    .modal-dialog {
    max-width: 80%;  
    width: 80%;      
    }
    .image-container {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
      }
      .image-item {
        position: relative;
        width: calc(25% - 15px);
        max-width: calc(25% - 15px);
        cursor: pointer;
        border-radius: 15px;
        overflow: hidden;
        display: flex; /* Sprečava dodavanje dodatnog teksta */
    }
    
    .image-item img {
        display: block;
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 15px;
        transition: transform 0.3s ease-in-out;
    }
    
    /* Ispravljeno: Hover overlay */
    .image-item::after {
        content: "View";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.301);
        color: white;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        border-radius: 15px;
        pointer-events: none; /* Sprečava neželjene klikove */
    }
    
    /* Efekat hover */
    .image-item:hover img {
        transform: scale(1.1);
    }
    
    .image-item:hover::after {
        opacity: 1;
    }

    .contact-section {
        background: url('images/marinasunset.png') no-repeat center center/cover;
        max-width: 1600px;
        margin: auto;
        padding: 80px 0;
        position: relative;
        color: white;
      }
      
      .overlay {
        background-color: rgba(0, 0, 0, 0.473);
        padding: 20px 20px;
      }
      
      .contact-content {
        max-width: 1000px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 40px;
      }
      
      .contact-left, .contact-right {
        flex: 1;
        min-width: 300px;
      }
      
      .contact-left form {
        display: flex;
        flex-direction: column;
      }
      
      .contact-left input,
      .contact-left textarea {
        padding: 15px;
        margin-bottom: 15px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
      }
      
      .contact-left button {
        background-color: #007bff;
        color: white;
        padding: 15px;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        transition: background 0.3s;
      }
      
      .contact-left button:hover {
        background-color: #0056b3;
      }
      
      .contact-right {
        flex: 1;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-top: 20px;
      }
      .contact-right i {
        margin-right: 10px;
        color: #ffffff;
        font-size: 18px;
        vertical-align: middle;
      }
      .contact-note {
        font-style: italic;
        margin-bottom: 25px;
        opacity: 0.9;
      }
      
      /* Stilizacija navigacije */
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

nav ul li {
    margin-right: 20px;
}

/* Jezička dugmadi na desnoj strani */
.language-switcher {
    margin-right: auto;
    display: flex;
}

.language-switcher a {
    display: inline-block;
    padding: 5px 10px;  /* Manji padding */
    margin: 0 5px;
    background-color: white;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;  /* Manja veličina fonta */
    transition: all 0.3s ease;
}

.language-switcher a:hover {
    background-color: #333;
    color: white;
    border-color: #333;
}

.language-switcher a:active {
    background-color: #555;
    border-color: #555;
}

      

    h2 {
        margin-bottom: 15px;
        color: #0077b6;
    }

    input, textarea {
        width: 100%;
        padding: 10px;
        margin: 10px 0 20px 0;  /* Razmak između svakog inputa/textarea */
        border: 1px solid #ccc;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box; /* Osigurava da padding ne utiče na širinu */
        display: block; /* Dodajemo da bi bili blok elementi */
    }

    input, textarea {
        margin: 20px 0 20px 0 !important;  /* Dodajemo !important da prepišemo globalni margin */
    }
      

    button {
        background-color: #0077b6;
        color: white;
        border: none;
        padding: 12px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        transition: 0.3s;
    }

    button:hover {
        background-color: #005f8a;
    }
    
 
    #status {
        margin-top: 10px;
        font-size: 14px;
    }

    .about-us-section {
        background-color: #f8f9fa;
        padding: 4rem 0;
        font-family: 'Playfair Display', serif;
      }
      
      .about-us-section h2 {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #1b1b1b;
      }
      
      .about-us-section p {
        font-size: 1.1rem;
        line-height: 1.8;
        color: #444;
        margin-bottom: 1rem;
        font-weight: 400;
      }
      
      .about-us-section img {
        border-radius: 1rem;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }
      
      .about-us-section img:hover {
        transform: scale(1.02);
      }
      .about-us-section {
        margin-top: 80px; /* ili više/niže, po želji */
    }

    .boat-description {
        padding: 40px 20px;
    }
    
    .boat-description h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    
    .pricing-info {
        font-size: 1rem;
        color: #555;
    }
    
    .pricing-list {
        list-style-type: none;
        padding: 0;
    }
    
    .pricing-list li {
        margin-bottom: 10px;
        font-weight: 300;
    }
    
    .pricing-list .price {
        font-weight: 500;
        color: #333;
    }
    
    .boat-location {
        font-style: italic;
        color: #777;
    }
    
    
      
      @media (max-width: 768px) {
        .about-us-section {
          padding: 3rem 1rem;
        }

      
      
        .about-us-section h2 {
          font-size: 2rem;
        }
      
        .about-us-section p {
          font-size: 1rem;
        }
      }
      

    
    
    
      /* Tablet: 2 slike po redu */
      @media (max-width: 992px) {

            .language-switcher {
        justify-content: center; /* centriraj horizontalno */
        width: 100%;             /* da zauzme celu širinu */
        margin-bottom: 10px;        /* malo prostora odozgo ako treba */
    }

    .language-switcher a {
    color: #000; /* JASNA crna boja da se vidi na beloj pozadini */
    text-decoration: none;
    border: 1px solid #41436385;
    padding: 4px 6px;
}


    .contact-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 500px; /* Maximalna širina za sadržaj, možeš prilagoditi prema potrebi */
    margin: 0 auto; /* Centriranje sadržaja na ekranu */
    }
        .image-item {
          flex: 1 1 calc(50% - 15px);
          max-width: calc(50% - 15px);
        }
      }

      /* Mobile: 1 slika po redu */
      @media (max-width: 576px) {


        .hero-image .hero-logo {
            position: absolute !important;
            bottom: 1% !important;
            left: 12% !important;
            height: auto !important;
            max-width: 150px !important;
        }
        
        

        .image-item {
          flex: 1 1 100%;
          max-width: 100%;
          padding-left: 20px;
          padding-right: 20px;
        }


        .container.text-center h2 {
            font-size: 2rem !important;
            padding: 10px;
        }
        
        .container.text-center.mt-4\.3 p {
            padding-right: 10px;
            padding-left: 10px;
        }
      }

@media (max-width: 767px) {

    


    .boat-description h2 {
        padding-top: 15px;
    }

    .boat-description {

        padding: 10px 20px;
    }

    .container.carousel-img {
        padding: 0; 
   }

   .home-page .carousel-img {
    padding: 0; /* ili stavi npr. 5px ako ne želiš baš nulu */
}

    .contact-content {
        flex-direction: column;
    }

    .contact-left,
    .contact-right {
        min-width: 100%;
    }

    .contact-left h2,
    .contact-right h2 {
        text-align: center;
    }

    .yacht-info {
        margin-left: 20px; /* Dodaje prostor oko liste */
        margin-right: 20px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .yacht-info {
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(12px);
        padding: 20px 0;
    }


    .yacht-list {
        padding: 0;
        margin: 0;
    }

    .yacht-list {
        padding: 0;
    }

    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .carousel-img {
        padding: 10px;;
    }

    .hero-image2 img {
        max-height: 450px;
    }
}

.container-fluid {
    padding: 0;
}

.interior-img {
    width: 100%; /* Slike će se širiti u odnosu na širinu svojih parent divova */
    height: 300px; /* Fiksna visina za sve slike */
    object-fit: cover; /* Podesi slike da se prilagode unutar svojih okvira */
    border-radius: 8px; /* Ako želiš zaobljene ivice slika */
}

/* Centriranje slika u kolonama */
.d-flex {
    display: flex;
    justify-content: center; /* Centriranje slike horizontalno */
    align-items: center; /* Centriranje slike vertikalno */
}

/* Postavljanje svih slika u istu veličinu */
@media (max-width: 767px) {
    .interior-img {
        width: 100%;
        height: auto; /* Slike mogu rasti sa širinom na mobilnom, ali ostati proporcionalne */
    }
}

/* Desktop - 4 stavke u jednom redu */
@media (min-width: 992px) {
    .why-choose-us .col-md-3 {
        flex-basis: 22%; /* 4 stavke, svaka 22% */
    }
}



/* Tablet - 2 stavke po redu */
@media (max-width: 991px) and (min-width: 768px) {
    .why-choose-us .col-md-3 {
        flex-basis: 45%; /* 2 stavke po redu */
    }
}

/* Mobilni - Jedna stavka ispod druge */
@media (max-width: 767px) {
    .scooter-section .offer-text h3, p{
        text-align: center; 
    }
    
    .contact-section {

        padding: 0;
        position: relative;
        color: white;
      }
      
    .overlay {
        background-color: rgba(0, 0, 0, 0.333);
        padding: 60px 20px;
      }
    .carousel-img {
        object-fit: cover; /* Sprečava izobličenje */
        height: 350px;
    }
    .why-choose-us .row {
        padding-left: 15px;  
        padding-right: 15px; 
    }
    .why-choose-us .col-md-3 {
        flex-basis: 70%; 
        margin-bottom: 20px; 
    }

    .scooter-section .row {
        flex-direction: column-reverse;
    }

    .row {
        display: block; /* Uklanjanje flex i grid režima */
    }

    .col-md-6 {
        width: 48%; /* Fiksna širina za obe kolone */
        margin: 0 auto; /* Centriranje kolona */
        display: block;
        text-align: center; /* Centriranje teksta */
    }

    .list-unstyled {
        padding-left: 0;
        padding-right: 0;
        list-style-type: none;
    }
    
    .col-md-6 ul li {
        text-align: center; /* Centriranje stavki u listama */
    }
}
@media (max-width: 899px) {
    .about-us-section .row {
        flex-direction: column; /* Slika ide ispod teksta */
    }

    .about-us-section .col-md-6:first-child {
        order: 1; /* Slika ide ispod teksta */
    }

    .about-us-section .col-md-6:last-child {
        order: 0; /* Tekst ide prvo */
    }
}
/* Responsive Design */
@media (max-width: 991px) {
    .navbar {
        background-color: #ffffff8d !important;
        width: 100%;
    }
    .about-us-section {
        margin-top: 0px; /* ili više/niže, po želji */
     
    }

    .hero-image {
        width: 100%;
        height: 50vh; 
        background-image: url('images/The Porto Montenegro.png'); 
        background-size: cover;
        background-position: left center; 
        background-repeat: no-repeat;
        position: relative;
    }
    
    .hero-image img:first-child {
        display: none; /* Sakriva samo prvu sliku (The Porto Montenegro.png) */
    }

    .hero-image2 {
        width: 100%;
        height: 50vh; 
        background-size: cover;
        background-position: left center; 
        background-repeat: no-repeat;
        position: relative;
    }

 
    .hero-logo {
        position: absolute;
        bottom: 1%; 
        right: 4%; 
        height: auto;
        max-width: 100px !important; 
    }

    .image-item img {
        margin-top: 0px;
        margin-bottom: 0px;
      }
    
    
    .navbar .navbar-nav {
        text-align: center;
    }

    .navbar .navbar-nav .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        text-align: center;
    }

    .navbar .navbar-nav {
        gap: 15px;
    }

    .navbar .navbar-nav .nav-link {
        color: black;
    }


    .hero-image img {
        width: auto;
        max-width: none;
        object-position: left;
    }


    .carousel-title {
        margin-top: 40px;
        margin-left: 12px;
        margin-right: 12px;
        font-size: 2rem;
    }

    .scooter-section .offer-text h3, 
.scooter-section .offer-text p {
    text-align: center;
}

    .offer-text {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    } 
    
    #scooterCarousel {
        margin-top: 50px; 
    }
}

@media (max-width: 1200px) and (min-width: 787px) {
    .container {
        max-width: 95% !important; /* Sprečava previše sužavanje */
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }   

}

