/**
 * Discovery Theme Main CSS
 */

/* 
 * 1. Header Styles
 */
.top-bar {
    background-color: #f9f9f9;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar-contact span {
    margin-right: 20px;
    font-size: 14px;
    color: #666;
}

.top-bar-contact span i {
    color: #27ae60;
    margin-right: 5px;
}

.top-bar-social a {
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}

.top-bar-social a:hover {
    color: #27ae60;
}

.site-header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    position: relative;
    z-index: 100;
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: slideDown 0.5s ease;
    padding: 10px 0;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding img {
    max-height: 60px;
    width: auto;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation ul li {
    margin-left: 25px;
    position: relative;
}

.main-navigation ul li a {
    color: #333;
    font-weight: 500;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

.main-navigation ul li a:hover {
    color: #27ae60;
}

.main-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9;
}

.main-navigation ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-navigation .sub-menu li {
    margin: 0;
}

.main-navigation .sub-menu li a {
    padding: 8px 20px;
    font-size: 13px;
}

.dropdown-toggle {
    display: none;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    width: 30px;
    height: 20px;
    justify-content: space-between;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: all 0.3s ease;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.header-button .button {
    padding: 10px 25px;
    font-size: 14px;
}

/* Header Layout 2 */
.header-layout2 .header-main {
    flex-direction: column;
}

.header-layout2 .site-branding {
    margin-bottom: 20px;
}

/* Header Layout 3 */
.header-layout3 .header-main {
    justify-content: flex-start;
}

.header-layout3 .site-branding {
    margin-right: 50px;
}

.header-layout3 .main-navigation {
    margin-right: auto;
}

/* 
 * 2. Banner Section
 */
.banner-section {
    padding: 120px 0 80px;
    background-color: #f2f7f2;
    position: relative;
    overflow: hidden;
}

.banner-title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #333;
}

.banner-text {
    font-size: 18px;
    margin-bottom: 30px;
    color: #666;
}

.banner-search {
    margin-top: 40px;
}

.banner-search h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.banner-search form {
    position: relative;
}

.banner-search input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: none;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}

.banner-search button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
    padding: 0 30px;
    border-radius: 25px;
}

.banner-image img {
    max-width: 100%;
    height: auto;
}

/* 
 * 3. About Section
 */
.about-section {
    padding: 100px 0;
}

.about-content h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.about-content p {
    margin-bottom: 30px;
}

.about-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* 
 * 4. Counter Section
 */
.counter-section {
    padding: 80px 0;
    background-color: #27ae60;
    color: #fff;
}

.counter-section h2 {
    color: #fff;
    margin-bottom: 20px;
}

.counter-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
}

.counter-item {
    margin-bottom: 30px;
    text-align: center;
}

.counter-icon {
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.counter-number {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Josefin Sans', sans-serif;
}

.counter-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

/* 
 * 5. Books Section
 */
.books-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.section-title p {
    max-width: 700px;
    margin: 0 auto;
}

.book-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.book-item:hover {
    transform: translateY(-10px);
}

.book-image {
    position: relative;
    overflow: hidden;
}

.book-image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.book-item:hover .book-image img {
    transform: scale(1.1);
}

.book-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #27ae60;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.book-content {
    padding: 25px;
}

.book-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.book-title a {
    color: #333;
    transition: all 0.3s ease;
}

.book-title a:hover {
    color: #27ae60;
}

.book-author {
    color: #666;
    margin-bottom: 15px;
    font-style: italic;
}

.book-rating {
    margin-bottom: 15px;
    color: #f9a134;
}

.book-price {
    font-size: 18px;
    font-weight: 700;
    color: #27ae60;
    margin-bottom: 20px;
}

.book-price del {
    color: #999;
    font-weight: 400;
    margin-right: 10px;
}

