/*
Theme Name: FJ Tiger
Theme URI: https://tandemcreate.com
Template: twentytwentyfive
Author: Tandem Create (Marthinus A. Botha)
Author URI: https://tandemcreate.com
Description: FJ Tiger Theme
Tags: fj-tiger
Version: 1.0.1739789934
Updated: 2025-02-17 10:58:54

*/

/** Fonts */
@font-face {
    font-family: 'Montserrat Regular';
    src: url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;   
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;   
}

@font-face {
    font-family: 'Montserrat Bold Italic';
    src: url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat Semibold Italic';
    src: url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: semibold;
}

@font-face {
    font-family: 'BebasNeue Regular';
    src: url('fonts/BebasNeue-Regular.ttf') format('truetype');
}


/** General Styles */

/* Body */

body {
    font-family: 'Montserrat Regular', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

/* Links */

a {
    color: #6A725A;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.5em;
    font-family: 'Montserrat Bold', sans-serif !important;
    font-weight: bold;
    color: #000;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

.fj-tiger-heading {
    font-family: 'BebasNeue Regular', sans-serif !important;
}

.current-menu-item a {
    font-weight: semibold;
}

/* Paragraphs */

p {
    margin: 0 0 1.5em;
}

/** FJ Tiger general styles */

.fj-tiger-section-heading h1,
.fj-tiger-section-heading h2 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.5rem;
}

.fj40-heading h1,
.fj40-heading h2 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 7rem;
}

.fj40-section-heading h2,
.fj40-section-heading h1 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 5rem;
}

.fj40-brand-heading h2 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 5rem;
    background-image: url(/wp-content/uploads/2025/02/FJ-Tiger-buttons-Elements_FJ-Tiger-Underline-Brush-stroke-green.webp);
    background-size: 100% 10%;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    padding-bottom: 10px;
}

.fj40-slogan-heading h4,
.fj40-slogan-heading p {
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.25rem;
}

.fj40-carousel .elementor-image-carousel {
    height: 1240px;
}

.fj40-carousel img {
    width: 100%;
    /* Ensure the image takes the full width of the container */
    height: 100%;
    /* Ensure the image takes the full height of the container */
    object-fit: cover;
    /* Ensure the image scales proportionally */
    object-position: top center;
    /* Position the image accordingly */
    max-height: 1250px;
}

.vespa-heading h1,
.vespa-heading h2 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 7rem;
}

.vespa-section-heading h2,
.vespa-section-heading h1{
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 5rem;
}

.vespa-brand-heading h2 {
    font-family: 'BebasNeue Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 5rem;
    background-image: url(/wp-content/uploads/2025/02/FJ-Tiger-buttons-Elements_FJ-Tiger-Underline-Brush-stroke-blue.webp);
    background-size: 100% 10%;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    padding-bottom: 10px;
}

.vespa-slogan-heading h4,
.vespa-slogan-heading p{
    font-family: 'Montserrat-Regular', sans-serif !important;
    font-weight: normal !important;
    font-size: 1.25rem;
}

.vespa-carousel .elementor-image-carousel {
    height: 1240px;
}

.vespa-carousel img {
    width: 100%;
    /* Ensure the image takes the full width of the container */
    height: 100%;
    /* Ensure the image takes the full height of the container */
    object-fit: cover;
    /* Ensure the image scales proportionally */
    object-position: top center;
    /* Position the image accordingly */
    max-height: 1250px;
}

.fj-not-active {
    display: none !important;
}

.fj-active {
    display: block !important;
}

/* Highlight colours */
.fj40-highlight {
    color: #DAD3C9;
}

.bj40-highlight,
.fj40-main-heading-highlight {
    color: #545E42;
}
    
.vespa-light-blue-highlight {
    color: #66ADD3;
}

.vespa-yellow-highlight {
    color: #E5A734;
}

.vespa-white-highlight {
    color: #929497;
}

.vespa-dark-blue-highlight {
    color: #4C7892;
}

.vespa-green-highlight {
    color: #98A47B;
}

/** Forms */
input,
textarea,
select {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #F2EEE7;
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: center;
}

input::placeholder {
    text-align: center;
    color: #6D6E71;
}

.fj-send-message-image {
    background: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 20px 0;
    width: 100%;
    color: #fff;
}

.fj-send-message-image:hover {
    box-shadow: none !important;
    filter: brightness(0.9);
}

/** Menu Styles */

