@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*
Theme Name: Optways Custom Theme
Theme URI: https://optways.net
Author: Bon Bon
Version: 1.0
Text Domain: optways
*/

:root {
  /* Colors */
  --color-black: #171717;
  --color-white: #ffffff;
  --color-green-primary: #154342;
		--color-green-secondary:#153c3b;
  --color-on-primary: #171717;

  --color-canvas: #ffffff;
  --color-canvas-alt: #fafafa;
  --color-cream: #fffdf7;
  --color-hairline: #dfdfdf;
  --color-muted: #373737;
  --color-accent-2: #6b01c2;

  /* Fonts */
  --font-primary: 'Inter', sans-serif;
  --font-heading: 'Merriweather', serif;

  /* Typography scale */
  --fs-display-xxl: 54px;
  --fs-display-lg: 40px;
  --fs-display-md: 30px;
  --fs-heading-lg: 23px;
  --fs-body-lg: 18px;
  --fs-body-md: 16px;
  --fs-caption: 14px;
  --fs-button: 16px;
  --fs-micro: 12px;
--container-width--large: 1400px;
  --container-width: 1200px;
  --header-height: 70px;
  --transition-base: 0.5s cubic-bezier(0.17, 0.17, 0.24, 1);
}

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

html {
  scroll-behavior: smooth;
}

body,
h1, h2, h3, h4, h5, h6,
p, ul, ol, figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.gap-100 {
    gap: 100px;
}

.gap-50 {
    gap: 50px;
}

.gap-24 {
    gap: 24px;
}

a {
  color: var(--color-green-primary);
  text-decoration: none;
  transition: .3s ease;
}

a:hover {
	 color: var(--color-green-secondary);
}

ul, li {
  list-style-type: none;
}

button {
  font-family: inherit;
}
.mb{
display:none;
}

body {

	  font: 400 16px / 1.45 Inter;
  color: var(--color-black);
  background: var(--color-canvas);
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
	line-height:1.5;
  color: var(--color-black);
	
}

/* Display headline */
.display-xxl {
  font-size: var(--fs-display-xxl);
  font-weight: 500;
}

/* Section opener */
.display-lg,
h2 {
  font-size: var(--fs-display-lg);
  font-weight: 600;
}

/* Card title */
.display-md,
h3 {
  font-size: var(--fs-display-md);
  font-weight: 600;
}

/* Pricing tier name */
.heading-lg,
h4 {
  font-size: var(--fs-heading-lg);
  font-weight: 600;
  font-family: var(--font-primary);
}

/* Marketing body lead */
.body-lg {
  font-size: var(--fs-body-lg);
  font-weight: 400;
}
.body-md {
  font-size: var(--fs-body-md);
  font-weight: 400;
}

/* Helper copy / footnotes */
.caption {
  font-size: var(--fs-caption);
  font-weight: 400;
  color: var(--color-muted);
}

/* Eyebrow label */
.micro-cap {
  font-size: var(--fs-micro);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-muted);
}

.container {
  width: 100%;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0;
}

section {
  padding: 50px 0;
}
.section-blog{
padding-top:0;
}
.section-title {
  margin-bottom: 48px;
}
.w-100{
width:100%;
}
.btn {
  font: 500 15px/1.4 var(--font-primary);
  border-radius: 6px;
  padding: 0 23px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  cursor: pointer;
  gap: 8px;
  white-space: nowrap;
}
.btn svg{
	transition:.3s all;
}
.btn:hover svg{
	transform:translateX(5px);
}
.btn-primary {
  background: var(--color-green-primary);
  color: var(--color-white);
}

.btn-primary:hover {
 background:transparent;
	border-color: var(--color-green-primary);
	color: var(--color-green-primary);
	
}

.btn-secondary {
  background: transparent;
  color: var(--color-green-primary);
  text-decoration: underline;
  padding: 0;
  height: auto;
}
.btn-secondary svg {
  transition:.3s all;
}
.btn-secondary:hover svg {
  transform:translateX(5px);
}
.btn-outline {
  background: transparent;
  color: var(--color-green-primary);
  border: 1px solid var(--color-green-primary);
}

.btn-outline:hover {
  background: var(--color-green-primary);
  color: var(--color-white);
}