.book-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book-link {
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.book-link i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.book-link:hover {
    color: #27ae60;
}

.book-link:hover i {
    transform: translateX(5px);
}

.book-slider .slick-prev,
.book-slider .slick-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 1;
}

.book-slider .slick-prev:before,
.book-slider .slick-next:before {
    display: none;
}

.book-slider .slick-prev i,
.book-slider .slick-next i {
    color: #333;
    font-size: 16px;
}

.book-slider .slick-prev:hover,
.book-slider .slick-next:hover {
    background-color: #27ae60;
}

.book-slider .slick-prev:hover i,
.book-slider .slick-next:hover i {
    color: #fff;
}

/* 
 * 6. Events Section
 */
.events-section {
    padding: 100px 0;
}

.event-item {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.event-item:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
}

.event-date {
    background-color: #27ae60;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-width: 120px;
}

.event-day {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Josefin Sans', sans-serif;
}

.event-month {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.event-year {
    font-size: 14px;
}

.event-content {
    padding: 25px;
    flex: 1;
}

.event-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.event-title a {
    color: #333;
    transition: all 0.3s ease;
}

.event-title a:hover {
    color: #27ae60;
}

.event-meta {
    margin-bottom: 15px;
    color: #666;
}

.event-meta span {
    margin-right: 20px;
}

.event-meta i {
    margin-right: 5px;
    color: #27ae60;
}

.event-description {
    margin-bottom: 20px;
}

/* 
 * 7. Testimonials Section
 */
.testimonials-section {
    padding: 100px 0;
    background-color: #27ae60;
    position: relative;
    overflow: hidden;
}

.testimonials-section .section-title h2 {
    color: #fff;
}

.testimonials-section .section-title p {
    color: rgba(255, 255, 255, 0.8);
}

.testimonial-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    margin: 15px;
    position: relative;
}

