﻿/*
 * Girly by FreeHTML5.co
 * Twitter: https://twitter.com/fh5co
 * Facebook: https://fb.com/fh5co
 * URL: https://freehtml5.co
 */
* {
  margin: 0;
  padding: 0; }

/* Colors */
/* fonts variable */
@font-face {
  font-family: "Oswald-Bold";
  src: url(../fonts/Oswald-Bold.ttf); }

@font-face {
  font-family: "PT-Sans-Bold";
  src: url(../fonts/PT_Sans-Web-Bold.ttf); }

@font-face {
  font-family: "PT-Sans-Regular";
  src: url(../fonts/PT_Sans-Web-Regular.ttf); }

@font-face {
  font-family: "PT-Sans-Italic";
  src: url(../fonts/PT_Sans-Web-Italic.ttf); }

body {
  font-size: 16px;
  font-family: "PT-Sans-Regular"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "PT-Sans-Bold"; }

h2 {
  font-size: 25px;
  text-transform: uppercase; }
  @media (max-width: 600px) {
    h2 {
      font-size: 18px; } }

.maine-menu {
  position: absolute;
  top: 20px; }
  .maine-menu .navbar-nav li .nav-link {
    font-family: "PT-Sans-Bold";
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 25px;
    color: #fff; }
  .maine-menu .navbar-nav li.active a, .maine-menu .navbar-nav li:hover a, .maine-menu .navbar-nav li:visited a {
    color: #f5e3e1; }
  .maine-menu .bar1, .maine-menu .bar2, .maine-menu .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
    position: relative; }
  .maine-menu .change .bar1 {
    -webkit-transform: rotate(-42deg) translate(-2px, 6px);
    transform: rotate(-42deg) translate(-2px, 6px); }
  .maine-menu .change .bar2 {
    opacity: 0; }
  .maine-menu .change .bar3 {
    -webkit-transform: rotate(46deg) translate(-4px, -8px);
    transform: rotate(46deg) translate(-4px, -8px); }
  @media (max-width: 991px) {
    .maine-menu .navbar-nav {
      float: right; }
      .maine-menu .navbar-nav li .nav-link {
        font-family: "PT-Sans-Bold";
        font-size: 16px;
        text-transform: uppercase;
        padding: 7px 10px;
        color: #fff; }
    .maine-menu .collapse.show {
      background: rgba(0, 0, 0, 0.5); } }

form #website{ display:none; }

.card {
  border: none;
  background: none;
  border-radius: 0; }
  .card img {
    border-radius: 0; }

.fh5co-home-banner {
  padding: 0; }
  .fh5co-home-banner .card {
    border: none; }
  .fh5co-home-banner h2 {
    font-size: 30pt;
    color: #fff;
    text-transform: uppercase;
    max-width: 730px;
    margin: -100px auto; }
  .fh5co-home-banner a {
    text-transform: uppercase;
    color: #fff;
    width: 198px;
    border-radius: 40px;
    margin-top: 50px;
    padding: 13px 0; }
    .fh5co-home-banner a svg {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      margin-top: -13px; }
  .fh5co-home-banner .center-text {
    text-align: center;
    position: relative;
    top: 35%; }
  .fh5co-home-banner .card-img-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
    background: -o-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
    background: -linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black); }
  @media (max-width: 991px) {
    .fh5co-home-banner h2 {
      font-size: 20pt;
      max-width: 460px; }
    .fh5co-home-banner .center-text {
      top: 60%; } }
  @media (max-width: 700px) {
    .fh5co-home-banner a {
      width: 140px;
      padding: 4px 0; }
      .fh5co-home-banner a svg {
        height: 35px;
        margin-top: -5px;
        width: 140px; } }
  @media (max-width: 600px) {
    .fh5co-home-banner a {
      margin-top: 20px; }
    .fh5co-home-banner h2 {
      font-size: 10pt;
      max-width: 260px; }
    .fh5co-home-banner .center-text {
      top: 100%; } }

.fh5co-two-img .card-img-overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black);
  background: -linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), black); }

