/* ========== GENERAL STYLES ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
}

/* ========== TOP BAR ========== */
.topbar {
  background: #f8f9fa;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.top-icon-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3B7CB8;
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 20px;
}

.top-icon-btn:hover {
  background: #2d6296;
  transform: scale(1.05);
}

.top-icon-btn.secondary {
  background: #25D366;
}

.phone-text {
  color: #666;
  line-height: 0.5;
}

.phone-text span {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #999;
  margin-bottom: 1px;
  line-height: 1;
}

.phone-number {
  color: #3B7CB8;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  line-height: 1;
}

.phone-number:hover {
  color: #2d6296;
}

/* ========== MAIN MENU ========== */
.main-menu {
  background: #3B7CB8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 0;
  height: 70px;
}

.main-menu .container {
  height: 100%;
  display: flex;
  align-items: center;
}

.top-logo {
  display: flex;
  align-items: center;
}

.top-logo img {
  height: 150px;
  width: auto;
  object-fit: contain;
}

.navbar-nav {
  align-items: center;
}

.navbar-nav .nav-link {
  color: white;
  font-weight: 600;
  padding: 15px 18px;
  transition: 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.navbar-nav .nav-link:hover {
  background: rgba(255,255,255,0.1);
}

.navbar-nav .dropdown-toggle::after {
  margin-left: 8px;
}

.navbar-toggler {
  border: 2px solid white;
  background: transparent;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.btn-consult {
  background: white;
  color: #3B7CB8;
  border: 2px solid white;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-consult:hover {
  background: #3B7CB8;
  color: white;
  border-color: white;
}

.lang-toggle {
  gap: 8px;
}

.lang-switch {
  padding: 8px 15px;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s;
  font-size: 13px;
  min-width: 45px;
  text-align: center;
}

.lang-switch.active,
.lang-switch:hover {
  background: white;
  color: #3B7CB8;
}

/* ========== HERO SECTION ========== */
.hero-section {
    background: #f5f8ff;
  color: white;
  padding: 60px 0;
  min-height: auto;
}

.hero-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #3fa9f5
}

.hero-subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.6;
  color:  #1d3d7c;
}

.btn-hero {
  background: #3B7CB8;
  color: white;
  padding: 15px 35px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  border: 2px solid white;
}

.btn-hero:hover {
  background: white;
  color: #3B7CB8;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-form-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.hero-form-title {
  color: #333;
  font-weight: 700;
  font-size: 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #666;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 15px;
}

.form-control:focus {
  border-color: #3B7CB8;
  box-shadow: 0 0 0 0.2rem rgba(59, 124, 184, 0.25);
  outline: none;
}

.hero-submit-btn,
.btn-consult-submit,
.btn-hero-submit {
  background: #3B7CB8;
  color: white;
  border: none;
  padding: 14px 30px;
  border-radius: 5px;
  font-weight: 700;
  width: 100%;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.hero-submit-btn:hover,
.btn-consult-submit:hover,
.btn-hero-submit:hover {
  background: #2d6296;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 124, 184, 0.3);
}

/* ========== 3 STEPS SECTION ========== */
.steps-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.steps-kicker {
  color: #3B7CB8;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.steps-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  line-height: 1.2;
  margin-bottom: 20px;
}

.steps-intro {
  font-size: 17px;
  color: #666;
  line-height: 1.8;
}

.step-card {
  background: white;
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
  text-align: center;
}

.step-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.step-card-main {
  background: #3B7CB8;
  color: white;
}

.step-card-main .step-title,
.step-card-main .step-text {
  color: white;
}

.step-icon-wrap {
  margin-bottom: 25px;
}

.step-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #E8F1F8;
  color: #3B7CB8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  margin: 0 auto;
}

.step-card-main .step-circle {
  background: rgba(255,255,255,0.2);
  color: white;
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1e3a5f;
}

.step-line {
  width: 60px;
  height: 3px;
  background: #3B7CB8;
  margin: 20px auto;
}

.step-card-main .step-line {
  background: white;
}

.step-text {
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.7;
}

.btn-step-cta {
  background: #1e3a5f;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-step-cta:hover {
  background: white;
  color: #1e3a5f;
  text-decoration: none;
  transform: scale(1.05);
}

/* ========== SERVICES SECTION ========== */
.servicii-section {
  background: white;
  padding: 80px 0;
}

.servicii-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.servicii-subtitle {
  font-size: 17px;
  color: #666;
  margin-top: 15px;
}

.serviciu-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}

.serviciu-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(59, 124, 184, 0.15);
}

