/********** Template CSS **********/
:root {
    --primary: #00B98E;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}

body {
    overflow-x: hidden;
}



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
    .btn-modal-tura{
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #2D6F3A;
      color: white;
      padding: 10px 15px;
      border-radius: 8px;
      text-decoration: none;
      border: none;
      font-size: 16px;
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
    background-color: #2D6F3A;
    font-size: 20px;
    font-family: 'Rubik' , sans-serif;

}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    right: 10px !important;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
    margin-bottom: -35px;
}

.btn-lg-square-left {
    width: 130px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 12px; 
    position: fixed;
    left: 10px; /* Pozicioniranje na levoj strani */
    bottom: 23px; /* Možeš promeniti prema potrebi */
    z-index: 1000;
    margin-bottom: -10px;

}

.btn-lg-square-left .fa-calendar-alt{
    padding-right: 5px;
}

.btn-lg-square-left span {
    font-size: 18px; /* Prilagodi veličinu teksta prema želji */
    text-align: center;
    display: block;
    line-height: 1.2;
    padding: 0 5px; /* Prilagodi padding za izgled */
}



/*** Navbar ***/
.nav-bar {
    position: relative;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}


@media (max-width: 800px){
.navbar-collapse {
padding-left: 25px;}
.dropdown-menu{
	border:none !important;
}

}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 16px;
}


@media (min-width: 800px){
    .navbar-expand-lg .navbar-collapse {
        margin-top: -6px;
}.slider10 .slick-dots {
bottom: -5px !important;}

}

@media (max-width: 500px){
.gl-header{
	padding-right:25px;
}
}

.logo-footer {
display: none;}


.footer{
	border-top:1px solid #ededed;
    background-color: #f5f5f5;
}

.contact span, .contact a {
	color:black !important;
}

.dugme123 {
	font-size:20px !important;
	padding: 10px !important;
}
.dugme-rez2{
	font-size:20px !important;
	padding: 10px !important;
	border-radius:20px;
	margin-top:2px !important;
}


.slick-dotted.slick-slider {
margin-top: -25px !important;}

.navbar-light .navbar-nav .nav-link {
    margin-right: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 5px 10px;
    color: #000000;
    font-size: 12.3px;
    text-transform: uppercase;
    outline: none;
	text-wrap: nowrap;
    font-family: 'Manrope' , sans-serif !important;
    
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #2D6F3A;
}


.navbar-light .navbar-nav .nav-link {
    position: relative;
    display: inline-block;
    padding-bottom: 5px; /* Ovo je opcionalno, za dodatni razmak */
}

.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #2D6F3A; /* Zlatna boja linije */
 
 
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
    bottom: 0;
    left: 0;
}

@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }

.navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    display: block;
    margin: 5px;
}

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}



@media screen and (min-width: 768px) and (max-width: 1199px) {

    .slick-dotted.slick-slider{
        margin-top: 60px !important;
    }

   
}

