@charset "UTF-8";
/*
Theme Name: BusinessConsultingMD
Theme URI: businessconsulting.md
Author: sitnic victor
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Moderustic:wght@300..800&display=swap");
.eb-garamond, .google-font-1 {
  font-family: "EB Garamond", serif;
  font-style: normal;
}

.moderustic {
  font-family: "Moderustic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body, body * {
  font-family: "Moderustic", sans-serif;
  font-weight: 100;
}

.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-family: "EB Garamond", serif;
  font-style: normal;
}

/* Make navbar fixed on top and full width */
nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 21; /* higher than video */
  background-color: transparent !important;
  width: 100%;
}
nav.navbar .navbar-item {
  color: #fff;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
nav.navbar .navbar-item:hover {
  border-bottom: 2px solid #fff;
}

/* Video background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.hero.is-fullheight-with-video {
  position: relative;
  overflow: hidden;
  color: white;
}

.hero-body {
  z-index: 1;
  align-items: center;
  display: flex;
  height: 600px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* optional dark overlay */
  z-index: 0;
}

.button {
  padding: 12px 30px;
  border-radius: 0;
  font-weight: 300;
  font-family: "Moderustic", sans-serif;
}

.button-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
}
.button-outline-white:hover {
  border-color: #a65b4c;
  color: #a65b4c;
  background-color: #a65b4c;
  color: #fff;
}

.button-outline-black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.button-outline-black:hover {
  border-color: #a65b4c;
  color: #a65b4c;
  background-color: #a65b4c;
  color: #fff;
}

.has-background-stone-gray {
  background-color: #aeb5ad;
}

.lh-1 {
  line-height: 1;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.has-text-primary {
  color: #a65b4c !important;
}
p {
  margin-bottom: 1rem;
}

footer .input {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  border-width: 0 0 1px 0;
}
footer .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); /* Light white-gray */
  opacity: 1; /* Ensure visibility on Firefox */
}
footer .input::placeholder {
  color: rgba(255, 255, 255, 0.5); /* Light white-gray */
  opacity: 1; /* Ensure visibility on Firefox */
}
footer .input:focus, footer .input:hover {
  background-color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #a65b4c;
}

.modal-scroll-content {
  max-height: 80vh; /* sau cât vrei tu */
  overflow-y: auto;
}

.modal ul {
  margin-bottom: 1rem;
}
.modal ul li {
  margin-left: 20px;
  margin-bottom: 1rem;
}
.modal ul li:before {
  content: "→";
  margin-right: 10px;
}

.js-modal-trigger {
  margin-top: 1rem;
  text-decoration: none;
}
.js-modal-trigger:hover {
  color: #a65b4c;
  color: #fff;
}

.btn-more {
  text-decoration: underline !important;
}

strong {
  font-weight: bold;
}

.nbr-size {
  position: absolute;
  margin-left: -25px;
  font-size: 10px;
}

.custom-rounded {
  border-radius: 10px;
}

.step-item {
  margin-bottom: 2rem;
  padding: 2rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #fff;
}

.step-number {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.step-title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.3;
}

