body{
 background-color: #1A1A1A;
}
a{
  text-decoration: none;
}

a:hover {
  color: #D4AF37 !important;
}

/* Navbar */
.nav-link.active {
  font-weight: 600 !important;
  color: #EEEEEE !important;
 
}


.nav-link::after {
  content: '';
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent);
  transition: width 0.3s ease;
}

.nav-link.active::after {
  content: '';
  width: 80%;
}

.navbar {
     /*background-color: rgb(253, 253, 253) !important;

       background: linear-gradient(
        135deg, 
        rgba(44, 44, 44, 0.9) 0%,    
        rgba(26, 26, 26, 0.9) 100%   
    ) !important;
    backdrop-filter: blur(0px);*/

background: radial-gradient( circle at top right, #2C2C2C 0%, #1A1A1A 60%);

 /* background-color: #2C2C2C !important;*/
  border: 1px solid #444444;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  
 width: 90%;
  margin: 0px auto;
  margin-top: 40px;
  border-radius: 1rem;
}

.nav-link {
  color: #EEEEEE !important;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
}
.nav-item{
    margin-top: 7px;
}

.nav-link:hover {
  color: #D4AF37 !important;
  transform: translateY(-2px);
  text-shadow: 0 8px 24px #d8bd63;
}

.btn-primary {
  background-color: #D4AF37;
  color: black !important;
  padding: 0.875rem 2rem;
  
  border-radius: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
   letter-spacing: 0.5px;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #E8C547;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
  color: black !important;
}


/*footer*/
.social-links a{
  color: #d69915 !important; 
  margin-right: 0.2rem; 
  font-size: 1.3rem;
}
.social-links a:hover{
  color: #999 !important;
}

footer {
  background-color: #1A1A1A !important;
  color: #999;
  padding: 3rem 0 1rem;
  padding-bottom: 2rem;
}

footer h5{
  color: white;
    font-family: 'Montserrat', sans-serif;
      font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
   text-shadow: 0 0px 2px #ffffff;
}
.footer-copy{
  border-top: 1px solid #444; 
  padding-top: 2rem; 
  margin-top: 2rem; 
  color: white !important; 
  text-align: center;
}
footer a{
  color: #999 !important;
  
}
h2{
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
footer img{
  margin-bottom: 1rem;
}

/* hero section*/

/*.hero-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--dark-gray) 0%, var(--black) 100%);
  position: relative;
  overflow: hidden;
  padding: 4rem 0;

  z-index: 2;
}*/

.hero-section{
   padding-bottom: 8rem;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(212,175,55,0.05)" stroke-width="1"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)"/></svg>');*/
  opacity: 0.5;
  pointer-events: none;
}
.hero-section h1 {
  font-size: 3.3rem;  
  color: white;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  font-family: 'Playfair Display', serif;
 margin-top: 9rem;
}
.hero-section p{
  color: #EEEEEE;
   font-size: 1.19rem;
  max-width: 90%;
}

.carousel-inner{
    margin-top: 7.2em;
     transform: translateY(2px);
  /*box-shadow: 0 0px 25px rgba(161, 160, 160, 0.3);*/
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
 
}
.carousel-inner img{
    object-fit:cover;
    height:460px;
    border-radius:15px;

}

.carousel-control-prev,
.carousel-control-next{
    filter:  invert(100%);
}
.btn-secondary {
  background-color: transparent;
  color: #D4AF37;
  padding: 0.875rem 2rem;
  border: 2px solid #D4AF37 !important; 
  border-radius: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: #D4AF37;
  color: black !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}
/*
.carousel-overlay {

  bottom: 15px;       
  right: 15px;        
  background-color: rgba(212, 175, 55, 0.85); 
  color: #1A1A1A;
  padding: 0.8rem 1rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: bold;
}

.carousel-overlay h5 {
  margin: 0;
}

.carousel-overlay small {
  display: block;
  font-size: 0.8rem;
  font-weight: normal;
}
*/


.carousel-overlay {
  position:absolute !important;
    top: 27.6rem;
    right: -1.3rem;
    transform: translateY(-50%);
    background: rgba(221, 139, 46, 0.95);
    color: #1A1A1A;
    border-radius: 12px;
    width: 165px;
    height: 70px;
    z-index: 10;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.carousel-overlay h4 {
  text-align: left;
  margin-left: 12px;
  margin-top: 10px;
  color: #1A1A1A;
  font-size: 20px;
}

.carousel-overlay small {
    font-size: 14px;
    color: #1A1A1A;
  text-align: left;
  margin-left: 12px;
}



/*feadature section */

.features-section{
  background-color: #3A3A3A;;
  padding-top: 10px;
  padding-bottom: 80px;

}
.card-luxury {
  background-color: #363636;;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid #444444;;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  
  /* da budu iste velicine sve karrtice -responove effect-*/
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-luxury::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-luxury:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(212, 175, 55, 0.2);
}

.card-luxury:hover::before {
  opacity: 1;
}
.card-luxury h3{
  color: #c0ad68;
}

/* Featured Vehicles */
.section-padding{
  padding: 20px;
  /*background-color: #2C2C2C;*/
  background: radial-gradient( circle at top , #2C2C2C 0%, #1A1A1A 70%);
  color: white;
}

.card {
  border: 1px solid #444444;
  color: #CCCCCC;
  transition: all 0.3s ease;
 background-color: #3A3A3A; 
 border: 1px solid #444;

   height: 100%;
  display: flex;
  flex-direction: column;
}

.card-body {
  background-color: #3A3A3A;


}

.card-img-top {
  border-radius: 0.5rem 0.5rem 0 0;
}

.card::before {
  content: '';
  position: absolute;
  background-color: black !important;
  height: 3px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 7px 11px rgba(68, 60, 36, 0.705) !important;
}


.gold-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #D4AF37, transparent) !important;
  margin: 2rem 0;
}
.card-luxury {
  background-color: #363636;;
  border-radius: 0.5rem;
  padding: 2rem;
  border: 1px solid #444444;;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  
  /* da budu iste velicine sve karrtice -responove effect-*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*cta - trenutno nije u funkciji*/ 
.section-padding-ctaa{
   padding: 20px;
  background: radial-gradient( circle at bottom , #2C2C2C 10%, #3A3A3A 70%) !important;
  color: white;
}

/* o nama */
.hero-title{
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
}
.lead{
  color: white;
  font-size: 1.1rem !important;
}

.text p{
  color: #CCCCCC;
  font-size: 1.2rem;
}

.title h3{
  color:#e4d299;
}
/*
.frame{
  border-radius: 1rem;   
  overflow: hidden;   
position: relative;
}

.frame::before {
   
  content: "";
  position: absolute;

  width: 100%;
  height: 2px; 
  background: linear-gradient(
    90deg,
    rgba(232, 197, 71, 0) 0%,
    rgba(232, 197, 71, 0.4) 50%,
    rgba(232, 197, 71, 0) 100%
  );
}
*/


.value-card {
  position: relative;
  overflow: hidden;
  transition: transform 1s ease;
  border-radius: 2.5rem !important;


}  

.value-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(170, 152, 87, 0.25),
    rgba(232,197,71,0.05),
    transparent
  );
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.value-card:hover::before {
  transform: translateX(0);
}

.value-card:hover {
  transform: translateY(-2px);
}


.feature-icon {
  color: #d69915; 
  
}

.feature-title {
  color: #ffffff; 
  font-weight: 600;
}

.section-gray{
 /* background: #3A3A3A;; */
    background: linear-gradient(90deg, transparent, #3A3A3A, transparent) !important;
  padding-top:50px  !important;
  
}
  .section-gray h3{
    color: white !important;
    font-weight: 700;
  }
 .section-gray .icon{
  color: #d69915;
 }
 .section-gray p{
  color: #EEEEEE;;
 }

  .text-warning{
    font-size: xx-large;
  }
.team-section {
     background: radial-gradient( circle at top , #2C2C2C 0%, #1A1A1A 80%);
      color: white;
      padding: 80px 0;
    }
    
    .team-title {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 0.4rem;
      text-align: center;
    }
    
    .gold-line {
      width: 80px;
      height: 4px;
      background-color: #d4af37;
      margin: 0 auto 50px;
      border-radius: 2px;
    }
    
    .team-member-img {
      width: 180px !important;
      height: 180px !important;
      object-fit: cover;
      object-position: center 17%;
      border: 4px solid #444;
      transition: all 0.35s ease;
      
    }
    
    .team-member-img:hover {
      transform: scale(1.05) !important;
      border-color: #d4af37;
      box-shadow: 0 0 25px rgba(212, 175, 55, 0.35);
    }
    
    .member-name {
      font-size: 1.4rem;
      font-weight: 600;
      margin: 1.2rem 0 0.4rem;
      color: #ffffff;
    }
    
    .member-position {
      color: #d4af37;
      font-weight: 500;
      margin-bottom: 0.8rem;
    }
    
    .member-desc {
      color: #aaaaaa;
      font-size: 0.95rem;
      max-width: 320px;
      margin: 0 auto;
    }

/*faq strana*/
.section-padding-faq{
  padding: 20px;
  background: radial-gradient( circle at top , #2C2C2C 35%, #25252567 80%);
  color: white;
}
.hero-faq h1{
 font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68;
}
.faq-icon{
  color: #c0ad68;
}
 .faq-button {
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: 1rem;
  text-align: left;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.faq-button:hover {
  background-color: #efefef;
}

.faq-answer {
 border-radius: 1rem;
  background-color: white;
  border: 1px solid #e8e8e8;
  color: #3A3A3A !important;
  border-top: none;
  color: #1A1A1A;
  width: 98%;
  margin:0px auto;
}

.faq-button .faq-icon {
  transition: transform 0.4s ease;
}

.faq-button:not(.collapsed) .faq-icon {
  transform: rotate(180deg);
}

/* stampa */
.about-section {
  background-color: #1A1A1A;    
  color: #e0e0e0;
  position: relative;
  overflow: hidden;
}


.page-stampa h1 {
  font-size: 3.5rem;
  font-weight: 500;
  color: #d4af37;
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(212, 175, 55, 0.3);
}

.page-stampa .lead {
  font-size: 1.5rem !important;
  line-height: 1.7;
  color: #cccccc;
}

.logo-wrapper {
  width: 340px;
  height: 340px;
  background: rgba(30, 35, 45, 0.5);
  border: 2px solid #d4af37;
  border-radius: 20%;               
  overflow: hidden;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}



.contact-info {
  background: rgba(30, 35, 45, 0.5);
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  backdrop-filter: blur(8px);
}

.contact-info h3 {
  color: #d4af37;
  font-weight: 400;
}

.contact-info a {
  color: #d4af37;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-info a:hover {
  color: #fff;
  text-decoration: underline;
}

/*mapa*/

.hero-mapa h1{
    font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68;
}

.page-mapa h3{
  color: white;
  font-family: 'Playfair Display', serif !important; 
}

.section-padding-mapa{
    padding: 20px;
 background: radial-gradient( circle at top , #3A3A3A 0%, #1A1A1A 80%);
  color: white;
}

.section-navigacija{
  background-color: #3A3A3A;
    /*background: radial-gradient( circle at top , #2C2C2C 0%, #1A1A1A 70%);*/
}
.section-navigacija h2{
  color: #c0ad68;
}
.page-mapa a{
  color: #CCCCCC
}

/*kontakt*/
.page-kontakt h1{

    font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68;

}
.page-kontakt h4{
  font-size: 2rem;
  color: #D4AF37;
}

/*proces*/
.hero-proces h1{
   font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68 !important;
}
.rounded-circle{
  background-color: #d69915;
  width: 60px;
  height: 60px;
  font-weight: bold;
  font-size: 1.5rem;
  color: black;
  display: inline-flex;
  align-items: center;
}
.card-title{
color: white;
}
.section-okvir{
           color: white;
           background-color: #2C2C2C;
}
.section-cta{
   background: radial-gradient( circle at top , #2C2C2C 0%, #1A1A1A 80%);
   color: white;
}
.section-gray h2{
  color: white;
}
.card-luxury  h5{
  color: #E8C547;
  font-size: 1.8rem;
}
.page-proces .section-gray{
  padding-bottom: 2rem;
}
.section-padding h3{
  color: white !important;
}


/*usluge*/

.page-usluge .section-padding{
  padding-bottom: 3rem;
}
.page-usluge .sekcija{
  padding-bottom: 8rem !important;
}
.page-usluge .card-luxury{
  height: 100%;
  display: flex !important;
  flex-direction: column;
  text-align: center;
}
.page-usluge .btn-primary{
  margin-top: auto;
  
}
.page-usluge .card-body{
  height: 100%;
  display: flex;
  flex-direction: column;

}

/*galerija*/
.page-galerija .section-padding img:hover{
  transform: translateY(-5px);
  transition: transform 0.5s ease;
}

/*vozila*/


/*koriscenje i privatnost*/
.hero-korisnjenje h1{
   font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68;
}
.hero-privatnost h1{
    font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.7px;
  font-family: 'Playfair Display', serif !important; 
  font-size: 3rem;
  color: #c0ad68;
}

.alert {
  background-color: var(--light-gray);
  border-color: var(--border-gray);
  color: var(--text-light);
}

.alert-warning {
  background-color: rgba(212, 175, 55, 0.1);
  border-color: var(--primary-color);
  color: var(--text-light);
}

.alert-info {
  background-color: rgba(100, 150, 200, 0.1);
  border-color: #6496C8;
  color: var(--text-light);
}

