html {
    --fmw-blue: #36378b;
    --fmw-pink: #ff1774;
    --fmw-orange: #EF4137;
    --fmw-main: #EF4137;
}

@media print {
    body {
        display: none;
    }
}


.nav-item {
    padding-right: 0px;
}

    .nav-item a {
        color: white;
    }

    .nav-item active {
        color: white;
    }

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
    color: white;
}

.navbar-brand {
    border-radius: 0 0 15px 15px;
    background: #ffffff;
    box-shadow: 1px 2px 7px;
    padding-top: 25px;
    padding-right: 13px;
    padding-left: 13px;
    margin-right: 23px;
    margin-top: -29px;
    padding-bottom: 0;
}

.nav-div {
    border-radius: 0 30px 30px 0;
    padding-right: 20px;
}

.navbar {
    color: rgb(166,28,28);
    background: var(--fmw-orange);
}

.navbar-brand {
}

#navcol-1 {
    background: var(--fmw-orange);
    margin-left: -16px;
    z-index: 2;
}

@media (min-width: 768px) {
    .nav-div {
        background: rgba(255,255,255,0.35);
        margin-left: -13px;
        padding-left: 25px;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    .nav-div {
        background: var(--fmw-main);
        padding-left: 15px;
        margin-left: 5px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .nav-link:focus, .nav-link:hover {
        color: var(--fmw-blue) !important;
    }
}

.nav-link:focus, .nav-link:hover {
    color: var(--fmw-pink);
}

@media (max-width: 767px) {
    .btn-nav {
        margin: 10px;
    }
}

.btn-nav {
    margin-left: 0px;
    min-width: 125px;
}

@media (max-width: 576px) {
    #btn-signup {
        margin-left: 15px;
    }
}

#btn-signup {
    background: white;
    color: var(--fmw-blue);
    width: 100px;
    margin-right: 20px;
    z-index: 3;
}

.btn {
    border-radius: 25px;
}

/* Start of Hero Section */

#main-hero {
    background: #ef4137;
}

.main-hero-title {
    width: 100%;
    margin-bottom: 0px !important;
    font-weight: 750 !important;
}

.main-hero-sub {
    font-weight: 500;
    font-size: larger;
}

.main-hero-btn {
    font-size: 14px;
    height: auto;
    /* width: 150px;*/
    margin-bottom: 39px;
    font-weight: 600;
    background-color: var(--fmw-pink);
}

#main-hero-div {
    backdrop-filter: brightness(100%);
    -webkit-backdrop-filter: brightness(100%);
    background: url("/assets/img/home-header.png?h=d3941d54b451c5abe6395715f2a85174") right / auto repeat-y !important;
}

@media (max-width: 767px) {
    #main-hero-div {
        backdrop-filter: brightness(100%);
        -webkit-backdrop-filter: brightness(100%);
        background: url("/assets/img/home-hero-noColor.png?h=97c184a5418b1d7d5b5cfcef21e3229b") center / auto no-repeat !important;
    }
}

#main-hero-text {
    color: white;
    max-width: 490px;
    padding-left: inherit;
}

@media (min-width: 750px) {
    #main-hero-text {
        color: white;
        max-width: 495px;
        background-color: rgba(54,55,139,0.82);
        padding: inherit;
        border-radius: 15px;
        margin: 20px;
    }
}

@media (max-width: 767px) {
    #main-hero-text {
        color: white;
        background-color: rgba(54,55,139,.95);
        padding: 5%;
        border-radius: 15px;
        margin: 20px;
    }
}

@media (min-width: 1400px) {
    #main-hero-btn {
        max-width: 490px;
        background-color: initial;
    }
}

@media (min-width: 1400px) {
    #main-hero-text {
        color: white;
        max-width: 490px;
        background-color: initial;
    }
}

.hero-btn {
    background-color: var(--fmw-blue);
    width: 44%;
}

@media (min-width: 1200px) {
    .hero-btn {
        background-color: var(--fmw-pink);
        width: 44%;
    }
}

#main-contact-cat .container {
    padding-left: 0;
}

#main-features {
    color: var(--fmw-main);
}

.card-title {
    text-align: center;
    font-weight: 900;
    font-size: 2em;
}

#feature-div {
    height: 14px;
    background-color: white;
    margin-top: -12px;
    z-index: 1000;
    border-radius: 1000% 1000% 0 0;
}