.fj-tiger-menu .menu-item a,
.fj40-menu .menu-item a,
.vespa-menu .menu-item a {
    letter-spacing: 1.25px;
}


.fj-tiger-menu .menu-item a:hover {
    background-image: url(/wp-content/uploads/2025/02/FJ-Tiger-buttons-Elements_FJ-Tiger-Brush-stroke-green.webp);
    background-size: 40% 20%;
    background-repeat: no-repeat;
    background-position: top center;
}

.fj40-menu .menu-item a:hover {
    background-image: url(/wp-content/uploads/2025/02/FJ-Tiger-buttons-Elements_FJ-Tiger-Brush-stroke-green.webp);
    background-size: 40% 20%;
    background-repeat: no-repeat;
    background-position: top center;
}

.vespa-menu .menu-item a:hover {
    background-image: url(/wp-content/uploads/2025/02/FJ-Tiger-buttons-Elements_FJ-Tiger-Brush-stroke-blue.webp);
    background-size: 40% 20%;
    background-repeat: no-repeat;
    background-position: top center;
}

/* Video Container styling for loading effect */
.fj-tiger-video-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fj-tiger-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}

.fj-thumb-image {
    cursor: pointer;
}

#fj-tiger-popup-contact-form {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.fj-tiger-popup-contact-form .fj-tiger-popup-contact-form-content {
    background: #6D6E71;
    border: #ccc 1px solid;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fj-tiger-popup-contact-form .fj-tiger-popup-contact-form-content form {
    margin: 0 !important;
    padding: 0 !important;
    padding-top: 30px !important;
}

.fj-tiger-popup-contact-form .forminator-row.forminator-row-last {
    margin-bottom: 0px !important;
}

.fj-tiger-popup-contact-form .fj-tiger-popup-contact-form-content .fj-tiger-popup-contact-form-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.fj-popup-button {
    cursor: pointer;
}

.fj-share-button {
    cursor: pointer;
}

#fj-tiger-share-links {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

#fj-tiger-share-links .share-links-content {
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    width: auto;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

#fj-tiger-share-links .share-links-close {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    font-size: 1.5rem;
}

#fj-tiger-share-links .fj-tiger-share-link {
    display: block;
    margin: 10px 0;
    color: #333;
    text-decoration: none;
    font-size: 1.2em;
}

#fj-tiger-share-links .fj-tiger-share-link:hover {
    color: #6A725A;
    text-decoration: underline;
}

#fj-tiger-share-links .fj-tiger-share-link i {
    margin-right: 10px;
}

#fj-tiger-share-links .fab,
#fj-tiger-share-links .fas {
    font-size: 5rem;
}

#fj-tiger-share-links .fab:hover,
#fj-tiger-share-links .fas:hover{
    color: #6A725A;
}

#fj-tiger-share-links .links-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .fj40-carousel .elementor-image-carousel {
        height: 1250px;
    }

    .fj40-carousel img {
        max-height: 1250px;
    }

    .vespa-carousel .elementor-image-carousel {
        height: 1250px;
    }

    .vespa-carousel img {
        max-height: 1250px;
    }
}

@media (max-width: 992px) {
    .fj40-carousel .elementor-image-carousel {
        height: 1100px;
    }

    .fj40-carousel img {
        max-height: 1100px;
    }

    .vespa-carousel .elementor-image-carousel {
        height: 1100px;
    }

    .vespa-carousel img {
        max-height: 1100px;
    }
}

@media (max-width: 768px) {
    .fj40-carousel .elementor-image-carousel {
        height: 950px;
    }

    .fj40-carousel img {
        max-height: 950px;
    }

    .vespa-carousel .elementor-image-carousel {
        height: 950px;
    }

    .vespa-carousel img {
        max-height: 950px;
    }
}

@media (max-width: 576px) {
    .fj40-carousel .elementor-image-carousel {
        height: 800px;
    }

    .fj40-carousel img {
        max-height: 800px;
    }

    .vespa-carousel .elementor-image-carousel {
        height: 800px;
    }

    .vespa-carousel img {
        max-height: 800px;
    }
}

@media (max-width: 480px) {
    .fj40-carousel .elementor-image-carousel {
        height: 550px;
    }

    .fj40-carousel img {
        max-height: 650px;
    }

    .vespa-carousel .elementor-image-carousel {
        height: 550px;
    }

    .vespa-carousel img {
        max-height: 650px;
    }
}
