https://t.me/RX1948
Server : Apache/2.4.18 (Ubuntu)
System : Linux canvaswebdesign 3.13.0-71-generic #114-Ubuntu SMP Tue Dec 1 02:34:22 UTC 2015 x86_64
User : oppastar ( 1041)
PHP Version : 7.0.33-0ubuntu0.16.04.15
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Directory :  /var/www/laciasmara.com/public_html/duniaasmara/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/laciasmara.com/public_html/duniaasmara/style.css
/* Font declarations */
@font-face {
    font-family: 'PPAgrandir';
    src: url('fonts/PPAgrandir-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPAgrandir';
    src: url('fonts/PPAgrandirText-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PPAgrandir';
    src: url('fonts/PPAgrandir-GrandLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PPAgrandir';
    src: url('fonts/PPAgrandir-GrandHeavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'TT-Moons';
    src: url('fonts/TT-Moons-Trial-Regular-BF641119aa6d2f4.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* Reset and base styles */
body {
    margin: 0;
    padding: 0;
    font-family: 'PPAgrandir', Arial, sans-serif;
    background-color: #e8dfd8;
}

/* Header styles */
header {
    background-color: #e8dfd8;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}

.header-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

/* Logo styles */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-right: 40px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.logo:hover {
    opacity: 0.9;
}

.logo img {
    width: 32px;
    height: 32px;
}

.logo span {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-weight: 500;
    font-size: 23px;
    color: #000;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Navigation styles */
nav {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    margin-right: 40px;
}

nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 48px;
}

@media (max-width: 768px) {
    nav ul {
        gap: 20px;
    }
}

nav ul li a {
    font-family: 'PPAgrandir', Arial, sans-serif;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

nav ul li a:hover {
    color: #A0436C;
}

/* Active menu item styles */
nav ul li a.active {
    color: #A0436C;
    position: relative;
}

/* Search box styles */
.search-container {
    margin-left: 0;
}

.search-box {
    display: flex;
    align-items: center;
    background: #e8dfd8;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 16px;
    gap: 8px;
}

.search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    color: #000;
    display: flex;
    align-items: center;
    order: -1; /* Move to the left */
}

.search-button i {
    font-size: 16px;
}

.search-box input {
    border: none;
    outline: none;
    padding: 0;
    width: 200px;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
}

.search-box input::placeholder {
    color: #666;
}

/* Ensure mobile search inside nav is hidden on desktop */
header > nav > .mobile-search { /* Increase specificity */
    display: none;
}

main {
    padding: 0; /* Remove padding from main if container handles it */
}

.hero {
    display: flex;
    align-items:flex-start; /* Stretch items to fill height */
    padding: 0; /* Remove padding */
    background-color: #F0EEE9; /* Match header background */
    /* Remove border-radius and box-shadow */
    position: relative; /* Needed for absolute positioning of social links */
    min-height: 500px; /* Example height, adjust as needed */
}

.hero-image { /* Add a container for the image */
    flex: 1; /* Take up half the space */
    display: flex;
    padding: 15px;
}

.hero-image img {
    width: 100%; /* Make image fill its container */
    height: 100%;
    object-fit: cover; /* Cover the area without distortion */
    /* Remove border-radius and margin */
}

.hero-content {
    flex: 1;
    padding: 20px;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    min-height: 500px;
}

.hero-content > div:first-child {
    flex: 1;
}

.hero-content h1 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-weight: 700;
    font-size: 68px;
    color: #A0436C;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.hero-content p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.hero-content .social-links {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.hero-content .social-links .username {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.hero-content .social-links .social-icons {
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    .hero-content .social-links .social-icons {
        position: relative;
         bottom: 20px;
    }
}

.hero-content .social-links .social-icons a {
    color: #333;
    text-decoration: none;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-content .social-links .social-icons a:hover {
    color: #A0436C;
}

.container {
    max-width: 1200px;
    margin: 0 auto; /* Center the container */
    padding: 0 20px; /* Add some padding on the sides */
}

/* Slideshow container */
.slideshow-container {
    position: relative;
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 20px;
    border: 1px solid #000;
    background-color: #e8dfd8;
}

/* Hide all slides by default */
.slide {
    display: none;
    background: #e8dfd8;
}

/* Style for the active slide (handled by JS) */
.slide.active {
    display: flex;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from { opacity: 0.4 }
    to { opacity: 1 }
}

/* Navigation dots */
.dots-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 5;
}

.dot {
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active-dot, 
.dot:hover {
    background-color: #A0436C;
}


/* Container styles are now back */

@media (max-width: 768px) {
    .hero {
        flex-direction: column; /* Stack image and text on mobile */
        min-height: auto;
    }

    .hero-content {
        min-height: auto;
        padding: 30px;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 36px; /* Adjust font size */
    }

     .hero-content p {
        font-size: 20px; /* Adjust font size */
    }

    .hero-content .social-links {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 30px;
    }

    header {
        flex-direction: row; /* Change back to row for mobile header layout */
        justify-content: space-between; /* Space out logo and toggle */
        align-items: center;
        position: relative; /* Needed for absolute positioning of menu toggle */
    }

    header .logo {
        margin-bottom: 0; /* Remove bottom margin */
    }

    header nav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #e8dfd8;
        padding: 0;
        margin-right: 0;
    }

    header nav.active {
        display: block;
    }

    header .menu-toggle {
        display: block;
        font-size: 20px;
        cursor: pointer;
        /* Remove absolute positioning, let flexbox handle it */
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        width: 100%; /* Ensure ul takes full width */
    }

    header nav ul li {
        margin: 10px 0; /* Increase spacing */
    }

    /* Hide the desktop search box on mobile */
    header > .desktop-search { /* Increase specificity */
        display: none;
    }

    /* Show the mobile search box inside the active nav */
    header nav.active .mobile-search {
        display: flex; /* Use flex to display it */
        margin-top: 15px; /* Space below nav links */
        width: 80%; /* Adjust width as needed */
        justify-content: center; /* Center items */
        /* Styles like border, padding, etc., are inherited from the general .search-box rule */
    }
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
    padding: 10px;
    z-index: 1001; /* Ensure it's above the nav menu */
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
        position: relative; /* For proper positioning of nav */
    }

    .menu-toggle {
        display: block;
        order: 1;
        margin-left: 15px;
    }

    nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #e8dfd8;
        padding: 20px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    nav.active {
        display: block;
    }

    .search-container {
        order: 0;
        width: 150px;
    }

    /* Ensure the nav menu doesn't interfere with clickability */
    nav:not(.active) {
        pointer-events: none;
    }

    nav.active {
        pointer-events: auto;
        z-index: 10000;
    }
}

.featured-section {
    max-width: 1200px;
    margin: 0px auto;
    padding: 5px 20px;
    background-color: #f9f7f0;
}

.featured-section h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 48px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.featured-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-card {
    background: #e5dcd1;
    border-radius: 0;
    overflow: hidden;
    padding: 20px;
}

.featured-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.featured-card h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    font-weight: 510;
    color: #4f2f17;
    margin: 0 0 15px 0;
}

.featured-card p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .featured-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .featured-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-section h2 {
        font-size: 36px;
    }
}

.trending-section {
    max-width: 1200px;
    margin: 0px auto;
    padding: 5px 20px;
    background-color: #f9f7f0;
    margin-bottom: 0px;
    padding-bottom: 60px;
}

.trending-section h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin-bottom: 10px;
}

.trending-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.trending-card {
    position: relative;
    overflow: hidden;
}

.trending-card img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.trending-card .overlay-text {
    position: absolute;
    bottom: 50%;
    right: 0;
    width: 70%;
    background-color: rgba(229, 220, 209, 0.7);
    padding: 15px 20px;
    text-align: center;
    border:1px solid black;
    color:#4f2f17;

}

.trending-card .overlay-text h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .trending-grid {
        grid-template-columns: 1fr;
    }
    
    .trending-section h2 {
        font-size: 36px;
    }
}

.podcast-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 20px;
    background-color: #f9f7f0;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.podcast-section img {
    width: 100%;
    max-width: 1160px;
    height: auto;
    margin-bottom: 30px;
}

