/*
Theme Name:     Strand
Template: neve
Author:         Ausgraphics
Description:    Neve Child Theme
*/
html {
	scroll-behavior:smooth;
}
a {transition: all .3s ease;}
.nav-ul li.menubtn a {
  color: var(--nv-site-bg);
	background: var(--nv-primary-accent);
  padding: 2px 10px 2px 10px;
}
a:focus, a:hover, a:active {
  opacity: 1;
}
.nav-ul li.menubtn a:hover, .nav-ul li.menubtn a:active {
  color: var(--nv-site-bg);
	background: var(--nv-text-color);
}
.m-style > ul > li.menubtn > .wrap::after {
	display:none;
}
.header-menu-sidebar .nav-ul li:not([class*="block"]) > .wrap > a {
  padding: 15px;
}
.footer-bottom {
  display: none !important;
}
.sa_footer {
  background: var(--nv-c-2);
  text-align: center;
  padding: 10px 15px;
  color: var(--nv-site-bg);
  font-size: 0.8rem;
}
.sa_footer a {
  color: var(--nv-site-bg);
  text-decoration:underline;
}
.widget .widget-title {
  margin-bottom: 30px;
	text-transform: uppercase;
}
.widget-area a:hover, .widget-area a:active, .widget-area a:focus {
  color: var(--nv-c-1);
}
.widget-area a {
  text-decoration: none;
}
.widget-area p {
  font-size: 1rem;
}
.widget-area {
  text-align: center;
}
.footerbefore {
  width: 110%;
  border-radius: 70% 130% 0 0 / 70% 130% 0 0;
  background: var(--nv-primary-accent);
  height: 260px;
  left: -5%;
  position: relative;
  margin-bottom: -150px;
  margin-top: -130px;
}

.sa_row {
  position: relative;
  display: block;
  width: 100vw;
  overflow-x: hidden;
}
.sa_wrap {
  width: 100vw;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.btn_wht {
  background: var(--nv-site-bg);
  color: var(--nv-primary-accent);
  padding: 6px 12px 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid var(--nv-site-bg);
  margin-right:20px;
  margin-bottom:30px;
	font-size: 1rem;
	transition: all .3s ease !important;
}
.btn_wht:hover, .btn_wht:active, .btn_wht:focus {
  background: var(--nv-c-1);
  color: var(--nv-site-bg);
  border: 2px solid var(--nv-c-1);
}

.btn_wht_ol {
  background: transparent;
  color: var(--nv-site-bg);
  padding: 6px 12px 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid var(--nv-site-bg);
  margin-right:20px;
  margin-bottom:30px;
	font-size: 1rem;
	transition: all .3s ease !important;
}
.btn_wht_ol:hover, .btn_wht_ol:active, .btn_wht_ol:focus {
  color: var(--nv-c-1);
  border: 2px solid var(--nv-c-1);
}

.btn_blu {
  background: var(--nv-primary-accent);
  color: var(--nv-site-bg);
  padding: 6px 12px 6px 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border: 2px solid var(--nv-primary-accent);
  margin-right:20px;
  margin-bottom:30px;
	font-size: 1rem;
	transition: all .3s ease !important;
}
.btn_blu:hover, .btn_blu:active, .btn_blu:focus {
  background: var(--nv-c-1);
  color: var(--nv-site-bg);
  border: 2px solid var(--nv-c-1);
}
.downbtn {
  background: var(--nv-c-1);
  position: absolute;
  left: 50%;
  bottom: 7px;
  transform: translateX(-50%) translateY(50%);
  color: var(--nv-site-bg);
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
  transition: all .3s ease !important;
  align-content: center;
}
.downbtn:hover, .downbtn:active, .downbtn:focus {
  background: var(--nv-site-bg);
  color: var(--nv-primary-accent);
}

.sa_row.hm_hero {
  background: var(--nv-primary-accent);
  background-repeat: no-repeat;
  background-position: left center;
  overflow: visible;
  width: 110%;
  border-radius: 0 0 130% 70% / 0 0 70% 30%;
  left: -5%;
}
.hm_hero .sa_wrap {
  height: 75vh;
}
.hm_hero_left {
  width: 100%;
  position: relative;
  top: 50%;
  float: left;
  transform: translateY(-50%);
  z-index: 1;
}
.hm_hero_right {
  width: 100%;
  max-width: 50%;
  display: inline-block;
}
.hm_head_fg_image {
  position: absolute;
  width: 42vw;
  top: 6%;
  left: 55%;
}
.hm_head_title {
  color: var(--nv-site-bg);
  text-indent: -40px;
  padding-left: 40px;
}
.hm_head_body {
  color: var(--nv-site-bg);
  font-size: 1.2rem;
  max-width: 540px;
  margin-bottom: 40px;
  padding-left: 40px;
}
.hero_btns {
  padding-left: 40px;
}

.small_title {
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.big_title {
  color:var(--nv-primary-accent);
}

.hm_intro {
  padding: 120px 0 100px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.hm_serv_row .sa_wrap {
  display: flex;
  max-width: 100%;
  padding: 0;
  background: var(--nv-light-bg);
}
.hm_serv_left {
  width: 100%;
  max-width: 50%;
  text-align: left;
	padding-bottom: 200px;
}
.hm_serv_right {
  width: 100%;
  max-width: 50%;
align-content: center;
	padding-bottom: 200px;
}
.left-inner {
  width: 100%;
  max-width: 650px;
  float: right;
  padding: 100px 220px 100px 15px;
}
.hm_serv_big_title {
  max-width: 320px;
}
.hm_serv_intro_body {
  margin-bottom: 40px;
}

.serv-accordion {
  max-width: 70%;
  margin: 0 0 0 -40px;
  position: relative;
}
.accordion-item {
  margin: 20px 0;
  background: var(--nv-primary-accent);
}
.accordion-header {
    width: 100%;
    padding: 20px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: bold;
    outline: none;
	transition: ease-in-out 0.3s;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out;
	color: var(--nv-site-bg);
  font-size: 1rem;
}
.acc-content-inner {
    padding: 20px 20px;
}
.accordion-header i {
  margin-right: 10px;
}
/* Icon Rotation/Toggle */
.accordion-header.active .icon::before {
    content: "\f068"; /* Font Awesome Minus */
}
.accordion-header .icon {
    transition: transform 0.33s ease;
}

#approach {
  background-color: var(--nv-primary-accent);
  width: 110%;
  border-radius: 70% 130% 70% 130% / 30% 70% 30% 70%;
  left: -5%;
  margin: -150px 0;
  z-index: 1;
  background-image: url(https://staging.strandadvisory.com/wp-content/uploads/2026/05/logo-bg.png);
  background-repeat: no-repeat;
  background-size: 40vw;
  background-position: right 10% top 180px;
}
#approach .sa_wrap {
  padding: 100px 15px;
  text-align: center;
  color: #fff;
}
.hm_app_big_title {
  color: #fff;
  max-width: 500px;
  margin: 0 auto 60px;
}
.hm_app_points_list {
  display: flex;
  align-items: start;
}
.hm_app_point {
  padding: 0 30px;
	width: 100%;
  max-width: 33.33%;
}
.hm_app_point_icon {
  max-width: 60px;
}
.hm_app_point_title {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.hm_app_point_description {
  font-size: 1rem;
  max-width: 80%;
  margin: 0 auto;
}

#about {
  background: var(--nv-light-bg);
  padding: 240px 0 100px;
}
#about .sa_wrap {
  max-width: 1170px;
}
.hm_about_left {
  width: 100%;
  max-width: 40%;
  float: left;
	padding-right: 60px;
}
.hm_about_big_title {
  max-width: 420px;
  margin-bottom: 60px;
}
.hm_about_right {
  width: 100%;
  max-width: 60%;
  display: inline-block;
  margin-top: 45px;
}

#contact {
  padding: 100px 0 200px;
}
.hm_cont_left {
  width: 100%;
  max-width: 50%;
  float: left;
	padding-right: 60px;
}
.hm_cont_right {
  width: 100%;
  max-width: 50%;
  display: inline-block;
}
.hm_cont_body {
  margin-bottom: 60px;
}
.wpcf7-submit {
  padding: 10px 14px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  font-size: 1rem !important;
	transition: ease-in-out 0.3s;
}
.wpcf7-text, .wpcf7-textarea {
  margin-bottom: 15px;
  border: 2px solid var(--nv-primary-accent) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100%;
}
.wpcf7-textarea {
  margin-bottom: 0;
}

