/*
Theme Name: VMP&trade; Pass
Author: Your Name
Description: Custom WordPress theme with Bootstrap
Version: 1.0
*/

:root {
  --primary-color: #191970;
  --secondary-color: #007AFF;
  --dark-blue-color: #1A1A40;
  --gold-color: #F5A623;
}

/* Custom Fonts */
@font-face {
    font-family: 'Source Sans 3';
    src: url('assets/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Regular';
    src: url('assets/fonts/Source_Sans_3/SourceSans3-Regular.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

#scrollTopBtn {
    position: fixed;
    bottom: 10px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
    z-index: 9999;
}

#scrollTopBtn:hover {
    background-color: #0b5ed7;
}

.bg-info{
    background: var(--gold-color)!important;
}

.bg-success{
    background: var(--primary-color)!important;
}

.bg-danger{
    background: var(--gold-color)!important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-danger{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 500;
}

.btn-outline-danger:hover{
    border-color: var(--primary-color);
    color: #fff;
    background: var(--primary-color);
}

.btn-danger{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
}

.btn-danger:hover, .btn-danger:active{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
}


.text-secondary{
    color: var(--secondary-color)!important;
}


.custom-bold-btn{
    font-weight: 700;
}

.header_2{
    font-size: 48px;
    font-weight: 500;
    font-family: 'Source Sans Regular';
    font-weight: bold;
}

#user_account_menu{
    z-index: 1001;
    right: 0;
}


/* General Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Source Sans Regular';
    font-size: 16px;
    color: #050606;
}


main {
    flex: 1;
}


.utility-links-left .dropdown {
    position: relative;
}

.promotional_banner_icons{
    background: var(--primary-color);
}

.hero_section_large_text{
    font-size: 72px;
    font-weight: 700;
    font-family: 'Source Sans 3';
    width: 60%;
    margin: 0 auto;
}

.hero_section_large_text_p{
    font-size: 26px;
    font-weight: 400;
    font-family: 'Source Sans Regular';
    width: 60%;
    margin: 0 auto;
}

.button_hero{
    background: var(--secondary-color);
    color: #fff;
    font-family: 'Source Sans 3';
    font-size: 20px;
    font-weight: 700;
}

.button_hero:hover{
    background: var(--primary-color);
    color: #fff;
}

.button_hero_2{
    font-family: 'Source Sans 3';
    font-size: 20px;
    font-weight: 700;
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
}

.button_hero_2:hover{
    background: var(--primary-color);
    color: #fff;
}

.rating_icons i{
    color: var(--gold-color);
}

.header-get-vmp-pass{
    background-color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    padding: 9px 15px!important;
    width: max-content;
}

.header-get-vmp-pass:hover, .header-get-vmp-pass:active, .inner-get-vmp-pass:hover, .inner-get-vmp-pass:active, .header-get-vmp-pass:focus-visible{
    background-color: var(--primary-color)!important;    
    box-shadow: var(--primary-color)!important;
    color: #fff!important;
}

.inner-get-vmp-pass{
    padding: 9px 30px!important;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
    width: max-content;
}

.contact_sales_btn{
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 600;
}

.contact_sales_btn:hover{
    border-color: var(--primary-color);
    color: #fff!important;
    background-color: var(--primary-color);
}

#contact_sales{
    padding: 23px 20px;
    width: 324px;
    right: 0;
    top: 28px;
}

#contact_sales .dropdown-item:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

.contact-sales-dropdown a::after{
    display: none;
}

/* .padding_for_title{
    padding-top: 40px;
} */

.padding_for_title_02{
    padding-top: 10px;
}

#top_lang_change{
    padding: 20px 15px;
    width: 308px;
    max-width: 550px;
    box-shadow: 0px 0px 2px 0px rgba(5, 6, 6, .17), 0px 8px 12px 0px rgba(5, 6, 6, .13);
    border-radius: 8px;
    border: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 5px;
    z-index: 1000;
}

#top_lang_change a:hover{
    background-color: transparent;
    color: #0056b3;
}

#top_lang_change li{
    padding: 20px 10px;
}

/* Header Styles */
.site-header {
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.site-header .container-fluid{
    max-width: 1920px;
}

.top-utility-bar{
    max-width: 1920px;
    margin: 0 auto;
}

#vmp-pass-logo{
    max-width: 175px;
    width: 40px;
    height: auto;
}

.top_bar_1{
    background-color: #F5F6F6;
}

.dropdown-item{
    font-size: 16px;
    font-family: 'Source Sans 3', sans-serif; font-weight: 700;
}

.top_bar_one{
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif; font-weight: 400;
}

/* Language Dropdown Styles */
.dropdown-item.active-language {
    color: var(--secondary-color) !important;
    font-weight: 600;
}

.current-menu-item a{
    color: var(--secondary-color)!important;
}

/* Language Button Styles */
.language-button {
    background-color: white !important;
    border: 1px solid #dee2e6 !important;
    color: #191970 !important;
    font-family: 'Source Sans 3', sans-serif;
    transition: all 0.3s ease;
}

.language-button .globe-icon {
    transition: all 0.3s ease;
}

.language-button .globe-icon path {
    fill: #191970;
    transition: fill 0.3s ease;
}

.language-button:focus {
    box-shadow: 0 0 0 0.2rem rgba(25, 25, 112, 0.25) !important;
}

.language-button.show {
    background-color: #191970 !important;
    border-color: #191970 !important;
    color: var(--secondary-color) !important;
}

.language-button.show .globe-icon path {
    fill: #007AFF;
}

#languageDropdownLeft span {
    transition: color 0.3s ease;
}

/* Custom dropdown toggle arrow */
.language-button.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23191970"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.language-button.show::after {
    transform: rotate(180deg);
    background-image: url('assets/images/icon_01.svg');
}



/* Active/Open state for language dropdown */


#languageDropdownLeft{
    background: transparent !important;
    border: none !important;
}

#languageDropdownLeft:focus{
    box-shadow: none!important;
    outline: none;
}

#languageDropdownLeft:focus-visible{
    outline: none;
    box-shadow: none;
}