@media (min-width:768px) {
    .text-md-start {
        text-align: left !important;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    text-align: center;
    background-image: none !important;
    margin-top: auto;
    padding-top: 5px;
    margin-bottom: auto;
    color: rgba(255,255,255,0.68);
}

.btn-nav {
    background: var(--fmw-blue);
}
/*PRO TIP SECTION START*/
#main-pro-messages {
    background: url("/assets/img/background.png?h=e3991ad316172b6fdef37e8ae90a3a8b") no-repeat, var(--fmw-blue);
    background-size: cover;
    min-height: 400px;
    align-items: center;
}

@media (max-width: 992px) {
    #main-pro-messages {
        background: url("/assets/img/background.png?h=e3991ad316172b6fdef37e8ae90a3a8b") no-repeat, var(--fmw-blue);
    }
}

#main-pro-messages button {
    width: 200px;
    background-color: var(--fmw-main);
    border-color: var(--fmw-pink);
    font-weight: 500;
    font-size: large;
    margin-top: 1%;
}

.protip-section {
    margin-left: auto;
    margin-right: auto;
}

.hidden-row {
    max-height: 0; /* Initially hidden */
    opacity: 0; /* Fully transparent */
    overflow: hidden; /* Prevent content overflow when collapsed */
    transition: max-height 0.5s ease, opacity 0.5s ease;
    visibility: hidden; /* Prevents interaction when hidden */
    background: url("/assets/img/background.png?h=e3991ad316172b6fdef37e8ae90a3a8b") repeat, var(--fmw-blue);
    background-size: cover;
}

    .hidden-row.expanded {
        max-height: 5000px; /* A large enough value to fit the content */
        opacity: 1; /* Fully visible */
        visibility: visible; /* Allows interaction when expanded */
        border-radius: 4px 4px 0px 0px;
        color: white;
    }
@media screen and (min-width: 993px) and (max-width: 1291px) {
    /* Your CSS styles for screens between 1292px and 992px */
    /* For example: */
    .protip-section {
        margin-left: 20%;
    }
}

/*START NEW HIDDEN PROTIPS*/

.sneak-peek-container {
    position: relative;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    cursor: pointer;
}

.toggle-overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(54, 55, 139, 0) 0%, var(--fmw-blue) 100%);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: var(--fmw-orange);
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}

.sneak-peek-container.expanded .toggle-overlay {
    background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
}





/*PRO TIP SECTION END*/


#div-email-example {
    width: 250px;
    height: 350px;
    float: right;
    position: fixed;
    border-radius: 25px;
    clear: left;
}

@media (min-width: 1400px) {
    .main-hero-btn {
        background-color: var(--fmw-blue);
    }
}

#contact-list {
    column-count: 2;
    font-size: 1em;
}

#contact-list-container {
    margin-top: auto;
    margin-bottom: auto;
    /*margin-left: 45%;*/
}

@media (max-width: 768px) {
    #contact-list-container {
        margin: auto;
    }
}

/*#main-contact-cat {
  width: 100%;
  background: url("/assets/img/Contacts_Cat2.png?h=8d7ae9aae1918e0f02d9a6673d64b276") left / contain no-repeat, var(--fmw-main);
  color: white;
  height: auto;
}

@media (max-width: 768px) {
  #main-contact-cat {
    width: 100%;
    background: var(--fmw-main);
    color: white;
    height: auto;
    padding-left: 0%;
  }
}*/
#main-contact-cat {
    width: 100%;
    height: auto; /* Allow height to adjust based on content */
    background: var(--fmw-main); /* Fallback background color */
    color: white;
    position: relative; /* To ensure contained positioning of pseudo-elements */
}

    #main-contact-cat::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 30%; /* 1/4 of the container width */
        height: 100%; /* Full height of the container */
        background: url("/assets/img/Contacts_Cat2.png?h=8d7ae9aae1918e0f02d9a6673d64b276") center / cover no-repeat; /* Background image styling */
        z-index: 1; /* Place it below the text content */
    }

@media (max-width: 1024px) {
    #main-contact-cat::before {
        width: 45%;
    }
}

@media (max-width: 995px) {
    #main-contact-cat::before {
        display: none; /* Hide the background image on mobile devices */
    }

    #contact-list-container {
        padding-left: 0; /* Reset padding on mobile devices */
    }
}