.testimonial-content {
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.testimonial-content:before {
    content: '\\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: #27ae60;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
}

.testimonial-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

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

.testimonial-info h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.testimonial-info p {
    color: #666;
    margin-bottom: 5px;
}

.testimonial-rating {
    color: #f9a134;
}

.testimonial-slider .slick-dots {
    bottom: -50px;
}

.testimonial-slider .slick-dots li button:before {
    color: #fff;
    opacity: 0.5;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

/* 
 * 8. Newsletter Section
 */
.newsletter-section {
    padding: 100px 0;
    background-color: #f9f9f9;
}

.newsletter-content {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.newsletter-image {
    width: 40%;
    padding: 30px;
}

.newsletter-image img {
    max-width: 100%;
    height: auto;
}

.newsletter-form {
    width: 60%;
    padding: 50px;
}

.newsletter-form h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.newsletter-form p {
    margin-bottom: 30px;
}

.newsletter-form form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    outline: none;
}

.newsletter-form button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: calc(100% - 10px);
    padding: 0 30px;
    border-radius: 25px;
}

/* 
 * 9. Footer Styles
 */
.site-footer {
    background-color: #27ae60;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.footer-column-third {
    grid-column: span 4 / span 4;
}

@media (min-width: 768px) {
    .footer-column-third {
        grid-column: span 1 / span 1;
    }
}

.footer-column-half {
    grid-column: span 2 / span 2;
}

.footer-column-full {
    grid-column: span 4 / span 4;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-height: 60px;
    width: auto;
}

.footer-about {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-contact-info {
    margin-bottom: 20px;
}

.footer-contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.footer-contact-info i {
    width: 20px;
    margin-right: 10px;
}

.footer-widget-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.social-icons a {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* 
 * 10. Back to Top Button
 */
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #27ae60;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background-color: #219653;
    color: #fff;
}

/* 
 * 11. Page Header
 */
.page-header {
    background-color: #f9f9f9;
    padding: 80px 0;
    text-align: center;
    margin-bottom: 80px;
}

.page-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.archive-description {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
}

/* 
 * 12. Blog Styles
 */
.blog-area {
    padding-bottom: 100px;
}

.blog-grid {
    margin: 0 -15px;
}

.blog-grid .post {
    margin-bottom: 30px;
    padding: 0 15px;
}

.blog-list .post {
    margin-bottom: 40px;
}

.post-thumbnail {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.post:hover .post-thumbnail img {
    transform: scale(1.1);
}

.post-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #27ae60;
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.post-category a {
    color: #fff;
}

.post-meta {
    margin-bottom: 15px;
    color: #666;
    font-size: 14px;
}

.post-meta span {
    margin-right: 15px;
}

.post-meta i {
    margin-right: 5px;
    color: #27ae60;
}

.post-title {
    font-size: 24px;
    margin-bottom: 15px;
}

.post-title a {
    color: #333;
    transition: all 0.3s ease;
}

.post-title a:hover {
    color: #27ae60;
}

.post-excerpt {
    margin-bottom: 20px;
}

.read-more {
    font-weight: 600;
    color: #27ae60;
    transition: all 0.3s ease;
}

.read-more i {
    margin-left: 5px;
    transition: all 0.3s ease;
}

.read-more:hover {
    color: #219653;
}

.read-more:hover i {
    transform: translateX(5px);
}

.blog-pagination {
    text-align: center;
    margin-top: 50px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background-color: #27ae60;
    color: #fff;
}

.blog-pagination .prev,
.blog-pagination .next {
    width: auto;
    padding: 0 20px;
}

/* 
 * 13. Sidebar Styles
 */
.widget {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.widget-title:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #27ae60;
}

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

.widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget ul li a {
    color: #333;
    transition: all 0.3s ease;
    display: block;
}

.widget ul li a:hover {
    color: #27ae60;
    padding-left: 5px;
}

.search-form {
    position: relative;
}

.search-form .search-field {
    width: 100%;
    padding: 10px 50px 10px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none;
}

.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #27ae60;
    color: #fff;
    border: none;
    padding: 0 15px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-form .search-


submit:hover {
    background-color: #219653;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li {
    padding-left: 25px;
    position: relative;
}

.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before {
    content: '\f15c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
}

.widget_recent_comments ul li:before {
    content: '\f086';
}

.widget_categories ul li,
.widget_archive ul li {
    padding-left: 25px;
    position: relative;
}

.widget_categories ul li:before,
.widget_archive ul li:before {
    content: '\f07b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #27ae60;
}

.widget_archive ul li:before {
    content: '\f073';
}

.tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.tagcloud a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 30px;
    font-size: 13px !important;
    color: #666;
    margin: 0 5px 10px 0;
    transition: all 0.3s ease;
}

.tagcloud a:hover {
    background-color: #27ae60;
    border-color: #27ae60;
    color: #fff;
}

.widget_calendar table {
    width: 100%;
    text-align: center;
}

.widget_calendar caption {
    margin-bottom: 10px;
    font-weight: 600;
}

.widget_calendar th,
.widget_calendar td {
    padding: 5px;
}

.widget_calendar #today {
    background-color: #27ae60;
    color: #fff;
    border-radius: 3px;
}

/* 
 * 14. Single Post
 */
.single-post .post-thumbnail {
    margin-bottom: 30px;
}

.single-post .post-title {
    font-size: 36px;
}

.single-post .post-content {
    margin-bottom: 40px;
}

.post-tags {
    margin-bottom: 40px;
}

.post-tags span {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}

.post-tags a {
    display: inline-block;
    padding: 5px 15px;
    background-color: #f9f9f9;
    border-radius: 30px;
    font-size: 13px;
    color: #666;
    margin: 0 5px 10px 0;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background-color: #27ae60;
    color: #fff;
}

.post-share {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.post-share span {
    margin-right: 20px;
    font-weight: 600;
}

.post-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    transition: all 0.3s ease;
}

.post-share a.facebook {
    background-color: #3b5998;
}

.post-share a.twitter {
    background-color: #55acee;
}

.post-share a.linkedin {
    background-color: #0077b5;
}

.post-share a.pinterest {
    background-color: #bd081c;
}

.post-share a.whatsapp {
    background-color: #25d366;
}

.post-share a:hover {
    opacity: 0.8;
}

.author-box {
    display: flex;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}

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

.author-content {
    flex: 1;
}

.author-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.author-content p {
    margin-bottom: 10px;
}

.author-social a {
    display: inline-block;
    margin-right: 15px;
    color: #666;
    transition: all 0.3s ease;
}

.author-social a:hover {
    color: #27ae60;
}

.related-posts {
    margin-bottom: 40px;
}

.related-posts h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.related-post {
    margin-bottom: 30px;
}

.related-post-thumbnail {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.related-post-thumbnail img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}

.related-post:hover .related-post-thumbnail img {
    transform: scale(1.1);
}

.related-post-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.related-post-title a {
    color: #333;
    transition: all 0.3s ease;
}

.related-post-title a:hover {
    color: #27ae60;
}

.comment-respond {
    margin-bottom: 40px;
}

.comment-reply-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.comment-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comment-form input[type="submit"] {
    padding: 12px 30px;
    background-color: #27ae60;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.comment-form input[type="submit"]:hover {
    background-color: #219653;
}

.comments-area {
    margin-bottom: 40px;
}

.comments-title {
    font-size: 24px;
    margin-bottom: 30px;
}

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

.comment-list li {
    margin-bottom: 30px;
}

.comment-body {
    position: relative;
    padding-left: 80px;
}

.comment-author {
    margin-bottom: 10px;
}

.comment-author .avatar {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-author .fn {
    font-weight: 600;
    font-style: normal;
}

.comment-metadata {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.comment-metadata a {
    color: #666;
}

.comment-content {
    margin-bottom: 10px;
}

.reply {
    font-size: 14px;
    font-weight: 600;
}

.reply a {
    color: #27ae60;
}

.children {
    list-style: none;
    padding-left: 80px;
    margin-top: 30px;
}

/* 
 * 15. Contact Page
 */
.contact-section {
    padding: 100px 0;
}

.contact-info-box {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-info-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.contact-info-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #27ae60;
    color: #fff;
    font-size: 30px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.contact-info-content {
    text-align: center;
}

.contact-info-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info-content p {
    margin-bottom: 0;
}

.contact-form-wrapper {
    background-color: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
}

.contact-form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #fff;
}

.contact-form textarea {
    height: 150px;
}

.contact-form button {
    padding: 12px 30px;
    background-color: #27ae60;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form button:hover {
    background-color: #219653;
}

.contact-map {
    height: 400px;
    margin-top: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 
 * 16. 404 Page
 */
.error-section {
    padding: 100px 0;
    text-align: center;
}

.error-title {
    font-size: 150px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    color: #27ae60;
}

.error-subtitle {
    font-size: 30px;
    margin-bottom: 30px;
}

.error-text {
    max-width: 600px;
    margin: 0 auto 30px;
}

.error-image {
    max-width: 400px;
    margin: 0 auto 50px;
}

.error-image img {
    width: 100%;
    height: auto;
}

.error-search {
    max-width: 500px;
    margin: 0 auto 30px;
}

/* 
 * 17. Preloader
 */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 80px;
    height: 80px;
    position: relative;
}

.loader img {
    max-width: 100%;
    height: auto;
    animation: pulse 1s infinite alternate;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* 
 * 18. Responsive Styles
 */
@media screen and (max-width: 1199px) {
    .banner-title {
        font-size: 50px;
    }
    
    .book-content {
        padding: 20px;
    }
    
    .book-title {
        font-size: 18px;
    }
    
    .newsletter-form {
        padding: 30px;
    }
    
    .newsletter-form h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 80px 0 60px;
    }
    
    .banner-title {
        font-size: 40px;
    }
    
    .about-section {
        padding: 80px 0;
    }
    
    .about-content {
        margin-bottom: 40px;
    }
    
    .about-content h2 {
        font-size: 32px;
    }
    
    .section-title h2 {
        font-size: 32px;
    }
    
    .newsletter-content {
        flex-direction: column;
    }
    
    .newsletter-image,
    .newsletter-form {
        width: 100%;
    }
    
    .newsletter-image {
        display: none;
    }
    
    .footer-widgets {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-column-fourth {
        grid-column: span 1 / span 1;
    }
    
    .menu-toggle {
        display: flex;
    }
    
    .main-navigation {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(20px);
        transition: all 0.3s ease;
    }
    
    .main-navigation.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .main-navigation ul {
        flex-direction: column;
    }
    
    .main-navigation ul li {
        margin: 0 0 10px;
    }
    
    .main-navigation .sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        padding: 10px 0 10px 15px;
    }
    
    .dropdown-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
    }
    
    .dropdown-toggle.active i {
        transform: rotate(180deg);
    }
    
    .single-post .post-title {
        font-size: 28px;
    }
    
    .author-box {
        flex-direction: column;
        text-align: center;
    }
    
    .author-image {
        margin: 0 auto 20px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        text-align: center;
    }
    
    .banner-title {
        font-size: 36px;
    }
    
    .banner-content {
        margin-bottom: 40px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .about-section,
    .books-section,
    .events-section,
    .testimonials-section,
    .newsletter-section,
    .contact-section {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .event-item {
        flex-direction: column;
    }
    
    .event-date {
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .event-day,
    .event-month,
    .event-year {
        margin: 0 5px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
    }
    
    .footer-column-half {
        grid-column: span 1 / span 1;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .social-icons {
        margin-top: 20px;
    }
    
    .social-icons a {
        margin: 0 10px;
    }
    
    .page-header {
        padding: 60px 0;
        margin-bottom: 60px;
    }
    
    .page-title {
        font-size: 32px;
    }
    
    .post-share {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .post-share span {
        margin-bottom: 10px;
    }
    
    .children {
        padding-left: 20px;
    }
    
    .error-title {
        font-size: 100px;
    }
    
    .error-subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .banner-title {
        font-size: 32px;
    }
    
    .banner-search button {
        position: static;
        width: 100%;
        margin-top: 10px;
        height: auto;
    }
    
    .counter-section {
        padding: 60px 0;
    }
    
    .counter-number {
        font-size: 32px;
    }
    
    .testimonial-item {
        padding: 20px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
    }
    
    .testimonial-image {
        margin: 0 auto 20px;
    }
    
    .newsletter-form {
        padding: 20px;
    }
    
    .newsletter-form h2 {
        font-size: 24px;
    }
    
    .single-post .post-title {
        font-size: 24px;
    }
    
    .contact-info-box,
    .contact-form-wrapper {
        padding: 20px;
    }
    
    .error-title {
        font-size: 80px;
    }
}


/* Etkinlikler bölümü için yan yana düzen */
.events-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.event-item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
}

/* Referanslar bölümü için yan yana düzen */
.testimonials-carousel {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.testimonial-item {
    flex: 0 0 calc(33.333% - 30px);
    max-width: calc(33.333% - 30px);
    margin: 0 15px 30px;
}

/* Kitaplar bölümü için yan yana düzen */
.books-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.book-item {
    flex: 0 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin: 0 15px 30px;
}

/* Responsive düzenlemeler */
@media (max-width: 991.98px) {
    .testimonial-item {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
    
    .book-item {
        flex: 0 0 calc(33.333% - 30px);
        max-width: calc(33.333% - 30px);
    }
}

@media (max-width: 767.98px) {
    .event-item {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
    
    .testimonial-item,
    .book-item {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
    }
}

@media (max-width: 575.98px) {
    .testimonial-item,
    .book-item {
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
    }
}