/* Resources Dropdown Styles */
.resources-dropdown {
    position: relative;
}

#resourcesDropdown {
    transition: color 0.3s ease;
}

#resourcesDropdown.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23050606"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    vertical-align: middle;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

#resourcesDropdown.dropdown-toggle:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23007AFF"/></svg>');
}

/* Active/Open state for resources dropdown */
#resourcesDropdown[aria-expanded="true"]::after {
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23007AFF"/></svg>');
}

#resourcesDropdown:hover {
    color: var(--secondary-color) !important;
}

#resourcesDropdown:focus-visible {
    box-shadow: none;
}

/* Resources dropdown menu styling */
#resources_dropdown_menu {
    padding: 0;
    width: 880px;
    max-width: 900px;
    box-shadow: 0px 0px 2px 0px rgba(5, 6, 6, .17), 0px 8px 12px 0px rgba(5, 6, 6, .13);
    border-radius: 8px;
    border: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1002;
    right: -50px;
    top: 26px;
}

.resources-mega-menu-container {
    display: flex;
    width: 100%;
}

.resources-column {
    flex: 1;
    min-width: 0;
}

.resources-column .column_border_1 {
    padding: 0px;
}

.resources-column:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.resources-column .column-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: rgba(5, 6, 6, 0.6);
    font-family: 'Source Sans 3', sans-serif;
}

.resources-column .overview_intro {
    margin-bottom: 10px;
}

.resources-column .resource-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.resources-column .cta-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 8px 0;
    transition: color 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
}

.resources-column .resource-link:hover .cta-title {
    color: var(--secondary-color);
}

.resources-column .column-items {
    display: flex;
    flex-direction: column;
}

/* Resources CTA Column (Right Side) */
.resources-cta-column {
    background-color: #F7F8F9;
    padding: 30px 25px !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 280px;
}

.support_contact_card_grid{
    display: grid;
    grid-template-columns: 13% 87%;
    gap: 2px;
}

.resources-cta-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    transition: transform 0.2s ease;

    display: grid;
    grid-template-columns: 30% 70%;
    gap: 0;
}

.resources-cta-box:hover {
    transform: translateX(2px);
}

.resources-cta-icon {
    flex-shrink: 0;
}

.resources-cta-icon svg {
    display: block;
}

.resources-cta-content {
    flex: 1;
}

.resources-cta-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: rgba(5, 6, 6, 0.6);
    margin-bottom: 8px;
    font-family: 'Source Sans 3', sans-serif;
}

.resources-cta-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 0;
    font-family: 'Source Sans 3', sans-serif;
}

.resources-cta-box:hover .resources-cta-title {
    color: var(--secondary-color);
}

/* Support Dropdown Styles */
.support-dropdown {
    position: relative;
}

#supportDropdown {
    transition: color 0.3s ease;
}

#supportDropdown.dropdown-toggle::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23050606"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    vertical-align: middle;
    transition: transform 0.3s ease, background-image 0.3s ease;
}

#supportDropdown.dropdown-toggle:hover::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23007AFF"/></svg>');
}

#supportDropdown[aria-expanded="true"]::after {
    transform: rotate(180deg);
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6.02469 8.49996C6.23362 8.50021 6.43254 8.41585 6.57061 8.26844L9.78727 5.30342C9.78727 5.30342 9.95994 5.12073 9.99763 4.86302C10.0259 4.66971 9.96036 4.42368 9.78727 4.2387C9.63168 4.07242 9.43926 4.01182 9.26863 4.02169C8.99637 4.03744 8.77059 4.20551 8.77059 4.20551L6.08405 6.57126C6.06906 6.58733 6.04743 6.60676 6.02469 6.60676C6.00195 6.60676 5.98032 6.58733 5.96533 6.57126L3.25657 4.2046C3.25657 4.2046 3.05156 4.02397 2.78714 4.00179C2.60908 3.98686 2.39389 4.06482 2.23471 4.2387C2.06783 4.42099 1.98125 4.6719 2.00688 4.86302C2.042 5.12491 2.23471 5.30342 2.23471 5.30342L5.47782 8.26726C5.61613 8.41502 5.81532 8.49978 6.02469 8.49996Z" fill="%23007AFF"/></svg>');
}

#supportDropdown:hover {
    color: var(--secondary-color) !important;
}

#supportDropdown:focus-visible {
    box-shadow: none;
}

/* Support dropdown menu styling */
#support_dropdown_menu {
    padding: 0;
    width: 650px;
    max-width: 680px;
    box-shadow: 0px 0px 2px 0px rgba(5, 6, 6, .17), 0px 8px 12px 0px rgba(5, 6, 6, .13);
    border-radius: 8px;
    border: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 1002;
    right: -50px;
    top: 26px;
}

.support-mega-menu-container {
    display: flex;
    width: 100%;
}

.support-column {
    flex: 1;
    min-width: 0;
}

.support-column.column_border_1 {
    padding: 35px;
    border-right: 1px solid #e5e5e5;
}

.support-column .column-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: rgba(5, 6, 6, 0.6);
    font-family: 'Source Sans 3', sans-serif;
}

.support-column .overview_intro {
    margin-bottom: 20px;
}

.support-column .support-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.support-item-with-icon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.support-item-with-icon svg {
    flex-shrink: 0;
}

.support-item-text {
    flex: 1;
}

.support-item-text .cta-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 0 4px 0;
    transition: color 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
}

.support-item-text .cta-title:hover{
    color: var(--secondary-color);
}

.support-link:hover .cta-title {
    color: var(--secondary-color);
}

/* Support CTA Column (Right Side) */
.support-cta-column {
    background-color: #F7F8F9;
    padding: 30px 25px !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-width: 300px;
}

.support-cta-card {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-cta-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.support-cta-icon-large {
    margin-bottom: 15px;
}

.support-cta-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    margin: 0 0 8px 0;
    font-family: 'Source Sans 3', sans-serif;
}

.support-cta-card-description {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(5, 6, 6, 0.6);
    margin: 0;
    font-family: 'Source Sans Regular', sans-serif;
}

