/*!
Theme Name: Project 
Theme URI: 
Author: Strive Enterprise
Author URI: https://striveenterprise.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: project
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Project is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --color-primary: #18635c;
  --color-secondary: #e5c97a;

  --color-text: #222222;

  --fs-title-hero: 60px;
  --fs-title: 40px;
  --fs-title-small: 35px;

  --fs-subtitle-large: 25px;
  --fs-subtitle: 22px;
  --fs-subtitle-small: 20px;

  --fs-content-larger: 19px;
  --fs-content: 16px;
  --fs-content-small: 14px;

  --fs-button: 14px;

  --ff-title: "Playfair Display", serif;
  --ff-content: "Poppins", sans-serif;
  --ff-accent: "Inter", sans-serif;

  --ff-inter: var(--ff-accent);
  --ff-roboto: var(--ff-content);
  --ff-manrope: var(--ff-content);

  --ff-poppins: "Poppins", sans-serif;
  --ff-play: "Playfair Display", serif;

  --vertical-padding: 3rem;
  --header-size: 118.33px;
}

@media (width<1400px) {
  :root {
    --fs-title-hero: 50px;
  }
}

@media (width<992px) {
  :root {
    --header-size: 64px;
  }
}

@media (width<768px) {
  :root {
    --fs-title-hero: 22px;
    --fs-title: 30px;
    --fs-title-small: 20px;

    --fs-subtitle-large: 18px;
    --fs-subtitle: 18px;
    --fs-subtitle-small: 18px;

    --fs-content-larger: 16px;
    --fs-content: 16px;
    --fs-content-small: 15px;

    --vertical-padding: 3rem;
    --header-size: 64px;
  }
}

.fs-content,
.fs-content-large,
.fs-content-extra-large {
  line-height: 1.5;
}

* {
  scrollbar-width: thin;
  box-sizing: border-box;
  scrollbar-color: var(--color-primary) #fff;
}

.modal {
  .modal-header {
    background: var(--color-primary-10);
    padding: 15px 30px;

    .logo-modal {
      /* filter: brightness(0) invert(1); */
      width: auto;
      height: 60px;
    }

    button {
      filter: brightness(0) invert(1);
    }
  }
}

html,
body {
  overflow-x: hidden;
  scroll-padding-top: 118.33px;

  @media (width<=768px) {
    scroll-padding-top: 100px;
  }
}

a {
  text-decoration: none !important;
  transition: 400ms;
}

a:hover {
  color: #000;
  transition: 400ms;
}

p,
ul li {
  color: var(--color-text);
  font-size: var(--fs-content);
  font-family: var(--ff-accent);
  line-height: 1.7;
}

div {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-text);
  font-family: var(--ff-title);
}

h2 {
  text-transform: capitalize;
}

.page-width {
  margin-inline: auto;
  max-width: 1600px;
  padding-inline: 1rem;

  @media (width>=768px) {
    padding-inline: 4rem;
  }
}

.vertical-padding {
  padding-top: var(--vertical-padding);
  padding-bottom: var(--vertical-padding);
}