.contact-pop {
  margin-top: 0px; }
  .contact-pop .card-img-overlay {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    background: -linear-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    border-radius: 15px 0 0 15px; }
  .contact-pop .row {
    max-width: 918px;
    margin: 0 auto; }
  .contact-pop img {
    border-radius: 15px 0 0 15px; }
  .contact-pop .content {
    padding: 45px 20px 20px 40px;
    height: 100%;
    background: #fff;
    border-radius: 0 15px 15px 0; }
    .contact-pop .content h3 {
      color: #3d383a;
      font-size: 25px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .contact-pop .content h4 {
      color: #978b91;
      font-size: 14px;
      font-family: "PT-Sans-Regular"; }
    .contact-pop .content p {
      color: #584f53; }
    .contact-pop .content hr {
      background-color: #f47a6a;
      width: 50px;
      height: 5px;
      border: none;
      margin-left: 0; }
    .contact-pop .content a {
      background-color: #f47a6a;
      width: 208px;
      border-radius: 40px;
      color: #fefefe;
      padding: 10px 0;
      margin-top: 20px; }
    @media (max-width: 991px) {
      .contact-pop .content {
        padding: 20px 20px 20px 25px; }
        .contact-pop .content h3 {
          font-size: 24px; }
        .contact-pop .content h4 {
          font-size: 16px; }
        .contact-pop .content p {
          font-size: 14px; }
        .contact-pop .content a {
          width: 208px;
          padding: 5px 0; }
        .contact-pop .content hr {
          margin: 10px 0; } }
  @media (max-width: 991px) {
    .contact-pop {
      margin-top: -250px; } }
  @media (max-width: 767px) {
    .contact-pop {
      margin-top: 0; }
      .contact-pop .col-md-6 {
        padding: 0; }
      .contact-pop img {
        border-radius: 15px 15px 0 0; }
      .contact-pop .card-img-overlay {
        border-radius: 15px 15px 0 0; }
      .contact-pop .content {
        border-radius: 0 0 15px 15px; } }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.fh5co-recent-work {
  background: #f5e3e1;
  padding: 100px 0; }
  @media (max-width: 767px) {
    .fh5co-recent-work {
      padding-bottom: 0; } }

.recent {
  margin-top: 200px; }
  .recent h2 {
    color: #fff; }
  .recent .owl-carousel .owl-stage-outer {
    padding-top: 30px;
    padding-bottom: 50px; }
  .recent .owl-carousel .owl-nav {
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff; }
    .recent .owl-carousel .owl-nav .owl-prev, .recent .owl-carousel .owl-nav .owl-next {
      height: 23px;
      width: 23px;
      text-align: center;
      padding: 0;
      border: 1px solid #fff;
      border-radius: 50%;
      margin: 0 2px; }
      .recent .owl-carousel .owl-nav .owl-prev:hover, .recent .owl-carousel .owl-nav .owl-next:hover {
        background: #fff;
        color: #f5e3e1; }
      .recent .owl-carousel .owl-nav .owl-prev span, .recent .owl-carousel .owl-nav .owl-next span {
        position: relative;
        display: block;
        top: -2px; }
    .recent .owl-carousel .owl-nav button {
      outline: none; }
  .recent .card {
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .recent .card .card-img {
      border-radius: 15px; }
    .recent .card h5 {
      font-size: 20px;
      color: #fff;
      margin-bottom: 5px; }
    .recent .card p {
      font-size: 14px;
      color: #f5e3e1; }
    .recent .card.active, .recent .card:hover {
      transform: scale(1.05, 1.1);
      -webkit-transform: scale(1.05, 1.1);
      -ms-transform: scale(1.05, 1.1);
      -moz-transform: scale(1.05, 1.1);
      box-shadow: 0px 20px 32px 0px rgba(0, 0, 0, 0.25); }
      .recent .card.active .card-img-overlay, .recent .card:hover .card-img-overlay {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95)); }
      .recent .card.active p, .recent .card:hover p {
        color: #e587ac; }
  .recent .card-img-overlay {
    border-radius: 15px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85));
    background: -o-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.85)); }
  .recent .heart {
    width: auto !important; }
  .recent .bottom-text {
    position: absolute;
    bottom: 30px; }
  @media (max-width: 767px) {
    .recent {
      margin-top: 100px; } }

.fh5co-portfolio {
  background-color: #f2d5d7;
  background-image: url(../img/camera-bg.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-top: 0; }
  .fh5co-portfolio h2 {
    color: #584f53;
    margin-bottom: 20px; }
  .fh5co-portfolio .card {
    margin-bottom: 0; }
    .fh5co-portfolio .card.active, .fh5co-portfolio .card:hover {
      transform: none;
      box-shadow: none; }
  .fh5co-portfolio .bottom-text {
    bottom: 15px; }
  .fh5co-portfolio .bx {
    float: left;
    padding: 7px; }
  @media (max-width: 1199px) {
    .fh5co-portfolio .bx-1, .fh5co-portfolio .bx-4 {
      width: 32.5%; }
    .fh5co-portfolio .bx-2 {
      width: 41%; }
    .fh5co-portfolio .bx-3 {
      width: 26.5%; }
    .fh5co-portfolio .bx-middle {
      width: 67.5%; }
    .fh5co-portfolio .bx-5, .fh5co-portfolio .bx-8 {
      width: 39%; }
    .fh5co-portfolio .bx-6, .fh5co-portfolio .bx-7 {
      width: 61%; } }
  @media (max-width: 991px) {
    .fh5co-portfolio h5 {
      font-size: 16px !important; } }
  @media (max-width: 767px) {
    .fh5co-portfolio h5 {
      font-size: 14px !important; } }
  @media (max-width: 576px) {
    .fh5co-portfolio h5 {
      font-size: 16px !important; }
    .fh5co-portfolio .bx {
      width: auto !important;
      display: inline-block;
      float: none;
      margin: 3px auto; }
    .fh5co-portfolio .bx-middle {
      text-align: center !important; }
      .fh5co-portfolio .bx-middle .heart {
        float: left !important; } }

.activity {
  background: #f3e7e8;
  padding-bottom: 50px; }
  .activity .recent {
    margin-top: 0; }
  .activity h2 {
    color: #584f53; }
  .activity .owl-carousel .owl-nav .owl-prev, .activity .owl-carousel .owl-nav .owl-next {
    color: #212020;
    border-color: #212020; }
    .activity .owl-carousel .owl-nav .owl-prev:hover, .activity .owl-carousel .owl-nav .owl-next:hover {
      background: #212020;
      color: #fff; }
  .activity .card {
    margin-bottom: 0;
    box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.2); }
    .activity .card .card-img-overlay {
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
      background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
    .activity .card.active, .activity .card:hover {
      transform: none;
      box-shadow: none; }
      .activity .card.active .card-img-overlay, .activity .card:hover .card-img-overlay {
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: -moz-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95));
        background: -ms-linear-gradient(rgba(0, 0, 0, 0.3), rgba(244, 141, 127, 0.95)); }
      .activity .card.active p, .activity .card:hover p {
        color: #e587ac; }
    .activity .card h5 {
      font-size: 22px; }
    .activity .card:hover a {
      display: inline-block; }
  .activity .card-img-overlay {
    padding: 0 2.2rem; }
    .activity .card-img-overlay a {
      display: none;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
      margin-top: 10px; }
      .activity .card-img-overlay a img {
        width: 20px;
        display: inline-block;
        color: #fff; }

.fh5co-about-me {
  padding: 0; }
  .fh5co-about-me .card-img-overlay {
    background-color: rgba(244, 141, 127, 0.902); }
  .fh5co-about-me h2 {
    text-align: center;
    color: #fff;
    font-size: 2.5em ;
    margin: 30px auto; }
  .fh5co-about-me .card-img {
    min-height: 730px; }
  .fh5co-about-me .carousel-indicators {
    bottom: 100px; }
    .fh5co-about-me .carousel-indicators li {
      height: 89px;
      width: 89px;
      z-index: 55;
      text-indent: 5px;
      border: 1px solid #fafafa;
      border-style: solid;
      border-radius: 50%;
      padding: 3px;
      background: none;
      margin: 0 20px;
      position: relative;
      top: 43px;
      opacity: 0.5; }
      .fh5co-about-me .carousel-indicators li span {
        font-family: "PT-Sans-Bold";
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
        display: none;
        color: #fff; }
      .fh5co-about-me .carousel-indicators li img {
        width: 100%;
        position: relative;
        left: -5px; }
      .fh5co-about-me .carousel-indicators li.active {
        height: 166px;
        width: 166px;
        opacity: 1;
        top: 0px;
        padding: 7px; }
        .fh5co-about-me .carousel-indicators li.active span {
          display: block; }
  .fh5co-about-me .carousel-caption {
    bottom: 335px; }
    .fh5co-about-me .carousel-caption p {
      max-width: 540px;
      margin: 0 auto;
      margin-top: 50px; }
  @media (max-width: 991px) {
    .fh5co-about-me .card-img {
      position: relative;
      width: 150% !important;
      margin-left: -25%;
      margin-right: -25%; } }
  @media (max-width: 720px) {
    .fh5co-about-me h2 {
      margin: 20px auto; }
    .fh5co-about-me .card-img {
      min-height: 575px; }
    .fh5co-about-me .carousel-caption {
      left: 5%;
      right: 5%;
      bottom: 270px; }
      .fh5co-about-me .carousel-caption p {
        margin-top: 20px; }
      .fh5co-about-me .carousel-caption img {
        max-width: 50px; }
    .fh5co-about-me .carousel-indicators {
      bottom: 100px;
      margin-left: 5%;
      margin-right: 5%; }
      .fh5co-about-me .carousel-indicators li {
        height: 60px;
        width: 60px;
        margin: 0 10px;
        top: 20px; }
        .fh5co-about-me .carousel-indicators li span {
          font-size: 14px; }
        .fh5co-about-me .carousel-indicators li.active {
          height: 100px;
          width: 100px; } }

.fh5co-insta-feed {
  padding: 100px 0;
  background: #f7f0f1; }
  .fh5co-insta-feed .card {
    box-shadow: none; }
    .fh5co-insta-feed .card .card-img-overlay {
      background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
      background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)); }

.twit-box {
  margin: 0 auto;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 350px;
  padding: 60px 30px 30px 30px; }
  .twit-box .media-body h5 {
    font-size: 22px;
    color: #03a9f4; }
  .twit-box .media-body p {
    color: #a1a0a1; }
  .twit-box p {
    color: #666666; }
  .twit-box a {
    background-color: #03a9f4;
    border-color: #03a9f4;
    width: 120px;
    padding: 5px 0;
    border-radius: 40px; }
    .twit-box a:hover, .twit-box a:visited {
      background-color: #0286c2; }
  .twit-box::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 57px;
    background: url(../img/twitter-logo.png);
    margin-left: -55px;
    top: -20px; }

.feed-caro {
  padding-top: 36px; }
  @media (max-width: 1199px) {
    .feed-caro {
      padding-top: 95px; } }

.social-links {
  margin-top: 20px; }
  .social-links ul li {
    text-align: center;
    margin: 0 10px; }
    .social-links ul li a {
      border: 1px solid #a59299;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      padding: 0;
      padding-top: 10px; }
    .social-links ul li:hover a, .social-links ul li:visited a {
      background: #fff; }

footer {
  background: #f5e3e1; }
  footer iframe {
    height: 100%;
    width: 100%; }
  footer .contact-form {
    border-radius: 25px;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 380px;
    margin: 117px auto; }
    footer .contact-form h3 {
      color: #333;
      font-size: 20px;
      text-align: center;
      margin-bottom: 20px; }
    footer .contact-form .form-control {
      margin-bottom: 20px;
      border: none;
      background-color: #f4c2bc;
      border-radius: 25px;
      font-size: 15px;
      padding: 25px 30px; }
    footer .contact-form ::-webkit-input-placeholder {
      color: #f47a6a; }
    footer .contact-form textarea {
      height: 203px;
      resize: none;
      padding-top: 20px !important; }
    footer .contact-form button {
      background: #f47a6a;
      width: 140px;
      padding: 13px 0;
      font-size: 15px;
      color: #fff;
      border: none;
      border-radius: 40px;
      margin: 0 auto;
      display: block;
      cursor: pointer; }
      footer .contact-form button:hover, footer .contact-form button:visited {
        background: #f47a6a; }
  footer .copy {
    background: #282526;
    text-align: center; }
    footer .copy p {
      color: #fff; }
    footer .copy a {
      color: #fff;
      transition: 0.3s ease;
      text-decoration: none; }
      footer .copy a:hover {
        color: #f5e3e1; }
  @media (max-width: 1199px) {
    footer .contact-form {
      margin: 50px auto; } }
  @media (max-width: 767px) {
    footer .map {
      min-height: 300px; } }

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0; }
  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }

/* Blog page style */
.fh5co-blog-content {
  background-image: url(../img/girl2.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-content-bckg {
  margin: 0 auto;
  padding: 70px 0;
  width: 80%;
  color: #333; }
  @media (max-width: 992px) {
    .blog-content-bckg {
      padding: 40px 0; } }

.blog-content-inner {
  background-color: #f2d5d7;
  background-color: #f5e3e1;
  padding: 70px;
  border-radius: 15px; }
  .blog-content-inner .card-title {
    margin-bottom: 70px;
    font-size: 45px;
    text-align: center; }
    @media (max-width: 992px) {
      .blog-content-inner .card-title {
        margin-bottom: 40px;
        font-size: 30px; } }
    @media (max-width: 600px) {
      .blog-content-inner .card-title {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .blog-content-inner {
      padding: 40px; } }
  @media (max-width: 600px) {
    .blog-content-inner {
      padding: 20px 0; } }

.single-blog {
  display: flex;
  align-items: center;
  margin-bottom: 50px; }
  .single-blog:last-child {
    margin-bottom: 0; }
  @media (max-width: 1199px) {
    .single-blog .single-blog__img {
      margin-bottom: 30px; } }
  @media (max-width: 600px) {
    .single-blog .single-blog__text {
      font-size: 14px;
      text-align: justify; } }
  @media (max-width: 1199px) {
    .single-blog {
      padding-bottom: 20px;
      border-bottom: 1px solid #fff; }
      .single-blog:last-child {
        padding-bottom: 0;
        border-bottom: none; } }

/* Homepage redesign
   ========================================================================== */

:root {
  --home-ocean-950: #0b2236;
  --home-ocean-900: #0f3654;
  --home-ocean-800: #184768;
  --home-ocean-700: #275977;
  --home-coral-500: #ef7a67;
  --home-coral-600: #de6854;
  --home-sand-50: #fbf7f2;
  --home-sand-100: #f3ece5;
  --home-sand-200: #e8ddd2;
  --home-ink: #1b2f3f;
  --home-muted: #627285;
  --home-white: #ffffff;
  --home-shadow: 0 24px 64px rgba(10, 30, 48, 0.14);
  --home-radius-lg: 28px;
  --home-radius-md: 20px;
  --home-radius-sm: 14px;
  --home-space-xs: 0.75rem;
  --home-space-sm: 1rem;
  --home-space-md: 1.5rem;
  --home-space-lg: 2rem;
  --home-space-xl: 3rem;
  --home-space-2xl: 4.5rem;
}

.homepage-body {
  background: linear-gradient(180deg, #f8f4ee 0%, #fbf8f4 45%, #f5efe8 100%);
  color: var(--home-ink);
  scroll-behavior: smooth;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.homepage-body .maine-menu {
  top: 0;
  padding: 1rem 0;
  background: rgba(11, 34, 54, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: background 0.25s ease;
}

.homepage-body .maine-menu .navbar-nav li .nav-link {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
}

.homepage-body .maine-menu .navbar-nav li.active a,
.homepage-body .maine-menu .navbar-nav li:hover a,
.homepage-body .maine-menu .navbar-nav li:visited a {
  color: #ffd7cf;
}

.homepage-shell {
  position: relative;
  overflow: hidden;
}

.homepage-hero {
  position: relative;
  min-height: 100vh;
  padding: 8rem 0 5rem;
  display: flex;
  align-items: center;
}

.hero-background,
.hero-background img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    radial-gradient(circle at top right, rgba(239, 122, 103, 0.16), transparent 32%),
    linear-gradient(115deg, rgba(11, 34, 54, 0.9) 18%, rgba(15, 54, 84, 0.76) 52%, rgba(15, 54, 84, 0.42) 100%);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
  gap: var(--home-space-lg);
  align-items: end;
}

.hero-copy,
.hero-panel {
  color: var(--home-white);
}

.section-eyebrow {
  margin-bottom: var(--home-space-sm);
  color: var(--home-coral-500);
  font-family: "PT-Sans-Bold";
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}


.hero-copy h1 {
  max-width: 11ch;
  margin: 0 0 var(--home-space-md);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: none;
  color: var(--home-white);
}

.hero-quote {
  max-width: 42rem;
  margin-bottom: var(--home-space-md);
  color: rgba(255, 255, 255, 0.92);
}

.hero-quote p,
.hero-quote pre {
  margin: 0;
  color: inherit !important;
  font-family: "PT-Sans-Regular";
  text-transform: none;
  white-space: normal;
}

.hero-quote pre {
  margin-top: 0.85rem;
  opacity: 0.8;
}

.hero-description {
  max-width: 40rem;
  margin-bottom: var(--home-space-lg);
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-bottom: var(--home-space-lg);
}

.site-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.9rem 1.5rem;
  border-radius: 999px;
  font-family: "PT-Sans-Bold";
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.site-button:hover {
  transform: translateY(-1px);
}

.site-button:focus,
.site-button:focus-visible,
.homepage-body .contact-form button:focus,
.homepage-body .contact-form button:focus-visible,
.homepage-body .contact-form .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(239, 122, 103, 0.18);
}

.site-button-primary {
  background: var(--home-coral-500);
  color: var(--home-white);
}

.site-button-primary:hover {
  background: var(--home-coral-600);
  color: var(--home-white);
}

.site-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-white);
}

.site-button-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: var(--home-white);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.trust-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--home-radius-sm);
  background: rgba(255, 255, 255, 0.08);
}

.trust-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.trust-item strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.45;
  color: var(--home-white);
}

.surface-card {
  border-radius: var(--home-radius-lg);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--home-shadow);
}

.hero-panel {
  padding: var(--home-space-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 30px 60px rgba(5, 20, 34, 0.22);
}

.panel-eyebrow {
  margin-bottom: 0.75rem;
  color: #ffd7cf;
  font-family: "PT-Sans-Bold";
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-panel h2 {
  margin-bottom: 1rem;
  color: var(--home-white);
  font-size: clamp(1.65rem, 2.2vw, 2.2rem);
  text-transform: none;
  line-height: 1.18;
}

.hero-panel p,
.hero-panel li {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.hero-points {
  margin: 1.25rem 0 0;
  padding-left: 1.1rem;
}

.homepage-section {
  position: relative;
  padding: var(--home-space-2xl) 0;
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.section-heading h2 {
  margin-bottom: 0.9rem;
  color: var(--home-ocean-900);
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  text-transform: none;
}

.section-heading p {
  margin-bottom: 0;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-heading-centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: var(--home-space-lg);
  align-items: stretch;
}

.image-card,
.intro-copy,
.reference-shell,
.homepage-body .contact-form {
  overflow: hidden;
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 32rem;
  object-fit: cover;
}

.intro-copy {
  padding: clamp(1.5rem, 3vw, 2.75rem);
}

.intro-copy h3 {
  margin-bottom: 0.4rem;
  color: var(--home-ocean-900);
  font-size: 2rem;
  text-transform: none;
}

.intro-copy h4 {
  margin-bottom: 1rem;
  color: var(--home-coral-500);
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-copy p {
  color: var(--home-ink);
  line-height: 1.85;
}

.intro-copy hr {
  width: 4rem;
  height: 4px;
  margin: 1.2rem 0;
  border: none;
  background: var(--home-coral-500);
}

.intro-copy .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  margin-top: 1rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  background: var(--home-coral-500);
  color: var(--home-white);
}

.services-section {
  background: linear-gradient(180deg, rgba(16, 54, 84, 0.04), rgba(16, 54, 84, 0.08));
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.service-column {
  display: flex;
}

.homepage-body .services-grid .card {
  width: 100%;
  min-height: 31rem;
  overflow: hidden;
  border-radius: var(--home-radius-md);
  box-shadow: 0 20px 40px rgba(10, 30, 48, 0.12);
}

.homepage-body .services-grid .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homepage-body .services-grid .card-img-overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.6rem;
  background: linear-gradient(180deg, rgba(11, 34, 54, 0.02), rgba(11, 34, 54, 0.9) 72%);
}

.homepage-body .services-grid .fh5co-about-me h2,
.homepage-body .services-grid .card h2,
.homepage-body .services-grid .card h5 {
  color: var(--home-white);
  text-transform: none;
}

.homepage-body .services-grid .card h2 {
  font-size: 1.45rem;
}

.homepage-body .services-grid .card h5 {
  margin-bottom: 1rem;
  font-family: "PT-Sans-Regular";
  font-size: 1rem;
  line-height: 1.7;
}

.homepage-body .services-grid .card a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #ffd7cf;
  font-family: "PT-Sans-Bold";
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.homepage-body .services-grid .card a img {
  width: 0.9rem;
}

.reference-shell {
  padding: clamp(2rem, 4vw, 3.5rem);
  background: linear-gradient(145deg, rgba(11, 34, 54, 0.96), rgba(24, 71, 104, 0.92));
}

.reference-shell .section-heading h2,
.reference-shell .section-eyebrow {
  color: var(--home-white);
}

.reference-shell .section-heading p {
  color: rgba(255, 255, 255, 0.72);
}

.reference-quote {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}

.reference-quote img {
  width: 2.8rem;
  margin-bottom: 1.2rem;
}

.reference-quote p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
  line-height: 1.9;
}

.reference-quote span {
  color: #ffd7cf;
  font-family: "PT-Sans-Bold";
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.homepage-footer {
  background: transparent;
}

.homepage-footer .map {
  min-height: 32rem;
}

.homepage-footer iframe {
  height: 100%;
  min-height: 32rem;
}

.homepage-footer .content-us {
  display: flex;
  align-items: stretch;
  padding: 3rem;
  background: linear-gradient(180deg, #f3ede6, #f8f3ed);
}

.homepage-body .contact-form {
  width: 100%;
  max-width: 38rem;
  margin: auto;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, 0.92);
}

.homepage-body .contact-form h3 {
  margin-bottom: 0.75rem;
  color: var(--home-ocean-900);
  font-size: 2rem;
  text-transform: none;
  text-align: left;
}

.contact-lead,
.form-status {
  color: var(--home-muted);
  line-height: 1.8;
}

.form-status {
  min-height: 1.5rem;
}

.homepage-body .contact-form .form-control {
  margin-bottom: 1rem;
  border: 1px solid rgba(15, 54, 84, 0.08);
  background: var(--home-sand-50);
  border-radius: var(--home-radius-sm);
  font-size: 1rem;
  color: var(--home-ink);
  padding: 1rem 1.1rem;
}

.homepage-body .contact-form .form-control:focus {
  border-color: rgba(239, 122, 103, 0.55);
  box-shadow: 0 0 0 0.2rem rgba(239, 122, 103, 0.16);
}

.homepage-body .contact-form .form-control:invalid:focus {
  border-color: rgba(158, 59, 47, 0.5);
}

.homepage-body .contact-form textarea {
  min-height: 11rem;
  resize: vertical;
}

.homepage-body .contact-form ::-webkit-input-placeholder {
  color: #8b96a3;
}

.homepage-body .contact-form button {
  min-width: 12rem;
  min-height: 3.4rem;
  padding: 0.9rem 1.4rem;
  border: none;
  border-radius: 999px;
  background: var(--home-coral-500);
  color: var(--home-white);
  font-family: "PT-Sans-Bold";
  font-size: 0.95rem;
  transition: background 0.2s ease, transform 0.2s ease;
}

.homepage-body .contact-form button:hover {
  background: var(--home-coral-600);
  transform: translateY(-1px);
}

.homepage-body footer .copy {
  background: var(--home-ocean-950);
}

.homepage-body footer .copy a:hover {
  color: #ffd7cf;
}

@media (max-width: 1199px) {
  .hero-layout,
  .intro-grid,
  .services-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .homepage-footer .content-us {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .homepage-hero {
    min-height: auto;
    padding: 7rem 0 3.5rem;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }

  .homepage-section {
    padding: 3.5rem 0;
  }

  .homepage-body .maine-menu {
    background: rgba(11, 34, 54, 0.86);
  }

  .homepage-footer .content-us {
    padding: 1.25rem;
  }

  .homepage-footer .map,
  .homepage-footer iframe,
  .image-card img {
    min-height: 20rem;
  }
}

/* Koucink.php redesign
   ========================================================================== */

.subpage-body {
  background: linear-gradient(180deg, #f7f2eb 0%, #fcfaf7 48%, #f2ece5 100%);
  color: var(--home-ink);
}

.subpage-body .maine-menu {
  top: 0;
  padding: 1rem 0;
  background: rgba(11, 34, 54, 0.46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.subpage-body .maine-menu .navbar-nav li .nav-link {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.88);
}

.subpage-body .maine-menu .navbar-nav li.active a,
.subpage-body .maine-menu .navbar-nav li:hover a,
.subpage-body .maine-menu .navbar-nav li:visited a {
  color: #ffd7cf;
}

.subpage-shell {
  overflow: hidden;
}

.subpage-hero {
  position: relative;
  min-height: 62vh;
  padding: 8rem 0 4rem;
  display: flex;
  align-items: flex-end;
}

.subpage-hero-background,
.subpage-hero-background img,
.subpage-hero-overlay {
  position: absolute;
  inset: 0;
}

.subpage-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subpage-hero-overlay {
  background:
    radial-gradient(circle at top right, rgba(239, 122, 103, 0.16), transparent 30%),
    linear-gradient(110deg, rgba(11, 34, 54, 0.92) 18%, rgba(15, 54, 84, 0.76) 58%, rgba(15, 54, 84, 0.42) 100%);
}

.subpage-hero-layout {
  position: relative;
  z-index: 1;
}

.subpage-hero-copy {
  max-width: 48rem;
  color: var(--home-white);
}

.subpage-hero-copy h1 {
  max-width: 14ch;
  margin: 0 0 1rem;
  color: var(--home-white);
  font-size: clamp(2.5rem, 4.2vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  text-transform: none;
}

.subpage-lead {
  max-width: 42rem;
  margin-bottom: 1.75rem;
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.84);
}

.subpage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.subpage-content-section {
  padding: 0 0 4rem;
  margin-top: -2.5rem;
  position: relative;
  z-index: 2;
}

.subpage-content-shell {
  border-radius: var(--home-radius-lg);
  overflow: hidden;
}

.subpage-body .blog-content-bckg {
  width: 100%;
  margin: 0;
  padding: 0;
}

.subpage-body .blog-content-inner {
  padding: clamp(1.5rem, 3vw, 2.6rem);
  border-radius: var(--home-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--home-shadow);
}

.subpage-body .blog-content-inner .card-title {
  margin-bottom: 1.5rem;
  color: var(--home-ocean-900);
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: left;
  text-transform: none;
}

.subpage-body .single-blog {
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0;
  border: none;
  gap: 1.5rem;
}

.subpage-body .single-blog__img {
  position: sticky;
  top: 6.5rem;
}

.subpage-body .single-blog__img img {
  border-radius: var(--home-radius-md);
  box-shadow: 0 20px 40px rgba(10, 30, 48, 0.12);
}

.subpage-body .single-blog__text {
  color: var(--home-ink);
  font-size: 1rem;
  line-height: 1.85;
}

.subpage-body .single-blog__text h3,
.subpage-body .single-blog__text h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.9rem;
  color: var(--home-ocean-900);
  font-size: 1.4rem;
  text-transform: none;
}

.subpage-body .single-blog__text h5 {
  font-size: 1.1rem;
  color: var(--home-coral-600);
}

.subpage-body .single-blog__text p,
.subpage-body .single-blog__text li,
.subpage-body .single-blog__text ol,
.subpage-body .single-blog__text ul {
  color: var(--home-ink);
  line-height: 1.85;
}

.subpage-body .single-blog__text ul,
.subpage-body .single-blog__text ol {
  margin-bottom: 1rem;
  padding-left: 1.4rem;
}

.subpage-body .single-blog__text li {
  padding-left: 0.2rem;
  margin-bottom: 0.45rem;
}

.subpage-body .single-blog__text strong {
  color: var(--home-ocean-900);
}

.subpage-cta-section {
  padding: 0 0 4.5rem;
}

.subpage-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.75rem, 3vw, 2.6rem);
  background: linear-gradient(145deg, rgba(11, 34, 54, 0.96), rgba(24, 71, 104, 0.92));
}

.subpage-cta-copy h2 {
  margin-bottom: 0.85rem;
  color: var(--home-white);
  font-size: clamp(1.8rem, 2.6vw, 2.7rem);
  text-transform: none;
  line-height: 1.12;
}

.subpage-cta-copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.subpage-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
}

.subpage-footer .copy {
  background: var(--home-ocean-950);
  text-align: center;
}

.subpage-footer .copy p,
.subpage-footer .copy a {
  color: var(--home-white);
}

.subpage-footer .copy a:hover {
  color: #ffd7cf;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .subpage-body .single-blog__img {
    position: static;
  }

  .subpage-cta {
    grid-template-columns: 1fr;
  }

  .subpage-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .subpage-hero {
    min-height: auto;
    padding: 7rem 0 3.25rem;
  }

  .subpage-content-section,
  .subpage-cta-section {
    padding-bottom: 3rem;
  }

  .subpage-body .blog-content-inner {
    padding: 1.3rem;
  }

  .subpage-body .blog-content-inner .card-title {
    margin-bottom: 1rem;
  }
}

/* Homepage launch refresh: portrait hero + voice placeholder */
.homepage-body .launch-hero-layout {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
}

.homepage-body .hero-description-strong {
  max-width: 38rem;
  margin-bottom: 1.5rem;
  font-size: clamp(1.14rem, 2vw, 1.34rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}

.homepage-body .hero-quote-compact {
  max-width: 34rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  background: rgba(255, 255, 255, 0.1);
}

.homepage-body .hero-portrait-wrap {
  display: grid;
  gap: 1rem;
  align-self: stretch;
}

.homepage-body .hero-portrait-card {
  padding: 0;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 70px rgba(4, 18, 30, 0.32);
}

.homepage-body .hero-portrait {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
}

.homepage-body .hero-portrait-note {
  padding: 1.25rem 1.4rem;
  background: rgba(255, 248, 244, 0.9);
}

.homepage-body .hero-portrait-note p:last-child {
  margin-bottom: 0;
  color: var(--home-ink);
  line-height: 1.75;
}

.homepage-body .voice-section {
  padding-top: 0;
  margin-top: -2rem;
  position: relative;
  z-index: 2;
}

.homepage-body .voice-message-shell {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: linear-gradient(145deg, rgba(255, 248, 244, 0.96), rgba(255, 255, 255, 0.96));
}

.homepage-body .voice-message-shell .section-heading {
  margin-bottom: 1.5rem;
}

.homepage-body .audio-placeholder {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, auto);
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  border-radius: 24px;
  background: rgba(11, 34, 54, 0.06);
  border: 1px solid rgba(11, 34, 54, 0.08);
}

.homepage-body .audio-placeholder-button {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--home-coral-500), #ff9f8d);
  box-shadow: 0 16px 32px rgba(239, 122, 103, 0.25);
}

.homepage-body .audio-placeholder-button span {
  display: block;
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 18px solid #fff;
}

.homepage-body .audio-placeholder-track {
  display: grid;
  grid-template-columns: repeat(8, minmax(8px, 1fr));
  gap: 0.45rem;
  align-items: end;
  min-height: 58px;
}

.homepage-body .audio-wave {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(239, 122, 103, 0.95), rgba(11, 34, 54, 0.7));
}

.homepage-body .wave-1 { height: 18px; }
.homepage-body .wave-2 { height: 34px; }
.homepage-body .wave-3 { height: 26px; }
.homepage-body .wave-4 { height: 46px; }
.homepage-body .wave-5 { height: 38px; }
.homepage-body .wave-6 { height: 24px; }
.homepage-body .wave-7 { height: 42px; }
.homepage-body .wave-8 { height: 20px; }

.homepage-body .audio-placeholder-meta strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--home-ocean-900);
  font-size: 1rem;
}

.homepage-body .audio-placeholder-meta span {
  color: rgba(25, 39, 49, 0.72);
  line-height: 1.65;
}

@media (max-width: 991px) {
  .homepage-body .launch-hero-layout {
    grid-template-columns: 1fr;
  }

  .homepage-body .hero-portrait-wrap {
    max-width: 34rem;
  }

  .homepage-body .voice-section {
    margin-top: 0;
  }

  .homepage-body .audio-placeholder {
    grid-template-columns: auto 1fr;
  }

  .homepage-body .audio-placeholder-meta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .homepage-body .hero-portrait-card {
    border-radius: 24px;
  }

  .homepage-body .hero-portrait {
    aspect-ratio: 0.88;
  }

  .homepage-body .audio-placeholder {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .homepage-body .audio-placeholder-track {
    min-height: 44px;
  }
}

/* Homepage launch trust fixes */
.homepage-body .hero-metrics {
  margin: -0.25rem 0 1.35rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.homepage-body .map-note {
  margin: 0;
  padding: 1rem 1.25rem;
  background: rgba(11, 34, 54, 0.08);
  color: var(--home-ocean-900);
  font-weight: 600;
  line-height: 1.6;
}

.homepage-body .contact-microcopy {
  margin: 1rem 0 0;
  color: rgba(25, 39, 49, 0.78);
  font-size: 0.95rem;
  line-height: 1.75;
}

.final-intro-card img {
  object-position: center 20%;
}

.gesture-grid .card-img {
  object-position: center;
}

.final-about-shell .section-heading {
  margin-bottom: 0;
}

.final-about-shell .section-heading p {
  color: rgba(255, 255, 255, 0.78);
}

.final-about-meta {
  margin: 1.5rem 0 0;
  text-align: center;
  color: #ffd7cf;
  font-family: "PT-Sans-Bold";
  letter-spacing: 0.04em;
}

/* ARCI homepage production refresh
   ========================================================================== */

.homepage-body .maine-menu {
  background: rgba(11, 34, 54, 0.78);
}

.homepage-body .maine-menu .collapse.show {
  background: rgba(11, 34, 54, 0.94);
  border-radius: 20px;
  padding: 0.75rem;
}

.arci-home {
  position: relative;
  overflow: hidden;
}

.arci-home::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 0;
  pointer-events: none;
}

.arci-hero,
.arci-intro,
.arci-services,
.arci-fit,
.arci-process,
.arci-about,
.arci-cta,
.arci-map,
.arci-contact {
  position: relative;
  z-index: 1;
}

#top,
#about,
#portfolio,
#reference,
#contact,
#map-heading {
  scroll-margin-top: 6.5rem;
}

.arci-hero {
  min-height: 470px;
  padding: 7rem 0 2rem;
  background-image:
    radial-gradient(circle at top right, rgba(239, 122, 103, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(16, 54, 84, 0.92) 0%, rgba(20, 62, 95, 0.8) 56%, rgba(16, 54, 84, 0.18) 100%),
    url('../img/banner-img.jpg');
  background-size: auto, auto, cover;
  background-position: center top, center top, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

/* Hero height diagnostic override */
.arci-hero {
  min-height: 320px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.homepage-body .hero-portrait {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center top !important;
}

.arci-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.arci-hero__content {
  color: var(--home-white);
}

.arci-kicker,
.arci-section-label {
  margin-bottom: 0.9rem;
  color: var(--home-coral-500);
  font-family: "PT-Sans-Bold";
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.arci-hero .arci-kicker {
  margin-top: 1.5rem;
}

.arci-hero__content h1 {
  max-width: 11ch;
  margin: 0 0 1.2rem;
  color: var(--home-white);
  font-size: clamp(2.7rem, 5.3vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  text-transform: none;
}

.arci-hero__lead {
  max-width: 36rem;
  margin-bottom: 1rem;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.92);
}

.arci-hero__meta {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.97rem;
  line-height: 1.7;
}

.arci-primary-cta {
  min-width: 15rem;
}

.arci-hero__microcopy {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.arci-hero__visual {
  justify-self: end;
  width: min(100%, 28rem);
}

.arci-portrait {
  padding: 0;
  overflow: hidden;
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 60px rgba(4, 18, 30, 0.22);
}

.arci-portrait .hero-portrait {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: center 18%;
}

.arci-portrait__caption {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  line-height: 1.6;
}

.arci-intro {
  padding-top: 1.5rem;
}

.arci-section-heading {
  max-width: 52rem;
}

.arci-section-heading--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.arci-section-heading h2 {
  margin-bottom: 1rem;
  color: var(--home-ocean-900);
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.1;
  text-transform: none;
}

.arci-section-heading p {
  margin-bottom: 0;
  color: var(--home-ink);
  font-size: 1.05rem;
  line-height: 1.9;
}

.arci-services {
  padding-top: 1rem;
}

.arci-card-grid,
.arci-steps,
.arci-contact__grid {
  display: grid;
  gap: 1.5rem;
}

.arci-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.arci-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(15, 54, 84, 0.08);
  background: rgba(255, 255, 255, 0.84);
}

.arci-card h3,
.arci-step h3 {
  margin-bottom: 0.85rem;
  color: var(--home-ocean-900);
  font-size: 1.2rem;
  line-height: 1.35;
  text-transform: none;
}

.arci-card p,
.arci-step p,
.arci-about__meta,
.arci-contact__copy p {
  color: var(--home-ink);
  line-height: 1.8;
}

.arci-split {
  display: block;
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border: 1px solid rgba(15, 54, 84, 0.08);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(248, 244, 238, 0.96));
}

.arci-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.arci-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.9rem;
  color: var(--home-ink);
  line-height: 1.8;
}

.arci-list li::before {
  content: "";
  position: absolute;
  top: 0.78rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--home-coral-500);
}

.arci-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.arci-format__cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.arci-format__cta {
  margin-top: 2rem;
  text-align: center;
}

.arci-step {
  min-height: 100%;
  padding: 1.9rem 1.7rem;
  border: 1px solid rgba(15, 54, 84, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.arci-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: rgba(239, 122, 103, 0.14);
  color: var(--home-coral-600);
  font-family: "PT-Sans-Bold";
  font-size: 1rem;
}

.arci-about__content,
.arci-cta__box,
.arci-map__grid,
.arci-contact .contact-form {
  padding: clamp(1.7rem, 3vw, 2.5rem);
  border: 1px solid rgba(15, 54, 84, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.arci-about__meta {
  margin: 1.5rem 0 0;
  color: var(--home-coral-600);
  font-family: "PT-Sans-Bold";
}

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

.arci-contact {
  padding-top: 1rem;
}

.arci-map {
  padding-top: 1rem;
}

.arci-map__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 1.5rem;
  align-items: center;
}

.arci-map__copy h2 {
  margin-bottom: 0;
  color: var(--home-ocean-900);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.15;
  text-transform: none;
}

.arci-map__embed iframe {
  display: block;
  width: 100%;
  max-width: 32rem;
  height: 220px;
  margin-left: auto;
  border: 0;
  border-radius: var(--home-radius-md);
}

.arci-contact__grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
}

.arci-contact__copy {
  padding-top: 0.4rem;
}

.arci-contact__copy h2 {
  margin-bottom: 1rem;
  color: var(--home-ocean-900);
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1.12;
  text-transform: none;
}

.arci-contact .contact-form {
  max-width: none;
  margin: 0;
}

.arci-contact .form-status {
  min-height: 1.5rem;
  margin-bottom: 0.9rem;
}

.arci-contact .form-status.is-success {
  color: #17603d;
}

.arci-contact .form-status.is-error {
  color: #9e3b2f;
}

.arci-contact .contact-microcopy {
  margin-top: 1rem;
}

.arci-footer .copy {
  background: var(--home-ocean-950);
  text-align: center;
}

.arci-footer .copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.04em;
}

@media (max-width: 1199px) {
  .arci-hero__grid,
  .arci-card-grid,
  .arci-steps,
  .arci-map__grid,
  .arci-contact__grid,
  .arci-split {
    grid-template-columns: 1fr;
  }

  .arci-hero__content h1 {
    max-width: none;
  }

  .arci-hero__visual {
    justify-self: start;
  }
}

@media (max-width: 767px) {
  .arci-hero {
    padding: 7rem 0 3rem;
  }

  .arci-home::before {
    height: 34rem;
  }

  .arci-portrait {
    border-radius: 1.5rem;
  }

  .arci-portrait .hero-portrait {
    aspect-ratio: 0.88;
  }

  .arci-card,
  .arci-step,
  .arci-about__content,
  .arci-cta__box,
  .arci-map__grid,
  .arci-contact .contact-form,
  .arci-split {
    padding: 1.35rem;
  }

  .site-button,
  .homepage-body .contact-form button {
    width: 100%;
  }

  .arci-primary-cta {
    min-width: 0;
  }

  .arci-section-heading p,
  .arci-card p,
  .arci-step p,
  .arci-list li,
  .arci-contact__copy p {
    font-size: 0.98rem;
  }
}

/* Reference page refresh
   ========================================================================== */

.reference-page-body {
  background: linear-gradient(180deg, #f8f4ee 0%, #fbf8f4 48%, #f4eee7 100%);
}

.reference-page-body .maine-menu {
  background: rgba(11, 34, 54, 0.78);
}

.reference-page-intro {
  padding: 8.5rem 0 2.2rem;
}

.reference-page-intro__shell {
  padding: clamp(2rem, 4vw, 3.4rem);
  border-radius: var(--home-radius-lg);
  background: linear-gradient(180deg, rgba(255, 248, 244, 0.98), rgba(255, 255, 255, 0.96));
}

.reference-page-intro__shell h1,
.reference-page-heading h2,
.reference-page-cta__copy h2 {
  margin: 0;
  color: var(--home-ocean-900);
  text-transform: none;
  letter-spacing: -0.04em;
}

.reference-page-intro__shell h1 {
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 4.4vw, 4.4rem);
  line-height: 0.96;
}

.reference-page-intro__lead,
.reference-page-heading p,
.reference-page-placeholder p,
.reference-page-person,
.reference-page-cta__copy p {
  color: rgba(25, 39, 49, 0.78);
  line-height: 1.8;
}

.reference-page-intro__lead {
  max-width: 46rem;
  margin: 0;
  font-size: 1.08rem;
}

.reference-page-section {
  padding: 0 0 4rem;
}

.reference-page-heading {
  max-width: 42rem;
  margin-bottom: 1.75rem;
}

.reference-page-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.12;
}

.reference-page-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.reference-page-card,
.reference-page-placeholder,
.reference-page-cta {
  border-radius: var(--home-radius-lg);
  box-shadow: var(--home-shadow);
}

.reference-page-card {
  position: relative;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, 0.94);
}

.reference-page-card--featured {
  min-height: 100%;
}

.reference-page-quote-mark {
  margin-bottom: 1rem;
  color: rgba(239, 122, 103, 0.22);
  font-family: Georgia, serif;
  font-size: clamp(4rem, 8vw, 5.5rem);
  line-height: 0.8;
}

.reference-page-card blockquote {
  margin: 0 0 1.6rem;
  color: var(--home-ocean-900);
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  line-height: 1.8;
}

.reference-page-person strong {
  display: block;
  color: var(--home-ocean-900);
  font-family: "PT-Sans-Bold";
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.reference-page-placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: clamp(1.8rem, 3vw, 2.6rem);
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed rgba(15, 54, 84, 0.14);
}

.reference-page-placeholder p {
  margin: 0;
  text-align: center;
}

.reference-page-cta-section {
  padding: 0 0 4.5rem;
}

.reference-page-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.75rem, 3vw, 2.6rem);
  background: linear-gradient(145deg, rgba(11, 34, 54, 0.96), rgba(24, 71, 104, 0.92));
}

.reference-page-cta__copy h2 {
  color: var(--home-white);
  font-size: clamp(1.85rem, 2.8vw, 2.8rem);
  line-height: 1.1;
}

.reference-page-cta .section-eyebrow {
  margin-bottom: 0.75rem;
}

.reference-page-cta__copy p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.reference-page-cta__actions {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .reference-page-grid,
  .reference-page-cta {
    grid-template-columns: 1fr;
  }

  .reference-page-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .reference-page-intro {
    padding: 7rem 0 1.75rem;
  }

  .reference-page-section,
  .reference-page-cta-section {
    padding-bottom: 3rem;
  }

  .reference-page-intro__shell,
  .reference-page-card,
  .reference-page-placeholder,
  .reference-page-cta {
    padding: 1.35rem;
  }
}