@media screen and (min-width: 990px) and (max-width: 1200px) {

    .view-all{
        font-size: 20px !important;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

   
}

@media screen and (min-width: 467px) and (max-width: 767px) {

    .restaurant h1{
        margin-bottom: 0 !important;
        font-size: 33px !important;
    }
}

@media screen and (min-width: 406px) and (max-width: 466px) {

    .restaurant h1{
        margin-bottom: 0 !important;
        font-size: 28px !important;
    }
}

@media screen and (min-width: 350px) and (max-width: 405px) {

    .restaurant h1{
        margin-bottom: 0 !important;
        font-size: 21px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    .glavni-naslov{
        font-size: 40px !important;
    }
}


@media (max-width: 600px) {
    .slick-dotted.slick-slider{
        margin-top: 30px !important;
    }
    .glavni-naslov{
        margin-top: 0 !important;
    }
}




@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.glavni-naslov {
    font-size: 57px;
    color: #111 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    
}


@media (min-width: 768px) {

   
  
    .mv {
        display: none;
    }

    .event-details p {
        margin-bottom: 0 !important;
    }

    .kontakt-podaci {
        padding: 1rem;
    }

    
}

@media (max-width: 768px) {
    .kartice-nove{
        padding-top: 0 !important;
    }

    .footer-c{
        margin-top: 40px;
    }

    .navbar-light .navbar-nav .nav-link:hover::after, 
.navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    display: block;
    width: auto; /* Veličina linije će se prilagoditi veličini teksta */
    height: 2px; /* Visina linije */
    background-color: #000; /* Boja linije */
    margin: 0 auto; /* Poravnanje linije (sredina, možeš menjati) */
    transition: width 0.3s ease; /* Efekat prelaza */
    bottom: 0;
    left: 0;
}


    .pod-b{
        padding-top: 10px !important;
    }
    .header-carousel .owl-nav {
        left: 25px;
    }

    .forma {
        display: none;
    }
   


    .glavni-naslov {
        font-size: 57px !important;
        color: #4DB2DC;
        font-weight: 500;
        margin-top: 50px;
    }

    .event-details {
        display: flex;
        flex-direction: column; /* Prikazuje stavke jedna ispod druge */
        align-items: center; /* Centriraj stavke horizontalno */
        justify-content: center; /* Centriraj stavke vertikalno */
        padding: 20px; /* Unutrašnji razmak od ivica box-a */
        height: 100%; /* Osigurava da event-details preuzima celu visinu roditeljskog elementa */
        box-sizing: border-box; /* Uključuje padding u ukupnu dimenziju */
    }
    
    .event-title {
        text-align: center; /* Centriraj tekst unutar svakog <p> elementa */
        margin-bottom: 30px; /* Razmak između stavki */
    }
    
    /* Uklanjanje donjeg razmaka na poslednjem elementu */
    .event-title:last-child {
        margin-bottom: 0;
    }

    .lol {
        margin-bottom: 3rem !important;
    }

  
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;

}


/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
    border-radius: 20px;
}




/*** Category ***/
.cat-item {
    background-color: white !important;
    transition: .5s;
}

.cat-item:hover div {


}

.cat-item div * {
    transition: .5s;
}




/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #fff !important;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
}




/*** Team ***/
.team-item {

    transition: .5s;
    border-radius: 20px;
}



.nav-bar{
	border-bottom:1px solid #ededed;
}
.team-item .dugme-rez2 {
    color: white;
    background: #2D6F3A;
    font-size: 24px;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: #2D6F3A;
}

.team-item:hover {
}

.team-item:hover .bg-primary {
    background: #2D6F3A !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/

.mejl a {
    color: #000000 !important;
}

.broj a {
    color: #2D6F3A !important;
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000 !important;
    border: 1px solid #000000;
    border-radius: 35px;
    transition: .3s;
    padding: 1rem !important;
}

.footer .btn.btn-social:hover {
    color: #000000 !important;
    border-color: #000000;
    background-color: transparent !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    color: #111;
}



.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    background-color: transparent;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 0px 0 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}



.text-fill1 {



}

.border-end {

    padding-right: 10px;

}

.be {
    padding-left: 10px;
}

.sobe {
    border-radius: 20px;
}

.footer-naslovi {
    font-size: 18px;
    font-weight:500;
    color: white;
    margin-bottom: 15px !important;
}
.footer-paragrafi{
    color: #111 !important;
}

.prg{
    margin-bottom: 30px !important;
}



.paragrafi {
    font-size: 16px;
    color: #000000;
}

.blogovi {

    font-size: 25px;
    color: #000000;
    font-weight: 500;

}

.usluge {
    font-size: 19px;
    color: #000000;

}
.usluge2 {
    font-size: 13px;
    color: #000000;
}

