body { background-color: #ffffff; color: #333; }
.navbar { background: #012169; }
.navbar-nav .nav-link { color: white !important; font-size: 18px;}
.navbar-brand { color: white !important; font-weight: bold; display: flex; align-items: center; font-size: 25px; }
.navbar-brand img { height: 80px; margin-right: 10px; }
.navbar.fixed-top { box-shadow: 0 4px 6px rgba(0,0,0,0.1); }
.hero { background: #CF142B; color: white; padding: 150px 0; }
.hero .row { display: flex; align-items: center; }
.hero img { max-width: 100%; border-radius: 10px; }
.services, .contact, .about, .testimonials { padding: 60px 0; }
.contact { background: #f8f9fa; }
.btn-primary { background: #012169; border: none; }
.btn-primary:hover { background:rgb(1, 42, 136); }
html { scroll-behavior: smooth; }
/* new heroo */
.hero {
  background: #CF142B;
  color: white;
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.hero-badge {
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.1rem;
  letter-spacing: 1px;
  border-radius: 30px;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.hero-divider {
  height: 3px;
  width: 100px;
}

.hero-dots {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background-image: radial-gradient(white 2px, transparent 2px);
  background-size: 15px 15px;
  opacity: 0.1;
}
/* new about  */
.about {
  background: white;
  position: relative;
}

.divider {
  width: 80px;
  height: 3px;
  margin-bottom: 1.5rem;
}

.service-item {
  transition: transform 0.3s ease;
}

.service-item:hover {
  transform: translateX(5px);
}

.benefits-box {
  border-left: 4px solid #CF142B;
  transition: box-shadow 0.3s ease;
}

.benefits-box:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

@media (max-width: 768px) {
  .section-header h2 {
      font-size: 2rem;
  }
}

.btn-outline-light {
  border-width: 2px;
  transition: all 0.3s;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,0.15);
}

@media (max-width: 768px) {
  .hero {
      padding: 100px 0;
  }
  h1.display-3 {
      font-size: 2.3rem;
  }
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-collapse {
    height: 100% !important;
}

.navbar-nav {
    height: 100%;
}

.nav-item {
    display: flex;
    align-items: center; /* Centrează pe verticală */
    height: 100%;
    margin: 0; /* Elimină marginile implicite */
    
}

.nav-link {
    display: flex;
    align-items: center; /* Centrează conținutul pe verticală */
    justify-content: center; /* Centrează pe orizontală */
    height: 100%;
    padding: 0 20px;
    transition: background-color 0.3s ease;
    min-height: 50px;
    min-width: 70px;
}

.nav-link:hover {
    background-color: #CF142B;
}
/* Culoare de fundal pentru butonul activ */
.accordion-button:not(.collapsed) {
    background-color: #012169;
    color: white;
}

.accordion-button::after{
background-color: white;
border-radius: 5px;
}

/* Culoare albă pentru textul butonului activ */
.accordion-button:not(.collapsed) {
    color: white;		
}

/* Culoare butonul default */
.accordion-button {
    transition: background-color 0.3s ease;
}

/* Stilizarea butonului din collapse */
.accordion-body .btn-achizitioneaza {
    background-color: #012169;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Schimbarea culorii butonului "Achiziționează serviciu" la hover */
.accordion-body .btn-achizitioneaza:hover {
    background-color: #0252a7;
}
.no-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact {
    background-color: #f8f9fa;
}
.icon-box {
    padding: 20px;
    height: 100%;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.icon-box i {
    color: #012169;
}


.navy-accordion .accordion-button {
  background-color: white;
  color: #012169;
  font-weight: 600;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(1, 33, 105, 0.1);
  box-shadow: none;
}

.navy-accordion .accordion-button:not(.collapsed) {
  background-color: #f8f9fa;
  color: #012169;
  border-bottom-color: transparent;
}

.navy-accordion .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 33, 105, 0.25);
}

.navy-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23012169'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.navy-accordion .accordion-item {
  border: 1px solid rgba(1, 33, 105, 0.1);
  margin-bottom: 15px;
  border-radius: 8px !important;
  overflow: hidden;
}

.navy-accordion .accordion-body {
  padding: 1.5rem;
  background-color: white;
}

.service-price {
  font-size: 1.1rem;
  color: #012169;
  font-weight: 600;
}

.book-service-btn {
  background-color: #012169;
  border: none;
  transition: all 0.3s;
}

.book-service-btn:hover {
  background-color: #001146;
  transform: translateY(-2px);
}

.where {
  position: relative;
}

.equal-height-cols {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-cols > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.map-container {
  height: 100%;
  min-height: 400px;
}

.map-iframe {
  border: none;
  min-height: 400px;
}

.contact-card {
  border-left: 4px solid #CF142B;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

@media (max-width: 992px) {
  .equal-height-cols {
      display: block;
  }
  
  .map-container,
  .map-iframe {
      height: 400px;
  }
  
  .contact-card {
      margin-top: 2rem;
      height: auto;
  }
}


.contact {
  position: relative;
}

.equal-height-cols {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-cols > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.contact-form,
.contact-info {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-form:hover,
.contact-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(1, 33, 105, 0.1) !important;
}

.icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-card {
  border: 1px solid rgba(1, 33, 105, 0.1);
  transition: all 0.3s ease;
}

.info-card:hover {
  border-color: rgba(1, 33, 105, 0.3);
  transform: translateY(-3px);
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #001146 !important;
  transform: translateY(-3px);
}

@media (max-width: 992px) {
  .equal-height-cols {
      display: block;
  }
  
  .contact-form,
  .contact-info {
      margin-bottom: 2rem;
      height: auto;
  }
}

.testimonials {
  position: relative;
}

.equal-height-cols {
  display: flex;
  flex-wrap: wrap;
}

.equal-height-cols > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.testimonial-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #CF142B;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(1, 33, 105, 0.1) !important;
}

.client-avatar {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.rating {
  color: #ffc107;
  font-size: 1.2rem;
}

@media (max-width: 992px) {
  .equal-height-cols {
      display: block;
  }
  
  .testimonial-card {
      margin-bottom: 1.5rem;
      height: auto;
  }
} 

.topbar-info {
    background-color: #fff;
    padding: 10px 0;
    margin-left: 10px;
    font-size: 16px;
    z-index: 1030;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.topbar-info strong {
  font-size: 1rem;
}
.topbar-info small {
  font-size: 0.95rem;
}

.min-width-0 {
  min-width: 0;
}

.custom-navbar {
    margin-top: 0;
    top: 0;
    z-index: 1020;
    background-color: #012169;
}

@media (max-width: 991px) {
  .topbar-info .d-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.info-item img {
  margin-right: 35px;
}

/* Stilizare accordion personalizat */
.custom-accordion .accordion-button {
  padding: 1.25rem 1.5rem;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: rgba(0, 82, 165, 0.1);
  color: #0052a5;
}

.custom-accordion .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052a5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.list-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.list-check li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #28a745;
}

/* Stiluri pentru containerele personalizate */
.list-check {
  list-style: none;
  padding-left: 1.5rem;
}

.list-check li {
  position: relative;
  margin-bottom: 0.5rem;
}

.list-check li:before {
  content: "✓";
  position: absolute;
  left: -1.5rem;
  color: #28a745;
  font-weight: bold;
}

.opacity-05 {
  opacity: 0.15;
}

/* Efect hover pentru butonul WhatsApp */
.btn-success {
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(37, 211, 102, 0.3);
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* Stiluri pentru containerul de servicii UK */
.uk-service-container {
  border: 1px solid #012169;
  position: relative;
}

.uk-flag-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  background: url('https://upload.wikimedia.org/wikipedia/en/thumb/a/ae/Flag_of_the_United_Kingdom.svg/1200px-Flag_of_the_United_Kingdom.svg.png') center/cover;
  filter: blur(1px);
  z-index: -1;
}

.uk-content-overlay {
  background: rgba(255,255,255,0.92);
  border-radius: 0.75rem;
  padding: 2rem;
}

.uk-service-title {
  color: #012169;
  position: relative;
  padding-bottom: 0.5rem;
}

.uk-service-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, #012169, #C8102E, #012169);
}

.uk-services-list {
  background: rgba(255,255,255,0.95);
}

.service-item {
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateX(5px);
}

.service-name {
  font-size: 1.05rem;
}

.btn-uk {
  background-color: #012169;
  color: white;
  border: 1px solid #00113D;
  transition: all 0.3s ease;
}

.btn-uk:hover {
  background-color: #C8102E;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.service-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,18,105,0.2), transparent);
}

/* Stiluri pentru încărcare */
.loading-service {
  padding: 1rem;
}

.loading-line {
  height: 12px;
  background: linear-gradient(90deg, #f0f0f0, #e0e0e0, #f0f0f0);
  margin-bottom: 10px;
  border-radius: 4px;
  animation: pulse 1.5s infinite ease-in-out;
  width: 100%;
}

.loading-line:nth-child(2) {
  width: 90%;
}

@keyframes pulse {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}