#main-contact-cat .row {
    position: relative;
    z-index: 2; /* Ensure text content appears above the background */
}

#contact-list-container {
    padding-left: 25%; /* Offset content to prevent overlap with the background image */
}

.card-img {
    width: 100%;
}

.card {
    border: 0;
}

body {
    padding-right: 5%;
    padding-left: 5%;
}

#banner-header {
    width: 100%;
    background-color: var(--fmw-blue);
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

#container-terms {
    margin-top: 30px;
    padding: 1em;
}

#main-contacts-cards {
    height: auto;
}


.MainCarousel {
    margin-top: 2%;
    margin-bottom: 2%;

}

.MainCarousel .e-carousel-item {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 100%; /* Ensures the full height of the slide is used */
}

.MainCarousel .e-carousel-item img {
    max-width: 100%; /* Prevents images from exceeding the carousel width */
    max-height: 100%; /* Prevents images from exceeding the carousel height */
    object-fit: contain; /* Ensures images maintain their aspect ratio */
    }

.MainCarousel .e-carousel-item {
    opacity: 0.5;
    transition: opacity 0.3s ease-in-out;
}

    .MainCarousel .e-carousel-item.e-active {
        opacity: 1;
    }

.e-carousel .e-carousel-navigators .e-previous,
.e-carousel .e-carousel-navigators .e-next {
    background-color: rgba(54,55,139,.75)
}

@media (max-width: 767px) {
    .MainCarousel .e-carousel-item {
        display: block;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
        height: 100%; /* Ensures the full height of the slide is used */
        min-height: 150px;
    }

        .MainCarousel .e-carousel-item img {
            max-width: 100%; /* Prevents images from exceeding the carousel width */
            max-height: 100%; /* Prevents images from exceeding the carousel height */
            object-fit: contain; /* Ensures images maintain their aspect ratio */
            min-height: 150px;
        }
    .e-carousel .e-carousel-navigators .e-previous,
    .e-carousel .e-carousel-navigators .e-next {
        background-color: rgba(54,55,139,.5)
    }

}
@media (min-width: 768px) {
    .e-carousel .e-carousel-slide-container {
        padding: 0 125px;
    }
}

@media (min-width: 1950px) {
    .e-carousel .e-carousel-slide-container {
        padding: 0 350px;
    }
}


@media (max-width: 600px) {
    
    .MainCarousel .e-carousel-item img {
        width: 100%; /* Reduce size but keep them large enough */
        max-width: 100%; /* Don't let the image exceed container */
    }
}

@media (max-width: 400px) {
    .MainCarousel .e-carousel-item img {
        width: 100%;
        max-width: 100%; /* Ensure the image doesn't shrink too small */
    }
}



.main-contact-col {
}

#main-footer {
    margin-top: 25px;
    color: var(--fmw-blue);
    text-decoration: none;
}

    #main-footer a {
        text-decoration: none;
        color: var(--fmw-blue);
    }

.contacts-bottom button:hover {
    background-color: var(--fmw-pink);
}

.contacts-bottom button {
    /*width: 150px;*/
    background-color: var(--fmw-main);
    font-variant: small-caps;
}


#sub-text {
    color: white;
    text-align: left;
}

.subscription-div {
    border: 10px solid var(--fmw-pink);
    border-radius: 25px;
    height: 75%;
    width: auto;
    min-height: 450px;
    max-width: 350px;
    background: white;
    text-align: center;
    padding-top: 15%;
    margin-left: auto;
    margin-right: auto;
}


#sub-div-six {
}

#sub-div {
    padding-top: 1%;
    padding-bottom: 1%;
    max-width: 1500px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.subscription-img {
    display: block;
    margin-left: auto;
    width: 230px;
    margin-right: auto;
}

.subscription-text {
    font-size: x-large;
    text-align: center;
    display: block;
}

#section-subs {
    background-color: var(--fmw-main);
    padding-top: 2%;
}

@media(max-width: 767.98px) {
    .hide-mobile {
        display: none;
    }
}
/*SALES SECTION Start*/


