@charset "UTF-8";
/*** ----- FONTS  ----- ***/
/*  
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
/*


/*** ----- COLORS  ----- ***/
/*** ----- GENERAL STYLES  ----- ***/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #2a2b2c;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.7rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.5em;
  color: #2a2b2c;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.modal-active {
  overflow-y: hidden;
}

p {
  font-size: 1.8rem;
  line-height: 1.7em;
  margin-bottom: 0.6em;
  color: #2a2b2c;
  font-weight: 400;
  letter-spacing: 0.2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #2a2b2c;
}

h1 {
  font-size: 3.1rem;
  line-height: 1.1em;
}
h1.front {
  font-size: 3.1rem;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.2em;
}

h3 {
  font-size: 2rem;
  line-height: 1.3em;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.3em;
}

h5 {
  font-size: 1.65rem;
  line-height: 1.3em;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  transition: 0.25s ease;
  color: #c76a00;
}
a:hover {
  color: #d46f10;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1446px;
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.container-fluid {
  max-width: 1600px;
}

.no-margin {
  margin: 0;
}

.red-clr {
  color: red;
}

.bold {
  font-weight: 700;
}

/*** ----- Single PAGE and POST  ----- ***/
.page-single,
.post-single,
.page-blog {
  padding-top: 10rem;
  padding-bottom: 5rem;
}

/*  
######  Sections  ###### 
*/
section {
  padding: 8rem 0;
}
section h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 7rem;
  margin-bottom: 1rem;
}
section .section-subtitle {
  font-size: 2.6rem;
  color: #9C9C9C;
  font-weight: 200;
  padding-left: 6px;
  margin-bottom: 4rem;
}

