/** !
Theme Name: Analyse My Game
Theme URI: https://www.analysemygame.co.uk/
Description: Bespoke Theme for Analyse My Game using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

@font-face {
    font-family: "Garet";
    src: url("assets/fonts/Garet-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Garet";
    src: url("assets/fonts/Garet-Heavy.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
    height: 100%;
}
html {
    background: #0b0b0b;
    overflow: auto;
}
body {
    background: none;
    color: #9a9a9a;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Garet", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    position: relative;
}

p {
    font-size: 1rem;
    line-height: 1.6;
}
p > strong {
    font-weight: 600;
    color: #fff;
}
ul,
ol {
    padding: 0 0 0 2em;
}
ul > li,
ol > li {
    font-size: 1rem;
}
hr {
    border-top: #505050 1px solid;
}
svg {
    color: #bfff36;
}
svg:hover {
    color: #505050;
}
span {
    color: #bfff36;
}
span.required {
    color: #ec0000;
}

label {
    margin-bottom: 0.25em !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    font-family: inherit !important;
    font-weight: 700 !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    height: auto !important;
    padding: 0.5em 1em !important;
    color: #151515 !important;
    font-size: 1rem !important;
    background-color: #fff !important;
    border: 1px solid #3b3b3b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
    color: #151515 !important;
}
input[type="date"] {
    color: #151515 !important;
}
select {
    color: #151515 !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
    height: auto !important;
    padding: 0.5em 1em !important;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background-color: #fff !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #3b3b3b !important;
}
textarea {
    min-height: 125px !important;
    max-height: 125px !important;
    padding: 0.5em 1em !important;
    font-size: 1rem !important;
    background-color: #fff !important;
    border: 1px solid #3b3b3b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

input::placeholder,
textarea::placeholder,
select::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
    font-style: normal;
}

input[type="submit"] {
    width: auto !important;
    padding: 0.4em 1.35em 0.5em !important;
    display: inline-block !important;
    font-size: 1.1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #151515 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    border: #bfff36 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background: #bfff36 !important;
}
input[type="submit"]:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #505050 !important;
    border: #505050 1px solid !important;
}

.btn,
.wp-element-button,
.forminator-ui.forminator-design--flat .forminator-button-submit {
    width: auto !important;
    padding: 0.4em 1.35em 0.5em !important;
    display: inline-block !important;
    font-size: 1.1rem !important;
    position: relative !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #151515 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    border: #bfff36 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    background: #bfff36 !important;
}
.btn:hover,
.wp-element-button:hover,
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #505050 !important;
    border: #505050 1px solid !important;
}

.btn.disabled,
.btn:disabled {
    opacity: 1 !important;
    color: #fff !important;
    background: #505050 !important;
    border: #505050 1px solid !important;
}
.btn:hover.disabled,
.btn:hover:disabled {
    color: #fff !important;
    background: #505050 !important;
    border: #505050 1px solid !important;
}

.forminator-ui.forminator-custom-form[data-design="flat"]
    .forminator-description
    span {
    color: #fff !important;
}
.forminator-ui.forminator-design--flat
    select.forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"]
    .select2-selection__rendered {
    padding: 0.5em 1em !important;
    background-color: #0b0b0b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #3b3b3b !important;
}
.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select.select2-container--open
    .selection
    .select2-selection--single[role="combobox"] {
    background-color: #0b0b0b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #3b3b3b !important;
}
.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select.select2-container--open
    .selection
    .select2-selection--single[role="combobox"]
    .select2-selection__rendered {
    color: #fff !important;
}
.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"]
    .select2-selection__rendered {
    color: #fff !important;
}
.forminator-select-dropdown-container--open
    .forminator-custom-form-27.forminator-dropdown--flat {
    background-color: #0b0b0b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #3b3b3b !important;
}
.forminator-ui.forminator-design--flat
    .forminator-select2
    + .forminator-select
    .selection
    .select2-selection--single[role="combobox"] {
    background-color: #0b0b0b !important;
    -webkit-border-radius: 0.25rem !important;
    -moz-border-radius: 0.25rem !important;
    border-radius: 0.25rem !important;
    border: 1px solid #3b3b3b !important;
}
.forminator-select-dropdown-container--open
    .forminator-custom-form-27.forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open
    .forminator-custom-form-27.forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected
    span:not(.forminator-checkbox-box) {
    background-color: #505050 !important;
    color: #fff !important;
}
.forminator-select-dropdown-container--open
    .forminator-custom-form-61.forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected,
.forminator-select-dropdown-container--open
    .forminator-custom-form-61.forminator-dropdown--flat
    .select2-results
    .select2-results__options
    .select2-results__option.select2-results__option--selected
    span:not(.forminator-checkbox-box) {
    background-color: #505050 !important;
    color: #fff !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

body.home .hero-wrapper {
    min-height: 100vh;
    margin-top: 0;
}
body.home section#hero {
    height: calc(100vh - 76px);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: url("assets/images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.hero-wrapper {
    min-height: 18vh;
    margin-top: 76px;
    position: relative;
}
section#hero {
    height: calc(18vh);
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: url("assets/images/hero-bg.jpg") center center no-repeat;
    background-size: cover;
    overflow: hidden;
}
section#hero h1 {
    margin-bottom: 1.35em;
    text-align: center;
    font-size: 3.25rem;
    color: #fff;
}
section#hero p {
    text-align: center;
    font-size: 1.25rem;
    color: #fff;
}
section#hero::after {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        to bottom,
        rgba(11, 11, 11, 0) 0%,
        #0b0b0b 100%
    );
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}

nav.navbar {
    width: 100%;
    min-height: 60px;
    padding: 0.75em 1em;
    z-index: 50;
    background-color: #000000;
    border-top: #3b3b3b 1px solid;
    border-bottom: #3b3b3b 1px solid;
    transition: background-color 0.3s ease;
}
nav.navbar .img-icon {
    max-width: 40px;
}
nav.navbar .btn {
    padding: 0.5em 1.5em !important;
    font-size: 0.92rem !important;
}
nav.navbar.scrolled {
    position: fixed;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
}
nav.navbar.scrolled .navbar-flex-container {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}
nav.navbar.scrolled .btn {
    padding: 0.45em 1.35em !important;
    font-size: 0.85rem !important;
}

.navbar-flex-container > div:first-child,
.navbar-flex-container > div:last-child {
    width: 150px;
}
.navbar-flex-container > div:first-child {
    justify-content: start;
    text-align: left;
}
.navbar-flex-container > div:last-child {
    justify-content: end;
    text-align: right;
}

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.img-hero-logo {
    max-width: 680px;
    margin: 0 auto;
    display: block;
}

.hero-btn-group {
    justify-content: center;
}
.hero-btn-group > div > .btn {
    padding: 0.75em 1.75em !important;
    font-size: 1rem !important;
}

section#contact .col-11 {
    border-top: #3b3b3b 1px solid;
    border-bottom: #3b3b3b 1px solid;
}

section#pre-footer {
    color: #fff;
    background: url("assets/images/prefooter-bg.jpg") center center no-repeat;
    background-size: cover;
}
section#pre-footer .img-prefooter {
    margin: 5em 0;
}

footer {
    padding: 1em 0;
    border-top: #3b3b3b 1px solid;
}
footer .powered {
    justify-content: center;
}
footer .powered > div {
    color: #fff;
    font-size: 0.9rem;
}
footer .powered a:active,
footer .powered a:visited,
footer .powered a:link,
footer .powered a[href^="tel"] {
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
footer .powered a:hover,
footer .powered a[href^="tel"]:hover {
    text-decoration: none;
    color: #505050;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
    font-weight: 700;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
    color: #fff;
}
a:hover,
a[href^="tel"]:hover {
    text-decoration: none;
    color: #505050;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}
.btn-link:hover {
    color: #505050;
}
.btn.moving {
    position: relative;
    transition: all 0.3s ease;
}

.navbar-toggler {
    margin: 0 auto;
    text-align: left;
    display: block;
    position: relative;
    z-index: 10;
}
.navbar-toggler > svg {
    color: #fff;
}
.navbar-toggler > svg:hover {
    color: #505050;
}

#primary,
#secondary {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
#primary > li,
#secondary > li {
    margin: 0;
    padding: 0.5em 1em;
    display: inline-block;
    list-style: none;
}
#primary > li > a,
#secondary > li > a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 0.94rem;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
}
#primary > li > a:hover,
#secondary > li > a:hover {
    color: #bfff36;
}
#primary > li.active a,
#secondary > li.active a {
    color: #bfff36;
    font-weight: 600;
}
#primary > li.current-menu-item > a,
#primary > li.current-page-ancestor > a,
#secondary > li.current-menu-item > a,
#secondary > li.current-page-ancestor > a {
    color: #fff;
    font-weight: 600;
}
#primary > li > a,
#secondary > li > a {
    transition: font-size 0.3s ease;
}
nav.navbar.scrolled #primary > li > a,
nav.navbar.scrolled #secondary > li > a {
    font-size: 0.9rem;
}

.dropdown-menu {
    padding: 0 !important;
}
.dropdown-menu > li {
    width: 100% !important;
}
.dropdown-menu > li > a {
    width: 100% !important;
    padding: 1.1em 2em !important;
    font-size: 1.15rem !important;
    display: block !important;
    text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #126031 !important;
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    padding: 6px 10px;
    background-color: #0b0b0b;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    transition: background-color 0.3s;
}
#back-to-top > svg {
    position: relative;
    top: 2px;
    color: #fff;
}
#back-to-top:hover {
    background-color: #505050;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
    padding: 5em 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 2.5em 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 1em 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

p.lead {
    font-weight: 500;
}
.intro__title {
    max-width: 96%;
}
.service__summary {
    max-width: 75%;
    margin: 0 auto 2.25em;
}

.card.card-default {
    background: #1b1b1b;
    border: #3b3b3b 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card.card-default:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.card.card-default > .card-header {
    padding: 1em 2em 0;
    font-size: 1.35rem;
    color: #fff;
    text-transform: uppercase;
    font-family: "Garet", "Open Sans", Arial, Helvetica, sans-serif !important;
    font-weight: bold;
}
.card.card-default > .card-header > span {
    color: #9a9a9a;
    font-size: 1.05rem;
}
.card.card-default > .card-body {
    padding: 2em;
}
.card.card-default > .card-footer {
    padding: 1em 2em;
    color: #1b1b1b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-default > .card-footer svg {
    font-size: 1.25rem;
    color: #1b1b1b;
}
.card.card-default > .card-footer svg:hover {
    color: #505050;
}
.card.card-default > .card-footer a:active,
.card.card-default > .card-footer a:visited,
.card.card-default > .card-footer a:link,
.card.card-default > .card-footer a[href^="tel"] {
    font-size: 1rem;
    text-decoration: none;
    color: #1b1b1b;
}
.card.card-default > .card-footer a:hover,
.card.card-default > .card-footer a[href^="tel"]:hover {
    text-decoration: none;
    color: #505050;
}

.card.card-empty {
    background: url("assets/images/cta-bg.jpg") center center no-repeat;
    background-size: cover;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.card.card-form {
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-form > .card-body {
    padding: 0 2em;
}

.socials > div > a > svg {
    font-size: 1.35rem;
}

.fa-ul {
    margin-left: 1.75em;
    margin-bottom: 0;
}
.fa-li {
    left: -2.5em;
    width: 2.5em;
}
.fa-ul > li {
    position: relative;
    margin-bottom: 0.5em;
}

.founder-quote {
    position: relative;
    color: #9a9a9a;
}
.founder-quote .img-quote-icon {
    position: absolute;
    top: 5px;
    left: -50px;
    opacity: 0.5;
}
.founder-text {
    position: relative;
    z-index: 1;
    padding-left: 5em;
}
.founder-text p {
    font-style: italic;
}

.img-profile-pic {
    border: #bfff36 3px solid;
}

#service .card.card-service {
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: transparent;
    border-top: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.card.card-service .card-body {
    padding: 2em 0;
}
.card.card-service h3 {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
}
.card.card-service p {
    color: #9a9a9a;
}

.cta-img {
    padding-right: 0;
}
.cta-box {
    padding-left: 0;
}

#gallery .img-gallery {
    border: 1px solid #3b3b3b;
}

.avatar {
    margin: -20px;
}
.testimonial-text {
    font-style: italic;
}
.testimonials-heading {
    font-size: 1.3rem;
}
.carousel-indicators {
    margin-top: 1em !important;
    position: relative !important;
}

.video-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-thumbnail {
    position: relative;
    width: 320px;
    height: 180px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.2s;
}

.video-thumbnail:hover {
    transform: scale(1.05);
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid white;
    margin-left: 5px;
}

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-content {
    position: relative;
    width: 80%;
    max-width: 900px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.close-lightbox {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.video-title {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#packageCarousel {
    padding-bottom: 0;
}
#packageCarousel .carousel-control-prev {
    left: -8em;
    z-index: 25;
}
#packageCarousel .carousel-control-next {
    right: -8em;
    z-index: 25;
}

.pricing-table .item {
    padding: 2.5em 1.75em 1.75em;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #1b1b1b;
    border: #3b3b3b 1px solid;
    border-top: 2px solid #bfff36;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.pricing-table .item:hover {
    transform: translateY(-5px);
}
.pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
}
.pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: #ec0000;
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
}
.pricing-table .item .heading {
    text-align: center;
}
.pricing-table .item .heading > h3 {
    font-size: 1.35rem;
}
.pricing-table .item p {
    font-size: 0.9rem;
    text-align: center;
}
.pricing-table .features h4 {
    color: #bfff36 !important;
    padding: 0.25em;
    font-size: 0.9rem;
    text-align: center;
}
.features h4 {
    color: #bfff36 !important;
    padding: 0.25em;
    font-size: 1.15rem;
}
.pricing-table .features ul {
    padding: 0 0 0 1em;
}
.pricing-table .features ul > li {
    padding: 0.25em 0;
    font-size: 0.9rem;
}
.pricing-table .price h4 {
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
.pricing-table .item .btn {
    width: 100% !important;
    padding: 0.45em 1.35em !important;
    display: block !important;
    font-size: 1rem !important;
}

.card-success {
    padding: 3rem 2rem;
    text-align: center;
    background: #1b1b1b;
    border: #3b3b3b 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #4caf50, #45a049);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    animation: pulse 2s infinite;
}

.success-icon svg {
    font-size: 2.25rem;
    color: white;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.success-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.success-subtitle {
    color: #9a9a9a;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.info-box {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 4px solid #bfff36;
}

.info-box svg {
    color: #bfff36;
    margin-right: 0.5rem;
}

.info-box p > strong {
    color: #151515;
}

.info-box p {
    color: #151515;
}

.btn-create-account {
    width: auto;
    display: inline-block;
    border: none;
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    color: white;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-create-account svg {
    color: #151515;
}

.btn-create-account:hover {
    color: white;
}

.btn-create-account:hover svg {
    color: #fff;
}

.divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #dee2e6, transparent);
    margin: 2rem 0;
}

.email-info {
    color: #9a9a9a;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .card-success {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }

    .success-title {
        font-size: 2rem;
    }

    .success-icon {
        width: 80px;
        height: 80px;
    }

    .success-icon i {
        font-size: 2.5rem;
    }
}

.section-header {
    color: #fff;
    padding: 15px 20px;
    margin: 0 -15px 20px -15px;
}
.privacy-section {
    padding: 1.25em;
    font-size: 0.95rem;
    font-style: italic;
    background: #1b1b1b;
    border: #3b3b3b 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.required {
    color: #dc3545;
}
.form-text {
    font-size: 0.95rem;
}
.section-divider {
    margin: 2.5em 0;
    border-top: #505050 1px solid;
}

.report.list-group {
    background-color: transparent;
    border: none;
}
.report.list-group > li {
    background: #1b1b1b;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: #3b3b3b 1px solid;
}
.report.list-group > li:last-child {
    border-bottom: #3b3b3b 1px solid;
}

.upgrade-options .package-details > strong {
    font-size: 1rem;
}
.upgrade-options .package-details > div {
    font-size: 0.9rem;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6,
.alert p,
.alert svg,
.alert a,
.alert a:hover {
    color: inherit !important;
}

.thead-dark {
    background-color: #1b1b1b !important;
}

.btn-block {
    width: 100% !important;
    display: block !important;
}

.border-top {
    border-top: #505050 1px solid !important;
}

.package-list {
    padding: 0 0 0 1.25em;
    list-style: circle;
}

#testimonialCarousel .carousel-inner {
    min-height: 340px;
}

.collapsible-link::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #bfff36;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}
.collapsible-link::after {
    content: "";
    width: 2px;
    height: 14px;
    background: #bfff36;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}
.collapsible-link[aria-expanded="true"]::after {
    transform: rotate(90deg) translateX(-1px);
}
.collapsible-link[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.accordion .card.card-faq {
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.accordion .card.card-faq .card-header {
    padding: 0.75rem 0.5em;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(134, 134, 134, 0.125);
    border-bottom: 1px solid rgba(134, 134, 134, 0.125);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* ==========================================================================
		  WPMU
		 ========================================================================== */

