/*
Theme Name: THE FIRM CAPITAL GROUP
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.6.0
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/

/*

TABLE OF CONTENTS

1. Variables
2. Custom CSS
3. IP styles
4. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css

*/

/*******************************************************
 *
 * 1. Variables
 *
 *******************************************************/

:root {
    /** Font default */
    --font-family-default: "Manrope", sans-serif;
    --font-family-title: "Cinzel", serif;
    --font-size-default: 14px;
    --font-size-title: 18px;
    --font-color-default: #000000;
    --font-color-title: #6c757d;

    /** Use for input, button, and any other element */
    --primary: #e28a28;
    --secondary: #737373;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
}

/*******************************************************
 *
 * 2. Navigation
 *
 *******************************************************/

/*#region Sub Menu */
#nav .sub-menu {
    position: absolute;
    width: 100%;
    min-width: 190px;
    text-align: center;
    font-weight: 400;
    opacity: 0;
    letter-spacing: 0.035em;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#nav li:hover>.sub-menu,
#nav li:focus-within>.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#nav>li>.sub-menu {
    left: -150%;
    right: -150%;
    margin: auto;
    padding-top: 16px;
}

#nav .sub-menu .sub-menu #fnav .sub-menu .sub-menu {
    top: 0;
    margin-left: 100%;
}

#nav li {
    position: relative;
    display: inline-block;
}

#nav .sub-menu a {
    background: rgba(226, 138, 40, 0.9);
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 16px 0;
    margin: 1.5px 6px 0;
}

#nav .sub-menu a:hover {
    background: rgba(115, 115, 115, 0.9);
    color: #ffffff;
    text-decoration: none;
}

#nav .sub-menu .sub-menu {
    margin-left: 100%;
    top: 0;
    text-align: left;
}

#nav li:hover>.sub-menu {
    display: block;
}

#nav .sub-menu li {
    position: relative;
    width: 100%;
    background: transparent;
}

#nav .sub-menu .sub-menu>li:first-child:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0;
}

#nav .sub-menu li:hover .sub-menu>li:first-child:before {
    opacity: 1;
}

/*#endregion Sub Menu */

/*******************************************************
 *
 * 3. Custom CSS
 *
 *******************************************************/

/*#region Global */

body {
    font-family: var(--font-family-default);
    font-size: var(--font-size-default);
    background: #ffffff;
    color: var(--font-color-default);
    margin: 0;

    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

a,
a:hover,
a:visited,
a:focus,
input,
input:focus,
textarea,
textarea:focus,
select:focus,
select {
    outline: none !important;
    text-decoration: none !important;
}

.slick-slide {
    outline: none !important;
}

#main-wrapper {
    overflow: hidden;
}

.font-zero {
    font-size: 0;
}

section {
    min-height: 170px;
    position: relative;
}

.canvas-wrapper {
    position: relative;
}

canvas {
    display: block;
    width: 100%;
}

.canvas-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.opportunity-item.placeholder .canvas-img {
    object-fit: contain;
}

/* Site title primary */
.site-title-primary {
    width: 100%;
    max-width: 686px;
}

.site-title-primary h3 {
    font-size: 50px;
    font-weight: 200;
    letter-spacing: 0.1em;
    color: var(--secondary);
    /*text-align: left;*/
    text-align: center;
}

.site-title-primary h2 {
    font-size: 75px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    /*text-align: right;*/
    text-align: center;
}

/* Site btn primary */
.site-btn-primary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 160px;
    min-height: 30px;
    font-size: 13px;
    color: var(--primary);
    text-transform: uppercase;
    background: transparent;
    letter-spacing: 0.4em;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-btn-primary:hover {
    color: #ffffff;
}

.site-btn-primary::before {
    content: "";
    position: absolute;
    transform: skewX(-20deg);
    width: 100%;
    height: 100%;
    max-width: 2px;
    background: #6e6e6e;
    border: 1px solid #6e6e6e;
    left: 0;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-btn-primary:hover::before {
    color: #ffffff;
    background: #6e6e6e;
    border: 1px solid #6e6e6e;
    max-width: 100%;
}

/* Pojo */
body #pojo-a11y-toolbar {
    bottom: 0 !important;
    top: auto !important;
}

