/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.one-container .site-content{
    padding: 0px!important;
    }

    
/* Home Container */
.home-container2 {
    width: 100%;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section2 {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-content2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-title2 {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.hero-subtitle2 {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
}

.hero-buttons2 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-btn-primary2 {
    background-color: #f97316;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.hero-btn-primary2:hover {
    background-color: #ea580c;
    transform: translateY(-2px);
}

.hero-btn-secondary2 {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s;
}

.hero-btn-secondary2:hover {
    background-color: white;
    color: #2563eb;
}

.hero-img2 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Features Section */
.features-section2 {
    padding: 80px 0;
    background-color: #f8fafc;
}

.features-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.features-title2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
    color: #1f2937;
}

.features-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.feature-item2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.feature-check2 {
    color: #10b981;
    font-size: 1.5rem;
    background-color: #ecfdf5;
    padding: 8px;
    border-radius: 50%;
    min-width: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item2 span {
    font-size: 1.1rem;
    color: #374151;
    font-weight: 500;
}

.features-cta2 {
    text-align: center;
}

.features-btn2 {
    background-color: #f97316;
    color: white;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s;
}

.features-btn2:hover {
    background-color: #ea580c;
    transform: translateY(-2px);
}

/* Graduate Section */
.graduate-section2 {
    padding: 80px 0;
    background-color: #ffffff;
}

.graduate-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.graduate-content2 {
    display: flex;
    align-items: center;
    gap: 40px;
    background-color: #f8fafc;
    padding: 50px;
    border-radius: 12px;
}

.graduate-photo2 {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f97316;
}

.graduate-name2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 15px;
}

.graduate-quote2 {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 20px;
    font-style: italic;
}

.graduate-link2 {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.graduate-link2:hover {
    color: #1d4ed8;
}

/* Audience Section */
.audience-section2 {
    padding: 80px 0;
    background-color: #f8fafc;
}

.audience-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.audience-title2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
    color: #1f2937;
}

.audience-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.audience-card2 {
    background-color: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.audience-card2:hover {
    transform: translateY(-5px);
}

.audience-icon2 {
    font-size: 3rem;
    color: #f97316;
    margin-bottom: 20px;
}

.audience-card2 h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f2937;
}

.audience-card2 p {
    color: #6b7280;
    margin-bottom: 25px;
    line-height: 1.6;
}

.audience-btn2 {
    background-color: #2563eb;
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s;
}

.audience-btn2:hover {
    background-color: #1d4ed8;
}

/* Stats Section */
.stats-section2 {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    color: #1f2937;
    padding: 80px 0;
    text-align: center;
}

.stats-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-title2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 50px;
}

.stats-grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.stat-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.stat-item2 i {
    font-size: 2rem;
}

.stat-item2 span {
    font-size: 1.2rem;
    font-weight: 600;
}

/* How it Works Section */
.how-it-works2 {
    padding: 80px 0;
    background-color: #ffffff;
}

.how-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.how-title2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
    color: #1f2937;
}

.steps-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.step-card2 {
    text-align: center;
    padding: 40px 20px;
}

.step-number2 {
    width: 80px;
    height: 80px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 30px;
}

.step-card2 h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f2937;
}

.step-card2 p {
    color: #6b7280;
    line-height: 1.6;
}

/* Category Sections */
.category-section2 {
    padding: 80px 0;
    background-color: #f8fafc;
}

.category-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.category-header2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.category-title2 {
    font-size: 2rem;
    font-weight: bold;
    color: #1f2937;
}

.category-view-all2 {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.category-view-all2:hover {
    color: #1d4ed8;
}

.articles-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.article-card2 {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.article-card2:hover {
    transform: translateY(-5px);
}

.article-link2 {
    display: block;
    text-decoration: none;
    color: inherit;
}

.article-image2 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.featured-image2 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.article-card2:hover .featured-image2 {
    transform: scale(1.05);
}

.article-content2 {
    padding: 25px;
}

.article-meta2 {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.article-category2 {
    background-color: #f97316;
    color: white;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.article-date2 {
    color: #6b7280;
}

.article-title2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f2937;
    line-height: 1.4;
}

.article-excerpt2 {
    color: #6b7280;
    line-height: 1.6;
}

/* Testimonials Section */
.testimonials-section2 {
    padding: 80px 0;
    background-color: #ffffff;
}

.testimonials-container2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.testimonials-title2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 60px;
    color: #1f2937;
}

.testimonials-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    margin-bottom: 50px;
}

.testimonial-card2 {
    background-color: #f8fafc;
    padding: 40px;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.testimonial-photo2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f97316;
}

.testimonial-content2 p {
    font-style: italic;
    color: #4b5563;
    margin-bottom: 15px;
    line-height: 1.6;
}

.testimonial-name2 {
    font-weight: 600;
    color: #1f2937;
}

.testimonials-cta2 {
    text-align: center;
}

.testimonials-btn2 {
    background-color: #2563eb;
    color: white;
    padding: 15px 40px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s;
}

.testimonials-btn2:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
}