.support-download-section {
    text-align: left;
}

.download-icons {
    display: flex;
    gap: 8px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.download-icons img {    
    cursor: pointer;
    transition: transform 0.2s ease;
}

.support-download-section a{
    text-decoration: none;
}

.support-download-section a .download-title:hover{
    color: var(--secondary-color);
}

.download-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0 0 6px 0;
    font-family: 'Source Sans 3', sans-serif;
}

.download-description {
    font-size: 13px;
    color: rgba(5, 6, 6, 0.6);
    margin: 0;
    font-family: 'Source Sans Regular', sans-serif;
}

/* Contact Sales Dropdown Styles */
.contact-sales-dropdown #contactSalesDropdown {
    transition: color 0.3s ease;
}

.contact-sales-dropdown #contactSalesDropdown svg path {
    transition: fill 0.3s ease, stroke 0.3s ease;
}

.contact-sales-dropdown #contactSalesDropdown svg:last-child {
    transition: transform 0.3s ease;
}

/* Hover state */
.contact-sales-dropdown #contactSalesDropdown:hover {
    color: #007AFF !important;
}

.contact-sales-dropdown #contactSalesDropdown:hover svg:first-of-type path {
    fill: #007AFF;
}

.contact-sales-dropdown #contactSalesDropdown:hover svg:last-child path {
    stroke: #007AFF;
}

/* Active/Open state */
.contact-sales-dropdown #contactSalesDropdown[aria-expanded="true"] {
    color: #007AFF !important;
}

.contact-sales-dropdown #contactSalesDropdown[aria-expanded="true"] svg:first-of-type path {
    fill: #007AFF;
}

.contact-sales-dropdown #contactSalesDropdown[aria-expanded="true"] svg:last-child {
    transform: rotate(180deg);
}

.contact-sales-dropdown #contactSalesDropdown[aria-expanded="true"] svg:last-child path {
    stroke: #007AFF;
}

.navbar {
    padding: 0.75rem 0;
}

.navbar-brand {
    font-weight: 400;
    font-size: 1rem;
    color: #000 !important;
    margin-right: 2rem;
}

.nav-link-custom {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: color 0.3s ease;
}

.nav-link-custom:hover {
    color: #0056b3 !important;
}

.navbar-left ul {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
}

.navbar-left ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.navbar-left ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}

.nav-link:focus-visible{
    box-shadow: none
}

#menu-main-menu .navbar-left ul li:focus-visible {
    outline: none;
}

.navbar-left ul li:focus-visible{
     outline: none;
}

.navbar-left ul li a:hover {
    color: var(--secondary-color);
}

.navbar-left ul li.menu-item-has-children > a {
    transition: color 0.3s ease;
}

.navbar-left ul li.menu-item-has-children > a::after {
    content: "";
    border: solid #000;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin-left: 5px;
    margin-bottom: 2px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

/* Hover state for menu items with children */
.navbar-left ul li.menu-item-has-children > a:hover {
    color: #007AFF !important;
}

.navbar-left ul li.menu-item-has-children > a:hover::after {
    border-color: #007AFF;
}

/* Active/Open state for menu items with children */
.navbar-left ul li.menu-item-has-children:hover > a {
    color: #007AFF !important;
}

.navbar-left ul li.menu-item-has-children:hover > a::after {
    transform: rotate(-135deg);
    border-color: #007AFF;
}

/* Dropdown/Submenu Styles */
.navbar-left ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    min-width: 220px;
    padding: 0.5rem 0;
    z-index: 1000;
    flex-direction: column;
    margin: 0;
    border-radius: 4px;
}

.navbar-left ul li:hover > ul.sub-menu {
    display: flex;
}

.navbar-left ul li ul.sub-menu li {
    width: 100%;
}

.navbar-left ul li ul.sub-menu li a {
    padding: 2px 10px;
    width: 100%;
    justify-content: flex-start;
}

.navbar-left ul li ul.sub-menu li a:hover {
    background: #f8f9fa;
    color: #000;
}

.navbar-left ul li ul.sub-menu li a::after {
    display: none;
}

/* Language Switcher Styles */
.language-switcher {
    position: relative;
}

.language-switcher .btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.language-switcher .btn:hover {
    background: #f8f9fa;
    border-color: #999;
}

.language-dropdown-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 6px;
    padding: 8px 0;
    min-width: 200px;
    margin-top: 5px;
    z-index: 1000;
    list-style: none;
}

.language-switcher:hover .language-dropdown-menu {
    display: block !important;
}

.language-dropdown-menu li {
    padding: 0;
}

.language-dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 20px;
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.language-dropdown-menu .dropdown-item:hover {
    background: #f8f9fa;
    color: #000;
}

.language-dropdown-menu .dropdown-item:active {
    background: #e9ecef;
}

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, #0a2540 0%, #1a4d7a 50%, #2d5f8d 100%);
    min-height: 600px;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(58, 123, 213, 0.3) 0%, transparent 50%);
    animation: pulseGlow 8s ease-in-out infinite; */
}

.social-icons-footer i{
    color: #fff;
}

.terms-text-footer a:hover{
    color: var(--secondary-color)!important;
}

.footer-header{
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Source Sans 3', sans-serif;
}

.contact_sales_column_1{
    font-size: 14px;
    font-weight: 400;
    color: #fff9;
}

.footer_ul_li_a{
    font-size: 14px;
    font-weight: 400;
    color: #fff9;
    font-family: 'Source Sans 3', sans-serif;
    text-decoration: none;
}

.footer_ul_li_a:hover{    
    text-decoration: underline;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

@keyframes pulseGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

.hero-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.offer-badge {
    display: inline-block;
    color: #ffc107;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
    animation: fadeIn 1.2s ease-out;
}

.hero-heading {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 1rem 0;
    animation: fadeIn 1.4s ease-out;
}

.hero-subtitle {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 2rem;
    animation: fadeIn 1.6s ease-out;
}

.hero-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    animation: fadeIn 1.8s ease-out;
}

#free_try_mobile{
    display: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.hero-btn {
    background: #ffc107;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    animation: fadeIn 2s ease-out;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.4);
}