.rituals-2{
    padding-bottom: 0.5rem !important;
}
.read-more {
    font-size: 17px;
    color: #2D6F3A;
}

.flex-fill1 {
    font-size: 13px;
    color: rgb(135, 135, 135);
}
.flex-fill2 {
    font-size: 27px;
    color: #000000;
}
.rooms {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}


.glavni-paragraf{
    font-size: 23px;
    color: #000000;
}

.semibold {
    font-weight: 600;
    color: #2D6F3A;
}

.view-all {
    font-size: 20px ;
    color: #fff !important;
    background-color: #2D6F3A !important;
    border: none !important;
    font-family: 'Oswald' , sans-serif !important;
}

.view-al:hover{
    color: #fff !important;
}

@media (max-width: 600px) {
    .footer-slika {

        margin-bottom: 50px !important;
    }
    .footer-slika2 {

        text-align: center !important;
    }
    .blogovi-p {
        padding-bottom: 30px !important;
    }

    .ir {
        margin-top: 0 !important;
    }

    .about-slika {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .about-img {
        padding-top: 0 !important;
        
    }

    .glavni-paragraf {

        margin-bottom: 0 !important;

    }

    .slick-dots {
        position: absolute;
        bottom: -5px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .navbar-light .navbar-nav , 
	.navbar-light .navbar-nav  {
        width: 100%;
    }
}

.restaurant h1 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    text-align: center;
    justify-content: center !important;


}

.rooms h1 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 600 !important;
    color: #000000;



}
.restaurant-p {
    text-align: center;
}

.sobe-p{
    font-size: 24px;
}

.sobe-p{
    color: #000000;
}

.border-end2 {

    border-right: 3px solid #dee2e6 !important;

}

.opis-usluga {
    margin-bottom: 50px;
}



.gallery-section {
    display: flex;
    gap: 10px; /* Razmak između velikog i malih slika */
}

.large-image {
    flex: 1;
}

.large-image img {
    width: 100%;
    height: auto;
    display: block;
}

.small-images {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 10px; /* Razmak između malih slika */
}

.small-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Stil za desktop i veće uređaje */
.image-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}


/* Responsive za mobilne uređaje */
@media screen and (max-width: 768px) {
    .image-gallery {
        grid-template-columns: 1fr;
    }

    .image-gallery a {
        pointer-events: none; /* Onemogućava klikove na linkove */
        cursor: default; /* Menja kursor na normalan */    }
}

/* Stil za desktop i veće uređaje (širine iznad 768px) */
@media screen and (min-width: 768px) {
    .logo-d {
        width: 150px !important;
        display: block; /* Prikazuje logo za desktop */
        margin-left: 10px;
    }

    .view-m{
        display: none;
    }

    .glavni-paragraf-m {
        display: none;
    }
    
   
}

