/* Horeca Somadhan premium hospitality theme */
:root {
  --bg: #fcfcfb;
  --surface: #ffffff;
  --surface-strong: #f0f0ef;

  --hero-overlay: linear-gradient(to right, rgba(0,0,0,.45) 0%, rgba(0,0,0,.1) 60%, transparent 100%);
  --shadow: 0 26px 50px rgba(31,31,31,.12);
  
}


img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.page-header {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(255,255,255,.16), transparent 42%),
    var(--hero-overlay);
  z-index: 1;
}

.page-header .container,
.page-header .hero-content {
  position: relative;
  z-index: 2;
}

.page-header .page-breadcrumb {
  margin-bottom: 1.1rem;
  font-size: .95rem;
  color: rgba(255,255,255,.78);
}

.page-header .page-breadcrumb a {
  color: rgba(255,255,255,.92);
}

.page-header h1 {
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -.04em;
  max-width: 760px;
}

.page-header p {
  max-width: 700px;
  color: rgba(255,255,255,.9);
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--text);
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 500;
  letter-spacing: .01em;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent);
}

.hero-cta .btn-primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  transition: transform .3s, background .3s;
}

.hero-cta .btn-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: .8rem;
}

.section-title {
  font-size: clamp(2rem, 2.5vw, 3rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}

.section-copy {
  max-width: 720px;
  color: var(--muted);
}

.feature-card,
.partner-card,
.service-card,
.stat-card,
.team-card,
.testimonial-card,
.faq-card,
.info-card,
.download-card {
  background: var(--surface);
  border: 1px solid rgba(31,31,31,.06);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(31,31,31,.06);
  transition: transform .35s ease, box-shadow .35s ease;
  overflow: hidden;
}

.feature-card:hover,
.partner-card:hover,
.service-card:hover,
.stat-card:hover,
.team-card:hover,
.testimonial-card:hover,
.faq-card:hover,
.info-card:hover,
.download-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(31,31,31,.10);
}

.feature-card .card-body,
.partner-card .card-body,
.service-card .card-body,
.stat-card .card-body,
.team-card .card-body,
.testimonial-card .card-body,
.info-card .card-body,
.download-card .card-body {
  padding: 2rem;
}

.feature-card .icon,
.partner-card .icon,
.service-card .icon,
.stat-card .icon,
.team-card .icon,
.testimonial-card .icon,
.info-card .icon,
.download-card .icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: var(--accent);
  color: var(--black);
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.feature-card h3,
.partner-card h3,
.service-card h3,
.stat-card h3,
.team-card h3,
.testimonial-card h3,
.info-card h3,
.download-card h3 {
  font-size: 1.25rem;
  margin-bottom: .85rem;
}

.feature-card p,
.partner-card p,
.service-card p,
.stat-card p,
.team-card p,
.testimonial-card p,
.info-card p,
.download-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.btn-ghost {
  background: rgba(255,255,255,.92);
  color: var(--text);
  border: 1px solid rgba(31,31,31,.08);
}

.btn-ghost:hover {
  background: #fff;
  color: var(--accent);
}

.breadcrumb-wrap {
  background: rgba(255,255,255,.92);
  border-radius: 16px;
  padding: 1rem 1.4rem;
  border: 1px solid rgba(31,31,31,.08);
}

.breadcrumb-wrap a {
  color: var(--muted);
}

.stat-card span {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.stat-card small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .12em;
}

.team-card .team-avatar {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  overflow: hidden;
}

.team-avatar-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: linear-gradient(135deg, rgba(211,161,95,.18), rgba(31,31,31,.32));
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.team-card .team-body {
  padding: 1.7rem;
}

.team-card .team-role {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--accent);
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: .65rem;
}

.team-card h5 {
  margin-bottom: .35rem;
}

.team-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.client-quote {
  position: relative;
  padding-left: 3.2rem;
}

.client-quote::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3rem;
  color: rgba(211,161,95,.22);
}

.project-figure {
  border-radius: 22px;
  overflow: hidden;
  min-height: 240px;
  background: linear-gradient(135deg, rgba(0,0,0,.16), rgba(0,0,0,.02));
}

.project-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-grid .project-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  min-height: 320px;
}

.project-grid .project-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.45) 100%);
}

.project-grid .project-card .project-label {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 2;
  color: #fff;
}

.project-grid .project-card h5 {
  font-size: 1.35rem;
  margin-bottom: .45rem;
}

.project-grid .project-card small {
  color: rgba(255,255,255,.82);
}

.card-deck .card {
  border: none;
}

.info-card .info-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: var(--black);
  font-size: 1.2rem;
}



.form-label {
  font-weight: 600;
}

.form-floating .form-control,
.form-floating .form-select {
  padding: 1.3rem 1.15rem 1rem;
}

.form-floating input{
  background-color: var(--bg) !important;
}

.section-divider {
  width: 68px;
  height: 4px;
  background: var(--accent);
  border-radius: 999px;
  margin-bottom: 1.3rem;
}

.section-split {
  display: grid;
  gap: 2rem;
}

.card-border {
  border: 1px solid rgba(31,31,31,.08);
}

.stats-grid {
  display: grid;
  gap: 1.4rem;
}

.stats-grid .stat-card {
  padding: 2rem 2rem;
}

@media (min-width: 992px) {
  .section-split { grid-template-columns: 1.05fr .95fr; }
  .stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .hero-split { display: grid; gap: 2rem; }
}

@media (max-width: 575px) {
  .section-title { font-size: 1.5rem; }
  .feature-card .card-body,
  .service-card .card-body,
  .partner-card .card-body,
  .download-card .card-body,
  .team-card .team-body,
  .testimonial-card .card-body {
    padding: 1.5rem;
  }
}