.full-w-section {
  padding: 3rem 0;
}
.full-w-section.img-background {
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-section {
  position: relative;
  overflow: visible;
  padding-bottom: 0;
}
.about-us-section .about-us-logo {
  margin-bottom: 9rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
.about-us-section .about-us-logo img {
  max-width: 310px;
}
.about-us-section .bg {
  position: absolute;
  inset: 0;
  background: #151414;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  z-index: 0;
}
.about-us-section .about-us-text {
  padding-top: 6rem;
}
.about-us-section p {
  color: #ececec;
  font-size: 1.8rem;
  line-height: 1.6em;
}
.about-us-section .cta-button {
  margin-top: 4rem;
}
.about-us-section::after {
  position: absolute;
  content: "";
  top: -100px;
  right: 0;
  background-image: url(../../assets/images/bg-shape01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 492px;
  height: 581px;
}

.services-section .services-wrapper {
  padding: 8rem 6rem;
  background-color: #0F0F0F;
  border-radius: 20px;
}
.services-section .services-wrapper p {
  color: #fff;
}
.services-section .services-wrapper ul.services-list {
  padding-top: 4rem;
}
.services-section .services-wrapper ul.services-list li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.5rem;
  border-top: 1px solid #ccc;
  line-height: 1.5em;
  transition: all 0.2s ease-in-out;
}
.services-section .services-wrapper ul.services-list li span {
  font-size: 1.6rem;
  margin-right: 3rem;
}
.services-section .services-wrapper ul.services-list li:hover {
  background-color: #2F2F2F;
}
.services-section .services-wrapper .services-section-image {
  padding-top: 0;
  border-radius: 10px;
  overflow: hidden;
}
.services-section .services-wrapper .services-section-image img {
  border-radius: 15px;
  transition: opacity 0.1s ease;
}
.services-section .section-small-title {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 1.5rem;
}
.services-section h2 {
  color: #fff;
  font-size: 5rem;
  font-weight: 400;
}

/* Parent positioning */
.services-section .services-wrapper ul.services-list li.service-item {
  position: relative;
  flex-wrap: wrap;
}
.services-section .services-wrapper ul.services-list li.service-item a {
  color: #fff;
}

/* Submenu base (floating box) */
.services-section .services-wrapper ul.services-list .service-submenu {
  position: absolute;
  left: 6rem;
  /* align visually with your content */
  top: 100%;
  background-color: #1B1B1B;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  min-width: 260px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 20;
  /* ensures it's above other elements */
}

/* Submenu items */
.services-section .services-wrapper ul.services-list .service-submenu li {
  padding: 0.8rem 0;
  border: none;
  font-size: 1.8rem;
  white-space: nowrap;
}

.services-section .services-wrapper ul.services-list .service-submenu a {
  color: #ccc;
  transition: color 0.2s ease;
  padding-left: 1rem;
}

.services-section .services-wrapper ul.services-list .service-submenu a:hover {
  color: #fff;
}

/* Show submenu on hover */
.services-section .services-wrapper ul.services-list li.service-item:hover .service-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* MOBILE BEHAVIOR */
@media (max-width: 768px) {
  .services-section .services-wrapper ul.services-list li.service-item {
    position: relative;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  /* Reset floating dropdown */
  .services-section .services-wrapper ul.services-list .service-submenu {
    position: static;
    /* remove absolute dropdown */
    opacity: 1;
    /* always visible */
    visibility: visible;
    transform: none;
    background-color: transparent;
    padding: 1rem 0 0 6.8rem;
    display: flex;
    /* horizontal list */
    flex-wrap: wrap;
    /* wrap when needed */
    gap: 1.2rem 2rem;
    /* space between items */
    min-width: auto;
  }
  /* Submenu items */
  .services-section .services-wrapper ul.services-list .service-submenu li {
    border: none;
    padding: 0;
    display: inline-block;
  }
  .services-section .services-wrapper ul.services-list .service-submenu a {
    color: #aaa;
    font-size: 1.6rem;
    padding-left: 0;
  }
  /* Hover color still works */
  .services-section .services-wrapper ul.services-list .service-submenu a:hover {
    color: #fff;
  }
  /* Prevent submenu display on hover (always on mobile) */
  .services-section .services-wrapper ul.services-list li.service-item:hover .service-submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  background: transparent;
  z-index: 1000;
}
header .main-menu {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 0 50px 50px 0;
  /* ===== MENU ===== */
  /* ===== DESKTOP STYLE ===== */
  /* ===== MOBILE STYLE ===== */
}
header .main-menu .header-logo {
  display: flex;
  align-items: center;
  max-width: 300px;
  transition: height 0.3s ease;
  transition: 0.3s all ease;
}
header .main-menu :root {
  --menu-bg: #111;
  --menu-color: #fff;
}
header .main-menu nav {
  transition: all 0.4s ease;
}
header .main-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0 80px 0 15px;
  background-color: transparent;
  border-radius: 10px;
}
header .main-menu nav ul li {
  font-size: 18px;
  cursor: pointer;
  padding: 12px 10px;
  position: relative;
}
header .main-menu nav ul li:hover > ul.sub-menu {
  opacity: 1;
  max-height: 500px;
  transform: translateY(12px);
}
header .main-menu nav ul li a {
  color: #fff !important;
  font-size: 1.9rem;
  font-weight: 700;
}
header .main-menu nav ul li a:hover {
  color: #f8c489 !important;
}
header .main-menu ul.sub-menu {
  position: absolute;
  left: 0;
  z-index: 111111;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, transform 0.4s ease-out;
  margin-top: 0;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 769px) {
  header .main-menu nav {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) translateX(100%);
    opacity: 0;
    background: transparent;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  header .main-menu nav.open {
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  header .main-menu nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    background-color: rgba(0, 0, 0, 0.7);
  }
  header .main-menu nav ul li {
    color: #000;
    transition: color 0.2s ease;
  }
  header .main-menu nav ul li:hover {
    color: #555;
  }
}
@media (max-width: 768px) {
  header .main-menu nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    flex-direction: column;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  header .main-menu nav.open {
    transform: translateY(0);
    opacity: 1;
  }
  header .main-menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  header .main-menu nav ul li {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.8s ease;
  }
  header .main-menu nav.open ul li.show {
    opacity: 1;
    transform: translateY(0);
  }
}
header .menu-icon {
  align-items: center;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  padding: 9px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
header .menu-icon img {
  width: 70%;
  height: 70%;
  margin: auto;
}
header.scrolled {
  padding: 2rem 2rem;
  background: rgba(0, 0, 0, 0.85);
}
header.scrolled .main-menu .header-logo {
  max-width: 220px;
}
header.page-header {
  background: black;
}

.menu-icon-close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  opacity: 0.6;
  z-index: 1000;
  cursor: pointer;
}
.menu-icon-close:hover {
  opacity: 1;
}
.menu-icon-close::before, .menu-icon-close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.menu-icon-close::before {
  transform: rotate(45deg);
}
.menu-icon-close::after {
  transform: rotate(-45deg);
}

#overlay-mobile {
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
  pointer-events: none;
  height: 100%;
}
#overlay-mobile.show-overlay {
  left: 72%;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.hero-section {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.hero-section .hero-content {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 1;
}
.hero-section .hero-content h1 {
  color: #fff;
  font-weight: 200;
  font-size: 6.8rem;
  text-align: center;
  margin-bottom: 3rem;
}
.hero-section .hero-content h1 strong {
  font-weight: 700;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  /* Covers bottom half */
  background: linear-gradient(to top, black, transparent);
  pointer-events: none;
  /* So it doesn’t block clicks */
}
.hero-section.front-hero-section {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.hero-section.front-hero-section video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .hero-section.front-hero-section video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-section.front-hero-section video {
    width: auto;
    height: 100%;
  }
}
.hero-section.page-hero-section {
  margin-top: 15rem;
  height: 400px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  background-position: center;
}
.hero-section.page-hero-section video {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .hero-section.page-hero-section video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-section.page-hero-section video {
    width: auto;
    height: 100%;
  }
}
.hero-section.page-hero-section .hero-content {
  position: relative;
  bottom: 2rem;
  left: 0;
  width: 100%;
  max-width: 1200px;
  z-index: 1;
  transform: none;
}
.hero-section.page-hero-section .hero-content h1 {
  color: #fff;
  font-weight: 500;
  font-size: 6rem;
  text-align: left;
  margin-bottom: 1.8rem;
}
.hero-section.page-hero-section .hero-content h1 strong {
  font-weight: 700;
}
.hero-section.page-hero-section .hero-content .hero-subtitle p {
  color: #fff;
  max-width: 800px;
}

.cta-sect.cta-sect-1 {
  padding: 6rem 0;
}
.cta-sect.cta-sect-1 H2 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  font-size: 5.6rem;
  line-height: 5.9rem;
  margin-bottom: 3rem;
}
.cta-sect.cta-sect-1 p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}
.cta-sect.cta-sect-1 p.txt-lg {
  font-weight: 500;
  font-size: 2.6rem;
  text-align: center;
}
.cta-sect.cta-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.cta-sect.cta-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}