.wpum-action-links {
    text-align: center;
}

.wpum-form fieldset small.description {
    color: #fff !important;
}

.wpum-form fieldset small.description {
    font-size: 0.9rem !important;
}

.wpum-login-form input[type="text"],
.wpum-login-form input[type="url"],
.wpum-login-form input[type="email"],
.wpum-login-form input[type="tel"],
.wpum-login-form input[type="password"],
textarea {
    width: 100% !important;
}

.wpum-message strong {
    color: inherit !important;
}

#wpum-account-forms-tabs ul li.active {
    background-color: #bfff36;
}
#wpum-account-forms-tabs ul li.active > a {
    color: #151515;
}

#wpum-account-forms-tabs ul li:hover > a {
    color: #151515;
}

#wpum-account-forms-tabs ul li.tab-view {
    display: none !important;
}

.wpum-form fieldset.fieldset-user_cover,
.wpum-form fieldset.fieldset-user_nickname,
.wpum-form fieldset.fieldset-user_displayname,
.wpum-form fieldset.fieldset-user_website,
.wpum-form fieldset.fieldset-user_description {
    display: none !important;
}

/* ==========================================================================
		  Cookie Consent
		 ========================================================================== */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.5em 0.75em;
    font-size: 0.9em;
    font-weight: 600;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 0;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