.hero-btn:hover {
    background: #ffb300;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.6);
}

.hero-animation {
    position: relative;
    animation: fadeInRight 1s ease-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animated-mockup {
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

.mockup-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
    animation: fadeScale 1.5s ease-out;
}

@keyframes fadeScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive */

@media (max-width: 1399px){
    .evolution-card-description{
        padding-right: 30px;
    }
}

@media (max-width: 1199px){

    .evolution-card-description {
        padding-right: 0;
    }

    #menu-main-menu{
        display: none!important;
    }

    .navbar-toggler {
        display: initial;
    }

    .vmp-template-why-vmp-pass .why-vmp-pass-container{
        grid-template-columns: 1fr;
        gap: 0;
    }

    .vmp-mega-menu-dropdown{
        min-width: min-content;
    }

    .vmp-mega-menu-dropdown.mega-menu-full-width{
        width: initial;
        max-width: initial;
    }

    .business-template{
        grid-template-columns: 1fr!important;
        gap: 0;
    }

    .vmp-template-why-vmp-pass .partners-template-grid-2col{
        grid-template-columns: 1fr!important;
    }

    .mobile-menu-list li a{
        padding-left: 14px;
        padding-top: 18px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e0e0e0;
        font-weight: 700!important;
    }

    .hero_section_large_text{
        width: 100%;
        font-size: 40px;
    }

    .hero_section_large_text_p{
        width: 100%;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .top_bar_1 {
        display: none !important;
    }
    
    .hero-section {
        padding: 60px 0;
    }
    
    .hero-heading {
        font-size: 2.5rem;
    }
    
    .hero-animation {
        margin-top: 3rem;
    }

    .top_bar_1{
        display: none;
    }    

    .pricing-card {
        margin-bottom: 30px;
    }
    
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 2rem;
    }
    
    .offer-badge {
        font-size: 1.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
}

/* Pricing Section Styles */
.pricing-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.pricing-card {
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.pricing-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 24px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
}

.pricing-badge-yellow {
    background: #ffc107;
    color: #000;
}

.pricing-badge-blue {
    background: #2196F3;
}

.pricing-badge-green {
    background: #28a745;
}

.pricing-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 30px 0 20px;
    color: #333;
}

.pricing-price {
    text-align: center;
    margin-bottom: 10px;
}

.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 1.5rem;
    margin-right: 10px;
}

.price-new {
    color: #000;
    font-size: 3rem;
    font-weight: 700;
}

.price-period {
    color: #666;
    font-size: 1.2rem;
}

.pricing-users {
    text-align: center;
    color: #666;
    font-size: 1rem;
    margin-bottom: 20px;
}

.pricing-note {
    text-align: center;
    color: #666;
    font-size: 0.9rem;
    margin-top: 10px;
    font-style: italic;
}

.pricing-btn {
    width: 100%;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    margin-bottom: 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.pricing-btn:hover {
    transform: scale(1.02);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}

.pricing-features li {
    padding: 12px 0;
    color: #333;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
}

.pricing-features li .checkmark {
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.pricing-disclaimer {
    text-align: center;
    color: #999;
    font-size: 0.85rem;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

@media (max-width: 768px) {
    .pricing-title {
        font-size: 1.5rem;
    }
    
    .price-new {
        font-size: 2.5rem;
    }
    
    .pricing-section {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 2rem;
    }
    
    .navbar-brand {
        font-size: 1.25rem;
    }
}

/* ============================================
   Certifications Slider Section
   ============================================ */
.certifications-section {
    background-color: #000;
    color: #fff;
    padding: 60px 0;
}

.certifications-title {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    color: #fff;
}

.certifications-slider {
    position: relative;
    padding: 0 60px;
}

.certification-item {
    padding: 0 15px;
    outline: none;
}

.certification-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    min-height: 180px;
}

.certification-logo {
    max-width: 120px;
    max-height: 80px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}

.certification-card:hover .certification-logo {
    filter: brightness(0.8) invert(1);
    transform: scale(1.05);
}

.certification-name {
    font-size: 0.875rem;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

/* Slick Slider Arrow Customization */
.certifications-slider .slick-prev,
.certifications-slider .slick-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.certifications-slider .slick-prev:hover,
.certifications-slider .slick-next:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.certifications-slider .slick-prev {
    left: 0;
}

.certifications-slider .slick-next {
    right: 0;
}

.certifications-slider .slick-prev svg,
.certifications-slider .slick-next svg {
    color: #fff;
}

.certifications-slider .slick-prev:before,
.certifications-slider .slick-next:before {
    content: '';
}

/* Responsive Styles for Certifications */
@media (max-width: 768px) {
    .certifications-title {
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .certifications-slider {
        padding: 0 50px;
    }
    
    .certification-logo {
        max-width: 100px;
        max-height: 70px;
    }

    .header_2{
        font-size: 28px;
    }
}

@media (max-width: 575px){
    #free_try_deskstop{
        display: none;
    }

    #free_try_mobile{
        display: initial;
    }

    .contact-sales-dropdown{
        display: none;
    }

    .hero_section_large_text {
        font-size: 30px;
    }
    
}

@media (max-width: 480px) {
    .certifications-title {
        font-size: 1.25rem;
    }
    
    .certifications-slider {
        padding: 0 40px;
    }
    
    .certification-card {
        min-height: 150px;
    }
}

@media (max-width: 407px){
    .button_hero{
        margin-bottom: 10px;
    }
}

/* Mobile Menu Styles */
.navbar-toggler {
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    transition: all 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6l18 18M6 24L24 6'/%3e%3c/svg%3e");
    transform: rotate(90deg);
}

.offcanvas {
    max-width: 350px;
}

.offcanvas-header {
    border-bottom: 1px solid #dee2e6;
}

.mobile-nav-menu {
    margin-bottom: 1.5rem;
}

.mobile-menu-list {
    padding: 0;
    margin: 0;
}



.mobile-menu-list li a {
    color: #25282D;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    display: block;
    transition: color 0.2s ease;
}

.mobile-menu-list li a:hover {
    color: var(--primary-color);
}

.mobile-menu-list li.menu-item-has-children > a::after {
    content: '›';
    float: right;
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.2s ease;
}

.mobile-menu-list li.menu-item-has-children > a.collapsed::after {
    transform: rotate(90deg);
}

.mobile-menu-list .sub-menu {
    list-style: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
}

.mobile-menu-list .sub-menu li {
    padding: 0.5rem 0;
    border-bottom: none;
}

.mobile-menu-list .sub-menu li a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.mobile-menu-actions .btn {
    font-weight: 600;
}

.mobile-contact-sales .list-group-item {
    border-left: none;
    border-right: none;
    padding: 0.75rem 1rem;
}

.mobile-top-links a {
    font-weight: 500;
    /* border-bottom: 1px solid #f0f0f0; */
}

.mobile-top-links a:last-child {
    border-bottom: none;
}

.mobile-language-selector .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

.mobile-language-selector .active-language {
    background-color: var(--primary-color);
    color: white;
}

@media (min-width: 1200px) {
    .navbar-toggler {
        display: none;
    }
}

/* ============================================
   SaaS Protect Section
   ============================================ */
.saas_project {
    background-color: var(--primary-color);
    padding: 30px 0;
    color: #fff;
}

.saas-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
}

.placeholder-icon {
    color: rgba(255, 255, 255, 0.3);
}

.saas-content {
    padding: 0 20px;
}

.saas-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
    font-family: 'Source Sans 3', sans-serif;
}