.newsl-sect.newsl-sect-1 {
  padding: 6rem 0;
}
.newsl-sect.newsl-sect-1 H2 {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 5.6rem;
  line-height: 5.9rem;
  margin-bottom: 3rem;
  font-weight: 400;
}
.newsl-sect.newsl-sect-1 p {
  font-family: "Manrope", sans-serif;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  letter-spacing: 2px;
  color: #909090;
}
.newsl-sect.newsl-sect-1 p.txt-lg {
  text-transform: uppercase;
}
.newsl-sect.newsl-sect-1 .cta-button {
  width: 100%;
  margin-top: 4rem;
}
.newsl-sect.newsl-sect-1 .cta-button a {
  margin: 0.5rem auto 2rem auto !important;
}

.portfolio-section {
  padding-top: 3rem;
}
.portfolio-section .portfolio-info-wrapper {
  padding: 2rem;
  background-color: #0F0F0F;
  border-radius: 20px;
  margin-bottom: 3rem;
}
.portfolio-section .portfolio-info-wrapper .portfolio-info-box .card-1 {
  padding: 3rem 4rem;
  box-shadow: none;
  background: none;
  position: relative;
}
.portfolio-section .portfolio-info-wrapper .portfolio-info-box .card-1 .info-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #fff;
}
.portfolio-section .portfolio-info-wrapper .portfolio-info-box .card-1 .info-text {
  font-size: 1.5rem;
  line-height: 1.5em;
  color: #fff;
}
.portfolio-section .portfolio-info-wrapper .portfolio-info-box::after {
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #fcc5a1;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-section .portfolio-info-wrapper .portfolio-info-box:last-child::after {
  display: none;
}

.contact-company-info {
  padding: 4rem 3.5rem 1rem 3.5rem;
}
.contact-company-info .comp-title {
  padding-top: 1rem;
  font-size: 3rem;
  font-weight: 700;
  color: #716969;
  margin-bottom: 2rem;
}
.contact-company-info ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
}
.contact-company-info ul li {
  display: flex;
  align-items: flex-start;
  line-height: 1.5em;
  margin-bottom: 1rem;
  margin-right: 3rem;
}
.contact-company-info ul li a {
  color: #2a2b2c;
  font-weight: 700;
}
.contact-company-info ul li img {
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0.4rem;
}

.ft-spc {
  height: 4rem;
  width: 100%;
}

