/* ==========================================================================
   REQUIRED FONTS & ICONS
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Fira+Sans+Condensed:wght@400;500&display=swap');

/* Custom search/close icon font (must include font files) */
/* @font-face {
    font-family: 'progression-custom-icons';
    src: url('icons/custom-icons/font/progression-custom-icons.eot?46688846');
    src: url('icons/custom-icons/font/progression-custom-icons.eot?46688846#iefix') format('embedded-opentype'),
        url('icons/custom-icons/font/progression-custom-icons.woff2?46688846') format('woff2'),
        url('icons/custom-icons/font/progression-custom-icons.woff?46688846') format('woff'),
        url('icons/custom-icons/font/progression-custom-icons.ttf?46688846') format('truetype'),
        url('icons/custom-icons/font/progression-custom-icons.svg?46688846#progression-custom-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="progression-icon-"]:before,
[class*=" progression-icon-"]:before {
    font-family: "progression-custom-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

.progression-icon-search:before {
    content: '\e803';
}

.progression-icon-close:before {
    content: '\e801';
}

/* ==========================================================================
   HEADER BASE (section 05)
   ========================================================================== */

#progression-studios-header-shadow {
    height: 80px;
    width: 100%;
    position: absolute;
    top: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 255;
}

header#masthead-pro {
    position: relative;
    z-index: 50;
    background: transparent;
}

header#masthead-pro:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.07);
}

header#masthead-pro h1 {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 5px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

header#masthead-pro h1 img {
    width: 93px;
    padding-top: 15px;
    padding-bottom: 10px;
}

/* ==========================================================================
   NAVIGATION (section 07)
   ========================================================================== */

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu>li {
    float: left;
    position: relative;
}

.sf-menu li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.sf-menu li ul ul {
    top: 0;
    left: 100%;
}

.sf-menu a {
    display: block;
    position: relative;
}

nav#site-navigation-pro {
    font-weight: 500;
}

.sf-menu a {
    color: #ffffff;
    font-size: 15px;
    padding: 30px 28px;
    letter-spacing: 0.02em;
    line-height: 1;
}

.sf-menu a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #22bfe6;
    opacity: 0;
    transition: opacity 0.25s;
}

.sf-menu a:hover:before,
.sf-menu li.sfHover a:before,
.sf-menu li.current-menu-item a:before {
    opacity: 1;
}

.sf-menu a:hover,
.sf-menu li.sfHover a,
.sf-menu li.current-menu-item a {
    background: rgba(14, 44, 77, 0.25);
    color: #ffffff;
}

/* Submenu */
.sf-menu ul {
    background: #171425;
    padding: 18px 32px;
    margin-left: 10px;
    font-weight: 400;
}

.sf-menu ul ul {
    margin-left: 32px;
}

.sf-menu li li a {
    font-size: 14px;
    padding: 14px 10px 14px 0;
    border-bottom: 1px solid rgba(49, 50, 61, 0.4);
    color: rgba(255, 255, 255, 0.6);
}

.sf-menu li li:last-child a {
    border-bottom: none;
}

.sf-menu li.sfHover li a:hover,
.sf-menu li.sfHover li.sfHover a {
    color: #ffffff;
    background: rgba(0, 0, 0, 0);
}

/* Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 36px;
}

.sf-arrows .sf-with-ul:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -7px;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
    font-size: 10px;
    right: 14px;
    margin-top: -5px;
}

/* ==========================================================================
   HEADER SEARCH (section 08)
   ========================================================================== */

#progression-studios-header-search-icon {
    float: right;
    position: relative;
    z-index: 15;
}

.progression-icon-search {
    cursor: pointer;
    padding: 26px 24px;
    font-size: 23px;
    color: white;
    line-height: 1;
    display: inline-block;
}

.progression-icon-search:before {
    -webkit-text-stroke: 0.5px;
    position: relative;
    top: -1px;
}

.header-container.active-search-icon-pro .progression-icon-search:before {
    content: "\f00d";
    /* fa-times / X */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
}

#video-search-header {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #171425;
    padding: 45px 0 15px;
    z-index: 555;
    display: none;
}

#main-text-field,
#search-mobile-nav-pro input {
    width: 100%;
    padding: 14px 50px 14px 20px;
    background: #272633 url('images/search-magnify.png') no-repeat right 10px center;
    border: none;
    border-bottom: 2px solid #3b3a45;
    color: white;
    font-size: 14px;
    margin-bottom: 10px;
}

#main-text-field:focus,
#search-mobile-nav-pro input:focus {
    background-color: #272633;
    outline: none;
}

#video-search-header-filtering h5 {
    font-weight: 500;
    font-size: 15px;
    margin: 0 0 18px;
}

.dotted-dividers-pro {
    border-right: 1px solid #282635;
    padding-right: 20px;
    min-height: 105px;
}

.video-search-type-list {
    margin: 0 -25px 0 0;
    padding: 0;
    list-style: none;
}

.video-search-type-list li {
    float: left;
    width: calc(50% - 12px);
    padding-right: 12px;
}

.checkbox-pro-container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.checkbox-pro-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark-pro {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #504f5b;
    border-radius: 20px;
}

.checkbox-pro-container:hover input~.checkmark-pro {
    border-color: #8a8a92;
}

.checkbox-pro-container input:checked~.checkmark-pro:after {
    display: block;
}

.checkmark-pro:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #22b2ee;
}

.custom-select {
    border: 2px solid #4d4d53;
    padding: 10px 40px 10px 12px;
    width: 100%;
}

#video-search-header-buttons {
    text-align: center;
    padding: 30px 0 40px;
}

#video-search-header-buttons .btn {
    min-width: 280px;
    margin-right: 15px;
}

.btn.reset-btn {
    background: none;
    border-color: #4d4d53;
    min-width: auto;
}

