.elementor-39 .elementor-element.elementor-element-48a9ba2{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-a6866fe */.sr-about-page {
  --bg: #f7f5f2;
  --card: #ffffff;
  --text: #1f2940;
  --muted: #657089;
  --line: #e8e3db;
  --accent: #d58a1f;
  --accent-dark: #b87412;
  --soft: #f3f0ea;
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 14px 36px rgba(24, 34, 56, 0.08);
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 80px;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

.sr-about-page * {
  box-sizing: border-box;
}

.sr-about-page h1,
.sr-about-page h2,
.sr-about-page h3,
.sr-about-page h4,
.sr-about-page p {
  margin-top: 0;
}

.sr-section {
  margin-bottom: 34px;
}

.sr-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.sr-hero-card {
  background: linear-gradient(135deg, #fbfaf8 0%, #f2eee8 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 54px 42px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.sr-hero-card::after {
  content: "";
  position: absolute;
  right: -70px;
  top: -70px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(213, 138, 31, 0.08);
}

.sr-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(213, 138, 31, 0.12);
  color: var(--accent-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.sr-hero-card h1 {
  font-size: 46px;
  line-height: 1.08;
  margin-bottom: 18px;
  color: #16213a;
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.sr-hero-card p {
  font-size: 18px;
  color: var(--muted);
  margin-bottom: 0;
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.sr-image-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 100%;
}

.sr-image-wrap img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.sr-image-label {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.92);
  color: #16213a;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.sr-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.sr-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
}

.sr-card h2 {
  font-size: 30px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #16213a;
}

.sr-card p {
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 16px;
}

.sr-list {
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.sr-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--muted);
}

.sr-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
}

.sr-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.sr-stat {
  background: #faf8f4;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px;
  text-align: center;
  color: var(--muted);
}

.sr-stat strong {
  display: block;
  font-size: 22px;
  color: var(--accent-dark);
  margin-bottom: 6px;
}

.sr-benefits {
  background: #f3f3f3;
  border-radius: var(--radius-xl);
  padding: 48px 28px;
}

.sr-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.sr-benefit {
  text-align: center;
  padding: 10px 14px;
}

.sr-benefit-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 18px;
  color: var(--accent);
}

.sr-benefit-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sr-benefit h3 {
  font-size: 21px;
  margin-bottom: 12px;
  color: #16213a;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.sr-benefit p {
  font-size: 17px;
  color: var(--muted);
  margin-bottom: 0;
}

.sr-section-title {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 14px;
  color: #16213a;
}

.sr-section-intro {
  font-size: 17px;
  color: var(--muted);
  max-width: 820px;
  margin-bottom: 24px;
}

.sr-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sr-step {
  background: #fbfaf8;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
}

.sr-step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(213, 138, 31, 0.12);
  color: var(--accent-dark);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
}

.sr-step h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #16213a;
}

.sr-step p {
  color: var(--muted);
  margin-bottom: 0;
}

.sr-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sr-gallery-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.sr-gallery-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.sr-gallery-content {
  padding: 18px 18px 20px;
}

.sr-gallery-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #16213a;
}

.sr-gallery-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.sr-cta {
  max-width: 1240px;
  margin: 0 auto;
  background: linear-gradient(135deg, #182238 0%, #24314d 100%);
  border-radius: var(--radius-xl);
  padding: 52px 30px;
  text-align: center;
  color: #ffffff;
  box-shadow: var(--shadow);
}

.sr-cta h2 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 12px;
  color: #ffffff;
}

.sr-cta p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.82);
  max-width: 760px;
  margin: 0 auto 24px;
}

.sr-button {
  display: inline-block;
  padding: 14px 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #16213a;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.2s ease;
}

.sr-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(255, 255, 255, 0.15);
  color: #16213a;
}

@media (max-width: 1024px) {
  .sr-hero,
  .sr-grid-2,
  .sr-benefits-grid,
  .sr-process,
  .sr-gallery,
  .sr-stats {
    grid-template-columns: 1fr;
  }

  .sr-hero-card {
    padding: 42px 24px;
  }

  .sr-hero-card h1 {
    font-size: 36px;
  }

  .sr-image-wrap img {
    min-height: 360px;
  }
}

@media (max-width: 640px) {
  .sr-about-page {
    padding: 0 14px 60px;
  }

  .sr-hero-card h1 {
    font-size: 30px;
  }

  .sr-hero-card p,
  .sr-benefit p,
  .sr-cta p,
  .sr-section-intro {
    font-size: 16px;
  }

  .sr-gallery-card img {
    height: 220px;
  }
}/* End custom CSS */