#sale-banner {
    font-size: 2.5em; /* Adjust size to make it prominent */
    font-weight: bold; /* Make it bold for emphasis */
    color: #ffffff; /* White text for contrast */
    background: linear-gradient(90deg, var(--fmw-blue), #615bd2); /* Gradient background for vibrancy */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Subtle shadow for depth */
    padding: 15px; /* Space around the text */
    text-align: center; /* Center the text */
    border-radius: 8px; /* Rounded corners */
    margin: 20px auto; /* Center within its container */
    width: 90%; /* Adjust to fit the container */
    max-width: 800px; /* Ensure it doesn't get too wide */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for a floating effect */
}

/* Default Styles for the Sale Overlay */
#sale-overlay {
    position: absolute;
    top: calc(50% - 20px); /* Default top value */
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 20;
    width: 90%; /* Default width */
    max-width: 400px; /* Default max width */
    text-align: center;
}

@media (max-width: 767.98px) {
    #sale-overlay {
        position: unset;
        transform: unset;
        width: unset;
        margin-left: auto;
        margin-right: auto;
        top: unset; /* For smaller screens, we’ll adjust the position more freely */
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #sale-overlay {
        width: 60%;
        transform: translate(-50%, -170%);
        top: calc(50% - 30px); /* Decrease top further on medium screens */
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #sale-overlay {
        width: 50%;
        transform: translate(-50%, -115%);
        top: calc(50% - 40px); /* Slightly decrease the top for large screens */
    }
}

@media (min-width: 1200px) {
    #sale-overlay {
        width: 40%;
        top: calc(50% - 50px); /* Keep the top slightly decreased for larger screens */
    }
}

/*SALES SECTION END*/

#sub-access {
    color: white;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    overflow: hidden;
}

    #sub-access img {
        float: right;
    }

@media (max-width: 576px) {
    #sub-access img {
        clear: both;
        float: none;
        width: 100%;
        padding-left: 25%;
        padding-right: 25%;
    }
}

#sub-access span {
    font-size: x-large;
    font-weight: 650;
}

#sub-access h1 {
    font-weight: 700;
}

#testimonialCarousel .carousel-inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px; /* Add padding to the inner container */
}

#testimonialCarousel .carousel-item {
    font-size: 1.2rem;
    font-style: italic;
    color: #fff; /* Ensures the text is white */

    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    height: 200px; /* Fixed height for each item */
    text-align: center;
    padding: 20px 0; /* Adjust padding for spacing */
}

    #testimonialCarousel .carousel-item p {
        margin: 0;
        line-height: 1.5; /* Improve readability */
    }

    #testimonialCarousel .carousel-item strong {
        display: block;
        text-align: end; /* Right-aligns the name */
        margin-top: 15px; /* Adds space between the text and the name */
    }

#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* Vertically center the controls */
    font-size: 1.5rem; /* Make the controls larger */
    color: #fff; /* Change controls color */
}

#testimonialCarousel .carousel-control-prev {
    left: 10px; /* Adjust left position */
}

#testimonialCarousel .carousel-control-next {
    right: 10px; /* Adjust right position */
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    background-color: rgba(255, 255, 255, 0.5); /* Add transparency to the icons */
}

/* Make sure it's responsive on smaller screens */
@media (max-width: 768px) {
    #testimonialCarousel .carousel-inner {
        max-width: 100%; /* Ensure it takes full width on smaller screens */
        padding: 10px; /* Reduce padding for small screens */
    }

    #testimonialCarousel .carousel-item {
        font-size: 1rem; /* Adjust font size */
        height: auto; /* Let the height adjust based on content */
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        font-size: 1.2rem; /* Smaller control button font size for small screens */
        top: 90%; /* Lower the controls for small screens */
    }
}

#sub-hero .row {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    #sub-hero .row * p {
        font-size: 1.5em;
    }
}

#sub-hero {
    background: linear-gradient(rgba(52, 49, 117,0.2), rgba(210, 80, 65, 0.2)), url("/assets/img/subscription-header.png?h=f6297c654de7bbcc68aafdf17f539ceb") center / cover;
    min-height: 500px;
    color:white;
}

@media (min-width: 1200px) {
    #sub-hero {
        background: linear-gradient(rgba(52, 49, 117,0.2), rgba(210, 80, 65, 0.2)), url("/assets/img/subscription-header.png?h=f6297c654de7bbcc68aafdf17f539ceb") top / cover;
        min-height: 800px;
    }
}

@media (min-width:1200px) {
    .justify-content-xl-center {
    }
}

#search-hero {
    max-width: 100%;
}

.pro-tips-text {
    background-color: var(--fmw-main);
    color: white;
}