.saas-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0;
    font-family: 'Source Sans Regular', sans-serif;
}

.saas-learn-more {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
    white-space: nowrap;
}

.saas-learn-more:hover {
    color: #fff;
    opacity: 0.8;
}

.saas-learn-more svg {
    transition: transform 0.3s ease;
}

.saas-learn-more:hover svg {
    transform: translateX(4px);
}

/* Responsive Styles for SaaS Section */
@media (max-width: 991px) {
    .saas_project {
        padding: 25px 0;
    }
    
    .saas-title {
        font-size: 18px;
    }
    
    .saas-content {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .saas_project {
        padding: 30px 15px;
        text-align: center;
    }
    
    .saas-image-placeholder {
        margin-bottom: 20px;
    }
    
    .saas-content {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .saas-title {
        font-size: 16px;
    }
    
    .saas-learn-more {
        justify-content: center;
    }
}

/* ============================================
   Why VMP&trade; Pass Section
   ============================================ */
.why-vmp-section {
    background-color: #fff;
    padding: 80px 0;
}

.why-vmp-title {
    font-size: 36px;
    font-weight: 400;
    color: #000;
    margin-bottom: 60px;
    font-family: 'Source Sans Regular', sans-serif;
}

.feature-card {
    padding: 20px;
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.feature-icon-wrapper i {
    font-size: 32px;
    color: #333333a1;
}

.feature-card:hover .feature-icon-wrapper {
    background-color: #e0e0e0;
}

.feature-title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Source Sans Regular', sans-serif;
}

.feature-description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles for Why VMP&trade; Pass Section */
@media (max-width: 991px) {
    .why-vmp-section {
        padding: 60px 0;
    }
    
    .why-vmp-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .why-vmp-section {
        padding: 20px 0;
    }
    
    .why-vmp-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .feature-icon-wrapper {
        width: 70px;
        height: 70px;
    }
    
    .feature-icon-wrapper i {
        font-size: 28px;
    }
    
    .feature-title {
        font-size: 18px;
    }
    
    .feature-description {
        font-size: 14px;
    }
}

/* ============================================
   Password Management Section
   ============================================ */
.password-management-section {
    background-color: #fff;
    padding: 80px 0;
}

.pm-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    font-family: 'Source Sans 3', sans-serif;
}

.pm-tabs {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 60px;
    overflow-x: auto !important;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    display: flex !important;
}

.pm-tabs::-webkit-scrollbar {
    height: 4px;
}

.pm-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.pm-tabs::-webkit-scrollbar-thumb {
    background: #d32f2f;
    border-radius: 4px;
}

.pm-tabs .nav-item {
    margin: 0;
    flex-shrink: 0;
}

.pm-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0 10px;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.pm-tabs .nav-link:hover {
    color: var(--secondary-color);
    border-bottom-color: transparent;
}

.pm-tabs .nav-link.active {
    color: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    background: transparent;
}

.pm-image-container {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pm-image-container_2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-main-image {
    max-width: 100%;
    height: auto;
}

.password_management_1{
    max-width: 928px;
    margin: 0 auto;
}

.pm-content-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    font-family: 'Source Sans 3', sans-serif;
}

.tab-content {
    position: relative;
    touch-action: pan-y;
}

.tab-pane {
    transition: opacity 0.3s ease;
}

.pm-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pm-feature-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    font-family: 'Source Sans Regular', sans-serif;
}

.pm-check-icon {
    color: #4caf50;
    font-size: 18px;
    margin-right: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.pm-feature-item strong {
    font-weight: 700;
}

.pm-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pm-btn-primary {
    background-color: var(--secondary-color);
    border: none;
    color: #fff;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
}

.pm-btn-primary:hover, 
.pm-btn-primary:active {
    background-color: var(--primary-color)!important;
    color: #fff!important;
}

.pm-btn-secondary {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
}

.pm-btn-secondary:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.pm-disclaimer {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: 'Source Sans Regular', sans-serif;
}

.password-management-section a{
    text-decoration: none;
}

/* Responsive Styles for Password Management Section */
@media (max-width: 991px) {
    .password-management-section {
        padding: 60px 0;
    }
    
    .pm-main-title {
        font-size: 36px;
    }
    
    .pm-content-title {
        font-size: 28px;
    }
    
    .pm-tabs {
        justify-content: flex-start !important;
    }
    
    .pm-tabs .nav-link {
        font-size: 14px;
        padding: 10px 15px;
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .password-management-section {
        padding: 40px 0;
    }
    
    .pm-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .pm-tabs {
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    
    .pm-tabs .nav-link {
        font-size: 13px;
        padding: 8px 10px;
        margin: 0 3px;
    }
    
    .pm-content-title {
        font-size: 24px;
    }
    
    .pm-feature-item {
        font-size: 15px;
    }
    
    .pm-buttons {
        flex-direction: column;
    }
    
    .pm-btn-primary,
    .pm-btn-secondary {
        width: 100%;
        text-align: center;
    }
}

/* ============================================
   Pricing Plans Section
   ============================================ */
.pricing-section {
    background-color: transparent;
    padding: 80px 0;
}

.pricing-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Source Sans 3', sans-serif;
}

.pricing-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    font-family: 'Source Sans Regular', sans-serif;
}

/* 5-column grid for pricing cards */
.pricing-section .row {
    display: flex;
    flex-wrap: wrap;
}

.pricing-section .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 12px;
}

