@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

* {
    box-sizing: border-box;
    outline: 0;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background: #232323;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #a09f9d;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative;
    color: #a09f9d;
    text-decoration: none;
}

a:hover {
    color: #eb6395;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
    outline: none;
}

h1, h2, h3 {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
}

.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
}

.clearfix:after {
    display: table;
    content: "";
    clear: both;
}

.heading-container {
    position: relative;
    margin: 20px 0 10px 0;
}

.heading-container:after {
    content: '';
    display: block;
    clear: both;
}

.header {
    padding: 5px 0;
    text-align: center;
}

.header .menu-switcher-container {
    display: none;
    float: left;
    padding: 11px 0;
}

.header .menu-switcher-container .menu-switcher {
    height: 38px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #000000;
    font-size: 18px;
    line-height: 36px;
    color: #222;
    transition: 0.15s ease color;
    cursor: pointer;
}

.header .menu-switcher-container:hover .menu-switcher,
.menu-opened .header .menu-switcher-container .menu-switcher {
    color: #1c61b2;
}

.header .logo {
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.header .logo a {
    display: block;
    color: #ffffff;
    transition: 0.15s ease color;
}

.header .logo span {
    color: #eb6395;
    transition: 0.15s ease color;
}

.logo h1 {
    font-size: 12px !important;
    font-weight: 500;
    color: #555555;
    margin: -15px 0 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navigation {
    padding: 10px 0;
    border-bottom: 1px solid #555555;
    border-top: 1px solid #555555;
}

.navigation .width-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.navigation ul {
    float: left;
}

.navigation li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}

.navigation a {
    height: 38px;
    padding: 0 10px;
    display: block;
    border: 2px solid transparent;
    border-radius: 5px;
    color: #555555;
    line-height: 34px;
    transition: 0.15s ease border-color;
}

.navigation a:hover,
.navigation li.active a {
    border-color: #555555;
}

.navigation .search {
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.navigation .search .search-input {
    width: 300px;
    height: 38px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Inter", sans-serif;
}

.navigation .search .search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: -1px;
    width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 0;
    border-radius: 5px;
    background: #eb6395;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: 0.15s ease color;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.navigation .search .search-submit:hover {
    color: #000;
}

.thumbs {
    margin: 10px -5px;
    text-align: center;
    letter-spacing: -5px;
}

.thumbs .thumb {
    display: inline-block;
    width: 25%;
    padding: 0 4px 5px 4px;
    letter-spacing: 0;
}

.thumbs .thumb:hover a {
    color: #aaa;
}

.thumbs .thumb .thumb-image {
    position: relative;
    display: block;
}

.thumbs .thumb .thumb-container {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background: #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25);
}

.thumbs .thumb .thumb-image img {
    display: block;
    width: 100%;
}

.thumbs .thumb .thumb-description {
    padding: 10px 5px 5px;
    display: block;
    position: relative;
    top: -5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 0 0 25px 15px;
    color: #ffffff;
    line-height: 16px;
    transition: 0.15s ease background-color;
}

.thumbs .thumb.category .thumb-description {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.thumbs .thumb:hover .thumb-description {
    color: #eb6395;
}

.thumbs .thumb .thumb-info {
    opacity: 0;
    font-size: 13px;
    position: absolute;
    height: 20px;
    bottom: 3px;
    right: 3px;
    padding: 0 5px;
    border-radius: 5px;
    background: rgba(0,0,0,0.5);
    line-height: 22px;
    font-weight: bold;
    color: #fff;
    transition: 0.15s ease opacity;
}

.thumbs .thumb.category .thumb-info {
    bottom: 3px;
    right: 3px;
}

.thumbs .thumb:hover .thumb-info {
    opacity: 1;
}

.thumbs .thumb .thumb-info span {
    display: block;
    text-align: center;
}

.paginator {
    margin: 0 auto;
    text-align: center;
}

.paginator li {
    margin: 0 0 2px;
    display: inline-block;
    vertical-align: top;
}

.paginator li a {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600;
    line-height: 34px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: #303030;
    transition: 0.15s ease border-color;
}

.paginator li a:hover,
.paginator li a.active {
    border-color: #eb6395;
}

.paginator li a i {
    height: 38px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

/* Enhanced Bottom Text and Content Sections for Mature Tube Integration */
.bottom-text {
    padding: 20px 0; /* Tightened from default for better flow */
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

.content-section {
    background: rgba(35, 35, 35, 0.9); /* Darker for contrast on body background */
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    color: #e0e0e0; /* Lighter text for dark theme readability */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); /* Matches thumbs shadows */
    border: 1px solid #555;
}

.content-section:last-of-type {
    margin-bottom: 0;
}

.content-section h1 {
    color: #eb6395;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 20px 0;
    font-weight: 500;
    line-height: 1.2;
}

.content-section h2 {
    color: #eb6395;
    font-size: 1.5rem;
    margin: 30px 0 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #666;
    font-weight: 500;
    line-height: 1.3;
}

.content-section h2:first-of-type {
    margin-top: 0;
}

.content-section p {
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 18px;
    hyphens: auto;
}

.content-section p:last-of-type {
    margin-bottom: 0;
}

.content-section a {
    color: #eb6395;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.content-section a:hover {
    color: #fff;
    text-decoration: none;
}

.content-section strong {
    color: #fff;
    font-weight: 600;
}

.content-section + .content-section {
    margin-top: 0; /* Prevent margin collapse */
}

.list-section {}

.list-section ul {
    -webkit-columns: 5;
    columns: 5;
}

.list-section ul.categories {
    -webkit-columns: 1;
    columns: 1;
}

.list-section ul li {
    padding: 5px 5px 5px 0;
}

.list-section ul.categories li {
    display: block;
    float: left;
    width: 25%;
    padding: 5px 20px 5px 0;
}

.list-section ul li a {
    display: table;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    transition: 0.15s ease color;
}

.list-section ul li a span {
    display: table-cell;
    transition: 0.15s ease border-color, 0.15s ease color;
}

.list-section ul li a span:nth-child(1) {
    font-weight: bold;
}

.list-section ul li a span:nth-child(2) {
    width: 100%;
    border-bottom: 1px dotted #ccc;
}

.list-section ul li a span:nth-child(3) {
    color: #999;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    background: #232323;
}

.list-section ul li a:hover span {
    color: #eb6395;
}

.list-section ul li a:hover span:nth-child(3) {
    border-color: #eb6395;
}

.spots-section {
    padding: 10px 0;
}

.spots {
    text-align: center;
}

.spots .spot {
    display: inline-block;
}

.video-wrapper {
    padding: 0 0 10px;
}

.video-container {
    float: left;
    width: calc(100% - 310px);
}

.video-container .video {
    position: relative;
    padding-top: 66%;
}

.video-container .video > img,
.video-container .video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-about {
    margin-top: 5px;
    font-size: 14px;
    line-height: 24px;
}

.video-about a {
    display: inline-block;
    margin-bottom: 2px;
    padding: 0 11px;
    background: #232323;
    border: 1px solid #a09f9d;
    border-radius: 5px;
    color: #a09f9d;
    transition: 0.15s ease border-color;
}

.video-about a:hover {
    border-color: #eb6395;
    color: #eb6395;
}

.video-aside {
    float: left;
    width: 310px;
    padding: 0 0 0 10px;
}

.video-aside .video-aside-block {
    margin-bottom: 10px;
}

.video-aside .video-aside-block img,
.video-aside .video-aside-block iframe {
    display: block;
}

.footer {
    padding: 20px 0;
    border-top: 1px solid #555555;
    background: #232323;
    font-size: 13px;
}

.footer .width-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.footer a {
    color: #eb6395;
    text-decoration: underline;
    cursor: pointer;
}

.footer a:hover {
    text-decoration: none;
}

.footer .footer-copyright {
    text-align: center;
    line-height: 20px;
    color: #555555;
}

.fluid_video_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

@media (max-width: 800px) {
    .fluid_nonLinear_middle {
        zoom: 0.5;
    }
    .close_button {
        zoom: 2;
    }
    .fluid_nonLinear_bottom .close_button {
        zoom: 1;
    }
}

/* Responsive Media Queries */
@media (max-width: 1230px) {
    .spots .spot {
        width: 33.333333%;
    }
    .spots .spot:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1100px) {
    .header .navigation li {
        float: none;
        padding: 0 10px;
        line-height: 40px;
    }
    .header .navigation a {
        height: 40px;
    }
}

@media (max-width: 1000px) {
    .spots .spot {
        width: 50%;
    }
    .spots .spot:nth-child(3) {
        display: none;
    }
    .list-section ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .list-section ul.categories li {
        width: 33.333333%;
    }
    .video-container {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .video-aside {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .video-aside .video-aside-block {
        display: inline-block;
    }
}

@media (max-width: 940px) {
    .thumbs .thumb {
        width: 33.333333%;
    }
}

@media (max-width: 760px) {
    .header .search {
        left: 10px;
        width: calc(100% + 20px);
        height: 50px;
        padding: 0 10px 10px;
    }
    .header .search .search-input {
        width: 100%;
    }
    .header .search .search-submit {
        top: 0;
        right: 10px;
    }
    .header .menu-switcher-container {
        float: right;
        z-index: 11;
        position: relative;
    }
    .menu-opened .header .menu-switcher-container .menu-switcher {
        border-bottom: 1px solid #fff;
    }
    .navigation .width-wrap ul {
        float: none;
        text-align: center;
    }
    .navigation .search {
        float: none;
        margin-top: 10px;
    }
    .navigation .search .search-input {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .list-section ul.categories li {
        width: 50%;
    }

    /* Mobile Enhancements for Content Sections */
    .bottom-text {
        padding: 15px 0;
        font-size: 15px;
    }
    
    .content-section {
        padding: 18px;
        margin-bottom: 20px;
        border-radius: 6px;
    }
    
    .content-section h1 {
        font-size: 1.75rem;
        margin-bottom: 15px;
    }
    
    .content-section h2 {
        font-size: 1.25rem;
        margin: 25px 0 12px 0;
    }
    
    .content-section p {
        text-align: left; /* Left-align on mobile for better readability */
        margin-bottom: 15px;
        font-size: 15px;
    }
}

@media (max-width: 670px) {
    .spots .spot {
        width: 100%;
    }
    .spots .spot:nth-child(2) {
        display: none;
    }
    .video-aside .video-aside-block:nth-child(2) {
        display: none;
    }
}

@media (max-width: 630px) {
    .thumbs .thumb {
        width: 50%;
        padding-bottom: 5px;
    }
}

@media (max-width: 560px) {
    .width-wrap {
        padding: 0 5px;
    }
    .navigation {
        padding: 5px 0;
    }
    .navigation .search {
        margin-top: 5px;
    }
    .navigation a {
        height: 34px;
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
    }
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .list-section ul.categories li {
        width: 100%;
    }
    .footer {
        padding: 10px 0;
    }
    .footer .footer-text {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .footer-copyright {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }

    /* Extra Small Screen Tweaks */
    .content-section {
        padding: 15px;
    }
    
    .content-section h1 {
        font-size: 1.5rem;
    }
    
    .content-section h2 {
        font-size: 1.125rem;
    }
}

@media (max-width: 340px) {
    .spots .spot {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
}

@media (max-width: 310px) {
    .thumbs .thumb {
        width: 100%;
    }
}