/* Stil za mobilne uređaje (širine ispod 768px) */
@media screen and (max-width: 767px) {
    
    
    .logo-m {
        width: 180px !important;
        display: block; /* Prikazuje mobilni logo */
    }

    .sobe-p{
        font-size: 18px !important;
    }

    .header-sobe{
        padding-bottom: 0 !important;
    }

    .paragrafi {
        margin-bottom: 0 !important;
    }

    .gallery-section {
        display: flex;
        flex-direction: column; /* Vertikalni raspored */
    }

    .large-image {
        width: 100%; /* Velika slika zauzima punu širinu */
    }

    .small-images {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Dve kolone za male slike */
        gap: 10px; /* Razmak između slika */
    }

    .navbar {
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 10px !important;
    }

    .rooms h1 {
        font-family: "Oswald", sans-serif !important;
        font-weight: 600 !important;
        font-size: 33px;
        color: #000000;
    }

    .tmyfc{
        font-size: 33px !important;
        margin-bottom: 30px !important;

    }

    .paragrafi{
        font-size: 15px;
    }

    .sobe-p{
        font-size: 15px !important;
    }

    .table td, .table th{
        font-size: 15px !important;

    }

    .card-text:last-child{
        font-size: 15px !important;

    }

    .adresa .paragrafi{
        margin-bottom: 0.5rem !important;
        font-size: 19px;
    }

    .copyr{
        padding-bottom: 80px !important;
    }

    .nwsltr .nw-dugme{
        margin-left: 0 !important;
    }

    .logo-header{
        padding-left: 0 !important;
        padding-bottom: 5px !important;
    }

    .header-sobe{
        padding-top: 20px !important;
    }
    .rooms h1{
        margin-bottom: 0 !important;

    }

    .naslov-r{
        margin-bottom: 10px !important;
    }

    .opis-usluga{
        margin-bottom: 15px !important;
        color: #000000;
        font-weight: 500;
    }

    .usluge-sobe{
        margin-top: 1.5rem !important;
    }

    .slika-tabela {
        display: none;
    }
    .lol {
        margin-bottom: 1.5rem !important;
    }

    .soba-usluge{
        padding-top: 1.5rem !important;
    }

    .footer-slika{
        margin-bottom: 10px !important;
    }

    .restaurant {
        padding-top: 20px !important;
        padding-bottom: 20px !important;

    }

    .restaurant2 {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
   

    .prva-s-kontakt {
        margin-top: 0 !important;
    }

    .nes{
        margin-bottom: 0 !important;
    }
    .row .blog-sekcija {
        margin-top: 0 !important;


    }

    .rest-1{
        margin-bottom: 20px !important;
    }

    .room-1 {
        margin-top: 50px !important;
    }

    .conf-r h3{

        font-size: 33px !important;

    }

    .ab-tabela{
        margin-bottom: 0 !important;
    }

    .ab-tabela2{
        margin-bottom: 20px !important;
    }
    .tmyfk{
        font-size: 33px;
        margin-bottom: 10px !important;

    }

    .tmyfk2{
        margin-top: 20px !important;
    }

    .ompr{
  
        padding-bottom: 0px !important;
        margin-bottom: 30px !important;
    }

    .ompr-2{
    
        padding-bottom: 0px !important;
    }
    .rooms {

        margin-bottom: 5px !important;

    }
    
    .size {
        margin-bottom: 5px !important;

    }
    .ab-sobe{
        padding-top: 5px !important;
    }

    .btn.btn-primary, .btn.btn-secondary{
        font-size: 17px !important;
    }

    .view-all{
        font-size: 17px !important;

    }

    h3{
        font-size: 33px !important;
    }

    .glavni-naslov{
        font-size: 33px !important;
        margin-top: 50px ;
        margin-bottom: 10px !important;


    }

    .glavni-paragraf{

        font-size: 15px !important;


    }

    .flex-fill2{
        font-size: 25px !important;

    }

    .usluge2 {
        font-size: 15px;
    }
    .usluge{
        font-size: 15px !important;


    }

    .rooms-str{
        padding-top: 20px !important;
    }

    .enjoy{
        margin-top: 0 !important;
        margin-bottom: 20px ;
    }

    .experience{

        margin-bottom: 20px !important;

    }
    .conf-r2 {
        padding-bottom: 0 !important;
    }
    .view-d{
        display: none;
    }
    .va {
        margin-bottom: 0 !important;
        margin-top: 10px;
    }
    .slick-dotted {
        margin-bottom: 10px !important;
    }

    .cribh{
        margin-bottom: 20px !important;
    }

    .cr-img {
        margin-top: 20px !important;
    }

    .blog-pocetna{
        padding-left: 0 !important;
        padding-top: 10px !important;
    }

    .bp{
        padding-bottom: 5px !important;


    }
    .au-pocetna{
        margin-top: 30px !important;
    }

    .au {
        margin-bottom: 10px !important;
    }

    .nes-pocetna{
        margin-bottom: 30px !important;
    }
    .container-pocetna-sobe{
        padding-bottom: 0 !important;
    }

    .zvezdice{
        margin-bottom: 0 !important;
    }

    .gl-header{
        margin-top: 20px !important;
    }

    .slika-ps{
        margin-top: 10px !important;
    }

    .slika-ps2{
        margin-top: 10px !important;
    }

    .tmyfc-pocetna{
        margin-top: 20px !important;
    }
    .tmyfc-pocetna2{
        margin-bottom: 20px !important;


    }

    .cat-item .p-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 20px !important;
        padding-top: 0 !important;

    }

    .cat-item .p-2 {
        padding-left: 5px !important;
        padding-right: 5px !important;
        padding-bottom: 20px !important;
        padding-top: 0 !important;

    }

    .cat-item .icon {
        padding-bottom: 0 !important;
        margin-bottom: 25px !important;
        padding-top: 0 !important;
    
       

    }

    .var{
        margin-top: 10px !important;
    }

    .restaurant .career{
        font-size: 23px !important;

    }

    .glavni-paragraf-d {
        display: none;
    }

    .glavni-paragraf-m {
        padding-bottom: 15px !important;
        padding-top: 20px;
    }

    .footer-slika2 {
        text-align: left !important;
    }

    .footer-slika2 img {
        width: 150px !important;
    }

    .usl {
        margin-top: -20px !important;
        border: none !important;
    }

    html, body {
        overflow-x: hidden !important;
    }

    .pn{
        margin-bottom: 10px !important;
    }


    

}