.text-title {
  font-size: var(--fs-title);
  font-family: var(--ff-inter);
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.text-subtitle {
  color: var(--color-primary);
  font-family: var(--ff-poppins);
  font-weight: 600;
  text-transform: uppercase;
  font-size: var(--fs-content-small);
  margin-bottom: 1rem;
}

/* Font Families */

.ff-roboto {
  font-family: var(--ff-roboto);
}

.ff-manrope {
  font-family: var(--ff-manrope);
}

.ff-inter {
  font-family: var(--ff-inter);
}

.ff-poppins {
  font-family: var(--ff-poppins);
}

.ff-play {
  font-family: var(--ff-play);
}

.ff-accent {
  font-family: var(--ff-accent);
}

/* Font sizes */

.fs-hero {
  font-size: var(--fs-title-hero);
}

.fs-title {
  font-size: var(--fs-title);
}

.fs-title-small {
  font-size: var(--fs-title-small);
}

.fs-subtitle {
  font-size: var(--fs-subtitle);
}

.fs-subtitle-small {
  font-size: var(--fs-subtitle-small);
}

.fs-subtitle-large {
  font-size: var(--fs-subtitle-large);
}

.fs-content {
  font-size: var(--fs-content);
}

.fs-content-small {
  font-size: var(--fs-content-small);
}

.fs-content-large {
  font-size: var(--fs-subtitle-large);
}

/* Colors */

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-text {
  color: var(--color-text);
}

.dbg-primary {
  background: var(--color-primary);
}

.dbg-secondary {
  background: var(--color-secondary);
}

/* Buttons  */
.btn-primary {
  color: white;
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-inter), sans-serif;
  font-weight: 700;
  font-size: var(--fs-button);
  width: auto;
  padding: 0px 20px;
  transition: none;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: 0px !important;

  @media (width <=765px) {
    height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  & br {
    display: none;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-primary);
    z-index: 0;
    transition: background-color 0.15s ease 0.2s;
  }

  &:after {
    content: "";
    position: absolute;
    width: 200%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-secondary);
    transform: translateX(-120%) skewX(-20deg);
    transition: 600ms ease-in-out;
    z-index: 0;
  }

  &:hover {
    color: var(--color-primary);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    &span {
      color: var(--color-primary);
    }
  }

  &:hover:after {
    transform: translateX(-4%) skewX(-20deg);
  }

  & div {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    border-left: 1px solid #ffffff4d;
    height: 50%;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    height: 0px;
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }
}

.btn-secondary {
  color: white;
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-inter), sans-serif;
  font-weight: 700;
  font-size: var(--fs-button);
  width: auto;
  padding: 0px 20px;
  transition: none;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 0px !important;

  @media (width <=765px) {
    height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  & br {
    display: none;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color-secondary);
    z-index: 0;
    transition: background-color 0.15s ease 0.2s;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    transform: translateX(-101%);
    transition: 400ms;
    z-index: 0;
  }

  &:hover {
    color: var(--color-secondary);
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;

    &span {
      color: var(--color-primary);
    }

    &:before {
      background: white;
    }
  }

  &:hover:after {
    transform: translateX(0);
  }

  & div {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    border-left: 1px solid #ffffff4d;
    height: 50%;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    height: 0px;
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }
}

.btn-light {
  color: var(--color-secondary);
  text-decoration: none;
  margin: 0px !important;
  display: inline-flex;
  height: 55px;
  overflow: hidden;
  font-family: var(--ff-inter), sans-serif;
  font-weight: 700;
  font-size: var(--fs-button);
  width: auto;
  padding: 0px 20px;
  transition: none;
  max-width: 300px;
  margin: 1rem auto;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 5px;

  @media (width <=765px) {
    height: 40px;
  }

  @media (width >=765px) {
    white-space: nowrap;
  }

  & br {
    display: none;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 0;
    transition: background-color 0.15s ease 0.2s;
  }

  &:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--color-secondary);
    transform: translateX(-101%);
    transition: 400ms;
    z-index: 0;
  }

  &:hover {
    color: white;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: white;

    &span {
      color: var(--color-primary);
    }

    &:before {
      background: white;
    }
  }

  &:hover:after {
    transform: translateX(0);
  }

  & div {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    border-left: 1px solid #ffffff4d;
    height: 50%;
    align-items: center;
    transition: 400ms;
    z-index: 1;
  }

  &:hover div {
    height: 0px;
    opacity: 0;
    z-index: 1;
  }

  & span {
    padding: 0px 10px;
    z-index: 1;
    transition: 100ms;
  }
}

@media (hover: none) and (pointer: coarse) {
  .btn-primary:hover {
    color: inherit;
    box-shadow: none;
  }

  .btn-secondary:hover {
    color: var(--color-primary);
    box-shadow: none;
  }

  .btn-light:hover {
    color: var(--color-secondary);
    box-shadow: none;
    border: 0px solid transparent !important;

    & span {
      transform: translateX(0%) !important;
    }
  }

  .btn-primary:hover::after,
  .btn-secondary:hover::after,
  .btn-light:hover::after {
    transform: translateX(-100%);
  }

  .btn-primary:hover div,
  .btn-secondary:hover div,
  .btn-light:hover div {
    height: 50%;
    transform: none;
    opacity: 1;
  }

  .btn-primary:hover span,
  .btn-secondary:hover span,
  .btn-light:hover span {
    transform: none;
  }

  .btn-primary:hover div svg path,
  .btn-secondary:hover div svg path,
  .btn-light:hover div svg path {
    transform: none;
    opacity: 1;
  }
}