.cc-message {
    color: #fff;
}
.cc-btn {
    color: #151515 !important;
    text-decoration: none !important;
    -webkit-border-radius: 125px !important;
    -moz-border-radius: 125px !important;
    border-radius: 125px !important;
    background-color: #bfff36 !important;
    border: #bfff36 1px solid;
}
.cc-btn:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #505050 !important;
    border: #505050 1px solid;
}
.cc-btn > svg {
    display: none;
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    body.home section#hero {
        height: calc(100vh - 92px) !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0 !important;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        top: 10px !important;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:first-child {
        top: -10px !important;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:last-child {
        top: 0 !important;
    }
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    body.home section#hero {
        height: calc(100vh - 92px) !important;
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        top: 0 !important;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        top: 10px !important;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:first-child {
        top: -10px !important;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:last-child {
        top: 0 !important;
    }
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    nav.navbar {
        padding: 0.25em 1em;
    }
    body.home section#hero {
        height: calc(100vh - 144px);
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:first-child {
        top: -10px;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:last-child {
        top: -2px;
    }
    .navbar-flex-container > div:first-child,
    .navbar-flex-container > div:last-child {
        width: 140px;
    }
    nav.navbar .btn {
        padding: 0.5em 1.25em !important;
        font-size: 0.85rem !important;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    section#hero p {
        font-size: 1.05rem;
    }
    .section {
        padding: 2.5em 0;
    }
    .btn,
    .wp-element-button,
    .forminator-ui.forminator-design--flat .forminator-button-submit {
        padding: 0.5em 1.75em !important;
    }
    .intro__title {
        max-width: 100%;
        font-size: 1.75rem;
    }
    .service__summary {
        max-width: 100%;
    }
    .cta-img {
        padding-right: 15px;
    }
    .cta-box {
        padding-left: 15px;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }
    .img-gallery-002 {
        margin-bottom: 1em;
    }
    .founder-quote .img-quote-icon {
        max-width: 70px;
        left: -10px;
    }
    footer .powered > div {
        font-size: 0.8rem;
        text-align: center;
    }
    #packageCarousel {
        padding-bottom: 0;
    }
    #packageCarousel .carousel-control-prev {
        left: -1.5em;
    }
    #packageCarousel .carousel-control-next {
        right: -1.5em;
    }
    .card.card-default > .card-header {
        padding: 1em 1.25em 0;
    }
    .card.card-default > .card-body {
        padding: 1.25em;
    }
    .card.card-default > .card-footer {
        padding: 1em 1.25em;
    }
    .wpum_two_third,
    .wpum_one_third {
        width: 100% !important;
    }
    .hero-btn-group {
        flex-wrap: wrap;
    }
    .card.card-service h3 {
        font-size: 1.45rem;
    }
    .img-hero-logo {
        max-width: 320px;
    }
    .img-profile-pic {
        width: 80%;
    }
    #testimonialCarousel .carousel-inner {
        min-height: 580px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cc-window.cc-floating {
        padding: 1em !important;
    }
    .cc-floating .cc-message {
        font-size: 0.8rem !important;
    }
    nav.navbar {
        padding: 0.25em 1em;
    }
    body.home section#hero {
        height: calc(100vh - 144px);
    }
    .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        top: 10px;
        right: 5px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:first-child {
        top: -10px;
    }
    nav.scrolled .navbar-flex-container > .navbar-flex-item:last-child {
        top: -2px;
    }
    .navbar-flex-container > div:first-child,
    .navbar-flex-container > div:last-child {
        width: 140px;
    }
    nav.navbar .btn {
        padding: 0.5em 1.25em !important;
        font-size: 0.85rem !important;
    }
    section#hero h1 {
        font-size: 2.25rem;
    }
    section#hero p {
        font-size: 1.05rem;
    }
    .section {
        padding: 2.5em 0;
    }
    .btn,
    .wp-element-button,
    .forminator-ui.forminator-design--flat .forminator-button-submit {
        padding: 0.5em 1.75em !important;
    }
    .intro__title {
        max-width: 100%;
        font-size: 1.75rem;
    }
    .service__summary {
        max-width: 100%;
    }
    .cta-img {
        padding-right: 15px;
    }
    .cta-box {
        padding-left: 15px;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }
    .img-gallery-002 {
        margin-bottom: 1em;
    }
    .founder-quote .img-quote-icon {
        max-width: 70px;
        left: -10px;
    }
    footer .powered > div {
        font-size: 0.8rem;
        text-align: center;
    }
    #packageCarousel {
        padding-bottom: 0;
    }
    #packageCarousel .carousel-control-prev {
        left: -1.5em;
    }
    #packageCarousel .carousel-control-next {
        right: -1.5em;
    }
    .card.card-default > .card-header {
        padding: 1em 1.25em 0;
    }
    .card.card-default > .card-body {
        padding: 1.25em;
    }
    .card.card-default > .card-footer {
        padding: 1em 1.25em;
    }
    .wpum_two_third,
    .wpum_one_third {
        width: 100% !important;
    }
    .hero-btn-group {
        flex-wrap: wrap;
    }
    .card.card-service h3 {
        font-size: 1.45rem;
    }
    .img-hero-logo {
        max-width: 320px;
    }
    .img-profile-pic {
        width: 80%;
    }
    #testimonialCarousel .carousel-inner {
        min-height: 580px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navbar-flex-container > .navbar-flex-item:first-child {
        position: absolute;
        top: -10px;
        left: 10px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:last-child {
        position: absolute;
        top: 0;
        right: 10px;
        z-index: 5;
    }
    .navbar-flex-container > .navbar-flex-item:nth-child(2) {
        width: 100%;
    }
    nav.navbar {
        padding: 0.25em 1em;
    }
    .cta-img {
        padding-right: 15px;
    }
    .cta-box {
        padding-left: 15px;
    }
    .card.card-form > .card-body {
        padding: 2em 0;
    }
    .img-gallery-002 {
        margin-bottom: 1em;
    }
    .wpum_two_third,
    .wpum_one_third {
        width: 100% !important;
    }
    #testimonialCarousel .carousel-inner {
        min-height: 380px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #primary > li,
    #secondary > li {
        padding: 0.5em 1em;
    }
    #testimonialCarousel .carousel-inner {
        min-height: 380px;
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #151515 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