.tabela-info {
    display: flex;
    justify-content: center;
}

.tabela-info2 {
    text-align: center;
}

.usl {
    border: none !important;
}



.jezici {
    width: 30px ;
    border: 1px solid rgb(225, 225, 225);
}


.footer-container {
    padding-bottom: 0 !important;
}

.logo-footer {
    margin-top: 50px !important;
}

.event-details {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #2D6F3A;
    border-right: 1px solid #2D6F3A;
    border-top: 1px solid #2D6F3A;
    border-bottom: 1px solid #2D6F3A;
    padding: 10px;
    padding: 30px 50px;
    text-align: center;
}




.event-details span {
    margin: 0 15px;
    font-size: 15px;
    color: #2D6F3A;
}

.cr{
    font-size: 20px !important;
    color: #2D6F3A;
}

.form-n {
    font-size: 20px;
    color: #000000;
}

.text-about-page {
    text-align: center;

}

.text-center {
    text-align: center;
}

.slika-naslov {
    display: block;
    margin: 0 auto; /* Center the image */
    margin-bottom: 20px;
}

.services .card {
    border: 1px solid #ced4da;
}
.card {
    border-radius: 10px !important;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ced4da;
    overflow: hidden; 
}
.card-img-top {
    width: 100%;
  
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.tmyfc {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#mc_embed_signup .clear{
    text-align: center !important;
}

#mc_embed_signup .mc-field-group label{
    text-align: center !important;
}

.nw-n{
    color: #000000 !important;
    font-weight: 500;
    font-size: 20px !important;


}

.nw-t{
    color: #2D6F3A !important;
    font-size: 19px;
    font-weight: normal;
}

.nw-d {

    color: #FFFFFF;
    background-color: #2D6F3A;
    font-size: 15px !important;

}

.nw-dugme {
    border: 1px solid #f1f1f1;
}

.copyr {

    color: #000000;

}
.adresa a {
    color: #111 !important;
}