footer {
  margin-top: auto;
  padding: 3rem 0 0 0;
}
footer .footer-widgets .footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  width: 100%;
}
footer .footer-widgets .footer-logo img {
  max-width: 300px;
}
footer.footer-three {
  padding-top: 8rem;
  color: #E6E6E6;
  font-size: 1.7rem;
  line-height: 1.7em;
  position: relative;
  background-size: cover;
  background-position: center;
}
footer.footer-three.footer-three::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 14, 18, 0.9);
  mix-blend-mode: multiply;
  pointer-events: none;
}
footer.footer-three .footer-widget-title {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #BCABAE;
}
footer.footer-three .footer-menu {
  margin-bottom: 3.5rem;
}
footer.footer-three p {
  color: #E6E6E6;
  font-size: 1.5rem;
}
footer.footer-three a {
  color: #E6E6E6;
}
footer.footer-three a:hover {
  color: #ffaa83 !important;
}
footer.footer-three .about-us-short {
  margin: 0 auto 6rem auto;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.4em;
  font-weight: 300;
  max-width: 1000px;
}
footer.footer-three .footer-social {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  margin-left: auto;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
}
footer.footer-three .footer-social .icon {
  opacity: 0.7;
  margin: 0 1rem 1rem 1rem;
  height: 2rem;
  width: auto;
  transition: all 0.2s ease;
}
footer.footer-three .footer-social .icon:first-child {
  margin-left: 15px;
}
footer.footer-three .footer-social .icon img {
  width: auto;
  height: 100%;
}
footer.footer-three .footer-social .icon:hover {
  opacity: 1;
}
footer.footer-three .footer-company-details .footer-widget-title {
  text-align: right;
}
footer.footer-three .footer-company-details ul li {
  text-align: right;
}

.copyright-copy {
  background: black;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.3px;
  color: #dfdfdf !important;
  width: 100%;
  border-top: 1px solid #2b2b2b;
  margin: 0 auto;
}
.copyright-copy a {
  color: #fcc5a1 !important;
}
.copyright-copy a:hover {
  color: #ffaa83 !important;
}

.featured-image {
  margin-bottom: 30px;
}

.post-category {
  margin-bottom: 10px;
}

.post-date {
  margin-bottom: 10px;
}

h2.wp-block-heading {
  padding-top: 2rem;
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 1em;
}

h3.wp-block-heading {
  color: rgb(95, 95, 95);
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.wp-block-quote {
  margin-bottom: 5rem;
}
.wp-block-quote p {
  padding-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  line-height: 1.4em;
  color: rgb(92, 92, 92);
  max-width: 700px;
  position: relative;
  padding-left: 4rem;
}
.wp-block-quote p::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d46f10;
}

.wp-block-image {
  margin-bottom: 3rem;
}

.wp-block-columns {
  margin-bottom: 4rem;
}

.breadcrumbs {
  z-index: 1;
  margin-bottom: 3rem;
}
.breadcrumbs p {
  color: #fff;
  font-weight: 400;
}
.breadcrumbs p a {
  color: #fff;
  font-weight: 700;
}
.breadcrumbs p a:hover {
  color: #ddba6d;
}

ul.wp-block-list {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 1.5rem;
}
ul.wp-block-list li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #ddba6d;
}

.fluentform {
  background: #e7e7e7;
  padding: 4rem 3.5rem 1rem 3.5rem;
  border-radius: 0;
  position: relative !important;
  z-index: 2;
  margin-top: 4rem;
}
.fluentform::before {
  z-index: -1;
  content: "";
  left: -8rem;
  bottom: 5rem;
  width: 162px;
  height: 180px;
  position: absolute;
  background-image: url(../../assets/images/pattern-one.svg);
}

.contact-form {
  z-index: 10;
  position: relative;
}

.ff-default .ff-el-form-control {
  border: none !important;
  border-bottom: none !important;
  border-radius: 0 !important;
  color: #505050 !important;
  font-family: "Manrope", sans-serif !important;
  font-size: 1.5rem;
  padding: 11px !important;
  background-color: #fff !important;
}
.ff-default .ff-el-form-control:focus {
  background-color: transparent !important;
  color: #585858 !important;
}

.ff-message-success {
  border: none !important;
  box-shadow: none !important;
  margin-top: 5px !important;
  padding: 15px !important;
}
.ff-message-success p {
  color: #202020 !important;
  text-align: center !important;
  font-size: 1.8rem !important;
}

.ff_submit_btn_wrapper {
  text-align: center !important;
}

form .ff-btn-submit {
  font-family: "Manrope", sans-serif !important;
  text-align: center !important;
  font-size: 1.8rem !important;
  font-style: normal !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  padding: 18px 30px 18px 30px !important;
  margin: 10px 0 !important;
  width: 100% !important;
  max-width: 300px !important;
  line-height: 1em !important;
  color: #fff !important;
  background-color: #716969 !important;
  border-radius: 0 !important;
  border: 1px solid #fff !important;
}