/* Newsletter Section */
.newsletter-section2 {
    background: linear-gradient(135deg, rgba(45, 212, 191, 0.9) 0%, rgba(8, 145, 178, 0.9) 50%, rgba(14, 116, 144, 0.9) 100%),
                url('https://ecoledestravaux.fr/wp-content/uploads/2025/05/Ajouter-un-titre.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.newsletter-container2 {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.newsletter-title2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.newsletter-text2 {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.9;
    line-height: 1.6;
}

.newsletter-form2 {
    display: flex;
    gap: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter-input2 {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
}

.newsletter-btn2 {
    background-color: #f97316;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-btn2:hover {
    background-color: #ea580c;
}

/* ============================
   STYLES POUR ARCHIVE.PHP
   ============================ */

.archive-container3 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
}

.archive-header3 {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 40px;
}

.archive-title3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 20px;
}

/* Category Filter */
.category-filter3 {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}

.filter-container3 {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn3 {
    padding: 10px 20px;
    background-color: #f3f4f6;
    color: #4b5563;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s;
    font-weight: 500;
}

.filter-btn3:hover,
.filter-btn3.active3 {
    background-color: #1997B2;
    color: white;
}

/* Articles Grid */
.articles-grid3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.article-card3 {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.article-card3:hover {
    transform: translateY(-5px);
}

.article-link3 {
    display: block;
    text-decoration: none;
    color: inherit;
}

.article-image3 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.featured-image3 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.article-card3:hover .featured-image3 {
    transform: scale(1.05);
}

.article-content3 {
    padding: 25px;
}

.article-category-badge3 {
    background-color: #f97316;
    color: white;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.article-title3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1f2937;
    line-height: 1.4;
}

.article-excerpt3 {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
}

.article-meta3 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 0.9rem;
    color: #6b7280;
}

.article-meta3 i {
    margin-right: 5px;
}

.read-more-btn3 {
    background-color: #f97316;
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background-color 0.3s;
}

.article-card3:hover .read-more-btn3 {
    background-color: #ea580c;
}

/* Pagination */
.pagination3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}

.pagination3 a,
.pagination3 span {
    padding: 10px 15px;
    background-color: #f3f4f6;
    color: #4b5563;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s;
}

.pagination3 a:hover,
.pagination3 .current {
    background-color: #1997B2;
    color: white;
}

/* Sidebar */
.archive-sidebar3 {
    background-color: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.sidebar-widget3 {
    margin-bottom: 40px;
}

.sidebar-widget3:last-child {
    margin-bottom: 0;
}

.widget-title3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #f97316;
}

/* Popular Posts */
.popular-post3 {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.popular-post3:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.popular-post-image3 {
    flex-shrink: 0;
}

.popular-thumbnail3 {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.popular-post-title3 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    line-height: 1.3;
}

.popular-post-date3 {
    font-size: 0.8rem;
    color: #6b7280;
}

.popular-post-link3 {
    text-decoration: none;
    color: inherit;
}

.popular-post-link3:hover .popular-post-title3 {
    color: #2563eb;
}

/* Categories List */
.categories-list3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item3 {
    margin-bottom: 10px;
}

.category-link3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s;
}

.category-link3:hover {
    color: #2563eb;
}

.category-count3 {
    font-size: 0.8rem;
    color: #6b7280;
}

/* Newsletter Widget */
.newsletter-widget3 p {
    color: #6b7280;
    margin-bottom: 15px;
    line-height: 1.5;
}

.sidebar-newsletter-form3 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.newsletter-input3 {
    padding: 10px 15px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 0.9rem;
}

.newsletter-submit3 {
    background-color: #f97316;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.newsletter-submit3:hover {
    background-color: #ea580c;
}

/* ============================
   STYLES POUR SINGLE.PHP
   ============================ */

.single-container4 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Article Header */
.article-header4 {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    padding: 60px 0;
    margin-bottom: 60px;
}

.header-content4 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.article-title4 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 30px;
}

.article-meta4 {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    opacity: 0.9;
}