@media (max-width: 960px) {
	.hm_head_title {
  text-indent: 0;
  padding-left: 0;
}
.left-inner {
  padding: 100px 120px 100px 15px;
}
	.serv-accordion {
  max-width: 90%;
}
.sa_row.hm_hero {
  border-radius: 0 0 100% 100% / 0 0 40% 10%;
}
#approach {
  border-radius: 100% 100% 100% 100% / 10% 30% 10% 30%;
  background-size: 80vw;
  background-position: right -15vw top 270px;
}
.footerbefore {
  border-radius: 100% 100% 0 0 / 30% 70% 0 0;
height: 200px;
}
}

@media (max-width: 768px) {
.sa_row.hm_hero {
  border-radius: 0 0 100% 100% / 0 0 30% 10%;
}
#approach {
  border-radius: 100% 100% 100% 100% / 5% 10% 5% 10%;
    background-size: 120vw;
    background-position: right -35vw bottom -45px;
  }
.footerbefore {
border-radius: 100% 100% 0 0 / 30% 70% 0 0;
      height: 260px;
}
.hm_head_body {
  padding-left: 0;
  text-align: center;
}
.hm_head_title {
  text-align: center;
}
.hero_btns {
  padding-left: 0;
  text-align: center;
}
	.btn_wht, .btn_wht_ol, .btn_blu {
  margin: 0 auto 30px !important;
      display: block;
      width: fit-content;
}
.hm_hero .sa_wrap {
  height: 80vh;
}
	.hm_hero_right {
  width: 100%;
  max-width: 50%;
  display: none;
}
.hm_serv_left {
  max-width: 100%;
  padding-bottom: 100px;
}	
.hm_serv_row .sa_wrap {
  display: block;
}
 .left-inner {
    padding: 100px 15px 100px 15px;
text-align: center;
  }
.small_title {
  font-size: 1rem;
}
	.hm_serv_big_title {
  max-width: 100%;
}
	.hm_serv_right {
  max-width: 100%;
padding-top: 30px;
}
  .serv-accordion {
    max-width: 100%;
  margin: 0 15px;
}
.accordion-header {
  display: flex;
}	
.accordion-header .icon {
  line-height: 1.4;
}
	.hm_app_points_list {
  display: block;
  align-items: start;
}
.hm_app_point {
  max-width: 100%;
  margin-bottom: 60px;
}
.hm_app_point_description {
  max-width: 100%;
}
.hm_about_left {
  max-width: 100%;
  float: none;
  padding-right: 0;
text-align: center;
}
.hm_about_right {
  max-width: 100%;
  margin-top: 0;
	text-align: center;
}
.hm_about_big_title {
  max-width: 100%;
  margin-bottom: 30px;
}
.hm_cont_left {
  max-width: 100%;
  float: none;
  padding-right: 0;
  text-align: center;
}
	.hm_cont_body {
  margin-bottom: 30px;
}
.hm_cont_right {
  max-width: 100%;
}
.wpcf7-submit {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
}