.wpp-no-data {
} .wpp-list {
} .wpp-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.wpp-list li:last-of-type {
margin-bottom: 0;
} .wpp-list li.current {
} .wpp-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
.wpp_def_no_src {
object-fit: contain;
} .wpp-post-title {
} .wpp-excerpt {
} .wpp-meta, .post-stats {
display: block;
font-size: 0.8em;
} .wpp-comments {
} .wpp-views {
} .wpp-author {
} .wpp-date {
} .wpp-category {
} .wpp-rating {
}* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1.6;
color: #333;
background-color: #f8f9fa;
overflow-x: hidden;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
width: 100%;
} .content-grid {
display: grid;
grid-template-columns: 1fr 300px;
gap: 30px;
margin: 40px 0;
} .site-header {
background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
position: relative;
z-index: 1000;
box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.header-top {
padding: 15px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-row {
display: flex;
align-items: center;
justify-content: center; } .logo-area {
text-align: center;
}
.site-branding .site-title {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: 700;
margin: 0;
line-height: 1.2;
}
.site-branding .site-title a {
color: #fff;
text-decoration: none;
background: linear-gradient(135deg, #ffd700, #ffa500);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.site-branding .site-description {
color: rgba(255,255,255,0.7);
font-size: 13px;
margin-top: 5px;
} .header-search-bar {
background: rgba(0,0,0,0.2);
padding: 15px 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.global-search-form {
display: flex;
max-width: 600px;
margin: 0 auto;
position: relative;
}
.search-input {
flex: 1;
padding: 15px 20px;
border: none;
border-radius: 40px 0 0 40px;
font-size: 16px;
background: rgba(255,255,255,0.15);
color: #fff;
border: 2px solid transparent;
transition: all 0.3s ease;
}
.search-input::placeholder {
color: rgba(255,255,255,0.7);
}
.search-input:focus {
outline: none;
border-color: #ffd700;
background: rgba(255,255,255,0.2);
}
.search-button {
padding: 0 30px;
background: linear-gradient(135deg, #ffd700, #ffa500);
border: none;
border-radius: 0 40px 40px 0;
color: #1e3c72;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
}
.search-button:hover {
background: linear-gradient(135deg, #ffa500, #ffd700);
transform: translateX(-2px);
}
.search-text {
display: inline-block;
} .main-navigation {
background: rgba(0,0,0,0.3);
padding: 10px 0;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
flex-wrap: wrap; }
.main-navigation ul li {
position: relative;
margin: 5px 0; }
.main-navigation ul li a {
color: #fff;
text-decoration: none;
padding: 12px 20px;
display: block;
font-weight: 600;
font-size: 15px;
transition: all 0.3s ease;
border-bottom: 3px solid transparent;
white-space: nowrap; }
.main-navigation ul li a:hover {
background: rgba(255,215,0,0.1);
border-bottom-color: #ffd700;
} .main-navigation ul ul {
position: absolute;
top: 100%;
left: 0;
background: #2a5298;
min-width: 220px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
border-radius: 0 0 10px 10px;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
flex-direction: column;
z-index: 999;
justify-content: flex-start;
}
.main-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
}
.main-navigation ul ul li {
width: 100%;
margin: 0;
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.main-navigation ul ul li:last-child {
border-bottom: none;
}
.main-navigation ul ul li a {
padding: 12px 20px;
border-bottom: none;
white-space: normal; }
.main-navigation ul ul li a:hover {
background: rgba(255,215,0,0.2);
} @media (max-width: 768px) {
.header-row {
justify-content: center;
}
.site-branding .site-title {
font-size: 24px;
} .global-search-form {
flex-direction: column;
gap: 10px;
}
.search-input {
border-radius: 30px;
padding: 12px 20px;
}
.search-button {
border-radius: 30px;
padding: 12px;
justify-content: center;
}
.search-text {
display: inline-block;
} .main-navigation ul {
display: flex !important; flex-direction: row !important; flex-wrap: wrap; justify-content: center; align-items: center;
gap: 5px; padding: 10px 0;
}
.main-navigation ul li {
width: auto; margin: 0;
display: inline-block;
}
.main-navigation ul li a {
padding: 8px 12px; font-size: 14px; border-bottom: none; background: rgba(255,255,255,0.1); border-radius: 20px; margin: 2px;
white-space: nowrap; }
.main-navigation ul li a:hover {
background: #ffd700;
color: #1e3c72;
} .main-navigation ul ul {
position: absolute; opacity: 0;
visibility: hidden;
background: #2a5298;
min-width: 200px;
}
.main-navigation ul li:hover > ul {
opacity: 1;
visibility: visible;
}
.main-navigation ul ul li {
width: 100%;
}
.main-navigation ul ul li a {
border-radius: 0;
background: transparent;
white-space: nowrap;
}
} @media (max-width: 480px) {
.site-branding .site-title {
font-size: 20px;
}
.main-navigation ul li a {
padding: 6px 10px;
font-size: 13px;
}
} .posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 25px;
}
.post-card {
background: #fff;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
opacity: 0;
animation: fadeInUp 0.6s ease forwards;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.post-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}
.post-thumbnail {
position: relative;
overflow: hidden;
padding-top: 56.25%;
}
.post-thumbnail img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.post-card:hover .post-thumbnail img {
transform: scale(1.05);
}
.post-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(30, 60, 114, 0.5);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.post-card:hover .post-overlay {
opacity: 1;
}
.post-overlay i {
color: #ffd700;
font-size: 50px;
transform: scale(0.8);
transition: transform 0.3s ease;
}
.post-card:hover .post-overlay i {
transform: scale(1);
}
.post-content {
padding: 20px;
}
.post-cats {
margin-bottom: 10px;
}
.post-cats a {
color: #ffd700;
text-decoration: none;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.post-title {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
margin: 0 0 10px;
line-height: 1.4;
}
.post-title a {
color: #1e3c72;
text-decoration: none;
transition: color 0.3s ease;
}
.post-title a:hover {
color: #ffd700;
}
.post-meta {
display: flex;
gap: 15px;
font-size: 13px;
color: #777;
margin-bottom: 15px;
flex-wrap: wrap;
}
.post-meta span {
display: flex;
align-items: center;
gap: 5px;
}
.post-meta i {
color: #ffd700;
}
.post-excerpt {
color: #555;
margin-bottom: 15px;
line-height: 1.6;
}
.read-more {
display: inline-flex;
align-items: center;
gap: 8px;
color: #1e3c72;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.read-more:hover {
color: #ffd700;
gap: 12px;
}
.read-more-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #1e3c72;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
}
.read-more-link:hover {
color: #ffd700;
gap: 12px;
} @media (max-width: 768px) { .posts-grid {
grid-template-columns: 1fr !important;
gap: 15px;
} .post-card {
display: flex;
flex-direction: row;
align-items: center;
gap: 15px;
padding: 12px;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
} .post-card .post-thumbnail {
width: 80px;
height: 80px;
min-width: 80px;
padding-top: 0;
border-radius: 8px;
margin: 0;
}
.post-card .post-thumbnail img {
position: static;
width: 100%;
height: 100%;
object-fit: cover;
} .post-card .post-overlay,
.post-card .post-cats,
.post-card .post-excerpt,
.post-card .read-more,
.post-card .read-more-link {
display: none;
} .post-card .post-content {
flex: 1;
padding: 0;
} .post-card .post-title {
font-size: 15px;
margin: 0 0 5px;
line-height: 1.4;
} .post-card .post-meta {
margin: 0;
}
.post-card .meta-item:not(.meta-item:nth-child(2)) {
display: none;
}
.post-card .meta-item:nth-child(2) {
display: flex;
font-size: 12px;
color: #777;
gap: 5px;
}
.post-card .meta-item i {
color: #ffd700;
font-size: 11px;
} .post-card:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
padding-bottom: 15px;
}
}
@media (max-width: 480px) {
.post-card .post-thumbnail {
width: 70px;
height: 70px;
min-width: 70px;
}
.post-card .post-title {
font-size: 14px;
}
} .seo-content-section {
background: #f9f9f9;
padding: 40px 0;
margin: 30px 0 0;
border-top: 1px solid #eee;
}
.seo-content-wrapper {
max-width: 900px;
margin: 0 auto;
color: #444;
}
.seo-content-wrapper h2 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
color: #1e3c72;
margin-bottom: 20px;
border-bottom: 3px solid #ffd700;
padding-bottom: 10px;
}
.seo-content-wrapper h3 {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
color: #2a5298;
margin: 25px 0 15px;
}
.seo-content-wrapper p {
line-height: 1.8;
margin-bottom: 15px;
font-size: 16px;
}
.seo-artist-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 10px;
margin: 20px 0;
list-style: none;
padding: 0;
}
.seo-artist-list li {
background: #fff;
padding: 10px 15px;
border-radius: 8px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
border-left: 3px solid #ffd700;
}
.seo-artist-list li strong {
color: #1e3c72;
}
.seo-keyword-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 30px 0 20px;
}
.seo-keyword-tags span {
background: #e9ecef;
padding: 5px 12px;
border-radius: 20px;
font-size: 13px;
color: #495057;
}
.seo-disclaimer {
font-size: 13px !important;
color: #777 !important;
border-top: 1px solid #ddd;
padding-top: 20px;
margin-top: 30px;
} @media (max-width: 768px) {
.seo-content-wrapper h2 {
font-size: 24px;
}
.seo-content-wrapper h3 {
font-size: 20px;
}
.seo-content-wrapper p {
font-size: 15px;
line-height: 1.7;
}
.seo-artist-list {
grid-template-columns: 1fr;
}
.seo-artist-list li {
padding: 8px 12px;
}
.seo-keyword-tags {
gap: 8px;
}
.seo-keyword-tags span {
font-size: 12px;
padding: 4px 10px;
}
} .sidebar-area {
position: sticky;
top: 20px;
align-self: start;
}
.widget {
background: #fff;
border-radius: 15px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.widget-title {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
margin: 0 0 20px;
padding-bottom: 10px;
border-bottom: 3px solid #ffd700;
color: #1e3c72;
}
.widget-search .search-form {
display: flex;
position: relative;
}
.widget-search .search-field {
width: 100%;
padding: 12px 45px 12px 15px;
border: 2px solid #eee;
border-radius: 25px;
font-size: 14px;
transition: border-color 0.3s ease;
}
.widget-search .search-field:focus {
outline: none;
border-color: #ffd700;
}
.widget-search .search-submit {
position: absolute;
right: 5px;
top: 5px;
bottom: 5px;
width: 40px;
background: none;
border: none;
color: #777;
cursor: pointer;
font-size: 16px;
transition: color 0.3s ease;
}
.widget-search .search-submit:hover {
color: #ffd700;
} .recent-posts-list {
list-style: none;
}
.recent-post-item {
display: flex;
gap: 15px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.recent-post-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.recent-post-thumb {
width: 80px;
height: 80px;
flex-shrink: 0;
border-radius: 10px;
overflow: hidden;
}
.recent-post-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
.recent-post-info h4 {
font-size: 15px;
margin: 0 0 5px;
}
.recent-post-info h4 a {
color: #1e3c72;
text-decoration: none;
transition: color 0.3s ease;
}
.recent-post-info h4 a:hover {
color: #ffd700;
}
.recent-post-date {
font-size: 12px;
color: #777;
display: flex;
align-items: center;
gap: 5px;
}
.recent-post-date i {
color: #ffd700;
} .tag-cloud {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tag-cloud a {
display: inline-block;
padding: 6px 12px;
background: #f0f0f0;
color: #555;
text-decoration: none;
border-radius: 20px;
font-size: 13px !important;
transition: all 0.3s ease;
}
.tag-cloud a:hover {
background: #ffd700;
color: #1e3c72;
transform: translateY(-2px);
} .single-post {
background: #fff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.single-post-header {
margin-bottom: 30px;
}
.single-post-title {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #1e3c72;
margin: 0 0 15px;
line-height: 1.3;
}
.single-post-meta {
display: flex;
gap: 20px;
color: #777;
font-size: 14px;
flex-wrap: wrap;
}
.single-post-meta span {
display: flex;
align-items: center;
gap: 8px;
}
.single-post-meta i {
color: #ffd700;
}
.single-post-thumbnail {
margin-bottom: 30px;
border-radius: 15px;
overflow: hidden;
}
.single-post-thumbnail img {
width: 100%;
height: auto;
display: block;
}
.single-post-content {
font-size: 18px;
line-height: 1.8;
color: #333;
}
.single-post-content h2 {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
margin: 30px 0 20px;
color: #1e3c72;
}
.single-post-content h3 {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
margin: 25px 0 15px;
color: #1e3c72;
}
.single-post-content p {
margin-bottom: 20px;
}
.single-post-content img {
max-width: 100%;
height: auto;
border-radius: 10px;
}
.single-post-footer {
margin-top: 40px;
}
.post-tags {
margin: 30px 0;
padding: 20px 0;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.post-tags i {
color: #ffd700;
margin-right: 10px;
}
.post-tags a {
color: #555;
text-decoration: none;
padding: 5px 10px;
background: #f5f5f5;
border-radius: 5px;
margin: 0 5px 5px 0;
display: inline-block;
font-size: 14px;
transition: all 0.3s ease;
}
.post-tags a:hover {
background: #ffd700;
color: #1e3c72;
} .share-buttons {
display: flex;
align-items: center;
gap: 15px;
margin-top: 20px;
flex-wrap: wrap;
}
.share-buttons span {
font-weight: 600;
color: #1e3c72;
}
.share-buttons a {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-decoration: none;
transition: all 0.3s ease;
}
.share-facebook { background: #3b5998; }
.share-twitter { background: #1da1f2; }
.share-whatsapp { background: #25d366; }
.share-buttons a:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
} .related-posts-section {
margin: 40px 0;
padding: 30px 0;
border-top: 2px solid #f0f0f0;
border-bottom: 2px solid #f0f0f0;
}
.related-posts-title {
font-family: 'Montserrat', sans-serif;
font-size: 24px;
color: #1e3c72;
margin-bottom: 25px;
position: relative;
padding-bottom: 10px;
}
.related-posts-title:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 60px;
height: 3px;
background: #ffd700;
}
.related-posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.related-post-item {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.08);
transition: transform 0.3s ease;
display: flex;
flex-direction: column;
}
.related-post-item:hover {
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.related-post-thumbnail {
width: 100%;
height: 120px;
overflow: hidden;
}
.related-post-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.related-post-item:hover .related-post-thumbnail img {
transform: scale(1.05);
}
.related-post-content {
padding: 15px;
}
.related-post-title {
font-size: 16px;
margin: 0 0 8px;
line-height: 1.4;
font-weight: 600;
}
.related-post-title a {
color: #1e3c72;
text-decoration: none;
transition: color 0.3s ease;
}
.related-post-title a:hover {
color: #ffd700;
}
.related-post-date {
font-size: 12px;
color: #777;
display: flex;
align-items: center;
gap: 5px;
}
.related-post-date i {
color: #ffd700;
font-size: 11px;
} @media (max-width: 768px) {
.related-posts-grid {
grid-template-columns: 1fr; gap: 15px;
}
.related-post-item {
flex-direction: row; align-items: center;
gap: 15px;
padding: 10px;
}
.related-post-thumbnail {
width: 80px;
height: 80px;
flex-shrink: 0;
border-radius: 8px;
}
.related-post-content {
padding: 0;
flex: 1;
}
.related-post-title {
font-size: 15px;
margin-bottom: 5px;
}
.related-post-date {
font-size: 12px;
}
} @media (max-width: 480px) {
.related-post-thumbnail {
width: 70px;
height: 70px;
}
.related-post-title {
font-size: 14px;
}
} .share-telegram {
background: #0088cc;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
text-decoration: none;
transition: all 0.3s ease;
}
.share-telegram:hover {
background: #0077b5;
transform: translateY(-3px);
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
} .comments-wrapper {
background: #fff;
border-radius: 15px;
padding: 40px;
margin-top: 40px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.comment-list {
list-style: none;
margin-bottom: 30px;
}
.comment {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
.comment-meta {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 10px;
flex-wrap: wrap;
}
.comment-author img {
border-radius: 50%;
}
.comment-content {
margin-left: 60px;
}
.reply {
margin-left: 60px;
margin-top: 10px;
}
.reply a {
color: #ffd700;
text-decoration: none;
font-weight: 600;
}
.comment-respond {
margin-top: 30px;
}
.comment-form input,
.comment-form textarea {
width: 100%;
padding: 12px 15px;
border: 2px solid #eee;
border-radius: 8px;
margin-bottom: 15px;
font-size: 15px;
transition: border-color 0.3s ease;
}
.comment-form input:focus,
.comment-form textarea:focus {
outline: none;
border-color: #ffd700;
}
.comment-form .submit {
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: #fff;
border: none;
padding: 12px 30px;
cursor: pointer;
font-weight: 600;
border-radius: 25px;
transition: all 0.3s ease;
}
.comment-form .submit:hover {
background: linear-gradient(135deg, #ffd700, #ffa500);
color: #1e3c72;
transform: translateY(-2px);
} .post-navigation {
display: flex;
justify-content: space-between;
margin-top: 40px;
padding-top: 20px;
border-top: 1px solid #eee;
}
.post-navigation a {
color: #1e3c72;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
display: flex;
align-items: center;
gap: 10px;
max-width: 45%;
}
.post-navigation a:hover {
color: #ffd700;
} .pagination {
margin: 40px 0;
text-align: center;
}
.pagination .nav-links {
display: flex;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
}
.pagination .page-numbers {
display: flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 10px;
border: 2px solid #eee;
border-radius: 8px;
color: #555;
text-decoration: none;
transition: all 0.3s ease;
font-weight: 600;
}
.pagination .page-numbers.current {
background: #ffd700;
color: #1e3c72;
border-color: #ffd700;
}
.pagination .page-numbers:hover {
background: #1e3c72;
color: #fff;
border-color: #1e3c72;
} .archive-header {
background: #fff;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.archive-title {
color: #1e3c72;
font-size: 32px;
margin-bottom: 10px;
}
.archive-description {
color: #666;
font-size: 16px;
} .search-header {
background: #fff;
padding: 30px;
border-radius: 15px;
margin-bottom: 30px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.search-title {
color: #1e3c72;
font-size: 28px;
margin-bottom: 10px;
}
.search-title span {
color: #ffd700;
}
.no-results {
text-align: center;
padding: 50px;
background: #fff;
border-radius: 15px;
}
.search-again {
max-width: 400px;
margin: 30px auto 0;
} .page-content {
background: #fff;
border-radius: 15px;
padding: 40px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.page-header {
margin-bottom: 30px;
}
.page-title {
font-family: 'Montserrat', sans-serif;
font-size: 36px;
color: #1e3c72;
margin: 0;
}
.page-thumbnail {
margin-bottom: 30px;
border-radius: 15px;
overflow: hidden;
}
.page-body {
font-size: 18px;
line-height: 1.8;
}
.page-comments {
margin-top: 40px;
} .error-404-wrapper {
min-height: 60vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 60px 20px;
}
.error-404-title {
font-size: 120px;
font-weight: 700;
color: #1e3c72;
line-height: 1;
margin: 0 0 20px;
text-shadow: 5px 5px 0 rgba(255,215,0,0.3);
}
.error-404-content h2 {
font-size: 32px;
color: #333;
margin-bottom: 15px;
}
.error-404-content p {
font-size: 18px;
color: #666;
margin-bottom: 30px;
}
.error-404-search {
max-width: 400px;
margin: 0 auto 30px;
}
.error-404-actions {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: wrap;
}
.home-button,
.blog-button {
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 10px;
transition: all 0.3s ease;
}
.home-button {
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: #fff;
}
.blog-button {
background: #ffd700;
color: #1e3c72;
}
.home-button:hover,
.blog-button:hover {
transform: translateY(-3px);
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
} .site-footer {
background: #1e3c72;
color: #fff;
padding: 60px 0 20px;
margin-top: 60px;
}
.footer-widgets-area {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-bottom: 40px;
}
.footer-widget {
color: rgba(255,255,255,0.8);
}
.footer-widget-title {
font-family: 'Montserrat', sans-serif;
font-size: 18px;
margin: 0 0 20px;
padding-bottom: 10px;
border-bottom: 2px solid #ffd700;
color: #fff;
}
.footer-widget ul {
list-style: none;
}
.footer-widget ul li {
margin-bottom: 10px;
}
.footer-widget ul li a {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-widget ul li a:hover {
color: #ffd700;
}
.footer-bottom {
text-align: center;
padding-top: 40px;
border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-menu-list {
list-style: none;
display: flex;
justify-content: center;
gap: 20px;
margin-bottom: 25px;
flex-wrap: wrap;
}
.footer-menu-list a {
color: rgba(255,255,255,0.8);
text-decoration: none;
transition: color 0.3s ease;
font-size: 14px;
}
.footer-menu-list a:hover {
color: #ffd700;
}
.footer-social {
display: flex;
justify-content: center;
gap: 15px;
margin-bottom: 25px;
}
.footer-social a {
width: 45px;
height: 45px;
background: rgba(255,255,255,0.1);
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
transition: all 0.3s ease;
text-decoration: none;
}
.footer-social a:hover {
background: #ffd700;
color: #1e3c72;
transform: translateY(-3px);
}
.copyright p {
color: rgba(255,255,255,0.6);
font-size: 14px;
} .back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #ffd700, #ffa500);
color: #1e3c72;
border: none;
border-radius: 50%;
cursor: pointer;
font-size: 20px;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 999;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.back-to-top.show {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(255,215,0,0.4);
} .reading-progress {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: rgba(0,0,0,0.1);
z-index: 9999;
}
.reading-progress span {
display: block;
height: 100%;
background: linear-gradient(135deg, #ffd700, #ffa500);
width: 0;
transition: width 0.1s ease;
} .header-hidden {
transform: translateY(-100%);
transition: transform 0.3s ease;
} .error {
border-color: #ff0000 !important;
} .touch-device a {
-webkit-tap-highlight-color: rgba(255, 215, 0, 0.3);
} .about-page {
max-width: 1000px;
margin: 0 auto;
}
.about-hero {
text-align: center;
margin-bottom: 40px;
padding: 40px 20px;
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: white;
border-radius: 15px;
}
.about-hero h1 {
font-size: 42px;
margin-bottom: 15px;
}
.about-hero .subtitle {
font-size: 20px;
opacity: 0.9;
}
.about-section {
margin-bottom: 40px;
padding: 30px;
background: #fff;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.about-section h2 {
color: #1e3c72;
margin-bottom: 20px;
font-size: 28px;
border-bottom: 3px solid #ffd700;
padding-bottom: 10px;
}
.features-grid, .values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 20px;
}
.feature-item, .value-item {
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
text-align: center;
}
.feature-item i {
font-size: 40px;
color: #ffd700;
margin-bottom: 15px;
}
.feature-item h3, .value-item h3 {
color: #1e3c72;
margin-bottom: 10px;
}
.benefits-list {
list-style: none;
padding: 0;
}
.benefits-list li {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.contact-info-box {
background: linear-gradient(135deg, #ffd700, #ffa500);
padding: 30px;
border-radius: 10px;
text-align: center;
margin-top: 20px;
}
.contact-info-box a {
color: #1e3c72;
text-decoration: none;
font-weight: bold;
}
.contact-info-box a:hover {
text-decoration: underline;
} .contact-page {
max-width: 1200px;
margin: 0 auto;
}
.contact-header {
text-align: center;
margin-bottom: 40px;
padding: 40px 20px;
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: white;
border-radius: 15px;
}
.contact-header h1 {
font-size: 38px;
margin-bottom: 15px;
}
.contact-header p {
font-size: 18px;
opacity: 0.9;
max-width: 600px;
margin: 0 auto;
}
.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
margin-bottom: 50px;
}
.contact-info, .contact-form-container {
background: #fff;
padding: 30px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.contact-info h2, .contact-form-container h2 {
color: #1e3c72;
margin-bottom: 25px;
font-size: 26px;
border-bottom: 3px solid #ffd700;
padding-bottom: 10px;
}
.info-item {
display: flex;
align-items: flex-start;
gap: 15px;
margin-bottom: 25px;
}
.info-item i {
font-size: 28px;
color: #ffd700;
min-width: 40px;
}
.info-item h3 {
color: #1e3c72;
margin-bottom: 5px;
font-size: 18px;
}
.info-item p {
color: #666;
line-height: 1.5;
}
.info-item a {
color: #2a5298;
text-decoration: none;
font-size: 18px;
font-weight: 600;
}
.info-item a:hover {
color: #ffd700;
}
.info-note {
font-size: 13px;
color: #999 !important;
margin-top: 5px;
}
.social-connect {
margin-top: 30px;
text-align: center;
}
.social-connect h3 {
color: #1e3c72;
margin-bottom: 15px;
}
.social-icons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.social-icon {
width: 45px;
height: 45px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 20px;
transition: all 0.3s ease;
}
.social-icon:hover {
transform: translateY(-3px);
}
.facebook { background: #3b5998; }
.twitter { background: #1da1f2; }
.instagram { background: #e4405f; }
.youtube { background: #ff0000; }
.tiktok { background: #000000; } .form-group {
margin-bottom: 20px;
}
.form-group label {
display: block;
margin-bottom: 8px;
color: #333;
font-weight: 600;
}
.form-group input,
.form-group select,
.form-group textarea {
width: 100%;
padding: 12px 15px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 15px;
transition: border-color 0.3s ease;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
outline: none;
border-color: #ffd700;
}
.submit-btn {
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: white;
border: none;
padding: 15px 30px;
border-radius: 30px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
width: 100%;
}
.submit-btn:hover {
background: linear-gradient(135deg, #ffd700, #ffa500);
color: #1e3c72;
transform: translateY(-2px);
}
.submit-btn i {
margin-left: 8px;
} .faq-section {
background: #fff;
padding: 40px;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.faq-section h2 {
color: #1e3c72;
margin-bottom: 30px;
font-size: 28px;
text-align: center;
}
.faq-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 25px;
}
.faq-item {
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
}
.faq-item h3 {
color: #1e3c72;
margin-bottom: 10px;
font-size: 18px;
}
.faq-item p {
color: #666;
line-height: 1.6;
} .legal-page {
max-width: 900px;
margin: 0 auto;
background: #fff;
border-radius: 15px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
overflow: hidden;
}
.legal-header {
background: linear-gradient(135deg, #1e3c72, #2a5298);
color: white;
padding: 40px;
text-align: center;
}
.legal-header h1 {
font-size: 38px;
margin-bottom: 10px;
}
.legal-header p {
opacity: 0.9;
font-size: 16px;
}
.legal-content {
padding: 40px;
}
.intro {
font-size: 18px;
line-height: 1.8;
margin-bottom: 30px;
padding: 20px;
background: #f8f9fa;
border-radius: 10px;
border-left: 4px solid #ffd700;
}
.legal-section {
margin-bottom: 40px;
}
.legal-section h2 {
color: #1e3c72;
font-size: 26px;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 2px solid #ffd700;
}
.legal-section h3 {
color: #2a5298;
font-size: 20px;
margin: 20px 0 10px;
}
.legal-section p {
color: #444;
line-height: 1.8;
margin-bottom: 15px;
}
.legal-section ul, .legal-section ol {
margin: 15px 0 15px 20px;
}
.legal-section ul li, .legal-section ol li {
color: #555;
line-height: 1.8;
margin-bottom: 8px;
}
.notice-box, .note-box {
background: #f8f9fa;
padding: 25px;
border-radius: 10px;
margin: 20px 0;
border-left: 4px solid #ffd700;
}
.notice-box h3 {
color: #1e3c72;
margin-bottom: 15px;
}
.note-box {
background: #fff3cd;
border-left-color: #856404;
}
.note-box p {
color: #856404;
}
.contact-box, .contact-details {
background: #f0f7ff;
padding: 25px;
border-radius: 10px;
margin-top: 15px;
}
.contact-box p, .contact-details p {
margin-bottom: 10px;
}
.contact-box a, .contact-details a {
color: #1e3c72;
text-decoration: none;
font-weight: 600;
}
.contact-box a:hover, .contact-details a:hover {
color: #ffd700;
}
.contact-details {
background: #1e3c72;
color: white;
}
.contact-details a {
color: #ffd700;
}  @media (max-width: 1200px) {
.container {
max-width: 960px;
}
} @media (max-width: 992px) {
.container {
max-width: 720px;
}
.content-grid {
grid-template-columns: 1fr;
}
.sidebar-area {
display: none; }
.desktop-nav {
display: none;
}
.mobile-menu-toggle {
display: flex;
}
.search-text {
display: none;
}
.search-button {
padding: 0 20px;
}
.search-button i {
font-size: 18px;
}
.contact-grid {
grid-template-columns: 1fr;
}
.faq-grid {
grid-template-columns: 1fr;
}
} @media (max-width: 768px) {
.container {
max-width: 540px;
}
.header-top {
padding: 10px 0;
}
.site-branding .site-title {
font-size: 22px;
}
.site-branding .site-description {
font-size: 11px;
}
.global-search-form {
flex-direction: column;
gap: 10px;
}
.search-input {
border-radius: 30px;
padding: 12px 20px;
}
.search-button {
border-radius: 30px;
padding: 12px;
justify-content: center;
}
.posts-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.single-post {
padding: 20px;
}
.single-post-title {
font-size: 28px;
}
.single-post-meta {
flex-direction: column;
gap: 10px;
}
.post-navigation {
flex-direction: column;
gap: 15px;
}
.post-navigation a {
max-width: 100%;
}
.footer-widgets-area {
grid-template-columns: 1fr;
}
.footer-menu-list {
flex-direction: column;
gap: 10px;
}
.about-hero h1 {
font-size: 32px;
}
.features-grid {
grid-template-columns: 1fr;
}
.contact-header h1 {
font-size: 28px;
}
.legal-header h1 {
font-size: 28px;
}
.legal-content {
padding: 20px;
}
.error-404-title {
font-size: 80px;
}
.error-404-content h2 {
font-size: 24px;
}
.error-404-actions {
flex-direction: column;
}
} @media (max-width: 576px) {
.container {
padding: 0 15px;
}
.header-actions {
gap: 10px;
}
.search-toggle {
width: 35px;
height: 35px;
font-size: 16px;
}
.mobile-navigation {
width: 85%;
right: -85%;
}
.post-card {
margin-bottom: 15px;
}
.post-content {
padding: 15px;
}
.post-title {
font-size: 18px;
}
.post-meta {
flex-direction: column;
gap: 5px;
}
.single-post-title {
font-size: 24px;
}
.single-post-content {
font-size: 16px;
}
.single-post-content h2 {
font-size: 22px;
}
.single-post-content h3 {
font-size: 20px;
}
.share-buttons {
justify-content: center;
}
.comments-wrapper {
padding: 20px;
}
.comment-meta {
flex-direction: column;
align-items: flex-start;
}
.comment-content {
margin-left: 0;
}
.reply {
margin-left: 0;
}
.page-content {
padding: 20px;
}
.page-title {
font-size: 28px;
}
.back-to-top {
bottom: 20px;
right: 20px;
width: 45px;
height: 45px;
font-size: 18px;
}
} @media (max-width: 375px) {
.site-branding .site-title {
font-size: 18px;
}
.logo-area img {
max-width: 150px;
height: auto;
}
.post-thumbnail {
padding-top: 65%;
}
.post-cats a {
font-size: 11px;
}
.read-more {
font-size: 14px;
}
.error-404-title {
font-size: 60px;
}
} @media (max-height: 500px) and (orientation: landscape) {
.mobile-navigation {
padding: 15px;
}
.mobile-navigation ul li a {
padding: 8px 12px;
}
.mobile-social {
margin-top: 15px;
}
} @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.post-thumbnail img {
image-rendering: -webkit-optimize-contrast;
}
} @media print {
.site-header,
.site-footer,
.sidebar-area,
.comments-wrapper,
.back-to-top,
.share-buttons,
.post-navigation,
.reading-progress {
display: none !important;
}
.content-grid {
display: block;
}
.post-card {
break-inside: avoid;
box-shadow: none;
border: 1px solid #ddd;
}
} .archive-seo-content {
margin-top: 50px;
padding-top: 30px;
border-top: 3px solid #f0f0f0;
}
.seo-category-content {
background: #f9f9f9;
padding: 30px;
border-radius: 15px;
box-shadow: 0 3px 15px rgba(0,0,0,0.03);
}
.seo-category-content h2 {
font-family: 'Montserrat', sans-serif;
font-size: 26px;
color: #1e3c72;
margin-bottom: 20px;
border-bottom: 3px solid #ffd700;
padding-bottom: 10px;
}
.seo-category-content h3 {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #2a5298;
margin: 25px 0 15px;
}
.seo-category-content p {
line-height: 1.8;
margin-bottom: 15px;
color: #444;
}
.seo-category-content .seo-artist-list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 12px;
margin: 20px 0;
list-style: none;
padding: 0;
}
.seo-category-content .seo-artist-list li {
background: #fff;
padding: 12px 15px;
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
border-left: 3px solid #ffd700;
}
.seo-category-content .seo-artist-list li strong {
color: #1e3c72;
}
.seo-category-content .seo-keyword-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 25px 0 10px;
}
.seo-category-content .seo-keyword-tags span {
background: #e9ecef;
padding: 6px 15px;
border-radius: 25px;
font-size: 13px;
color: #495057;
border: 1px solid #dee2e6;
} .archive-page-number {
font-size: 18px;
color: #ffd700;
font-weight: normal;
}
.archive-title {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 10px;
} @media (max-width: 768px) {
.seo-category-content {
padding: 20px;
}
.seo-category-content h2 {
font-size: 22px;
}
.seo-category-content h3 {
font-size: 18px;
}
.seo-category-content .seo-artist-list {
grid-template-columns: 1fr;
}
.seo-category-content .seo-keyword-tags span {
font-size: 12px;
padding: 5px 12px;
}
} .single-post-content h1,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,
.single-post-content h5,
.single-post-content h6,
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.archive-seo-content h1,
.archive-seo-content h2,
.archive-seo-content h3,
.archive-seo-content h4,
.archive-seo-content h5,
.archive-seo-content h6,
.seo-content-section h1,
.seo-content-section h2,
.seo-content-section h3,
.seo-content-section h4,
.seo-content-section h5,
.seo-content-section h6,
.seo-category-content h1,
.seo-category-content h2,
.seo-category-content h3,
.seo-category-content h4,
.seo-category-content h5,
.seo-category-content h6 {
margin-top: 1.5em;
margin-bottom: 0.8em;
} .single-post-content h1:first-child,
.single-post-content h2:first-child,
.single-post-content h3:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.archive-seo-content h1:first-child,
.archive-seo-content h2:first-child,
.archive-seo-content h3:first-child,
.seo-content-section h1:first-child,
.seo-content-section h2:first-child,
.seo-content-section h3:first-child,
.seo-category-content h1:first-child,
.seo-category-content h2:first-child,
.seo-category-content h3:first-child {
margin-top: 0;
} @media (max-width: 768px) {  .main-navigation ul {
display: flex !important;
flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important;
align-items: center !important;
gap: 5px !important;
padding: 10px 0 !important;
margin: 0 !important;
list-style: none !important;
}
.main-navigation ul li {
display: inline-block !important;
width: auto !important; margin: 0 !important;
float: none !important;
}
.main-navigation ul li a {
display: inline-block !important;
padding: 8px 12px !important;
font-size: 14px !important;
background: rgba(255,255,255,0.1) !important;
border-radius: 20px !important;
border-bottom: none !important;
white-space: nowrap !important; margin: 2px !important;
line-height: 1.2 !important;
}
.main-navigation ul li a:hover {
background: #ffd700 !important;
color: #1e3c72 !important;
} .main-navigation ul ul {
position: absolute !important; background: #2a5298 !important;
min-width: 200px !important;
display: none !important; }
.main-navigation ul li:hover > ul {
display: block !important; }
.main-navigation ul ul li {
display: block !important; width: 100% !important;
}
.main-navigation ul ul li a {
border-radius: 0 !important;
background: transparent !important;
white-space: normal !important;
padding: 10px 15px !important;
}
} .social-invite {
margin: 40px 0 30px;
padding: 0;
position: relative;
width: 100%;
overflow-x: hidden;
}
.social-invite-wrapper {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
border-radius: 25px;
padding: 30px;
box-shadow: 0 20px 40px rgba(0,0,0,0.2);
position: relative;
overflow: hidden;
border: 1px solid rgba(255,255,255,0.1);
width: 100%;
box-sizing: border-box;
} .social-invite-wrapper::before {
content: "";
position: absolute;
top: -100px;
right: -100px;
width: 300px;
height: 300px;
background: rgba(255, 215, 0, 0.05);
border-radius: 50%;
z-index: 1;
}
.social-invite-wrapper::after {
content: "";
position: absolute;
bottom: -100px;
left: -100px;
width: 350px;
height: 350px;
background: rgba(37, 211, 102, 0.05);
border-radius: 50%;
z-index: 1;
}
.social-header {
text-align: center;
margin-bottom: 25px;
position: relative;
z-index: 2;
}
.social-badge {
background: #ffd700;
color: #1a1a2e;
padding: 6px 15px;
border-radius: 30px;
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
display: inline-block;
margin-bottom: 15px;
}
.social-title {
font-family: 'Montserrat', sans-serif;
font-size: 28px;
font-weight: 700;
color: white;
margin: 0 0 10px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
line-height: 1.3;
}
.social-description {
font-size: 16px;
color: rgba(255,255,255,0.8);
max-width: 500px;
margin: 0 auto;
line-height: 1.6;
}
.social-buttons-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
margin: 25px 0;
position: relative;
z-index: 2;
width: 100%;
}
.social-card {
background: rgba(255,255,255,0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 20px 15px;
text-align: center;
transition: all 0.3s ease;
border: 1px solid rgba(255,255,255,0.15);
display: flex;
flex-direction: column;
width: 100%;
box-sizing: border-box;
}
.whatsapp-card {
border-bottom: 4px solid #25D366;
}
.whatsapp-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(37, 211, 102, 0.3);
background: rgba(37, 211, 102, 0.15);
}
.telegram-card {
border-bottom: 4px solid #0088cc;
}
.telegram-card:hover {
transform: translateY(-5px);
box-shadow: 0 15px 30px rgba(0, 136, 204, 0.3);
background: rgba(0, 136, 204, 0.15);
}
.social-card-icon {
width: 70px;
height: 70px;
background: rgba(255,255,255,0.1);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 12px;
border: 2px solid rgba(255,255,255,0.2);
}
.whatsapp-card .social-card-icon i {
font-size: 35px;
color: #25D366;
}
.telegram-card .social-card-icon i {
font-size: 35px;
color: #0088cc;
}
.social-card-title {
font-size: 18px;
font-weight: 700;
color: white;
margin: 0 0 8px;
}
.social-card-meta {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 15px;
color: rgba(255,255,255,0.7);
font-size: 12px;
flex-wrap: wrap;
}
.social-card-meta span {
display: flex;
align-items: center;
gap: 4px;
background: rgba(0,0,0,0.2);
padding: 4px 8px;
border-radius: 20px;
}
.social-card-meta i {
color: #ffd700;
font-size: 11px;
}
.social-button {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 10px 18px;
border-radius: 30px;
text-decoration: none;
font-weight: 600;
font-size: 14px;
transition: all 0.3s ease;
border: none;
cursor: pointer;
margin-top: auto;
width: 100%;
box-sizing: border-box;
}
.whatsapp-button {
background: #25D366;
color: white;
}
.whatsapp-button:hover {
background: #128C7E;
transform: scale(1.03);
box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}
.telegram-button {
background: #0088cc;
color: white;
}
.telegram-button:hover {
background: #0077b5;
transform: scale(1.03);
box-shadow: 0 5px 15px rgba(0, 136, 204, 0.4);
}
.social-button i:first-child {
font-size: 16px;
}
.social-button i:last-child {
font-size: 12px;
transition: transform 0.3s ease;
}
.social-button:hover i:last-child {
transform: translateX(5px);
}
.social-footer-note {
text-align: center;
margin: 15px 0 0;
color: rgba(255,255,255,0.6);
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
position: relative;
z-index: 2;
flex-wrap: wrap;
}
.social-footer-note i {
color: #ffd700;
} @media (max-width: 768px) {
.social-invite {
margin: 30px 0 20px;
}
.social-invite-wrapper {
padding: 20px 15px;
border-radius: 20px;
}
.social-badge {
font-size: 11px;
padding: 4px 12px;
margin-bottom: 10px;
}
.social-title {
font-size: 22px;
line-height: 1.3;
margin-bottom: 8px;
}
.social-description {
font-size: 14px;
line-height: 1.5;
padding: 0 5px;
} .social-buttons-grid {
grid-template-columns: 1fr; gap: 15px;
margin: 20px 0;
}
.social-card {
padding: 18px 12px;
width: 100%;
margin: 0 auto;
max-width: 100%;
}
.social-card-icon {
width: 60px;
height: 60px;
margin-bottom: 10px;
}
.social-card-icon i {
font-size: 30px !important;
}
.social-card-title {
font-size: 18px;
margin-bottom: 6px;
}
.social-card-meta {
flex-direction: row;
justify-content: center;
gap: 8px;
margin-bottom: 15px;
font-size: 11px;
}
.social-card-meta span {
padding: 3px 8px;
white-space: nowrap;
}
.social-button {
padding: 10px 15px;
font-size: 14px;
max-width: 100%;
}
.social-footer-note {
font-size: 11px;
flex-wrap: wrap;
margin-top: 10px;
}
} @media (max-width: 480px) {
.social-invite-wrapper {
padding: 18px 12px;
}
.social-title {
font-size: 20px;
}
.social-description {
font-size: 13px;
}
.social-card {
padding: 15px 10px;
}
.social-card-icon {
width: 55px;
height: 55px;
}
.social-card-icon i {
font-size: 28px !important;
}
.social-card-title {
font-size: 17px;
}
.social-card-meta {
flex-direction: column;
align-items: center;
gap: 5px;
}
.social-card-meta span {
white-space: normal;
width: fit-content;
}
.social-button {
font-size: 13px;
padding: 9px 12px;
}
.social-footer-note {
font-size: 10px;
flex-direction: column;
gap: 3px;
}
} @media (max-width: 360px) {
.social-title {
font-size: 18px;
}
.social-card-icon {
width: 50px;
height: 50px;
}
.social-card-icon i {
font-size: 25px !important;
}
.social-card-title {
font-size: 16px;
}
.social-button {
font-size: 12px;
padding: 8px 10px;
}
} @keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.social-card {
animation: fadeInUp 0.5s ease forwards;
}
.whatsapp-card {
animation-delay: 0.1s;
}
.telegram-card {
animation-delay: 0.2s;
} .container, .content-grid, .main-content {
overflow-x: hidden;
max-width: 100%;
} .widget-song-week {
background: #fff;
border-radius: 15px;
padding: 25px;
margin-bottom: 25px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
border-left: 4px solid #ffd700;
}
.widget-song-week .widget-title {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
color: #1e3c72;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 3px solid #ffd700;
display: flex;
align-items: center;
gap: 8px;
} .widget-song-week .wpp-list,
.song-week-list {
list-style: none;
margin: 0;
padding: 0;
}
.widget-song-week .wpp-list li,
.song-week-item {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}
.widget-song-week .wpp-list li:last-child,
.song-week-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.widget-song-week .wpp-list li .wpp-thumbnail,
.song-week-thumb {
width: 75px;
height: 75px;
min-width: 75px;
border-radius: 10px;
overflow: hidden;
}
.widget-song-week .wpp-list li .wpp-thumbnail img,
.song-week-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.widget-song-week .wpp-list li:hover .wpp-thumbnail img,
.song-week-item:hover .song-week-thumb img {
transform: scale(1.05);
}
.widget-song-week .wpp-list li .wpp-post-title,
.song-week-title {
font-size: 15px;
margin: 0;
font-weight: 600;
line-height: 1.4;
}
.widget-song-week .wpp-list li .wpp-post-title a,
.song-week-title a {
color: #1e3c72;
text-decoration: none;
transition: color 0.3s ease;
display: block;
}
.widget-song-week .wpp-list li .wpp-post-title a:hover,
.song-week-title a:hover {
color: #ffd700;
} .widget-song-week .wpp-meta,
.widget-song-week .wpp-views,
.widget-song-week .wpp-date,
.widget-song-week .wpp-comments,
.song-week-meta,
.song-week-views,
.song-week-date {
display: none !important;
}
.song-week-item.no-songs p {
color: #999;
font-style: italic;
padding: 10px 0;
text-align: center;
width: 100%;
} @media (max-width: 768px) {
.widget-song-week .wpp-list li,
.song-week-item {
gap: 12px;
}
.widget-song-week .wpp-list li .wpp-thumbnail,
.song-week-thumb {
width: 65px;
height: 65px;
min-width: 65px;
}
.widget-song-week .wpp-list li .wpp-post-title,
.song-week-title {
font-size: 14px;
}
} @media (max-width: 480px) {
.widget-song-week .wpp-list li,
.song-week-item {
gap: 10px;
}
.widget-song-week .wpp-list li .wpp-thumbnail,
.song-week-thumb {
width: 60px;
height: 60px;
min-width: 60px;
}
}