@media (max-width: 1199px) {
    .pricing-section .col-lg-2-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .pricing-section .col-lg-2-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/* Pricing Card Styles */
.pricing-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.pricing-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

/* Discount Ribbon */
.discount-ribbon {
    position: absolute;
    top: 9px;
    right: -40px;
    background: #ffc107;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 52px;
    border-radius: 4px;
    font-family: 'Source Sans 3', sans-serif;
    transform: rotate(45deg);
}

.ribbon-yellow {
    background: var(--gold-color);
    color: #fff;
}

.ribbon-orange {
    background: var(--gold-color);
    color: #fff;
}

/* Plan Name */
.plan-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Source Sans 3', sans-serif;
}

.plan-description {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 20px;
    min-height: 60px;
    font-family: 'Source Sans Regular', sans-serif;
}

/* Pricing Info */
.pricing-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.original-price {
    font-size: 16px;
    color: var(--gold-color);
    text-decoration: line-through;
    font-family: 'Source Sans Regular', sans-serif;
    font-weight: 600;
}

.discount-badge-inline {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: 'Source Sans 3', sans-serif;
}

/* Current Price */
.current-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}

.price-amount {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-family: 'Source Sans 3', sans-serif;
}

.price-cents {
    top: -15px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    font-family: 'Source Sans 3', sans-serif;
}

.price-period {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-left: 4px;
    font-family: 'Source Sans Regular', sans-serif;
}

.btn_pricing_4{
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}

.billing-note {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    font-family: 'Source Sans Regular', sans-serif;
}

/* Pricing Buttons */
.btn-pricing {
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
    text-align: center;
    cursor: pointer;
}


.pricing-section .cta-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: rgb(5, 6, 6);
    margin: 0px 0px 8px;
}

.text_price_disclaimer{
    font-size: 14px;
    color: #05060699;
    margin-top: 30px;
    font-family: 'Source Sans Regular', sans-serif;
}


.btn-pricing_2{
    padding: 7px 60px;
    font-weight: 700
}

.btn_pricing_3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    background: transparent;
    border-color: var(--secondary-color);
    color: var(--secondary-color);
    border-width: 2px;
}

.btn_pricing_3:hover, .btn_pricing_3:active{    
    border-color: var(--primary-color);    
    color: var(--primary-color);
}

.btn-pricing-primary {
    background-color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
    color: #fff;
}

.btn-pricing-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-pricing-outline {
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
}

.btn-pricing-outline:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

/* Plan Features */
.plan-features {
    flex-grow: 1;
    margin-top: 20px;
}

.features-title {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    font-family: 'Source Sans 3', sans-serif;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    font-family: 'Source Sans Regular', sans-serif;
}

.features-list li i.fa-check {
    color: #4caf50;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 4px;
    flex-shrink: 0;
}

.contact_submit{
    background: var(--secondary-color);
    color: #fff;
}

.contact_submit:hover{
    background: var(--primary-color);
    color: #fff;
}

.features-list li i.fa-info-circle {
    margin-left: 4px;
    cursor: help;
    opacity: 0.6;
}

/* Free Plan Card */
.free-plan-card {
    background: #f5f6f7;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 30px 40px;
    transition: all 0.3s ease;
}

.free-plan-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.free-plan-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
}

.free-badge {
    background: var(--primary-color);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 4px;
    font-family: 'Source Sans 3', sans-serif;
}

.free-plan-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: 'Source Sans Regular', sans-serif;
    text-align: left;
}

.free-plan-description a {
    color: var(--secondary-color);
    text-decoration: underline;
    font-weight: 600;
}

.free-plan-description a:hover {
    color: var(--primary-color);
}

.free-plan-note {
    font-size: 13px;
    color: #666;
    font-family: 'Source Sans Regular', sans-serif;
}

/* Tooltip Styles */
.tooltip-inner {
    text-align: left !important;
}

/* Responsive Styles for Pricing Section */
@media (max-width: 1199px) {
    .pricing-main-title {
        font-size: 38px;
    }
    
    .pricing-subtitle {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-main-title {
        font-size: 32px;
    }
    
    .pricing-subtitle {
        font-size: 16px;
    }
    
    .plan-name {
        font-size: 22px;
    }
    
    .price-amount {
        font-size: 40px;
    }

    .price-cents {
        top: -10px;       
    }

}

@media (max-width: 767px) {
    .pricing-section {
        padding: 40px 0;
    }
    
    .pricing-main-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    
    .pricing-subtitle {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .plan-description {
        min-height: auto;
    }
    
    .free-plan-card {
        padding: 20px;
    }
    
    .free-plan-title {
        font-size: 24px;
    }
    
    .free-badge {
        display: block;
        width: fit-content;
        margin-top: 10px;
    }
}

/* ============================================
   VMP&trade; Pass Evolution Section
   ============================================ */
.evolution-section {
    background-color: #f5f6f7;
    padding: 80px 0;
}

.evolution-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Source Sans 3', sans-serif;
}

.evolution-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.evolution-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.evolution-card-dark {
    background: var(--dark-blue-color);
    border: none;
}

.padding_01{
    padding: 40px;
}

.evolution-card-with-image {
    background-position: right bottom!important;
    background-repeat: no-repeat!important;
}

.evolution-card-with-image .row {
    margin: 0;
}

.evolution-card-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    font-family: 'Source Sans 3', sans-serif;
}