.serviciu-img-wrap {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.serviciu-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.serviciu-card:hover .serviciu-img {
  transform: scale(1.08);
}

.serviciu-card-link {
  text-decoration: none;
  color: inherit;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.serviciu-content {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.serviciu-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e3a5f;
  line-height: 1.3;
}

.serviciu-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  flex: 1;
  line-height: 1.7;
}

.serviciu-tag {
  background: #3B7CB8;
  color: white;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  align-self: flex-start;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.serviciu-tag-business { background: #28a745; }
.serviciu-tag-textil { background: #17a2b8; }
.serviciu-tag-inaltime { background: #6f42c1; }
.serviciu-tag-post { background: #fd7e14; }
.serviciu-tag-office { background: #20c997; }
.serviciu-tag-home { background: #e83e8c; }
.serviciu-tag-ozon { background: #00d4ff; }

/* ========== MENAJ SECTION ========== */
.menaj-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.menaj-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.menaj-subtitle {
  font-size: 17px;
  color: #666;
}

.menaj-card {
  background: white;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  height: 100%;
  border: 2px solid #e0e0e0;
  transition: 0.3s;
}

.menaj-card:hover {
  border-color: #3B7CB8;
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(59, 124, 184, 0.15);
}

.menaj-card-title {
  font-size: 28px;
  font-weight: 700;
  color: #3B7CB8;
  margin-bottom: 10px;
}

.menaj-card-desc {
  font-size: 14px;
  color: #999;
  margin-bottom: 25px;
}

.menaj-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}

.menaj-item:hover {
  background: #E8F1F8;
  border-color: #3B7CB8;
}

.menaj-item strong {
  display: block;
  color: #1e3a5f;
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 700;
}

.menaj-item span {
  display: block;
  font-size: 13px;
  color: #999;
}

.menaj-price {
  font-size: 20px;
  font-weight: 700;
  color: #3B7CB8;
  white-space: nowrap;
}

/* ========== ABOUT COMPANY SECTION ========== */
.about-company-section {
  background: #E8F1F8;
  padding: 80px 0;
}

.about-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.about-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-about-primary {
  background: #3B7CB8;
  color: white;
  padding: 14px 35px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-about-primary:hover {
  background: #2d6296;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.btn-about-secondary {
  background: white;
  color: #3B7CB8;
  padding: 14px 35px;
  border-radius: 5px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #3B7CB8;
  transition: 0.3s;
  text-transform: uppercase;
  font-size: 14px;
}

.btn-about-secondary:hover {
  background: #3B7CB8;
  color: white;
  text-decoration: none;
  transform: translateY(-2px);
}

.about-gallery {
  position: relative;
  height: 450px;
}

.about-photo {
  position: absolute;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-photo-large {
  width: 65%;
  height: 75%;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.about-photo-small {
  width: 48%;
  height: 40%;
}

.about-photo-small.top {
  right: 0;
  top: 0;
  z-index: 2;
}

.about-photo-small.bottom {
  right: 0;
  bottom: 25%;
  z-index: 3;
}

/* ========== WHY US SECTION ========== */
.whyus-section {
  background: white;
  padding: 80px 0;
}

.whyus-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.whyus-card {
  background: #3B7CB8;
  border-radius: 10px;
  padding: 45px 35px;
  box-shadow: 0 4px 20px rgba(59, 124, 184, 0.2);
  transition: 0.3s;
  height: 100%;
  color: white;
  position: relative;
  overflow: hidden;
}

.whyus-card::before {
  content: '';
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.whyus-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(59, 124, 184, 0.3);
}

.whyus-number {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.whyus-card-title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.whyus-text {
  font-size: 15px;
  color: rgba(255,255,255,0.95);
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

/* ========== TESTIMONIALS SECTION ========== */
.feedback-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.feedback-title {
  font-size: 42px;
  font-weight: 800;
  color: #1e3a5f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.feedback-card {
  background: white;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  transition: 0.3s;
}

.feedback-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(59, 124, 184, 0.15);
}



.feedback-logo img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.feedback-text {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  flex: 1;
  margin-bottom: 20px;
  font-style: italic;
}

.feedback-name {
  font-size: 17px;
  font-weight: 700;
  color: #3B7CB8;
}

.carousel-indicators {
  bottom: -50px;
}

.carousel-indicators li {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

.carousel-indicators .active {
  background-color: #3B7CB8;
}

/* ========== BANNER CONSULTATIE ========== */
.banner-consultatie {
  background: linear-gradient(135deg, #2d6296 0%, #3B7CB8 100%);
  padding: 80px 0;
  color: white;
}

.banner-overlay {
  width: 100%;
}

.banner-title {
  color: white;
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
}

.banner-form {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.banner-form label {
  color: #666;
  font-weight: 600;
  font-size: 14px;
}

/* ========== FOOTER ========== */
.footer-section {
  background: #1e3a5f;
  color: white;
  padding: 60px 0 30px;
}

.footer-title {
  color: white;
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
}

.footer-links a:hover {
  color: white;
  padding-left: 5px;
}

.footer-tel {
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}

.footer-tel:hover {
  color: #E8F1F8;
}

.footer-section p {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-section a {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

.footer-section a:hover {
  color: white;
}

.footer-social a {
  color: white;
  font-size: 28px;
  margin-right: 20px;
  transition: 0.3s;
  text-decoration: none;
}

.footer-social a:hover {
  color: #E8F1F8;
  transform: scale(1.1);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 25px;
  margin-top: 40px;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
}

/* ========== MODAL ========== */
.consult-modal .modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.consult-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 32px;
  opacity: 0.5;
  transition: 0.3s;
  background: none;
  border: none;
  color: #333;
  z-index: 10;
}

.consult-close:hover {
  opacity: 1;
}

.consult-title {
  color: #1e3a5f;
  font-weight: 700;
  font-size: 28px;
}

.modal-body {
  padding: 50px 40px;
}

/* ========== MEGAMENU ========== */
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

.megamenu {
  position: static;
}

.megamenu-content {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 40px 0;
  background: white;
  border: none;
  border-radius: 0;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  margin-top: 0;
  min-height: 280px;
  z-index: 1000;
}

.megamenu .container {
  max-width: 1140px;
}

.mega-list {
  list-style: none;
  padding: 0 15px;
  columns: 2;
  column-gap: 50px;
  margin: 0;
}

.mega-list li {
  margin-bottom: 15px;
  break-inside: avoid;
  page-break-inside: avoid;
}

.mega-list a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  position: relative;
  border-radius: 5px;
  font-weight: 500;
}

.mega-list a:hover {
  color: #3B7CB8;
  background: #f8f9fa;
  padding-left: 20px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991.98px) {
  /* TOP BAR TABLET */
  .topbar .container {
    padding: 0 15px;
  }

  .phone-text span {
    font-size: 10px;
  }

  .phone-number {
    font-size: 18px;
  }

  /* MAIN MENU TABLET */
  .navbar.main-menu {
    min-height: 70px;
    height: auto;
  }

  .main-menu .container {
    padding: 0 15px;
  }

  .top-logo img {
    height: 60px;
  }

  .navbar-toggler {
    border-color: white;
    padding: 8px 12px;
  }

  .navbar-toggler-icon i {
    font-size: 24px;
    color: white;
  }

  .navbar-collapse {
    background: #3B7CB8;
    padding: 20px 0;
    margin-top: 15px;
  }

  .navbar-nav .nav-link {
    padding: 12px 20px;
  }

  .btn-consult.inner {
    margin: 15px 0;
    width: 100%;
  }

  .hero-title {
    font-size: 36px;
  }

  .steps-title,
  .servicii-title,
  .menaj-title,
  .about-title,
  .whyus-title,
  .feedback-title,
  .banner-title {
    font-size: 32px;
  }

  .megamenu-content {
    position: static;
    box-shadow: none;
    background: rgba(255,255,255,0.1);
    min-height: auto;
  }

  .mega-list {
    columns: 1;
  }

  .mega-list a {
    color: white;
  }

  .mega-list a:hover {
    color: white;
    background: rgba(255,255,255,0.1);
    padding-left: 25px;
  }

  .about-gallery {
    height: 350px;
    margin-bottom: 40px;
  }

  .lang-toggle {
    margin-top: 15px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  /* TOP BAR MOBILE */
  .topbar {
    padding: 8px 0;
  }

  .topbar .container {
    padding: 0 15px;
  }

  .top-icon-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 8px;
  }

  .phone-text {
    display: none;
  }

  /* MAIN MENU MOBILE */
  .main-menu {
    height: auto;
    min-height: 65px;
    padding: 8px 0;
  }

  .main-menu .container {
    padding: 0 15px;
  }

  .top-logo img {
    height: 70px;
  }

  .navbar-toggler {
    padding: 5px 10px;
    border: 2px solid white;
  }

  .navbar-toggler-icon i {
    font-size: 22px;
  }

  .navbar-collapse {
    margin-top: 10px;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 14px;
  }

  .btn-consult.inner {
    margin: 15px 0;
    width: 100%;
    display: block;
  }

  .lang-toggle {
    padding-bottom: 15px;
  }

  /* HERO SECTION MOBILE */
  .hero-title {
    font-size: 28px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-form-card {
    padding: 25px 20px !important;
  }

  .hero-form-title {
    font-size: 20px;
  }

  /* TITLES MOBILE */
  .steps-title,
  .servicii-title,
  .menaj-title,
  .about-title,
  .whyus-title,
  .feedback-title,
  .banner-title {
    font-size: 26px;
  }

  .menaj-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .menaj-price {
    align-self: flex-end;
  }
}