.btn-outline-white {
  background: transparent;
  color: var(--color-white);
  border: 1px solid var(--color-white);
}

.btn-outline-white:hover {
  background: var(--color-white);
  color: var(--color-green-primary);
}
.field-error{
font-size:12px;
	color:#c60a13;
	font-style:italic;
}
.scroll-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #154342;
  color: #fff;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: opacity .35s ease, transform .35s ease, background .2s ease, visibility 0s linear .35s;
  z-index: 90;
}
.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .35s ease, transform .35s ease, background .2s ease, visibility 0s;
}
.scroll-top:hover { background: #0f3433; }
.scroll-top svg { width: 22px; height: 22px; }
.site-header {
     position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    transition: transform var(--transition-base);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
	
}

.site-header.slide-up {
  transform: translateY(-100%);
}

.header-bg {
    backdrop-filter: blur(24px);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    backdrop-filter: blur(24px) saturate(110%) brightness(1.3);
    -webkit-backdrop-filter: blur(var(--lg-blur)) saturate(130%) brightness(1.06);
    background: rgba(255, 255, 255, .95);
    overflow: hidden;
    z-index: -1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
  gap: 24px;
}

.header--left .logo img {
  height: 35px;
  width: auto;
}

.header--center {
  display: flex;
  align-items: center;
  gap: 32px;
}

.header--center a {
  font-size: var(--fs-body-md);
	color: var(--color-black);
}
.header--center a:hover {
	color: var(--color-green-primary);
}
.header--right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-main {
  padding-top: var(--header-height);
	overflow-x:clip;
}
/* Header search ------------------------------------------------ */
.header-search-toggle {
  background: none;
  border: 0;
  padding: 6px;
  cursor: pointer;
  color: #154342;
  display: inline-flex;
  line-height: 0;
}
.header-search-toggle svg { width: 22px; height: 22px; }
.header-search-toggle__close { display: none; }
.header-search-toggle.is-active .header-search-toggle__search { display: none; }
.header-search-toggle.is-active .header-search-toggle__close { display: inline-flex; }

.header-search {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #154342;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height .35s ease, opacity .25s ease, visibility 0s linear .35s;
  z-index: 50;
}
.header-search.is-open {
  max-height: 140px;
  opacity: 1;
  visibility: visible;
  transition: max-height .35s ease, opacity .25s ease, visibility 0s;
}

.header-search__form {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px;
	position:relative;
}

.header-search__submit {
  background: none;
  border: 0;
  padding: 4px;
  cursor: pointer;
  color: #fff;
  opacity: .8;
  display: inline-flex;
  line-height: 0;
  flex-shrink: 0;
  transition: opacity .2s ease;
}
.header-search__submit:hover { opacity: 1; }
.header-search__submit svg { width: 22px; height: 22px; }

.header-search__input {
  flex: 1;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  padding: 8px 0;
  outline: none;
}
.header-search__input::placeholder { color: rgba(255, 255, 255, .55); }


.header-search__input::-webkit-search-cancel-button,
.header-search__input::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.header-search__clear {
     background: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
	    right: 15px;
    bottom: 20px;
}
.header-search__clear svg { width: 12px; height: 12px; }
.nav-toggle {
  display: none;
  width: 30px;
  height: 24px;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
		z-index:999;
    right: 15px;
	top:13px;

}
.nav-toggle span {
  position: absolute;
  right: 0;
  height: 2px;
  background: var(--color-green-primary);
  border-radius: 2px;
  transition: transform .3s ease, opacity .25s ease, width .3s ease;
}
.nav-toggle span:nth-child(1) { top: 2px;  width: 100%; }
.nav-toggle span:nth-child(2) { top: 11px; width: 100%; }
.nav-toggle span:nth-child(3) { top: 20px; width: 62%; }
.nav-toggle.is-open span:nth-child(1) { top: 11px; transform: rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { top: 11px; width: 100%; transform: rotate(-45deg); }

/* Sidebar  */

.mobile-nav {
position: fixed;
    inset: 0;
    top: 70px;
    height: calc(100vh - 70px);
    width: 100%;
	  padding: 20px 0;
    background: var(--color-white);
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: opacity .34s ease, visibility 0s linear .34s;
  
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transition: opacity .34s ease, visibility 0s;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
}
.mobile-nav__logo { color: #154342; font-weight: 600; font-size: 18px; text-decoration: none; line-height: 0; }
.mobile-nav__logo img { max-height: 30px; width: auto; }

.mobile-nav__close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 0;
  background: #eef2f1;
  color: #154342;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav__close svg { width: 20px; height: 20px; }

.mobile-nav__search {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 6px 20px 4px;
  padding: 12px 14px;
  background: #eef2f1;
  border-radius: 3px;
  opacity: 0;
  transform: translateY(22px);
}
.mobile-nav__search svg { width: 20px; height: 20px; color: #8a9897; flex-shrink: 0; }
.mobile-nav__search input {
  border: 0; background: none; outline: none;
  font-family: 'Inter', sans-serif; font-size: 15px; color: #154342; width: 100%;
}

.mobile-nav__menu { list-style: none; margin: 16px 0 0; padding: 0 20px; }
.mobile-nav__menu li { opacity: 0; transform: translateY(22px); }
.mobile-nav__menu a {
  display: flex;
  align-items: center;
  padding: 12px 0;
  color: #154342;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -.01em;
}

.mobile-nav__menu a::after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: currentColor;
  opacity: .4;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.mobile-nav__cta {
     margin: 30px 20px 0;
    align-self: flex-start;
    padding: 13px 32px;
    background: #154342;
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    opacity: 0;
    transform: translateY(22px);
	align-items: center;
    display: flex;
    gap: 10px;
}


.mobile-nav__search,
.mobile-nav__menu li,
.mobile-nav__cta {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .4s ease, transform .4s ease;
}


.mobile-nav.is-open .mobile-nav__search,
.mobile-nav.is-open .mobile-nav__menu li,
.mobile-nav.is-open .mobile-nav__cta {
  opacity: 1;
  transform: translateY(0);
}
.mobile-nav.is-open .mobile-nav__search          { transition-delay: .08s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(1) { transition-delay: .14s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(2) { transition-delay: .20s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(3) { transition-delay: .26s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(4) { transition-delay: .32s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(5) { transition-delay: .38s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(6) { transition-delay: .44s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(7) { transition-delay: .50s; }
.mobile-nav.is-open .mobile-nav__menu li:nth-child(8) { transition-delay: .56s; }
.mobile-nav.is-open .mobile-nav__cta             { transition-delay: .60s; }

@keyframes navFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

body.nav-open { overflow: hidden; }
.site-footer {
background-color:hsla(178,47%,10%,1);
background-image:
radial-gradient(at 27% 19%, hsla(172,48%,17%,1) 0px, transparent 50%),
radial-gradient(at 67% 49%, hsla(167,44%,15%,1) 0px, transparent 50%);
  color: var(--color-white);
}

.site-footer a {
  color: var(--color-white);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 0;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-top .logo img {
  height: 35px;
}

.footer-contact {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 24px;
}
.footer-col{
font-size:15px;
}
.footer-col h4 {
  font-family: var(--font-primary);
  font-size: var(--fs-body-md);
  font-weight: 500;
  color: var(--color-white);
  margin-bottom: 16px;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-col ul li a:hover {
  color: rgba(199, 213, 201, 0.7);
}
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: var(--fs-caption);
	line-height:1.2;
}
.footer-social a img {
  height: 15px;
  width: auto;
}
.section-hero {
  position: relative;
  padding: 0;
  min-height: 560px;
	height:calc(100vh - 60px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	object-position: center center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(21, 67, 66, 0.82) 0%,
    rgba(21, 67, 66, 0.55) 35%,
    rgba(21, 67, 66, 0.15) 65%,
    rgba(21, 67, 66, 0) 100%
  );
}

.section-hero .section-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 120px 0 80px;
}

.section-hero .section-body h1 {
    font-size: 2.5vw;
   
}

.section-hero .section-body h1 span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.section-hero .btn-outline-white {
max-width: 480px;
}

/* --- Services --- */
.section-services .section-title {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.section-services .section-title p{
  font-size: inherit;
}
.section-title .micro-cap {
  margin-bottom: 12px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 64px;
}

.service-card {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
align-items: flex-start;
  gap: 15px;
	transition:.3s all;
	overflow:hidden;
}

.service-line{
    width: 100%;
    overflow: hidden;
}
.service-line svg{
    pointer-events: none;
    min-width: 50px;
    max-width: none;
    height: 2.5rem;
    min-height: 2px;
    position: relative;
    margin-left: -135px;
	fill:#eaeaea;
	transition:.3s all;
}
.service-card:hover .service-line svg {
  fill: var(--color-green-primary);
}
.service-icon {
	width: 100%;
}
.service-icon i {
  color: var(--color-green-primary);
	font-size:65px;
}

.service-card h3 {
  font-family: var(--font-primary);
  font-size: var(--fs-heading-lg);
  color: var(--color-black);
}
.service-card h3 a {
  color: var(--color-black);
}
.service-card:hover h3 a, .service-card h3 a:hover  {
  color: var(--color-green-primary);
}
.service-card p{
	min-height:120px;
}

.service-card .btn svg{
	transition:.3s all;
}
.service-card .btn:hover svg{
	transform:translateX(5px);
}

/* --- Industries --- */
.industries {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.industries-title {
  font-family: var(--font-primary);
  font-size: var(--fs-heading-lg);
  font-weight: 700;
}

.industries-grid {
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
}

.industry-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-hairline);
  color: var(--color-green-primary);
}

.industry-item span {
  color: var(--color-black);
  font-size: var(--fs-body-md);
}

/* --- Core values --- */
.section-values {
  background: var(--color-green-primary);
  color: var(--color-white);
}

.section-values .section-title {
  text-align: center;
}

.section-values .section-title h2 {
  margin-top: 8px;
  letter-spacing: 2px;
}

.core-values-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 64px;
  max-width: 880px;
  margin: 0 auto 64px;
  text-align: center;
}

.core-value-item h4 {
  margin-bottom: 8px;
  font-family: var(--font-heading);
}

.core-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 40px;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 32px;
  font-weight: 700;
  color: var(--color-white);
}
.section-title a{
color: var(--color-black);
}
.section-title a:hover{
color: var(--color-green-primary);
}
/* --- Posts --- */
.section-posts .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
/* --- Posts / Articles --- */
.section-posts .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.posts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.posts-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.article {
  position: relative;
  display: block;
}

.article-thumb {
  overflow: hidden;
		transition:.3s all;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
		transition:.7s all;
}

.article-micro-cap {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-decoration: none;
  font-size: var(--fs-micro);
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-muted);
	transition:.3s all;
}
.article-micro-cap:hover {
  color: var(--color-green-primary);
  opacity: 1;
}

.article-title {
  font-family: var(--font-heading);
  color: var(--color-black);
  margin: 8px 0 12px;
		transition:.3s all;
}

.article-sapo {
  color: var(--color-muted);
}

.article-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.article:hover .article-title {
  color: var(--color-green-primary);
}

.article:hover .article-thumb img {
 transform: scale(1.03);
}


.article--featured .article-thumb {
  aspect-ratio: 16 / 9;
  margin-bottom: 16px;
}
.article--featured .article-title {
  font-size: var(--fs-heading-lg);
}


.article--list {
  display: grid;
  grid-template-columns: .6fr 1fr;
  gap: 32px;
  transition: .3s all;
}
.article--list .article-thumb {
  aspect-ratio: 3 / 2;
}
.article--list .article-title {
  font-size: 18px;
  margin-top: 4px;
}


.article--card .article-thumb {
  aspect-ratio: 16 / 10;
  margin-bottom: 16px;
}
.article--card .article-title {
  font-size: 18px;
  line-height: 1.35;
}
/* --- FAQ --- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.faq-left .micro-cap {
  margin-bottom: 12px;
}

.faq-cta {
  margin-top: 32px;
  background: var(--color-green-primary);
  border: 1px solid var(--color-hairline);
  border-radius: 8px;
  padding: 24px;
  display: flex;
flex-wrap:wrap;
	
  gap: 15px 30px;
  color: var(--color-white);
}
.faq-cta img {
  width:110px;
}

.faq-cta p {
  color: var(--color-white);
	    flex: 0 0 calc(100% - 150px);
}

.faq-cta .btn {
 flex:0 0 100%;
		    color: var(--color-white);
    border: 1px solid var(--color-white);
	    text-decoration: none;
    min-height: 42px;
    padding: 0 20px;
	width:100%;
}

.faq-item {
  border-bottom: 1px solid var(--color-hairline);

}

.faq-question {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  text-align: left;
  font: 600 var(--fs-body-md)/1.4 var(--font-primary);
  cursor: pointer;
  color: var(--color-black);
}

.faq-chevron {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-chevron {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 20px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}


.section-page-header {
  background: var(--color-cream);
  border-bottom: 1px solid var(--color-hairline);
  padding: 40px 0;
	margin-top:70px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: var(--fs-caption);
  color: var(--color-muted);
  margin-bottom: 16px;
}

.breadcrumb a {
  color: var(--color-muted);
}

.breadcrumb a:hover {
  color: var(--color-green-primary);
  opacity: 1;
}

.breadcrumb-sep {
    margin: 0 6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #dfdfdf;
    display: inline-block;
}

.breadcrumb-current {
  color: var(--color-green-primary);
}

.page-title {
  font-family: var(--font-heading);
  font-size: var(--fs-display-lg);
  font-weight: 700;
  line-height: 1.12;

}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-group label {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1a1a1a;
}
.form-group input,
.form-group textarea {
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 12px 14px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    resize: vertical;
	   transition: 0.3s all;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group input:focus-visible,
.form-group textarea:focus-visible {
    border-color: #144443;
    outline: none;
}

.contact-form .btn {
    align-self: flex-start;
}

.form-notice {
    padding: 14px 18px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
.form-notice--success {
    background: #e6f4ea;
    color: #1e7a34;
    border: 1px solid #b9e0c3;
}
.form-notice--error {
    background: #fdecea;
    color: #c0392b;
    border: 1px solid #f5c6c2;
}
@media (min-width: 1540px){
	.container {
  max-width: var(--container-width--large);
}
}

@media (max-width: 1024px) {
  .footer-bottom {
    grid-template-columns: 1fr 1fr;
  }
	
}
@media (max-width:991px){
	.container{
	padding:0 15px;
	}
	.header--right{
	display:none;
	}
  .nav-toggle { display: inline-flex; }

  .main-navigation,
  .header-search-toggle,
  .header-cta {
    display: none;
  }
}

@media (max-width: 767px) {

  .header--center {
    display: none;
  }
	.header-bg{
	background:#ffffff;
	}
	.header-inner{
	height:50px;
	}
.mb{
display:block;
}
	.desk{
	display:none;
	}
	.site-main{
	padding-top:30px;
	}
  section {
    padding: 30px 0;
  }
.section-page-header {
    padding: 20px 0;
	margin-top:50px;
}
	.page-title{
	font-size:23px;
	}
  :root {
    --fs-display-xxl: 30px;
    --fs-display-lg: 23px;
    --fs-display-md: 19px;
  }
	.footer-contact{
	gap: 12px;
	}
	.footer-contact a {
    flex: 0 0 100%;
}
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
	  padding:30px 15px 12px;
  }
.footer-social a {
    padding: 10px 15px;
    line-height: 1.2;
}
  .footer-bottom {
    grid-template-columns: 1fr;
	  border:none;
  }

  /* Homepage sections */
  .section-services .section-title,
  .services-grid,
  .industries,
  .industries-grid,
  .core-values-grid,
  .core-stats,
  .posts-grid,
  .cards-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .post-list-item {
    grid-template-columns: 100px 1fr;
  }
	.section-title {
		margin-bottom: 20px;

	}
  .section-hero .section-body {
    padding: 100px 15px 48px;
  }
	.section-hero .section-body h1 {
    font-size: 6.3vw;
}
	.section-services .section-title {
    gap: 20px;
}
.service-card{
	    padding: 10px 15px 30px;
	}
	.services-grid {
    margin-bottom: 20px;
}
	.industries {
    gap: 20px;
}
	.industry-item:last-child {
    border-bottom: none;
	}
  .core-values-grid {
    text-align: left;
  }

  .stat-item {
    justify-content: flex-start;
  }
}
