.elementor-kit-5{--e-global-color-primary:#061A26;--e-global-color-secondary:#0B2B3A;--e-global-color-text:#6B7785;--e-global-color-accent:#8ECAD8;--e-global-color-069275c:#8ECAD8;--e-global-color-8233cd9:#F4F7F9;--e-global-color-3a2dce8:#122033;--e-global-color-bebc041:#FFFFFF;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 {
  --ozan-dark: #061A26;
  --ozan-navy: #0B2B3A;
  --ozan-blue: #8ECAD8;
  --ozan-light: #F4F7F9;
  --ozan-text: #122033;
  --ozan-muted: #6B7785;
  --ozan-white: #FFFFFF;
}

body {
  overflow-x: hidden;
}

.ozan-section-title {
  font-weight: 700;
  color: var(--ozan-text);
  letter-spacing: -0.03em;
}

.ozan-section-desc {
  color: var(--ozan-muted);
  line-height: 1.7;
}

.ozan-accent-line {
  width: 42px;
  height: 2px;
  background: var(--ozan-blue);
  display: block;
  margin-top: 18px;
}

.ozan-btn-dark .elementor-button {
  background: var(--ozan-dark);
  color: #fff;
  border-radius: 2px;
  padding: 15px 28px;
  font-weight: 600;
}

.ozan-btn-dark .elementor-button:hover {
  background: var(--ozan-navy);
}

.ozan-btn-outline .elementor-button {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 4px;
  padding: 13px 28px;
}

.ozan-btn-outline .elementor-button:hover {
  background: rgba(255,255,255,0.12);
}/* End custom CSS */