.evolution-card-description {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Source Sans Regular', sans-serif;
}

.evolution-link {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-family: 'Source Sans 3', sans-serif;
}

.evolution-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.evolution-link.text-white {
    color: #fff !important;
}

.evolution-link.text-white:hover {
    color: #fff !important;
    opacity: 0.8;
}

.evolution-link svg {
    transition: transform 0.3s ease;
}

.evolution-link:hover svg {
    transform: translateX(4px);
}

/* Visual Placeholder */
.evolution-visual-placeholder {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><pattern id="lines" x="0" y="0" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 0,20 20,0" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect fill="url(%23lines)" width="200" height="200"/></svg>');
    padding: 30px;
    border-radius: 8px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-badge {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 220px;
}

.visual-badge .badge {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    font-family: 'Source Sans 3', sans-serif;
}

.visual-badge p {
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    font-family: 'Source Sans Regular', sans-serif;
}

/* Image Placeholder */
.evolution-image-placeholder {
    height: 100%;
    overflow: hidden;
    border-radius: 0 12px 12px 0;
}

.evolution-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive Styles for Evolution Section */
@media (max-width: 991px) {
    .evolution-section {
        padding: 60px 0;
    }
    
    .evolution-title {
        font-size: 36px;
    }
    
    .evolution-card {
        padding: 30px;
    }
    
    .evolution-card-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .evolution-section {
        padding: 40px 0;
    }
    
    .evolution-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .evolution-card {
        padding: 25px;
        margin-bottom: 20px;
    }
    
    .evolution-card-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .evolution-card-description {
        font-size: 15px;
    }
    
    .evolution-card-with-image .col-md-6:first-child {
        padding: 25px;
    }
    
    .evolution-visual-placeholder {
        min-height: 200px;
        padding: 20px;
    }
    
    .evolution-image-placeholder {
        border-radius: 0 0 12px 12px;
        min-height: 250px;
    }
}

/* ============================================
   FAQ Section
   ============================================ */
.faq-section {
    background-color: #fff;
    padding: 80px 0;
}

.faq-title {
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 50px;
    font-family: 'Source Sans 3', sans-serif;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion .accordion-button:hover{
    color: var(--secondary-color)!important;
}

.faq-accordion .accordion-button:hover::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23007AFF"><path d="M8 11.5l-5-5 1.5-1.5L8 8.5l3.5-3.5L13 6.5z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
}

.faq-accordion .accordion-item:first-child {
    border-top: 1px solid #e0e0e0;
}

.faq-accordion .accordion-header {
    margin-bottom: 0;
}

.faq-accordion .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 25px 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
    position: relative;
    padding-right: 40px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--secondary-color);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-accordion .accordion-button::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000"><path d="M8 11.5l-5-5 1.5-1.5L8 8.5l3.5-3.5L13 6.5z"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23007AFF"><path d="M8 11.5l-5-5 1.5-1.5L8 8.5l3.5-3.5L13 6.5z"/></svg>');
    background-size: 20px;
    transform: rotate(-180deg);
}

.faq-accordion .accordion-collapse {
    border: none;
}

.faq-accordion .accordion-body {
    padding: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: 'Source Sans Regular', sans-serif;
}

.faq-accordion .accordion-body p {
    margin-bottom: 15px;
}

.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-link {
    color: #000;
    text-decoration: underline;
    font-weight: 700;
    font-family: 'Source Sans 3', sans-serif;
    transition: color 0.3s ease;
}

.faq-link:hover {
    color: var(--secondary-color);
}

/* Responsive Styles for FAQ Section */
@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-title {
        font-size: 36px;
    }
    
    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-accordion .accordion-button {
        font-size: 15px;
        padding: 18px 0;
        padding-right: 35px;
    }
    
    .faq-accordion .accordion-body {
        font-size: 15px;
        padding: 0 0 20px 0;
    }
}

/* ===================================
   Call to Action Business/Personal Section
   =================================== */
.cta-business-personal-section {
    background-color: #00000005;
    background-image: url(assets/images/8.svg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border: 1px solid #e0e0e042;
}

.cta-bp-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 30px;
}

.cta-bp-buttons {
    display: inline-flex;
    gap: 15px;
    margin-bottom: 20px;
}

.btn-cta-business,
.btn-cta-personal {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 40px;
    border-radius: 8px;
    border: 2px solid var(--secondary-color);
    background: transparent;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-cta-business.active {
    background: var(--secondary-color);
    color: #ffffff;
    border-color: transparent;
}

.btn-cta-business:hover {
    background: var(--secondary-color);
    color: #ffffff;
}

.btn-cta-personal:hover {
    background: var(--secondary-color);
    color: #ffffff;
}

.cta-bp-subtitle {
    font-family: 'Source Sans Regular', sans-serif;
    font-size: 15px;
    color: #333333;
    margin: 0;
}

/* Responsive styles */
@media (max-width: 991px) {
    .cta-bp-title {
        font-size: 32px;
    }
    
    .btn-cta-business,
    .btn-cta-personal {
        padding: 10px 30px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .cta-bp-title {
        font-size: 26px;
        line-height: 1.4;
    }
    
    .cta-bp-title br {
        display: none;
    }
    
    .cta-bp-buttons {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    
    .btn-cta-business,
    .btn-cta-personal {
        width: 100%;
        padding: 12px 20px;
    }
    
    .cta-bp-subtitle {
        font-size: 14px;
    }
}

/* ===================================
   Sales Team Contact Section
   =================================== */
.sales-contact-section {
    padding: 60px 0;    
}

.sales-contact-card {
    border-radius: 12px;
    padding: 60px;
    overflow: hidden;
    background: url('assets/images/9.svg'), #f5f6f7;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.4s ease-out;
    border: 1px solid #e0e0e0;
}

.sales-contact-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    transition: all 0.4s ease;
}

.sales-content {
    padding-right: 30px;
}

.sales-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 1.3;
    margin-bottom: 30px;
}

.sales-benefits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.sales-benefits-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: 'Source Sans Regular', sans-serif;
}