@media screen and (max-width: 1023px) {
  .is-size-1 {
    font-size: 1.9rem !important;
    line-height: 1;
  }
  .is-size-2 {
    font-size: 1.7rem !important;
    line-height: 1;
  }
  .is-size-3 {
    font-size: 1.5rem !important;
    line-height: 1;
  }
  .main-title {
    font-size: 2rem;
  }
  .consultation-section {
    padding: 2rem 1rem;
  }
  .mobile-4x {
    padding: 0 2rem !important;
  }
  .mobile-2x {
    padding: 0 0.5rem !important;
    vertical-align: middle;
  }
  #services.mobile-4x {
    padding: 0 !important;
  }
  #services.mobile-4x .p-6 {
    padding: 0 !important;
  }
  #testimonials_from_clients, .consultation-section {
    padding: 0.1rem 1.5rem !important;
  }
}
#testimonials_from_clients {
  /* Responsive Design */
}
#testimonials_from_clients .testimonials-container {
  overflow: hidden;
  position: relative;
  padding: 2rem 0;
}
#testimonials_from_clients .testimonials-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 1.5rem;
}
#testimonials_from_clients .testimonial-card {
  min-width: calc(33.333% - 1rem);
  width: calc(33.333% - 1rem);
  flex-shrink: 0;
  background: white;
  padding: 2rem;
  position: relative;
  transform: translateY(0);
  transition: all 0.3s ease;
}
#testimonials_from_clients .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
#testimonials_from_clients .testimonial-content {
  margin-bottom: 1.5rem;
}
#testimonials_from_clients .testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
  font-style: italic;
  margin-bottom: 1rem;
}
#testimonials_from_clients .testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#testimonials_from_clients .author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
#testimonials_from_clients .author-info h4 {
  margin: 0;
  font-weight: 600;
  color: #2d3748;
}
#testimonials_from_clients .author-info p {
  margin: 0;
  color: #718096;
  font-size: 0.9rem;
}
#testimonials_from_clients .quote-icon {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 2rem;
  color: #a65b4c;
  opacity: 0.3;
}
#testimonials_from_clients .slider-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
#testimonials_from_clients .nav-btn {
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
#testimonials_from_clients .nav-btn:hover {
  transform: scale(1.1);
}
#testimonials_from_clients .nav-btn:disabled {
  background: #cbd5e0;
  cursor: not-allowed;
  transform: none;
}
#testimonials_from_clients .slider-dots {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
#testimonials_from_clients .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e0;
  cursor: pointer;
  transition: background 0.3s ease;
}
#testimonials_from_clients .dot.active {
  background: #a65b4c;
}
@media (max-width: 1023px) {
  #testimonials_from_clients .testimonial-card {
    min-width: calc(100% - 1rem);
    width: calc(100% - 1rem);
  }
  #testimonials_from_clients .testimonials-track {
    gap: 1rem;
  }
  #testimonials_from_clients .testimonial-card {
    padding: 1.5rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #testimonials_from_clients .testimonial-card {
    min-width: calc(50% - 0.75rem);
    width: calc(50% - 0.75rem);
  }
}
#testimonials_from_clients .stars {
  color: #ffd700;
  margin-bottom: 1rem;
}

.blog-posts-section .google-font-1 {
  font-family: "Google Font", serif; /* Replace with your Google Font */
  line-height: 1.2;
}

.blog-posts-section .lh-1 {
  line-height: 1 !important;
}

.blog-posts-section .has-text-dark:hover {
  color: #3273dc !important;
}

.blog-posts-section .columns {
  margin-bottom: 2rem;
}

.blog-posts-section .column small {
  color: #7a7a7a;
  font-weight: 500;
}

.solicita-apel-form p {
  margin-bottom: 0;
}
.solicita-apel-form .input {
  border-style: solid;
  border-color: #a65b4c;
  border-width: 0 0 1px 0;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.solicita-apel-form .input:focus, .solicita-apel-form .input:active {
  background-color: #eee;
}

.is-primary {
  border-color: #a65b4c;
  border-width: 1px;
  background-color: transparent;
}
.is-primary:hover {
  background-color: #a65b4c;
  color: #fff;
}

.language-switcher {
  margin-left: 20px;
  display: flex;
}
.language-switcher .lang-item {
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 3px;
  border: 1px solid transparent;
}
.language-switcher .lang-item:hover {
  border: 1px solid #fff;
}
.language-switcher .current-lang {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
}

a.is-text-white {
  color: #fff !important;
}

.navbar-brand, .navbar-tabs, .navbar-burger {
  color: #fff;
  align-items: center;
}

@media screen and (max-width: 1023px) {
  .small-xs {
    font-size: 10px;
  }
  .navbar-menu {
    background-color: #2d3748;
    border-radius: 10px;
    padding: 10px;
  }
  .language-switcher {
    margin: 0;
    padding: 10px;
    background-color: #4a5568;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-brand, .navbar-tabs, .navbar-burger {
    align-self: flex-end;
  }
  .custom-rounded {
    border-radius: 0;
  }
}/*# sourceMappingURL=style.css.map */