.card {
  box-shadow: 0px 10px 23px 0px rgba(77, 77, 77, 0.15);
  overflow: hidden;
  padding-bottom: 25px;
  position: relative;
  padding-bottom: 80px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.card.rnd-corners {
  border-radius: 8px;
}
.card .card-image {
  margin-bottom: 2rem;
  height: auto;
  position: relative;
  overflow: hidden;
  max-height: 287px;
}
.card .card-image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.card .card-title {
  font-family: "Montserrat", sans-serif;
  color: #2a2b2c;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 700;
  padding: 0 2.3rem 0 2.3rem;
  margin-bottom: 1.3rem;
  transition: all 0.3s ease;
}
.card .card-content {
  padding: 0 2.3rem 0 2.3rem;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #2a2b2c;
  transition: all 0.3s ease;
}
.card .card-read-more {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #848e99;
  font-weight: 500;
  position: absolute;
  bottom: 20px;
  right: 2.6rem;
}
.card.card-1 {
  padding: 0;
  position: relative;
}
.card.card-1 .card-image {
  overflow: visible;
  height: 100%;
  margin: 0;
  max-height: 100%;
}
.card.card-1 .card-image img {
  position: relative;
  left: 0;
  top: 0;
  transform: none;
}
.card.card-1 .card-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(1, 2, 16, 0.7);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}
.card.card-1:hover .overlay {
  opacity: 1;
}
.card.card-1 .card-content {
  z-index: 10;
  position: absolute;
  color: #fff;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  margin: 0;
  padding: 2rem 8rem 1rem 3rem;
}
.card.card-1 .card-content .card-info,
.card.card-1 .card-content .card-title {
  color: #fff;
  padding: 0;
}
@media (min-width: 992px) {
  .card.card-1 .card-image {
    height: 100%;
  }
}
.card.card-1 .card-icon-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #BCABAE;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card.card-1 .card-icon-more img {
  width: 16px;
  height: 16px;
}
.card.card-2 {
  padding: 40px 15px 70px 15px;
}
.card.card-2:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.card.card-2:hover .card-title,
.card.card-2:hover .card-content {
  color: #fff;
}

/* Plus sign */
.plus {
  position: relative;
  width: 50px;
  height: 50px;
}

/* both lines share same base styles */
.plus::before,
.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fff;
  transform: translate(-50%, -50%) scaleY(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

/* horizontal line */
.plus::after {
  width: 100%;
  height: 4px;
  transform: translate(-50%, -50%) scaleX(0);
}

/* hover: draw + rotate into X */
.card:hover .plus::before {
  transform: translate(-50%, -50%) scaleY(1) rotate(90deg);
}

.card:hover .plus::after {
  transform: translate(-50%, -50%) scaleX(1) rotate(90deg);
}

.cta-button {
  cursor: pointer;
}
.cta-button a.btn {
  font-family: "Montserrat", sans-serif;
  color: #716969;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 23.5px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: none;
  border: 1px solid #716969;
  border-radius: 0;
  padding: 17px 60px;
  display: block;
  margin: 15px 0;
  max-width: -moz-max-content;
  max-width: max-content;
  min-width: 180px;
  text-align: center;
}
.cta-button a.btn:hover {
  color: #716969;
  background-color: #fff;
}
.cta-button a.btn.ghost {
  color: #fff;
  background-color: #716969;
  border-radius: 0;
  border: 1px solid #fff;
}
.cta-button a.btn.ghost:hover {
  background-color: #ffffff;
  border: 1px solid #353535;
  color: #353535;
}

.hero-content .cta-button {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.8rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 2.8rem;
  }
  h2.wp-block-heading {
    margin-bottom: 1rem;
    font-size: 3.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  .main-menu ul.primary-menu {
    display: flex;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 187px;
  }
  .card .card-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  /*** ----- Footer  ----- ***/
  footer .footer-widgets .footer-logo {
    justify-content: center;
  }
  footer.footer-three .footer-social {
    margin-top: 4rem;
    justify-content: flex-end;
    height: 2rem;
    margin-bottom: 0;
  }
  footer.footer-three .footer-social .icon {
    height: 2.1rem;
  }
  footer.footer-three .footer-social .icon:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  /*** ----- GENERAL STYLES  ----- ***/
  h1 {
    font-size: 3.8rem;
    line-height: 1em;
  }
  h1.front {
    font-size: 3.4rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 160px;
  }
}
@media (min-width: 1200px) {
  /*** ----- Cards  ----- ***/
  .card .card-image {
    height: 195px;
  }
}