body #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
    top: auto !important;
    bottom: 0 !important;
}

button:focus-visible,
a:focus-visible {
    outline-style: solid !important;
    outline-width: 5px !important;
    outline-color: red !important;
    transition: none !important;
}

/* Contact Form Validation */
.contact-form div.wpcf7-response-output {
    font-size: 14px;
    text-align: center;
    position: absolute;
    font-family: "Poppins", sans-serif;
    bottom: -42px;
    margin: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #09203d;
}

.contact-form span.wpcf7-not-valid-tip {
    font-size: 15px;
}

.contact-form .wpcf7-form-control-wrap {
    display: block;
}

.contact-form div.wpcf7 .ajax-loader {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -19px;
}

.contact-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    width: 180px;
}

.wpcf7-spinner {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/*#endregion Global */

/*******************************************************
 *
 * 4. IP Styles
 *
 *******************************************************/

/*#region Ip */
.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: var(--dark);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}

/* Adjust minimum height of page area */
#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}

/** Adjust width of content columns **/
#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}

/* Adjust width of sidebar */
.sidebar {
    width: 20.83%;
}

/* fullwidth template */
.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}

/* Adjust line height of page elements */
#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7;
}

/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */
#content .entry-title,
#content .archive-title {}

/* Styles for category/archive/search/etc subheadings (h2) */
#content .archive-subtitle {}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */
/*#endregion Ip */

/*#region Header */

header.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
    width: 100%;
    background: transparent;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-top: 44px;
}

/* header Grid */

.header-container {
    display: grid;
    grid-template-columns: repeat(100, 1fr);
    align-items: center;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.header-logo {
    grid-column: 9/25;
}

.navigation {
    grid-column: 26/-15;
}

.header-logo img {
    width: 100%;
}

.header .navigation #nav {
    font-size: 14px;
    letter-spacing: 0.07em;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    gap: 46px;
    justify-content: flex-end;
}

.header .navigation #nav>li>a:hover {
    color: var(--primary);
}

nav.navigation {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
    align-items: center;
}

/* Header Contact */
.header-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #ffffff;
    gap: 34px;
}

.header-contact a:hover {
    color: var(--primary);
}

.header-contact .header-email {
    padding-right: 14px;
}

.header-contact .site-btn-primary {
    color: #ffffff;
    width: 100vw;
    max-width: 94px;
    min-height: 40px;
}

.header-contact .site-btn-primary:hover {
    color: #ffffff;
}

.header-contact .site-btn-primary::before {
    transform: unset;
    max-width: 100%;
}

.header-contact .site-btn-primary:hover::before {
    background: var(--primary);
    border: 1px solid var(--primary);
}

/* Fixed header */
.header.show-fixed {
    pointer-events: all;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1010;
    opacity: 1;
    background: #383838;
    margin-top: 0;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-top: 0;
}

.header.show-fixed #nav .sub-menu {
    padding-top: 44px;
}

/*#endregion Header */

/*#region burger menu */
.burger-menu {
    position: relative;
    width: 20px;
    cursor: pointer;
    grid-column: 95/-12;
}