.sales-benefits-list li i.fa-check {
    color: #000;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 4px;
    flex-shrink: 0;
}

.btn-sales-contact {
    background-color: #000;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 4px;
    border: none;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-sales-contact:hover {
    background-color: #333;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.sales-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.sales-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.sales-icon-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.sales-icon-badge i {
    font-size: 28px;
    color: #000;
}

/* Responsive Styles for Sales Contact Section */
@media (max-width: 991px) {
    .sales-contact-card {
        padding: 40px;
    }
    
    .sales-title {
        font-size: 30px;
    }
    
    .sales-content {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .sales-benefits-list li {
        font-size: 15px;
    }

    .sales-contact-card {
        min-height: 710px;
    }

}

@media (max-width: 767px) {
    .sales-contact-section {
        padding: 40px 0;
    }
    
    .sales-contact-card {
        padding: 30px 20px;
    }
    
    .sales-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .sales-benefits-list {
        margin-bottom: 25px;
    }
    
    .sales-benefits-list li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .btn-sales-contact {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .sales-icon-badge {
        width: 50px;
        height: 50px;
        top: 20px;
        left: 20px;
    }
    
    .sales-icon-badge i {
        font-size: 22px;
    }
}

/* ===================================
   Included Features Section
   =================================== */
.included-features-section {
    background-color: #f5f6f7;
    padding: 80px 0;
}

.included-features-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.feature-card-item {
    background: transparent;
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-icon-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.feature-icon-box i {
    font-size: 40px;
    color: #000;
}

.feature-card-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    line-height: 1.3;
}

.feature-card-description {
    font-family: 'Source Sans Regular', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 20px;
    flex-grow: 1;
}

.feature-explore-link {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #000;
    text-decoration: underline;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.feature-explore-link:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.feature-explore-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.feature-explore-link:hover i {
    transform: translateX(4px);
}

/* Responsive Styles for Included Features Section */
@media (max-width: 991px) {
    .included-features-section {
        padding: 60px 0;
    }
    
    .included-features-title {
        font-size: 36px;
        margin-bottom: 40px;
    }
    
    .feature-card-title {
        font-size: 18px;
    }
    
    .feature-card-description {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .included-features-section {
        padding: 40px 0;
    }
    
    .included-features-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .feature-card-item {
        margin-bottom: 30px;
    }
    
    .feature-icon-box {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon-box i {
        font-size: 32px;
    }
    
    .feature-card-title {
        font-size: 18px;
    }
    
    .feature-card-description {
        font-size: 14px;
    }
}

/* ===================================
   Compare Plans Section
   =================================== */
.compare-plans-section {
    background-color: #fff;
    padding: 80px 0;
}

.compare-plans-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
}

.comparison-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Source Sans Regular', sans-serif;
}

.comparison-table thead tr {
    border-bottom: 2px solid #e0e0e0;
}

.comparison-table th {
    padding: 20px 15px;
    text-align: center;
    vertical-align: top;
}

.comparison-table th.feature-column {
    width: 25%;
    text-align: left;
}

.comparison-table th.plan-column {
    width: 15%;
    min-width: 140px;
}

.plan-header h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.btn-try-free {
    background-color: var(--secondary-color);
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 16px 6px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-try-free:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.comparison-table tbody tr.price-row {
    background-color: #f5f6f7;
}

.comparison-table td {
    padding: 20px 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
}

.comparison-table td.feature-name {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

.comparison-table td.feature-name strong {
    font-weight: 700;
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
}

.comparison-table td.feature-name small {
    display: block;
    color: #666;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.4;
}

.comparison-table td.feature-name a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.price-value {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.price-value sup {
    font-size: 14px;
    top: -8px;
}

.comparison-table .fas.fa-check {
    font-size: 20px;
    color: #4caf50;
}

.badge-new {
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

/* Accordion Rows */
.accordion-row td {
    padding: 0;
}

.accordion-row .accordion-button {
    width: 100%;
    border: none;
    padding: 20px 15px;
    text-align: left;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 45px;
}

.accordion-row .accordion-button:hover {
    background: #ebebec;
}

.accordion-row .accordion-button::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    transition: transform 0.3s ease;
}

.accordion-row .accordion-button:not(.collapsed)::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion-collapse {
    padding: 0;
}

.sub-table {
    width: 100%;
    border-collapse: collapse;
}

.sub-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.sub-table tbody tr:last-child {
    border-bottom: none;
}

.sub-table td {
    padding: 18px 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
}

.sub-table td.feature-name {
    text-align: left;
    width: 25%;
}

.sub-table td:not(.feature-name) {
    width: 15%;
}

/* Responsive Styles for Compare Plans Section */
@media (max-width: 1199px) {
    .compare-plans-title {
        font-size: 36px;
    }
    
    .comparison-table th.plan-column {
        min-width: 120px;
    }
}

@media (max-width: 991px) {
    .compare-plans-section {
        padding: 60px 0;
    }
    
    .compare-plans-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .comparison-table td,
    .sub-table td {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .price-value {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .compare-plans-section {
        padding: 40px 0;
    }
    
    .compare-plans-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .comparison-table th.feature-column,
    .sub-table td.feature-name {
        width: 35%;
    }
    
    .comparison-table th.plan-column {
        min-width: 100px;
    }
    
    .plan-header h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }
    
    .btn-try-free {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .comparison-table td,
    .sub-table td {
        padding: 12px 8px;
        font-size: 13px;
    }
    
    .comparison-table td.feature-name small {
        font-size: 12px;
    }
    
    .price-value {
        font-size: 18px;
    }
    
    .accordion-row .accordion-button {
        font-size: 15px;
        padding: 15px 10px;
        padding-right: 35px;
    }
    
    .bi-check-circle-fill {
        font-size: 16px;
    }
    
    .comparison-table .fas.fa-check {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .evolution-card-with-image {
        background-position: right bottom !important;
        background-size: 444px!important;
        min-height: 550px!important;
    }
}

@media (max-width: 480px) {
    .evolution-card-with-image {
        background-size: contain !important;
    }
}
