.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --orhan-green-950: #03291b;
  --orhan-green-900: #043d27;
  --orhan-green-800: #075c38;
  --orhan-gold: #c4a247;
  --orhan-gold-soft: #efe3bb;
  --orhan-cream: #fbf8ef;
  --orhan-white: #ffffff;
  --orhan-text: #233128;
  --orhan-muted: #68746c;
  --orhan-border: rgba(196, 162, 71, 0.28);
  --orhan-shadow: 0 24px 70px rgba(4, 61, 39, 0.14);
  --orhan-container: 1180px;
}

.orhan-container {
  width: min(var(--orhan-container), calc(100% - 40px));
  margin: 0 auto;
}

.orhan-section {
  padding: 92px 0;
}

.orhan-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--orhan-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.orhan-eyebrow::before {
  content: "";
  width: 42px;
  height: 1px;
  background: currentColor;
}

.orhan-h1,
.orhan-h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.orhan-h1 {
  font-size: clamp(44px, 6vw, 82px);
  color: var(--orhan-white);
  max-width: 800px;
  margin: 0 0 22px;
}

.orhan-h2 {
  font-size: clamp(34px, 4vw, 56px);
  color: var(--orhan-green-900);
  margin: 0 0 16px;
}

.orhan-h3 {
  font-size: 21px;
  color: var(--orhan-green-900);
  margin: 0 0 10px;
  line-height: 1.15;
}

.orhan-lead {
  color: var(--orhan-muted);
  font-size: 17px;
  max-width: 680px;
  margin: 0;
}

.orhan-btn {
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.25s ease;
  text-decoration: none !important;
  white-space: nowrap;
}

.orhan-btn:hover {
  transform: translateY(-2px);
}

.orhan-btn-primary {
  background: var(--orhan-gold);
  color: var(--orhan-green-950) !important;
  box-shadow: 0 14px 34px rgba(196, 162, 71, 0.24);
}

.orhan-btn-primary:hover {
  background: var(--orhan-gold-soft);
}

.orhan-btn-secondary {
  color: var(--orhan-white) !important;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
}

.orhan-section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 42px;
}

@media (max-width: 1040px) {
  .orhan-section-header {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .orhan-container {
    width: min(100% - 28px, var(--orhan-container));
  }

  .orhan-section {
    padding: 70px 0;
  }

  .orhan-btn {
    width: 100%;
  }
}/* End custom CSS */