.podcast-section h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #333;
    margin: 0 0 20px 0;
    text-align: center;
}

.podcast-section p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin: 0 auto 20px;
    max-width: 1000px;
    text-align: center;
}

.podcast-section .host-text {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    color: #333;
    margin-top: 30px;
}

@media (max-width: 768px) {
    .podcast-section h2 {
        font-size: 32px;
    }
    
    .podcast-section p {
        font-size: 16px;
        padding: 0 20px;
    }
    
    .podcast-section .host-text {
        font-size: 18px;
    }
}

.opportunity-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0px;
    background-color: #f9f7f0;
}

.opportunity-banner {
    display: flex;
    align-items: stretch;
    background-color: #eb6238;
    overflow: hidden;
}

.opportunity-image {
    flex: 1;
    max-width: 400px;
}

.opportunity-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opportunity-content {
    flex: 2;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.opportunity-content h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 52px;
    font-weight: normal;
    color: #354eab;
    margin: 0 0 20px 0;
    line-height: 1.1;
    font-style: italic;
    text-align: center;
}

.opportunity-content h2 span {
    font-size: 40px;
}

.opportunity-content h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

@media (max-width: 768px) {
    .opportunity-banner {
        flex-direction: column;
    }

    .opportunity-image {
        max-width: 100%;
        height: 300px;
    }

    .opportunity-content {
        padding: 30px;
        padding-bottom: 40px;
    }

    .opportunity-content h2 {
        font-size: 32px;
    }

    .opportunity-content h3 {
        font-size: 22px;
    }
}