.dugme-rez2 {

    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

.conf-r h3{
    font-size: 33px;
}

.sobe-tekst{
    font-size: 1rem;
    color: #666565;
    font-weight: 400;

}

.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.forma {
    margin-top: 100px;
    margin-bottom: 0 !important;

}

.pn{
    margin-bottom: 0 ;
}
.row .tekst-blog{
    margin-top: 15px !important;
}

.row .tekst-blog-n{
    margin-top: 25px !important;
}

.ikonice{
    color: #2D6F3A;
    
}

.ikonice:hover{
    color: #2D6F3A;
}

.raf-tr{
    text-align: center;
}

.ikoniceFuter{
    color: #111;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 50%;
}

.ikoniceFuterFB{
    color: #111;
    border: 1px solid #fff;
    padding: 10px 12px;
    border-radius: 50%;
 
}
.footer-naslovi{
    color: #2D6F3A
}

.slick-dots li button:before{
    color: #2D6F3A !important;
}

/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
@media (max-width: 1500px){
    
    }
    .slider10{
        padding-bottom: 20px;
    }


@media (max-width: 768px) {
    .ikonice{
        padding: 20px !important;
        padding-bottom: 30px !important;
        
    }
    .ikoniceRoditelj{
        min-height: 149px;
        height: 100%;
    }
    .ikonice22{
        margin-top: 13px;
        
    }
}

h1, .h1, h2, .h2, h3, .h3 {
    color: #111 !important; 
    font-family: 'Manrope' sans-serif !important; 
    font-weight: 600 !important;
}

.bg-section {
    background: url('../img/rafting-pozadina.jpg') no-repeat center center !important;
    background-size: cover !important;
    background-attachment: fixed;
    background: rgba(0, 0, 0, 0.5);
    color: white !important;
    position: relative;
}

.bg-section .card-title-rafting {
    color: white !important;
}

.bg-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Crni overlay sa 50% providnosti */
    z-index: 1;
    border-radius: 20px;
}

.bg-section .container {
    position: relative;
    z-index: 2;
}

.rafting-card {
    box-shadow: none !important;
}


.service-card {
    background-color: #fff;
    transition: 0.3s ease-in-out;
    padding: 20px;
    border-radius: 10px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.check-list {
    list-style-type: none;
    padding-left: 0;
}

.check-list li {
    
    color: #666;
    margin-bottom: 0.5rem;
}

.icon-color {
    color: #2D6F3A;
}

.service-title {
    font-size: 1.25rem;
    color: #333;
    font-weight: 500;
}

.icon-item img.icon-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: 10px;
  }
  

  .program-section h2 {
    font-size: 2rem;
    border-left: 5px solid #4DB2DC;
    padding-left: 10px;
  }
  
  .program-item h5 {
    font-weight: 600;
    color: #333;
  }
  
  .program-item p {
    color: #444;
    line-height: 1.6;
  }
  

  @media (max-width: 767.98px) {
    .topbar-contact {
      flex-direction: column !important;
      justify-content: center !important;
      text-align: center !important;
    }
}

@media (max-width: 767.98px) {
    .program-item {
      margin-bottom: 0 !important; 
    }
  }
  



  .gallery-strip {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 0;
  }
  
  .gallery-strip img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .gallery-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
  }

  .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
   margin-top: 40px;
}