@media (width<=768px) {
  .btn-primary,
  .btn-secondary,
  .btn-light {
    min-width: 209px;
  }
}

.wpcf7-list-item {
  margin: 0;
}

/* Contact Form 7 */
input {
  outline: none;
}

.contact-form {
  input,
  textarea,
  select {
    box-shadow: none !important;
    outline: none !important;
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
  }

  .btn-primary {
    br {
      display: none !important;
    }
  }

  .btn-close:focus,
  .btn-menu-offcanvas:focus {
    box-shadow: none;
  }

  textarea {
    border-radius: 15px;
    height: 130px;
  }

  .check-policies {
    p {
      width: 100%;
    }

    a {
      position: absolute;
      transition: 0.4s;
      width: fit-content;
      color: var(--color-text);
      font-weight: 600 !important;

      &:hover {
        color: var(--color-primary);
      }
    }

    .wpcf7-not-valid-tip {
      position: absolute;
      width: 220px;
      left: 15px;
      top: 17px;
    }
  }

  .check-policies input {
    width: auto;
  }
}

/* tooltip */
.tooltip-inner {
  background-color: var(--color-secondary);
  color: #fff;

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: var(--color-secondary);

  /* Mobile */
  @media (width<=768px) {
    display: none;
  }
}

@media (width<=768px) {
  .titlebr br {
    display: none;
  }
}

/* Nav Styles */

.content-nav {
  display: flex;
  gap: 15px;
  height: 100%;
  margin-top: 20px;
}

.content-nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transform: translate(0px, 0px);
  position: static;
  top: 0;
  margin: 0;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;

  & svg {
    width: 17px;
    height: auto;

    & path {
      transition: all 0.3s;
    }
  }

  &:hover {
    background: white;
    & svg path {
      fill: var(--color-secondary);
    }
  }

  &::after {
    display: none;
  }
}

.arrow-prev {
  background: var(--color-primary);
  position: static;
}

.arrow-next {
  background: var(--color-primary);
  position: static;
}

/* Social Proof Popup Styles */
.custom-social-proof {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  display: none;
}

.custom-social-proof .button-primary {
  position: absolute;
  color: white !important;
}

.custom-social-proof .custom-notification {
  width: 300px;
  border: 0;
  text-align: left;
  z-index: 9;
  box-sizing: border-box;
  box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
}

.custom-social-proof .custom-notification .custom-notification-container {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 1rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-image-wrapper
  img {
  max-height: 75px;
  width: 90px;
  overflow: hidden;
  object-fit: cover;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper {
  margin: 0;
  height: 100%;
  color: gray;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #393939;
  font-weight: 700;
}

.custom-social-proof
  .custom-notification
  .custom-notification-container
  .custom-notification-content-wrapper
  .custom-notification-content
  small {
  margin-top: 3px !important;
  display: block !important;
  font-size: 12px !important;
  opacity: 0.8;
}

.custom-social-proof .custom-notification #custom-close {
  position: absolute;
  top: 6px;
  right: 6px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  transform: rotate(45deg);
}

.custom-social-proof .custom-notification #custom-close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: gray;
  position: absolute;
  left: 0;
  top: 5px;
}

.custom-social-proof .custom-notification #custom-close::after {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: gray;
  position: absolute;
  left: 5px;
  top: 0;
}

#custom-close {
  opacity: 1;
}

.poweredby {
  font-weight: 700;
  text-decoration: none;
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .custom-social-proof {
    display: none !important;
  }
}

.custom-social-proof {
  padding: 13px 1rem;
}

.custom-social-proof .btn-2 span {
  padding: 5px 5px;
  margin-top: 0px;
}

.custom-social-proof .btn {
  margin: 0px 0 15px;
  width: 100px;
  min-width: unset;
}

.custom-social-proof .btn span {
  font-size: 10px;
}

/* Popup link specific styles */
.custom-social-proof .popup-view-more {
  display: inline-block;
  margin-top: 5px;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.custom-social-proof .popup-view-more:hover {
  color: var(--color-secondary);
  text-decoration: underline;
}

.custom-notification-image-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  object-fit: cover;
}
