.site-header {
    background-color: transparent !important;
}
.widget_nav_menu .widget-title {
    margin-bottom: 0px;
}
.textarea {
    resize: none !important;
}

textarea {
    min-height: 200px;
    max-height: 200px;
}
#ast-desktop-header{
    position: fixed; 
    top: 0; 
    width: 100%; 
    z-index: 1000; 
		background-color:rgba(17,17,17,0.6);
}
.main-header-bar-wrap .sub-menu {
    background-color: #ffffff !important; 
    border-top: 2px solid #00c7b2; 
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.main-header-bar-wrap .sub-menu a {
       color: #333333 !important; 
}

(hover)
.main-header-bar-wrap .sub-menu a:hover {
    color: #00c7b2 !important; 
    background-color: #f7f7f7 !important; }

#block-107 p {
  padding-right:100px;
	line-height: 1.6;
	font-size:13.5px;
}
@media (min-width: 923px) {
    .ast-mobile-header-wrap,
    .ast-menu-toggle,
    .main-header-bar .ast-main-header-wrap 
    .ast-header-break-point {
        display: none !important;
        visibility: hidden !important;
    }
}
#post-2615 > div > div.wp-block-uagb-container.uagb-block-fsb3tmul.alignfull.uagb-is-root-container > div > figure > div {
  width: 60%;
	 margin-left:100px;
  margin-right: 0;
}

.sv-page *,
.sv-page *::before,
.sv-page *::after {
  box-sizing: border-box;
}

.sv-page h1, .sv-page h2, .sv-page h3,
.sv-page h4, .sv-page h5, .sv-page h6,
.sv-page, .sv-page ul, .sv-page ol,
.sv-page figure, .sv-page blockquote {
  margin: 0;
  padding: 0;
}
.sv-page {
  --bg: #0a0a0a;
  --bg-card: #111111;
  --bg-card2: #161616;
  --border: rgba(255,255,255,0.08);  
  --border-mid: rgba(255,255,255,0.12);  
  --text: #f2f2f2; 
--font-heading: 'Manrope', sans-serif;
  --font-serif: 'Newsreader', Georgia, serif;
  --font-body: 'Intern', sans-serif;   
  --text-muted: #737373; 
  --text-dim: #3d3d3d;
  --italic-color: #84E6DC;  
  background: var(--bg);  
  color: var(--text);   
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}
.sv-page a { text-decoration: none; color: inherit; }
.sv-page img { max-width: 100%; display: block; }
.sv-page .wp-block-jetpack-contact-form {
  text-align: left;
}
:root {
  --ast-comment-inputs-background: transparent;
}

/* HERO */
.sv-page .hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding: 4rem 2rem 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
padding-top:120px;
}
.sv-page .hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.8rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--text);
  margin: 0 auto 1rem;
  max-width: 900px;
}
.sv-page .hero h1 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--italic-color);
}
.sv-page .hero-sub {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  margin: 0 auto 2.5rem;
  line-height: 1.7;
}
.sv-page .btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.sv-page .btn-solid {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500; 
  background: var(--italic-color);
  color: var(--bg);
  transition: opacity 0.15s;
}
.sv-page .btn-solid:hover { opacity: 0.85; }
.sv-page .btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.25rem;
  border-radius: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--border-mid);
  color: var(--text-muted);
  transition: all 0.15s;
}
.sv-page .btn-ghost:hover {
  color: var(--text);
  border-color: rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.04);
}
/* EYEBROW */
.sv-page .eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--text-dim);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  display: block;
}
.sv-page h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 2rem;
  padding: 0;
}
.sv-page h2 em {
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  color: var(--italic-color);
}
.sv-page h2.large { font-size: clamp(2rem, 4vw, 3.25rem); }
html, body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden;
}