.meta-item4 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.featured-image4 {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Content and Sidebar Layout */
.content-wrapper4 {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 60px;
    align-items: start;
}

/* Article Content */
.content-body4 {
    line-height: 1.8;
    font-size: 1.1rem;
    color: #374151;
}

.content-body4 h2,
.content-body4 h3,
.content-body4 h4 {
    color: #1f2937;
    margin: 30px 0 20px;
    font-weight: 600;
}

.content-body4 h2 {
    font-size: 1.8rem;
}

.content-body4 h3 {
    font-size: 1.5rem;
}

.content-body4 p {
    margin-bottom: 20px;
}

.content-body4 ul,
.content-body4 ol {
    margin: 20px 0;
    padding-left: 30px;
}

.content-body4 li {
    margin-bottom: 8px;
}

/* Article Navigation */
.article-navigation4 {
    margin: 60px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 40px 0;
}

.nav-links4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.nav-link4 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background-color: #f8fafc;
    border-radius: 8px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.nav-link4:hover {
    background-color: #e5e7eb;
    transform: translateX(5px);
}

.nav-previous4 .nav-link4:hover {
    transform: translateX(-5px);
}

.nav-content4 {
    display: flex;
    flex-direction: column;
}

.nav-label4 {
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 5px;
}

.nav-title4 {
    font-weight: 600;
    color: #1f2937;
}

.nav-next4 {
    text-align: right;
}

.nav-next4 .nav-link4 {
    flex-direction: row-reverse;
}

/* Related Articles */
.related-articles4 {
    margin: 60px 0;
}

.related-title4 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 30px;
}

.related-grid4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.related-card4 {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.related-card4:hover {
    transform: translateY(-5px);
}

.related-link4 {
    display: block;
    text-decoration: none;
    color: inherit;
}

.related-image4 {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.related-thumbnail4 {
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition: transform 0.3s;
}

.related-card4:hover .related-thumbnail4 {
    transform: scale(1.05);
}

.related-content4 {
    padding: 20px;
}

.related-card-title4 {
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 10px;
    line-height: 1.3;
}

.related-date4 {
    font-size: 0.9rem;
    color: #6b7280;
}

/* Sidebar */
.single-sidebar4 {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.sidebar-widget4 {
    background-color: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.sidebar-widget4:last-child {
    margin-bottom: 0;
}

.widget-title4 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #f97316;
}

/* Subscription Form */
.form-description4 {
    color: #6b7280;
    margin-bottom: 25px;
    line-height: 1.5;
}

.form-group4 {
    margin-bottom: 20px;
}

.form-label4 {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #374151;
}

.form-input4,
.form-select4 {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-input4:focus,
.form-select4:focus {
    outline: none;
    border-color: #2563eb;
}

.form-submit4 {
    width: 100%;
    background-color: #f97316;
    color: white;
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.form-submit4:hover {
    background-color: #ea580c;
}

/* Popular Posts in Sidebar */
.popular-post4 {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.popular-post4:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.popular-image4 {
    flex-shrink: 0;
}

.popular-thumb4 {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

.popular-title4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 5px;
    line-height: 1.3;
}

.popular-date4 {
    font-size: 0.8rem;
    color: #6b7280;
}

.popular-link4 {
    text-decoration: none;
    color: inherit;
}

.popular-link4:hover .popular-title4 {
    color: #2563eb;
}

/* Categories in Sidebar */
.categories-list4 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-item4 {
    margin-bottom: 12px;
}

.category-link4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.3s;
}

.category-link4:hover {
    color: #2563eb;
}

.category-link4 i {
    margin-right: 8px;
}

.category-count4 {
    font-size: 0.8rem;
    color: #6b7280;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-content2 {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title2 {
        font-size: 2.5rem;
    }
    
    .features-grid2 {
        grid-template-columns: 1fr;
    }
    
    .graduate-content2 {
        flex-direction: column;
        text-align: center;
    }
    
    .stats-grid2 {
        grid-template-columns: 1fr;
    }
    
    .archive-container3 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .header-content4 {
        grid-template-columns: 1fr;
        gap: 30px;
        text-align: center;
    }
    
    .content-wrapper4 {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .hero-title2 {
        font-size: 2rem;
    }
    
    .hero-buttons2 {
        flex-direction: column;
        align-items: center;
    }
    
    .hero-btn-primary2,
    .hero-btn-secondary2 {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
    
    .features-title2,
    .audience-title2,
    .how-title2,
    .testimonials-title2,
    .newsletter-title2 {
        font-size: 2rem;
    }
    
    .stats-title2 {
        font-size: 2rem;
    }
    
    .newsletter-form2 {
        flex-direction: column;
    }
    
    .article-title4 {
        font-size: 2rem;
    }
    
    .nav-links4 {
        grid-template-columns: 1fr;
    }
    
    .related-grid4 {
        grid-template-columns: 1fr;
    }
} 