footer {
    background-color: #a6a6a6;
    padding: 40px 0;
    margin-top: 60px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
}

.footer-nav {
    display: flex;
    gap: 100px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.footer-links a {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-social {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.footer-social a {
    color: #000;
    font-size: 34px;
}

.footer-signup {
    text-align: left;
}

.footer-signup h3 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #fff;
    margin: 0 0 5px 0;
    font-weight: 500;
}

.footer-signup p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.signup-button {
    display: inline-flex;
    align-items: center;
    background-color: #66CDAA;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    gap: 10px;
    border:3px solid white;
}

.signup-button i {
    font-size: 24px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 40px;
    }

    .footer-nav {
        flex-direction: column;
        gap: 30px;
    }

    .footer-signup {
        text-align: left;
    }
}

/* Base styles */
h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-weight: normal;
}

/* Prolovefile Hero Section */
.prolovefile-hero {
    background-color: #F0EEE9;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 60px;
}

.prolovefile-hero h1 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 64px;
    color: #A0436C;
    margin-bottom: 20px;
}

.prolovefile-hero p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}

/* Categories Section */
.categories-section {
    padding: 40px 0;
    background-color: #f9f7f0;
}

.categories-section h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.category-card {
    background: #e5dcd1;
    padding: 20px;
    text-align: center;
}

.category-card img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.category-card h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #4f2f17;
    margin-bottom: 10px;
}

.category-card p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #333;
}

/* Latest Stories Section */
.latest-stories {
    padding: 60px 0;
    background-color: #f9f7f0;
}

.latest-stories h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 48px;
    text-align: center;
    margin-bottom: 40px;
}

.stories-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0 20px;
}

.story-card {
    background: #fff;
    border: 1px solid #e0e0e0;
}

.story-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-content {
    padding: 20px;
}

.story-content .category {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 14px;
    color: #A0436C;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

.story-content h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.story-content p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.story-meta {
    display: flex;
    justify-content: space-between;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 14px;
    color: #888;
}

/* Share Story Section */
.share-story {
    background-color: #eb6238;
    padding: 60px 0;
    text-align: center;
    margin-top: 60px;
}

.share-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.share-content h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 48px;
    color: #fff;
    margin-bottom: 20px;
}

.share-content p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.share-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    color: #eb6238;
    padding: 15px 30px;
    border-radius: 50px;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-button:hover {
    background-color: #f9f7f0;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .prolovefile-hero h1 {
        font-size: 48px;
    }

    .prolovefile-hero p {
        font-size: 20px;
    }

    .categories-grid {
        grid-template-columns: 1fr;
    }

    .stories-grid {
        grid-template-columns: 1fr;
    }

    .share-content h2 {
        font-size: 36px;
    }

    .share-content p {
        font-size: 18px;
    }
}

/* Prolovefile Trending Section */
.prolovefile-trending {
    background-color: #e8dfd8;
    padding: 40px 0;
}

.trending-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.trending-sidebar {
    flex: 1;
    padding-left: 20px;
}

.trending-sidebar h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 34px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 0;
}

.trending-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trending-list li {
    margin-bottom: 15px;
}

.trending-list a {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #4f2f17;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    line-height: 1.4;
    font-weight: 510;
}

.trending-list a:hover {
    color: #A0436C;
}

.trending-image {
    flex: 4;
    position: relative;
}

.trending-image img {
    width: 100%;
    height: auto;
    display: block;
}