.bm-drop {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: initial;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.bm-view.is-open {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bm-content {
    padding-top: 84px;
    max-width: 500px;
    margin: 0 auto;
}

.bm-menu {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 0;
    letter-spacing: 0;
    z-index: 2001;
    visibility: hidden;
    width: 100%;
    height: 100%;
    min-height: 580px;
    max-width: 682px;
    background: var(--primary);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bm-content .menu>li:not(:last-child) {
    margin-bottom: 30px;
}

.bm-content .menu>li>a {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 00.05em;
    text-transform: uppercase;
}

.bm-content .site-btn-secondary {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.bm-content .menu .sub-menu {
    padding-top: 10px;
    margin-left: 30px;
}

.bm-content .menu .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 00.1em;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
}

.bm-content .menu .sub-menu li a:hover,
.bm-content .menu li a:hover,
.bm-content .site-btn-secondary:hover {
    color: var(--secondary);
}

.burger-menu span:first-child {
    margin-top: 2px;
}

.burger-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--primary);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.burger-menu:hover span {
    background: #ffffff;
}

.burger-menu span:not(:last-child) {
    margin-bottom: 5px;
}

/* bm close */

.bm-close {
    position: absolute;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    top: 38px;
    right: 48px;
    z-index: 15;
}

.bm-close:hover span {
    color: #c4c0c0;
}

.bm-close span {
    color: #ffffff;
    font-size: 22px;
}

.bm-menu .bm-contact {
    padding-top: 10px;
    margin: 0 0 30px 30px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 500;
}

.bm-menu .bm-contact a:hover {
    color: var(--secondary);
}

.bm-menu .bm-contact span {
    padding-right: 6px;
}

/* bm smi */
.bm-menu .footer-smi {
    justify-content: unset;
    gap: 0;
    padding-top: 70px;
}

.bm-menu .footer-smi a {
    color: var(--primary);
    background: #ffffff;
    margin: 0 10px;
}

.bm-menu .footer-smi a::before {
    border: 1px solid #ffffff;
}

/*#endregion burger menu */

/*#region Slideshow Region */
.cycloneslider-slide-image {
    position: relative;
}

.cycloneslider-slide-image::before {
    content: "";
    position: absolute;
    background: rgba(8, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.region-slideshow-container {
    position: relative;
}

.region-slideshow-container .slide-text {
    position: absolute;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #ffffff;
    text-align: center;
    width: 100%;
    max-width: 1008px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-shadow: #000 2px 4px 10px;
}

/*#endregion Slideshow Region */

/*#region Welcome Region */

.hp-welcome {
    padding: 64px 24px 0 24px;
}

.hp-welcome::after {
    content: "";
    position: absolute;
    background: url(images/hp-line1.png) no-repeat;
    right: 0;
    bottom: 0;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.region-welcome-container {
    position: relative;
    padding-top: 48px;
}

.region-welcome-container::before {
    content: "";
    position: absolute;
    background: url(images/hp-line2.png) no-repeat;
    left: -96px;
    top: 0;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.welcome-primary-section .welcome-item {
    position: relative;
}

.welcome-primary-section .welcome-item::before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 100%;
    height: 100%;
    max-height: 522px;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.welcome-primary-section .welcome-item img {
    margin: 0 auto;
}

.welcome-secondary-section {
    padding-top: 44px;
}

.welcome-secondary-section .site-title-primary {
    margin-bottom: 90px;
    max-width: 310px;
    margin-left: auto;
}

.welcome-secondary-section .site-title-primary h3 {
    text-align: left;
    margin-left: -25px;
}

.welcome-secondary-section p {
    font-size: 15px;
    line-height: 30px;
    color: var(--secondary);
    text-align: right;
    margin-bottom: 58px;
}

.welcome-secondary-section .welcome-logo {
    text-align: right;
}

.welcome-secondary-section .site-btn-primary {
    margin: 0 0 0 auto;
}

/*#endregion Welcome Region */

/*#region Cta Region */

.hp-cta {
    padding: 30px 24px 30px 24px;
}

.hp-cta::before {
    content: "";
    position: absolute;
    background: url(images/cta-bg.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -3;
    pointer-events: none;
}

.cta-gallery-image-container {
    padding-top: 148px;
}

.region-cta-container .site-title-primary {
    position: relative;
    max-width: 306px;
    margin: 0 auto 0 110px;
}

.region-cta-container .site-title-primary h3 {
    color: #ffffff;
}

.region-cta-container .site-title-primary::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vw;
    max-width: 342px;
    max-height: 342px;
    background: var(--secondary);
    border-radius: 50%;
    top: -105px;
    left: -15px;
    z-index: -2;
}

.cta-image:hover::before {
    opacity: 1;
}

.hp-cta .cta-item {
    max-width: 76px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.hp-cta .cta-item-wrapper {
    text-align: center;
}

.hp-cta .cta-item-wrapper h4 {
    position: relative;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 0.05em;
    line-height: 65px;
    color: #ffffff;
    background: var(--primary);
    border-radius: 50%;
    max-width: 100px;
    min-height: 100px;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hp-cta .cta-item-wrapper h4::before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vw;
    max-width: 116px;
    max-height: 116px;
    top: -8px;
    left: -8px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.hp-cta .cta-item-wrapper:not(:last-child) h4::after {
    content: "";
    position: absolute;
    background: var(--primary);
    width: calc(100% - -134px);
    height: 1px;
    left: 108px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

.hp-cta .cta-item-wrapper .cta-details {
    position: relative;
    z-index: 1;
}

.hp-cta a {
    display: block;
    max-width: 76px;
    margin: 0 auto;
    margin-bottom: 28px;
}

.hp-cta .cta-item-wrapper .cta-details h3 {
    color: var(--primary);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
    margin-bottom: 32px;
}

.hp-cta .cta-item-wrapper .cta-details p {
    color: var(--secondary);
    line-height: 25px;
}

/*#endregion Cta Region */

/*#region Opportunity Region */

.hp-opportunity {
    padding: 50px 40px;
}

.region-opportunity-container {
    position: relative;
}

.region-opportunity-container::before {
    content: "";
    position: absolute;
    background: url(images/hp-line1.png) no-repeat;
    left: 60px;
    top: 24px;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.region-opportunity-container::after {
    content: "";
    position: absolute;
    background: url(images/hp-line2.png) no-repeat;
    right: -30px;
    top: 148px;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.hp-opportunity .site-title-primary {
    margin: 0 auto;
    margin-bottom: 64px;
}

/* .hp-opportunity .opportunity-slick {
    max-width: 1448px;
    margin: 0 auto;
} */



.hp-opportunity .slick-list {
    margin: 0 -20px;
    padding-bottom: 50px;
}

.hp-opportunity .slick-slide>div>div:nth-child(2) {
    transform: translateY(90px);
}

.hp-opportunity .opportunity-item-wrapper {
    position: relative;
    display: block !important;
}

.hp-opportunity .opportunity-item {
    padding: 0 20px;
    margin-bottom: 40px;
}

.hp-opportunity .opportunity-item .opportunity-list {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 100%;
}

.hp-opportunity .opportunity-item .opportunity-list:nth-of-type(2) {
    padding-top: 96px;
}

.hp-opportunity .slick-slide>div:not(:last-child) {
    margin-bottom: 10px;
}

.hp-opportunity .opportunity-item .opportunity-img {
    max-width: 100%;
}

.hp-opportunity a img {
    /*filter: grayscale(1);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-opportunity a:hover img {
    /*filter: none;*/
}

.hp-opportunity .opportunity-content {
    position: absolute;
    width: auto;
    z-index: 4;
    left: 40px;
    bottom: 26px;
    color: #ffffff;
}

.hp-opportunity .opportunity-content h4 {
    font-size: 26px;
    letter-spacing: -0.035em;
    font-weight: 700;
    text-shadow: #000 2px 4px 10px;
}

.hp-opportunity .opportunity-content h3 {
    font-size: 26px;
    letter-spacing: -0.035em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-shadow: #000 2px 4px 10px;
}

.hp-opportunity .opportunity-content p {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 4px 0 10px;
    text-shadow: #000 2px 4px 10px;
}

.hp-opportunity .opportunity-content .site-btn-primary {
    opacity: 0;
    min-height: 0;
    font-size: 0;
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-opportunity a:hover .opportunity-content .site-btn-primary {
    opacity: 1;
    font-size: 13px;
    min-height: 30px;
}

.hp-opportunity .site-btn-primary::before {
    max-width: 100%;
}

/*#endregion Opportunity Region */

/*#region Work Region */

.hp-work {
    padding: 30px 24px 30px 24px;
    background: #f7f7f7;
}

.region-work-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1405px;
    margin: 0 auto;
    padding: 60px 0;
}

.region-work-container .site-title-primary {
    position: relative;
    width: 100%;
    max-width: 418px;
}

.region-work-container .site-title-primary::before {
    content: "";
    position: absolute;
    background: url(images/hp-line2.png) no-repeat;
    right: 24px;
    top: -74px;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.region-work-container .site-title-primary h2 {
    text-align: left;
    padding-left: 74px;
}

.work-gallery-image-container {
    text-align: center;
}

.work-gallery-image-container .work-item-wrapper {
    margin-bottom: 32px;
}

.work-gallery-image-container .work-item::before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    background: #f7f7f7;
    width: 100vw;
    height: 100vw;
    max-width: 142px;
    max-height: 142px;
    top: -44px;
    left: -9px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.work-gallery-image-container .work-item::after {
    content: "";
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    min-height: 124px;
    top: -35px;
    left: 0;
    z-index: 1;
}

.work-gallery-image-container .work-item-wrapper .work-image {
    display: block;
    width: 100%;
    max-width: 124px;
    margin: 0 auto;
    margin-bottom: 58px;
}

.work-gallery-image-container .work-item-wrapper .work-image img {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 65px;
    height: 100vw;
    max-height: 57px;
    margin: 0 auto;
}

.work-gallery-image-container .work-item-wrapper h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: var(--secondary);
    margin-bottom: 22px;
}

.work-gallery-image-container .work-item-wrapper p {
    line-height: 25px;
    color: var(--secondary);
}

/*#endregion Work Region */

/*#region Advisors Region */

.hp-advisors {
    padding: 30px 24px 34px 24px;
}

.region-advisors-container .site-title-primary {
    position: relative;
    padding-top: 84px;
    max-width: 486px;
    margin: 0 auto 0 260px;
    z-index: 3;
}

.region-advisors-container .site-title-primary h3 {
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.region-advisors-container .site-title-primary::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vw;
    max-height: 247px;
    max-width: 488px;
    background: var(--secondary);
    top: 20px;
    left: -32px;
    z-index: -1;
}

.region-advisors-container .site-title-primary::after {
    content: "";
    position: absolute;
    background: url(images/hp-line1.png) no-repeat;
    top: 0;
    left: calc(50% - 34px);
    transform: translateX(-50%);
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.advisors-gallery-image-container {
    position: relative;
    background: #ebebeb;
    padding-top: 58px;
}

.advisors-gallery-image-container .advisors-slick {
    max-width: 921px;
    margin: 0 auto;
}

.advisors-image {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 0 8px;
    cursor: pointer;
}

.advisors-image::before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 0;
    height: 5px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.advisors-image:hover::before {
    width: 100%;
}

.advisors-image .advisors-content {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.advisors-image:hover .advisors-content {
    opacity: 1;
}

.advisors-image .advisors-content h3 {
    font-size: 26px;
    letter-spacing: -0.035em;
    font-weight: 700;
    margin-bottom: 14px;
    text-shadow: #000 2px 4px 10px;
}

.advisors-image .advisors-content p {
    letter-spacing: 00.05em;
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: #000 2px 4px 10px;
}

.hp-advisors .advisors-item {
    width: 100%;
    height: 100%;
}

.hp-advisors .advisors-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    /*max-height: 364px;*/
    filter: grayscale(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hp-advisors .advisors-item:hover img {
    filter: none;
}

.hp-advisors .advisors-item .advisors-details {
    position: relative;
    z-index: 1;
}

.hp-advisors .advisors-item .advisors-details h3 {
    color: #ffbe19;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 16px;
}

.hp-advisors .advisors-item .advisors-details p {
    color: #ffbe19;
    font-size: 16px;
    margin-bottom: 32px;
}

/*#endregion Advisors Region */

/*#region Platform Region */

.hp-platform {
    padding: 100px 24px 158px 24px;
    background: #383838;
}

.hp-platform::before {
    content: "";
    position: absolute;
    background: url(images/hp-line3.png) no-repeat;
    top: calc(50% - -74px);
    left: -84px;
    transform: translateY(-50%);
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.hp-platform::after {
    content: "";
    position: absolute;
    background: url(images/hp-line1.png) no-repeat;
    top: calc(50% - -74px);
    right: -46px;
    transform: translateY(-50%);
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.hp-platform .site-title-primary {
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 164px;
}

.hp-platform .site-title-primary h3 {
    color: #ffffff;
}

.region-platform-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
}

.region-platform-container h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.035em;
    color: #ffffff;
}

.region-platform-container .platform-item-wrapper {
    position: relative;
    width: 100px;
}

.region-platform-container .platform-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.region-platform-container .platform-item::before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    background: #383838;
    width: 100vw;
    height: 100vw;
    max-width: 116px;
    max-height: 116px;
    top: -28px;
    left: -9px;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

.region-platform-container .platform-item::after {
    content: "";
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    max-width: 100px;
    min-height: 100px;
    top: -20px;
    left: 0;
    z-index: 1;
}

.region-platform-container .platform-item img {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 57px;
    height: 100vw;
    max-height: 59px;
}

.region-platform-container .platform-item-wrapper:nth-child(odd) h3 {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.region-platform-container .platform-item-wrapper:nth-child(even) {
    padding-top: 80px;
}

.region-platform-container .platform-item-wrapper:nth-child(even) h3 {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.region-platform-container .platform-item-wrapper:nth-child(odd):not(:last-child) .platform-image:before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    border-top: none;
    border-right: none;
    width: 100vw;
    max-width: 138px;
    height: 100%;
    max-height: 29px;
    bottom: -54px;
    left: 48px;
    z-index: 1;
    pointer-events: none;
}

.region-platform-container .platform-item-wrapper:nth-child(even) .platform-image:before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    border-bottom: none;
    border-right: none;
    width: 100vw;
    max-width: 138px;
    height: 100%;
    max-height: 29px;
    top: -54px;
    left: 48px;
    z-index: 1;
    pointer-events: none;
}

.region-platform-container .platform-image {
    position: relative;
    display: block;
    max-width: 98px;
    margin: 0 auto;
}

/*#endregion Platform Region */

/*#region Contact Region */

.hp-contact {
    padding: 40px;
}

.hp-contact::before {
    content: "";
    position: absolute;
    background: url(https://firmcapitalgroup.com/wp-content/uploads/2026/02/form-bg.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.region-contact-container {
    background: rgba(255, 255, 255, 0.95);
    padding: 106px 0 96px;
}

.region-contact-container .site-title-primary {
    width: unset;
    max-width: unset;
    margin-bottom: 42px;
}

.region-contact-container .site-title-primary h2 {
    text-align: center;
}

.contact-form .form-md input,
.contact-form .form-lg textarea {
    border: 0;
    border-bottom: solid 1px var(--secondary);
    color: var(--secondary);
}

.contact-form {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 0;
    z-index: 2;
}

.contact-form .form-md {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
    width: 50%;
}

.contact-form .form-md input {
    width: 100%;
    min-height: 54px;
    text-transform: uppercase;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.contact-form .form-lg textarea {
    width: 100%;
    height: 70px;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    resize: none;
}

.contact-form .form-lg {
    position: relative;
    padding: 22px 0 36px;
}

.contact-form .pad-left,
.contact-form .middle-pad-left {
    padding-right: 5px;
}

.contact-form .pad-left {
    width: 100%;
    padding-right: 0;
}

.contact-form .pad-right,
.contact-form .middle-pad-right {
    padding-left: 5px;
}

.contact-form .site-btn-primary {
    margin: 0 auto;
}

.contact-form .site-btn-primary .site-btn {
    font-size: 13px;
    letter-spacing: 0.4em;
    background: transparent;
    text-transform: uppercase;
    border: none;
}

/*#endregion Contact Region */

/*#region Footer Region */
footer.footer {
    color: var(--secondary);
    padding: 0 24px;
}

footer.footer a:hover {
    color: var(--primary);
}

.footer-container {
    padding: 72px 0;
}

.footer-logo img {
    margin: 0 auto;
    margin-bottom: 26px;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 30px;
}

.footer-contact span {
    color: var(--primary);
    padding-right: 6px;
}

.footer-contact a,
.footer-contact p {
    letter-spacing: 0.075em;
    font-size: 13px;
    font-weight: 500;
}

.footer-contact .footer-location {
    display: flex;
    align-items: center;
}

.footer-contact .footer-location span {
    font-size: 20px;
}

.footer-contact .footer-phone span {
    font-size: 13px;
}

.footer-contact .footer-email span {
    font-size: 10px;
}

.footer-smi {
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 42px;
    margin-bottom: 26px;
}

.footer-smi a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    background: var(--primary);
    border-radius: 50%;
    width: 36px;
    height: 100%;
    max-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-smi a::before {
    content: "";
    position: absolute;
    border: 1px solid var(--primary);
    width: 100vw;
    height: 100vw;
    max-width: 50px;
    max-height: 50px;
    top: -7px;
    left: -7px;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}

.footer-smi a:hover {
    color: var(--secondary) !important;
}

.menu-footer-menu-container .footernav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 36px;
}

.footer-text {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 00.05em;
    font-weight: 500;
    text-align: center;
    max-width: 1330px;
    margin: 0 auto;
    margin-bottom: 26px;
}

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

.lower-footer p {
    font-size: 13px;
    letter-spacing: 00.05em;
    margin-bottom: 16px;
    line-height: 26px;
    font-weight: 500;
}

.lower-footer .mls {
    font-size: 25px;
}

#agents-results .agents-name a:hover {
    color: var(--primary) !important;
}

.cycloneslider-template-video .cycloneslider-volume.off,
.cycloneslider-template-video .cycloneslider-volume.on,
.cycloneslider-template-video .cycloneslider-volume {
    top: auto;
    bottom: 50px;
    display: none;
}

body.page footer {
    background: #e8e8e8
}

#inner-page-wrapper {
    padding: 90px 0 0
}

#inner-page-wrapper::before {
    content: "";
    position: absolute;
    background: url(images/hp-line2.png) no-repeat;
    left: 10px;
    top: 20px;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

#inner-page-wrapper::after {
    content: "";
    position: absolute;
    background: url(images/hp-line1.png) no-repeat;
    right: 0;
    bottom: 0;
    width: 187px;
    height: 37px;
    z-index: 1;
    pointer-events: none;
}

.grecaptcha-badge {
    z-index: 1000;
}

/*#endregion Footer Region */

/* Global Forms */
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}

/* Agents */
.aiosp-wrap .aiosp-ref-\#agents-popup-form .use-floating-validation-tip .wpcf7-not-valid-tip {
    position: absolute;
    width: auto;
    top: 20px;
    font-size: 11px;
}

body #agents-results .agent-top {
    display: none;
}

#agents-single .agents-contact li {
    margin: 10px 0 !important;
}

/* Listings */
body #listings-details .listings-form span.wpcf7-not-valid-tip {
    font-size: 11px;
    width: auto;
    position: absolute;
    top: 32px;
}

body #listings-details .listings-slideshow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(14, 14, 14, 0)), to(rgba(14, 14, 14, 1)));
    background: linear-gradient(to top, rgba(14, 14, 14, 0) 35%, rgba(14, 14, 14, 1) 100%);
    opacity: 0.3;
    pointer-events: none;
    z-index: 10;
}

body #listings-details .listings-slideshow-text span {
    text-shadow: 0px 1px 3px rgb(0 0 0 / 90%);
}

.single-aios-listings #inner-page-wrapper::before {
    display: none;
}

.single-aios-listings #inner-page-wrapper {
    padding: 0;
}

#listings-details .listings-form textarea {
    padding-right: 35px !important;
}

/* Custom Entry titles */
.page-id-53 h1.entry-title,
.page-id-183 h1.entry-title,
.single-aios-agents h1.agent-entry-title {
    font-size: 24px;
    color: #000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.7;
    margin: 0.67em 0;
}

.post-page-contact .aios-contact-form div.wpcf7-response-output {
    position: unset !important;
}

/* Opt-in | Start */
.opt-in {
    width: 100%;
}

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

.opt-in .wpcf7-list-item label {
    display: flex;
    padding: 10px 0 0;
    font-size: 13px;
}

.opt-in input {
    width: auto !important;
    height: max-content !important;
    margin: 0;
    appearance: auto !important;
    margin-top: 0.15em;
    font-size: inherit;
}

.opt-in .wpcf7-list-item-label {
    text-align: justify;
    padding-left: 10px;
    line-height: 1.4;
    font-size: inherit;
}

.opt-in.white .wpcf7-list-item-label {
    color: #fff;
}

.opt-in .wpcf7-list-item-label a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.opt-in .wpcf7-list-item-label a:hover {
    opacity: 0.75;
}

.wpcf7-spinner {
    position: absolute;
}

.contact-form .form-lg {
    padding-bottom: 10px;
}

.contact-form .opt-in .wpcf7-list-item-label {
    color: var(--secondary);
}

.contact-form .site-btn-primary {
    margin-top: 22px;
}

/* Opt-in | End */