.btn.reset-btn:hover {
    background: #4d4d53;
}

/* ==========================================================================
   USER PROFILE DROPDOWN (section 13)
   ========================================================================== */

#header-user-profile {
    float: right;
    position: relative;
}

#header-user-profile-click {
    cursor: pointer;
    color: white;
    font-weight: 500;
    font-size: 13px;
    padding: 20px 35px 20px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 8px;
}

#header-user-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    object-fit: cover;
}

#header-user-profile-menu {
    position: absolute;
    right: 0;
    top: 100%;
    background: #171425;
    min-width: 210px;
    padding: 0px 15px;
    z-index: 500;
    display: none;
}

#header-user-profile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-user-profile-menu a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(49, 50, 61, 0.4);
}

#header-user-profile-menu a:hover {
    color: #3498db;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;

}

#header-user-profile-menu li:last-child a {
    border: none;
}

/* ==========================================================================
   MOBILE NAVIGATION (section 22)
   ========================================================================== */

#mobile-bars-icon-pro {
    float: right;
    color: white;
    font-size: 18px;
    padding: 28px 30px;
    cursor: pointer;
    display: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.active-mobile-icon-pro #mobile-bars-icon-pro i.fa-bars:before {
    content: "\f00d";
}

#mobile-navigation-pro {
    display: none;
    position: absolute;
    width: 100%;
    background: #171425;
    border-bottom: 1px solid rgba(49, 50, 61, 0.4);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
    z-index: 20;
}

#mobile-menu-pro a {
    display: block;
    color: white;
    font-size: 14px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(49, 50, 61, 0.4);
}

#mobile-menu-pro i {
    width: 32px;
    text-align: center;
    margin-bottom: -10px;
    font-size: 16px;
}

#search-mobile-nav-pro {
    padding: 30px 20px 0;
}

#search-mobile-nav-pro input {
    width: 100%;
    padding: 18px 50px 14px 20px;
    background: #272633 url('images/search-magnify.png') no-repeat right 9px center;
    border: none;
    color: white;
}

/* ==========================================================================
   BUTTONS & HIGHLIGHTS (used in header)
   ========================================================================== */

.btn {
    font-weight: 500;
    padding: 12px 30px;
    font-size: 13px;
    background: #22b2ee;
    border: 2px solid #22b2ee;
    color: white;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn:hover {
    background: #0b78a2;
    border-color: #0b78a2;
}

/* ==========================================================================
   RESPONSIVE (header parts only)
   ========================================================================== */

@media (max-width: 991px) {

    #site-navigation-pro,
    #header-user-profile #header-username {
        display: none;
    }

    #mobile-bars-icon-pro {
        display: block;
    }

    #header-user-profile-click {
        border-left: none;
        padding-right: 25px;
    }
}

/* Force visibility when active classes are present */

#header-user-profile.active #header-user-profile-menu,
.header-container.active-search-icon-pro #video-search-header {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* Optional — smoother fade-in (add if you like) */
#header-user-profile-menu,
#video-search-header {
    transition: all 0.25s ease;
    opacity: 0;
    transform: translateY(12px);
}

#header-user-profile.active #header-user-profile-menu,
.header-container.active-search-icon-pro #video-search-header {
    opacity: 1;
    transform: translateY(0);
}

.btn-header-pro {
    padding: 9px 30px;
    margin-top: 0px;
    margin-right: 0px;
    font-size: 13px;
    background: none;
    color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-header-pro:hover {
    background: none;
}

.btn-header-pro.btn-mobile-pro {
    display: block;
    width: calc(100% - 40px);
    margin: 20px 20px;
    font-size: 14px;
}

/* ======== #Tablet (768px-959px) ======== */
@media only screen and (min-width: 768px) and (max-width: 959px) {



    #masthead-pro .btn-header-pro.btn-mobile-pro,
    #mobile-bars-icon-pro {
        display: block;
    }
}

@media only screen and (max-width: 767px) {




    #masthead-pro .btn-header-pro.btn-mobile-pro,
    #mobile-bars-icon-pro {
        display: block;
    }
}

/* Header Button */
#header-btn-right {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 17px 26px;
    float: right;
    margin-right: 8px;
}

@media only screen and (min-width: 959px) and (max-width: 1260px) {



    #header-btn-right {
        padding-left: 18px;
        padding-right: 22px;
    }
}

.sf-menu i {
    margin-right: 8px;
}

#header-user-profile-menu ul li i {
    margin-right: 8px;
}

/* ==========================================================================
   MOBILE SEARCH FILTERS (reuse desktop filters)
   ========================================================================== */

@media (max-width: 991px) {

    /* Hide advanced filters by default in mobile */
    #video-search-header-filtering {
        display: none !important;
    }

    /* When toggled open */
    #video-search-header-filtering.show-mobile-filters {
        display: block !important;
    }

    /* Toggle button styling */
    #mobile-filters-toggle {
        background: #22b2ee;
        border: none;
        color: white;
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 50px;
        transition: all 0.3s;
        margin-top: 15px;
    }

    #mobile-filters-toggle:hover,
    #mobile-filters-toggle.active {
        background: #0b78a2;
    }

    #mobile-filters-toggle i {
        transition: transform 0.3s;
    }

    #mobile-filters-toggle.active i {
        transform: rotate(180deg);
    }

    /* Make filters stack better on small screens */
    .video-search-type-list li {
        width: 100% !important;
        float: none !important;
        padding-right: 0 !important;
        margin-bottom: 12px;
    }

    .dotted-dividers-pro {
        border-right: none !important;
        padding-right: 0 !important;
        border-bottom: 1px solid #282635;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .dotted-dividers-pro:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .extra-range-padding .asRange {
        max-width: 100%;
    }
}