.image-caption {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #A0436C;
    text-align: center;
    margin-top: 20px;
    font-weight: 510;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
    .trending-layout {
        gap: 30px;
    }

    .trending-image {
        flex: 3;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0;
    }

    .prolovefile-trending {
        padding: 20px 0;
    }

    .trending-layout {
        flex-direction: column;
        gap: 30px;
        padding: 0;
        max-width: 100%;
    }

    .trending-sidebar {
        padding: 0;
        width: 100%;
    }

    .trending-sidebar h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 25px;
        color: #666;
        padding: 0 20px;
    }

    .trending-list {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .trending-list li {
        margin: 0;
        background-color: #fff;
        border-radius: 8px;
        width: 100%;
    }

    .trending-list a {
        font-size: 15px;
        line-height: 1.5;
        padding: 15px 20px;
        display: block;
        text-align: left;
    }

    .trending-image {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .image-caption {
        font-size: 20px;
        margin-top: 15px;
        color: #A0436C;
    }

    .author-quote {
        margin-top: 15px;
        padding: 0;
        text-align: center;
    }

    .author-quote h2 {
        font-size: 32px;
        margin: 0 0 10px 0;
        padding: 0 20px;
        line-height: 1.3;
    }

    .author-quote h3 {
        font-size: 20px;
        margin: 0;
        padding: 0 20px;
    }

    .quote-content {
        padding: 0 20px;
        text-align: center;
        margin-top: 30px;
    }

    .quote-content p {
        margin: 0 0 20px 0;
        font-size: 16px;
        line-height: 1.6;
        color: #666;
    }
}

@media (max-width: 480px) {
    .trending-sidebar h2 {
        font-size: 24px;
    }

    .trending-list a {
        font-size: 14px;
        padding: 12px 15px;
    }

    .author-quote h2 {
        font-size: 28px;
    }

    .author-quote h3 {
        font-size: 18px;
    }
}

/* Quote Section */
.quote-section {
    padding: 0px 0;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.quote-container {
    margin: 0 auto;
    padding: 0 20px;
}

.quote-text {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 48px;
    color: #A0436C;
    margin-bottom: 20px;
    line-height: 1.2;
    font-style: italic;
}

blockquote {
    margin: 0 0 40px 0;
    padding: 0;
}

blockquote cite {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #333;
    font-style: normal;
    display: block;
    margin-top: 20px;
}

.quote-content {
    margin: 0 auto;
}

.quote-content p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    margin-bottom: 20px;
}

/* Responsive styles for quote section */
@media (max-width: 768px) {
    .quote-section {
        padding: 0px 0;
        padding-top: 30px;
    }

    .quote-text {
        font-size: 32px;
    }

    blockquote cite {
        font-size: 20px;
    }

    .quote-content p {
        font-size: 16px;
        line-height: 1.6;
    }
}

/* Profiles Grid Section */
.profiles-grid {
    background-color: #e8dfd8;
    padding: 60px 0;
}

.profiles-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.profile-card {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.profile-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.profile-info {
    padding: 20px;
}

.profile-tag {
    display: inline-block;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #A0436C;
    margin-bottom: 10px;
    font-weight: 510;
}

.profile-info h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    color: #333;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

.profile-info p {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 22px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

/* Read More Section */
.read-more-section {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 20px;
    text-align: center;
}

.read-more-section h2 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 25px;
    color: #A0436C;
    margin-bottom: 30px;
    font-weight: 510;
}

.read-more-links {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.read-more-links a {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 510;
}

.read-more-links a:hover {
    color: #A0436C;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .profiles-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .profiles-grid {
        padding: 40px 0;
    }

    .profile-info h3 {
        font-size: 18px;
    }

    .profile-info p {
        font-size: 14px;
    }

    .read-more-section h2 {
        font-size: 24px;
    }

    .read-more-links a {
        font-size: 16px;
        padding: 12px;
    }
}

.read-more-links a {
    font-size: 16px;
    padding: 12px;
}

/* Review Page Styles */
.featured-review {
    background-color: #e8dfd8;
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .featured-review {
        padding: 0px 0;
    }   
}

.review-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .review-header {
        padding: 22px 0;
        margin-bottom: 0;
    }
}

.review-header h1 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 36px;
    color: #333;
    margin: 0;
    line-height: 1.2;
}

.review-nav {
    padding: 15px 0;
    margin-bottom: 40px;
    width: 100%;
}