.contact-section {
   
    padding: 60px 20px;
  }

  .form-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 30px;
  }

 

  .form-control, textarea {
    border-radius: 10px;
  }

  .btn-send {
    background-color: #2D6F3A;
    color: white;
    border-radius: 10px;
    padding: 10px 30px;
    font-family: 'Oswald', sans-serif;
  }

  .btn-send:hover {
    color: #fff;
    background-color: #4DB2DC;
  }



  .signup-section {
    padding: 60px 20px;
     }

  .form-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    padding: 30px;
  }


  .form-control {
    border-radius: 10px;
  }

 
  label.required::after {
    content: "*";
    color: red;
    margin-left: 4px;
  }

  .small-select {
    height: 40px; /* manja visina */
    font-size: 0.95rem; /* opcionalno manji font */
    padding: 6px 12px;
    border-radius: 10px;
  }

  @media (max-width: 768px) {
    .slika-mob {
      margin-top: 10px; 
    }
  }

  @media (max-width: 768px) {
    .mob-mt {
      margin-top: 0 !important;
      padding-top: 5px;
      padding-bottom: 10px;
    }
  }


  @media (max-width: 576px) {
    .service-card img {
        width: 50px;
        height: 50px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .service-title {
        font-size: 14px;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .service-card {
        padding: 10px;
    }

    .service-card .icon{
        padding: 0;
    }
 
    .testimonial-item{
        padding-bottom: 0;
    }

    .logo-m {
        margin-left: 15px; 
    }

    .navbar-toggler{
        margin-right: 15px; 
    }

    .utisci {
        margin: 0 !important;
    }

    .rafting{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .ikonice{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .kompleks{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .cena{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .kontakt-mob {
        margin-top: 0 !important;
    }

    .prijave-mob {
        margin-top: 0 !important;
    }
}

.logo-d{
    width: 150px !important;
    height: auto !important;
    padding: 10px !important;
}


.hero-section {
    background-image: url('../img/rafting-jedan-dan-6.webp'); /* promeni putanju ako je drugačija */
    background-size: cover;
    background-position: center;
    height: 600px;
    min-height: 500px;
  }
  
  .bg-overlay {
    background: rgba(0, 0, 0, 0.4); /* poluprovidna crna */
    width: 100%;
    height: 100%;
    padding: 2rem;
  }
  
  .hero-section h1,
  .hero-section p,
  .hero-section .price {
    color: white !important;
  }

  .hero-icons {
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
  }
  
  .hero-icons i {
    font-size: 1.2rem;
    margin-right: 0.4rem;
  }
  


  .tour-info {
      padding: 40px 20px;
    }
    .location-text {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #ff9f43;
    }
    .location-text img {
      width: 18px;
      height: 18px;
    }
    .info-box {
  flex: 0 0 23%;
  max-width: 23%;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 0;
}

    .info-box img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

    .info-label {
      font-size: 0.9rem;
      color: #6c757d;
      margin-bottom: 0;
    }
    .info-value {
      font-weight: 600;
      color: #0c1b33;
      margin: 0;
    }

    @media (max-width: 768px) {
  .info-box {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  #slikapreklop {
    right: -0px !important;
  }
}
   
.info-box:not(:last-child) {
  margin-right: 2%;
}


.image-row img {
  aspect-ratio: 4 / 3; /* čuva proporcije – možeš prilagoditi */
  object-fit: cover;
}



.timeline {
  position: relative;
  border-left: 2px dashed #2D6F3A;
  padding-left: 2rem;
}

.timeline-item {
  margin-bottom: 2rem;
  position: relative;
}

.timeline-header {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.timeline-header h5 {
  margin: 0;
  flex: 1;
}

.timeline-header .arrow {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  margin-left: 1rem;
}

.timeline-item input:checked + .timeline-header .arrow {
  transform: rotate(180deg);
}
.timeline-item input:checked ~ .timeline-content {
  display: block;
}

.timeline-content {
  display: none;
  padding-left: 2rem;
  margin-top: 0.5rem;
  color: #555;
}

.circle-icon {
  width: 32px;
  height: 32px;
  background-color: #4DB2DC;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  margin-right: 1rem;
  font-size: 16px;
}

.icon-box {
    background-color: #ffffff;
    border-radius: 12px;
    transition: 0.3s ease;
}

.icon-circle {
    width: 64px;
    height: 64px;
    background-color: #E9F9FF; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.testimonials-section {
    position: relative;
    overflow: hidden;
    color: #000;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: #c4c4c4;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #2D6F3A;
}

.bg-image {
  background: url('../img/prijave-pozadina.png') no-repeat center center/cover;
}

.overlay {
  background-color: rgba(0, 53, 102, 0.6);
  z-index: 1;
}

.bg-image > .container {
  position: relative;
  z-index: 2;
}

img {
  transition: transform 0.5s ease-in-out;
}

img:hover {
  transform: scale(1.05); 
}


.book-now-btn {
      position: fixed;
      bottom: 20px;
      left: 20px;
      z-index: 9999;
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #2D6F3A;
      color: white;
      padding: 10px 15px;
      border-radius: 8px;
      text-decoration: none;
      
      font-size: 16px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .book-now-btn img {
      width: 24px; /* prilagodi po potrebi */
      height: 24px;
    }

    .book-now-btn:hover {
      transform: scale(1.05);
      background-color: #2D6F3A !important;
    }

    @media (max-width: 768px) {
  #bookNowBtn {
    font-size: 14px;
    padding: 8px 12px;
  } 

    #bookNowBtn img {
    width: 20px;
    height: 20px;
  }

}

    #to-top {
        
       box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    #to-top:hover {
         transform: scale(1.05);
      background-color: #2D6F3A !important;
    }

     @media (max-width: 768px) { 
        #mob-naslov { 
            font-size: 26px !important;
        }

        #mob-p {
            font-size: 14px !important;
        }

        #mob-18{
             font-size: 18px !important;
             font-weight: 500 !important;
        }

        .testimonials-section {
            margin-top: 0 !important;
            padding-top: 0 !important;
        }
     }

      .back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 9999;
      background-color: #2D6F3A;
      color: white;
      padding: 12px 15px;
      border-radius: 50%;
      text-decoration: none;
      font-size: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      transition: transform 0.3s ease, background-color 0.3s ease;
    }

    .back-to-top:hover {
      transform: scale(1.1);
      background-color: #212529;
    }

    .back-to-top i {
  font-size: 18px; /* smanji ako treba */
  line-height: 1;
}

.custom-select {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: border-color 0.3s ease;
}

.custom-select:focus {
  border-color: #2D6F3A;
  outline: none;
  box-shadow: 0 0 0 0.1rem rgba(0,123,255,0.25);
}


@media (max-width: 768px) {
  .icon-img {
    width: 35px !important;
    height: 35px !important;
  }
}

.tekst-blog-n {
    color: #111;
}

@media (max-width: 767px) {
  .video-container {
    margin-left: 15px;
    margin-right: 15px;
  }

  .rafting-card {
    border-radius: 0 !important;
  }

  .bg-section::before{
    border-radius: 0 !important;
  }

   .bg-section {
    border-radius: 0 !important;
  }

  .mob-razmak { 
    margin-top: 20px;
  }
}

.jezici-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}

