/* ============================================================
   servicii-extra.css — ImoStand
   Clase specifice paginii servicii.php
   Deploy: /public_html/assets/css/servicii-extra.css
   ============================================================ */

/* ── Fonturi: înlocuim Oswald cu Cormorant + Montserrat ───── */
h1, h2, h3, h4, h5, h6,
.display-5, .display-6 {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 600 !important;
}
body {
  font-family: 'Montserrat', sans-serif;
}
.display-6 { font-size: clamp(32px, 3.5vw, 44px); }
.process-circle {
  font-family: 'Cormorant Garamond', serif !important;
}
.orbit-center .degrees {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400 !important;
}

/* ── Bootstrap Icons color override ──────────────────────── */
.text-primary { color: #ccac66 !important; }
[class*=" bi-"]::before { color: #ccac66 !important; }

/* ── Services bg (orbit section) ────────────────────────── */
.services-bg {
  background-image: url('/assets/img/services-bg.jpg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
}
.services-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255,255,255,0.45);
  z-index: 0;
}
.services-bg .container { position: relative; z-index: 1; }

/* ── Orbit container ─────────────────────────────────────── */
.services-orbit-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto;
  height: 750px;
}
.orbit-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 300px; height: 300px;
  background: #fff;
  border: 4px solid rgba(204,172,102,0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  box-shadow: 0 0 60px rgba(204,172,102,0.11);
}
.orbit-center .degrees {
  font-size: 4.5rem;
  color: #182333;
  padding-left: 10px;
}
.orbit-center i {
  position: absolute;
  font-size: 3rem;
  background: #fff;
  padding: 10px;
  z-index: 6;
}
.icon-top    { top: -45px; left: 50%; transform: translateX(-50%); }
.icon-bottom { bottom: -45px; left: 50%; transform: translateX(-50%); }
.icon-left   { left: -35px; top: 50%; transform: translateY(-50%); }
.icon-right  { right: -35px; top: 50%; transform: translateY(-50%); }

/* Sateliți */
.service-circle-item { position: absolute; z-index: 4; display: block; }
.item-top    { top: 40px; left: 50%; transform: translateX(-50%); width: 450px; }
.item-bottom { bottom: 40px; left: 50%; transform: translateX(-50%); width: 450px; }
.item-left   { top: 50%; left: -60px; transform: translateY(-50%); width: 340px; }
.item-right  { top: 50%; right: -60px; transform: translateY(-50%); width: 340px; }

.service-circle-item h5 {
  color: #182333;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.service-circle-item p { font-size: 1rem; line-height: 1.4; }

/* Mobile orbit */
@media (max-width: 991px) {
  .service-icon-mobile {
    width: 50px; height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 2.5rem;
  }
  .mobile-services h5 {
    color: #182333;
    text-transform: uppercase;
    font-size: 1.2rem;
  }
}
@media (max-width: 767.98px) {
  .border-end-md-only  { border-right: none !important; }
  .border-bottom-md-only { border-bottom: none !important; }
  .responsive-box {
    height: auto !important;
    padding: 0.75rem 1rem;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center;
  }
}

/* ── Service text hover (tipuri proprietăți) ─────────────── */
.service-text { position: relative; }
.service-text::before {
  position: absolute;
  content: "";
  width: 100%; height: 0;
  top: 0; left: 0;
  background: #182333;
  opacity: 0;
  transition: .5s;
}
.service-text:hover::before { height: 100%; opacity: 1; }
.service-text * { position: relative; transition: .5s; z-index: 1; }
.service-text h5 { font-weight: 300; color: #182333; font-size: 1.7em; }
.service-text:hover * { color: #fff !important; }

.site-img-service-wrap img {
    min-height:400px;
    border-radius: 70px 0 0 70px;
}

/* ── Appointment / Banner ────────────────────────────────── */
.appointment {
  background: linear-gradient(rgba(24,35,51,0.48), rgba(24,35,51,0.48)),
              url('/assets/img/banner-bg.jpg') center center no-repeat;
  background-size: cover;
}
.appointment h2 { letter-spacing: .04rem; }

/* ── Process timeline ────────────────────────────────────── */
.process-title   { color: #182333; }


.process-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.process-timeline::before {
  content: '';
  position: absolute;
  left: 50%; top: 0; bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #ccac66 8%, #ccac66 92%, transparent);
  transform: translateX(-50%);
  z-index: 0;
}
.process-step {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-bottom: 48px;
}
.process-step.left  { flex-direction: row; }
.process-step.right { flex-direction: row-reverse; }

.process-content {
  width: calc(50% - 46px);
  padding: 18px 15px;
  background: #faf9f7;
  border: 1px solid #e1e2e7;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: box-shadow 0.25s;
  position: relative;
  z-index: 1;
  text-align: left;
}
.process-content:hover { box-shadow: 0 6px 24px rgba(204,172,102,0.18); }

.process-content h5 {
  font-size: 1.5em;
  font-weight: 400;
  color: #182333;
  margin-bottom: 10px;
}
.process-content p { font-size: 14px; color: #6c757d; line-height: 1.7; margin: 0; }

/* Săgeată card stânga */
.process-step.left .process-content::before {
  content: '';
  position: absolute;
  top: 23px; right: -12px;
  border: 6px solid transparent;
  border-left-color: #fff;
  z-index: 1;
}
.process-step.left .process-content::after {
  content: '';
  position: absolute;
  top: 22px; right: -14px;
  border: 7px solid transparent;
  border-left-color: #e1e2e7;
}
/* Săgeată card dreapta */
.process-step.right .process-content::before {
  content: '';
  position: absolute;
  top: 23px; left: -12px;
  border: 6px solid transparent;
  border-right-color: #fff;
  z-index: 1;
}
.process-step.right .process-content::after {
  content: '';
  position: absolute;
  top: 22px; left: -14px;
  border: 7px solid transparent;
  border-right-color: #e1e2e7;
}

.process-circle {
  flex-shrink: 0;
  width: 64px; height: 64px;
  border: 1px solid #ccac66;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 21px;
  color: #182333;
  position: relative;
  z-index: 2;
  transition: background 0.25s, color 0.25s;
  margin: 14px 16px;
  cursor: default;
}
.process-step:hover .process-circle { background: #ccac66; color: #fff; }

@media (max-width: 640px) {
  .process-timeline::before { left: 22px; }
  .process-step,
  .process-step.left,
  .process-step.right {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .process-content { width: 100%; }
  .process-circle  { width: 54px; height: 54px; }
  .process-step.left .process-content::before,
  .process-step.left .process-content::after,
  .process-step.right .process-content::before,
  .process-step.right .process-content::after { display: none; }
}