.review-nav ul {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.review-nav li {
    position: relative;
}

.review-nav li.active a {
    color: #A0436C;
    position: relative;
}

.review-nav a {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.review-nav a:hover {
    color: #A0436C;
}

@media (max-width: 768px) {
    .review-nav {
        padding: 0;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        display: block;
        position: relative;
        top: 0;
    }

    .review-nav::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari */
    }

    .review-nav {
        -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
        scrollbar-width: none; /* Hide scrollbar for Firefox */
    }

    .review-nav ul {
        display: flex;
        padding: 15px 20px;
        gap: 25px;
        margin: 0;
        white-space: nowrap;
        justify-content: flex-start;
    }

    .review-nav li {
        flex: none;
    }

    .review-nav a {
        font-size: 16px;
        padding: 8px 0;
        display: block;
        position: relative;
    }

    .review-nav li.active a {
        color: #A0436C;
    }
}

@media (max-width: 480px) {
    .review-nav ul {
        padding: 12px 15px;
        gap: 20px;
    }

    .review-nav a {
        font-size: 15px;
        padding: 6px 0;
    }
}

.review-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.review-image {
    margin-bottom: 30px;
}

.review-image img {
    width: 100%;
    height: auto;
    display: block;
}

.review-meta {
    text-align: center;
    margin-bottom: 40px;
}

.review-category {
    display: inline-block;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    color: #A0436C;
    margin-bottom: 15px;
}

.review-meta h2 {
    font-family: 'TT-Moons', Arial, sans-serif;
    font-size: 32px;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.review-meta h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 24px;
    color: #666;
    margin: 0;
}

.review-description {
    font-family: 'PPAgrandir', Arial, sans-serif;
    color: #333;
}

.review-description p {
    font-size: 18px;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.review-description p.warning {
    font-weight: 500;
    color: #000;
}

/* Responsive styles for review page */
@media (max-width: 768px) {
    .review-header h1 {
        font-size: 22px;
    }


    .review-nav ul {
        gap: 0px;
        flex-wrap: wrap;
    }

    .review-nav a {
        font-size: 16px;
    }

    .review-meta h2 {
        font-size: 24px;
    }

    .review-meta h3 {
        font-size: 20px;
    }

    .review-description p {
        font-size: 16px;
        line-height: 1.6;
    }
}

.author-quote {
    text-align: center;
    margin-top: 10px;
}

.author-quote h2 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 32px;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.2;
    font-weight: normal;
}

.author-quote h3 {
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 20px;
    color: #333;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .author-quote h2 {
        font-size: 25px;
    }

    .author-quote h3 {
        font-size: 20px;
    }
}

/* Mobile search styles */
.mobile-search-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 22px;
    color: #000;
    cursor: pointer;
    padding: 8px;
    margin-right: -4px; /* Reduce gap between search and menu icons */
}

.mobile-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(232, 223, 216, 0.98);
    z-index: 1000;
}

.mobile-search-overlay.active {
    display: block;
}

.mobile-search-container {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.mobile-search-box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 8px 16px;
    margin-bottom: 15px;
}

.mobile-search-box input {
    flex: 1;
    border: none;
    outline: none;
    padding: 8px;
    font-family: 'PPAgrandir', Arial, sans-serif;
    font-size: 16px;
    background: transparent;
}

.mobile-search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: #000;
    font-size: 18px;
    padding-right: 30px;
}

.mobile-search-close {
    position: absolute;
    top: 25px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    padding: 8px;
}

@media (max-width: 768px) {
    .header-container {
        padding: 0 15px;
        justify-content: space-between;
    }

    .desktop-search {
        display: none;
    }

    .mobile-search-toggle {
        display: block;
        order: 1;
    }

    .menu-toggle {
        order: 2;
        margin-left: 0;
        padding-left: 4px; /* Reduce padding on the left side */
    }

    /* Create a wrapper for the icons */
    .mobile-search-toggle,
    .menu-toggle {
        display: flex;
        align-items: center;
    }

    /* Adjust icon sizes for better visual balance */
    .mobile-search-toggle i,
    .menu-toggle i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .header-container {
        padding: 0 10px;
    }

    .mobile-search-toggle,
    .menu-toggle {
        padding: 6px; /* Slightly reduce padding on smaller screens */
    }

    .mobile-search-toggle i,
    .menu-toggle i {
        font-size: 25px; /* Slightly smaller icons on mobile */
    }
}

/* Header Mobile Menu Styles */
@media (max-width: 768px) {
    nav {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        background-color: #e8dfd8;
        padding: 0;
        z-index: 1000;
    }

    nav.active {
        display: block;
    }

    nav ul {
        flex-direction: column;
        padding: 15px;
        gap: 0;
    }

    nav ul li {
        width: 100%;
    }

    nav ul li a {
        display: block;
        padding: 12px 15px;
        font-size: 20px;
        text-align: center;
    }
}

https://t.me/RX1948 - 2025