.jezici-wrapper a {
  padding: 0;
}


.form-inline-group {
  display: flex;
  align-items: center;
  gap: 10px; 
}

.form-inline-group label {
  white-space: nowrap;
  margin-bottom: 0;
  width: 130px; 
}

.form-inline-group input,
.form-inline-group select,
.form-inline-group textarea {
  flex: 1;
}

@media (max-width: 767px) {
  .form-inline-group {
    flex-direction: column;
    align-items: stretch;
  }

  .form-inline-group label {
    width: 100%;
  }
}

.uslovi-content p,
  .uslovi-content li {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #212529; 
  }

   @media (max-width: 576px) {
    .uslovi-content p,
    .uslovi-content li {
      font-size: 14px;
    }

     .confirmation-text {
      font-size: 14px !important;
    }

    h2.text-success {
      font-size: 20px;
    }
  }

   footer a {
      color: #212529;
      text-decoration: none;
    }


    .gallery-img {
  width: 100%;
  height: 200px; /* možeš prilagoditi visinu po želji */
  object-fit: cover;
  object-position: center;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 123, 255, 0.7); /* Plava sa prozirnošću */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
}

/* 🎨 Stil za tačkice */
.btn-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #007bff;
  opacity: 0.5;
}
.btn-indicator.active,
.btn-indicator:focus {
  opacity: 1;
  background-color: #0056b3;
}