/*

Theme Name: Özlem Kamis Beauty - Kurumsal Websitesi

Theme URI: https://ozlemkamisbeauty.com/

Author: Furkan Bayrak by Reva Dijital

Author URI: https://revadijital.com/

Description: Özlem Kamis Beauty için özel olarak tasarlanmış modern ve şık bir kurumsal web teması.

Version: 1.0.0

Tested up to: 6.7

Requires at least: 6.0

Requires PHP: 7.4

Text Domain: proje-slug

Tags: eskisehir-guzellik, beauty, eskisehir, guzellik

*/



/* Global Styles */

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-family: 'Poppins', sans-serif;

    line-height: 1.6;

    color: #333;

}



/* Smooth Scrolling */

html {

    scroll-behavior: smooth;

}



/* Navbar Styles */

.navbar {

    backdrop-filter: blur(10px);

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

}



.navbar-brand {

    font-size: 1.5rem;

    color: #fff !important;

}



.navbar-brand img {

    height: 60px;

    width: auto;

}



.navbar-nav .nav-link {

    font-weight: 500;

    margin: 0 10px;

    transition: color 0.3s ease;

    position: relative;

}



.navbar-nav .nav-link:hover,

.navbar-nav .nav-link.active {

    color: #c18f2f !important;

}



.navbar-nav .nav-link::after {

    content: '';

    position: absolute;

    width: 0;

    height: 2px;

    bottom: -5px;

    left: 50%;

    background-color: #c18f2f;

    transition: all 0.3s ease;

    transform: translateX(-50%);

}



.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after {

    width: 100%;

}



/* Hero Section */

.hero-section {

    padding-top: 100px;

    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

    min-height: 100vh;

    display: flex;

    align-items: center;

}



.hero-content h1 {

    color: #212529;

    margin-bottom: 1.5rem;

}



.hero-content .text-primary {

    color: #c18f2f !important;

}



.hero-content p {

    font-size: 1.1rem;

    color: #6c757d;

    margin-bottom: 2rem;

}



.hero-buttons .btn {

    padding: 12px 30px;

    font-weight: 600;

    border-radius: 50px;

    transition: all 0.3s ease;

    text-decoration: none;

}



.hero-buttons .btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);

}



.hero-image {

    text-align: center;

}



.hero-image img {

    text-align: center;

    max-height: 600px;

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.hero-image img:hover {

    transform: scale(1.02);

}



/* Services Preview Section */

.services-preview {

    padding: 80px 0;

}



.service-card {

    background: white;

    border-radius: 15px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

    border: 1px solid #f0f0f0;

}



.service-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

}



.service-icon i {

    transition: all 0.3s ease;

}



.service-card:hover .service-icon i {

    transform: scale(1.1);

    color: #b8860b !important;

}



.service-card h4 {

    color: #212529;

    margin-bottom: 1rem;

    font-weight: 600;

}



/* Team Section */

.team-section {

    padding: 80px 0;

    background: #f8f9fa;

}



.team-carousel .carousel-item {

    padding: 2rem 0;

}



.team-card {

    transition: all 0.3s ease;

    background: white;

    border-radius: 15px;

    padding: 2rem;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    margin: 0 1rem;

}



.team-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

}



.team-image {

    width: 200px;

    height: 200px;

    margin: 0 auto;

    overflow: hidden;

    border-radius: 50%;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

}



.team-image:hover {

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);

}



.team-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.3s ease;

}



.team-image:hover img {

    transform: scale(1.1);

}



.team-card h4 {

    color: #212529;

    margin-bottom: 0.5rem;

    font-weight: 600;

}



/* Team Carousel Controls */

.team-carousel .carousel-control-prev,

.team-carousel .carousel-control-next {

    width: 5%;

    opacity: 0.8;

}



.team-carousel .carousel-control-prev:hover,

.team-carousel .carousel-control-next:hover {

    opacity: 1;

}



.team-carousel .carousel-control-prev-icon,

.team-carousel .carousel-control-next-icon {

    background-color: #c18f2f;

    border-radius: 50%;

    width: 40px;

    height: 40px;

}



.team-carousel .carousel-indicators {

    margin-bottom: -2rem;

}



.team-carousel .carousel-indicators button {

    background-color: #c18f2f;

    width: 10px;

    height: 10px;

    border-radius: 50%;

}



/* CTA Section */

.cta-section {

    background: linear-gradient(135deg, #212529 0%, #343a40 100%);

}



.cta-section .btn {

    padding: 12px 30px;

    font-weight: 600;

    border-radius: 50px;

    transition: all 0.3s ease;

}



.cta-section .btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4);

}



/* Footer */

.footer {

    background: #212529 !important;

    border-top: 3px solid #c18f2f;

}



.social-links a {

    font-size: 1.2rem;

    transition: all 0.3s ease;

}



.social-links a:hover {

    color: #c18f2f !important;

    transform: translateY(-2px);

}



/* Floating Button */

.floating-btn {

    position: fixed;

    bottom: 30px;

    right: 30px;

    z-index: 1000;

}



.floating-btn .btn {

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.5rem;

    box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3);

    transition: all 0.3s ease;

    animation: pulse 2s infinite;

}



.floating-btn .btn:hover {

    transform: scale(1.1);

    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);

}



@keyframes pulse {

    0% {

        box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3);

    }



    50% {

        box-shadow: 0 5px 20px rgba(0, 123, 255, 0.6);

    }



    100% {

        box-shadow: 0 5px 20px rgba(0, 123, 255, 0.3);

    }

}



/* Responsive Design */

@media (max-width: 768px) {

    .hero-section {

        padding-top: 80px;

        text-align: center;

    }



    .hero-content h1 {

        font-size: 2.5rem;

    }



    .hero-buttons {

        margin-top: 2rem;

    }



    .hero-buttons .btn {

        display: block;

        width: 100%;

        margin-bottom: 1rem;

    }



    .services-preview,

    .team-section {

        padding: 60px 0;

    }



    .team-image {

        width: 150px;

        height: 150px;

    }



    .floating-btn {

        bottom: 20px;

        right: 20px;

    }



    .floating-btn .btn {

        width: 50px;

        height: 50px;

        font-size: 1.2rem;

    }

}



@media (max-width: 576px) {

    .hero-content h1 {

        font-size: 2rem;

    }



    .hero-content p {

        font-size: 1rem;

    }



    .service-card,

    .team-card {

        margin-bottom: 2rem;

    }

}



/* Custom Animations */

.fade-in {

    opacity: 0;

    transform: translateY(30px);

    transition: all 0.6s ease;

}



.fade-in.visible {

    opacity: 1;

    transform: translateY(0);

}



/* Dark Theme Elements */

.bg-dark {

    background-color: #212529 !important;

}



.text-dark {

    color: #212529 !important;

}



/* Custom Button Styles */

.btn-primary {

    background: linear-gradient(135deg, #c18f2f 0%, #b8860b 100%);

    border: none;

    font-weight: 600;

}



.btn-primary:hover {

    background: linear-gradient(135deg, #b8860b 0%, #8b7355 100%);

    border: none;

}



.btn-outline-dark {

    border: 2px solid #212529;

    font-weight: 600;

}



.btn-outline-dark:hover {

    background-color: #212529;

    border-color: #212529;

}



/* Loading Animation */

.loading {

    opacity: 0;

    animation: fadeInUp 0.6s ease forwards;

}



@keyframes fadeInUp {

    from {

        opacity: 0;

        transform: translateY(30px);

    }



    to {

        opacity: 1;

        transform: translateY(0);

    }

}



/* Scroll Indicator */

.scroll-indicator {

    position: fixed;

    top: 0;

    left: 0;

    width: 0%;

    height: 3px;

    background: linear-gradient(90deg, #c18f2f, #b8860b);

    z-index: 9999;

    transition: width 0.3s ease;

}



/* Page Header Styles */

.page-header {

    padding: 120px 0 80px;

    background: linear-gradient(135deg, #212529 0%, #343a40 100%);

}



.min-vh-50 {

    min-height: 50vh;

}



/* About Page Styles */

.about-content {

    padding: 80px 0;

}



.about-stats h3 {

    font-size: 2.5rem;

    margin-bottom: 0.5rem;

}



.about-image img {

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.about-image img:hover {

    transform: scale(1.02);

}



/* Mission & Vision Cards */

.mission-card,

.vision-card {

    background: white;

    border-radius: 15px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

    border: 1px solid #f0f0f0;

}



.mission-card:hover,

.vision-card:hover {

    transform: translateY(-5px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);

}



/* Values Cards */

.value-card {

    transition: all 0.3s ease;

}



.value-card:hover {

    transform: translateY(-5px);

}



.value-icon i {

    transition: all 0.3s ease;

}



.value-card:hover .value-icon i {

    transform: scale(1.1);

    color: #b8860b !important;

}



/* Services Page Styles */

.service-category {

    margin-bottom: 4rem;

}



.service-item {

    transition: all 0.3s ease;

    border: 1px solid #e9ecef;

}



.service-item:hover {

    transform: translateX(10px);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);

    border-color: #c18f2f;

}



.price {

    font-size: 1.2rem;

}



.category-image img {

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.category-image img:hover {

    transform: scale(1.02);

}



/* Package Cards */

.package-card {

    transition: all 0.3s ease;

    border: 2px solid transparent;

}



.package-card:hover {

    transform: translateY(-10px);

    border-color: #c18f2f;

    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.15);

}



.package-price {

    margin-bottom: 1.5rem;

}



.package-features li {

    padding: 0.5rem 0;

    border-bottom: 1px solid #f8f9fa;

}



.package-features li:last-child {

    border-bottom: none;

}



/* Contact Page Styles */

.contact-form {

    background: white;

    padding: 2rem;

    border-radius: 15px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);

}



.contact-info {

    background: #f8f9fa;

    padding: 2rem;

    border-radius: 15px;

    height: fit-content;

}



.contact-item {

    padding: 1rem 0;

    border-bottom: 1px solid #e9ecef;

}



.contact-item:last-child {

    border-bottom: none;

}



.contact-icon {

    width: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

}



/* Form Styles */

.form-control,

.form-select {

    border-radius: 10px;

    border: 2px solid #e9ecef;

    padding: 12px 15px;

    transition: all 0.3s ease;

}



.form-control:focus,

.form-select:focus {

    border-color: #c18f2f;

    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);

}



.form-label {

    font-weight: 600;

    color: #495057;

    margin-bottom: 0.5rem;

}



/* Map Container */

.map-container {

    height: 400px;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

}



/* FAQ Styles */

.accordion-item {

    border: none;

    margin-bottom: 1rem;

    border-radius: 10px;

    overflow: hidden;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);

}



.accordion-button {

    background: #f8f9fa;

    border: none;

    font-weight: 600;

    padding: 1.25rem 1.5rem;

}



.accordion-button:not(.collapsed) {

    background: #c18f2f;

    color: white;

}



.accordion-button:focus {

    box-shadow: none;

    border: none;

}



.accordion-body {

    padding: 1.5rem;

    background: white;

}



/* Team Social Links */

.team-social a {

    font-size: 1.2rem;

    transition: all 0.3s ease;

}



.team-social a:hover {

    transform: translateY(-2px);

}



/* Additional Responsive Styles */

@media (max-width: 992px) {

    .service-category .row {

        flex-direction: column;

    }



    .service-category .col-lg-6.order-lg-2 {

        order: -1;

        margin-bottom: 2rem;

    }



    .contact-info {

        margin-top: 2rem;

    }

}



@media (max-width: 768px) {

    .page-header {

        padding: 100px 0 60px;

    }



    .about-stats h3 {

        font-size: 2rem;

    }



    .service-item {

        flex-direction: column;

        text-align: center;

    }



    .service-item .price {

        margin-top: 1rem;

    }



    .package-card {

        margin-bottom: 2rem;

    }



    .contact-form {

        padding: 1.5rem;

    }



    .contact-info {

        padding: 1.5rem;

    }

}



/* Loading States */

.btn.loading {

    position: relative;

    color: transparent;

}



.btn.loading::after {

    content: '';

    position: absolute;

    width: 16px;

    height: 16px;

    top: 50%;

    left: 50%;

    margin-left: -8px;

    margin-top: -8px;

    border: 2px solid #ffffff;

    border-radius: 50%;

    border-top-color: transparent;

    animation: spin 1s linear infinite;

}



@keyframes spin {

    to {

        transform: rotate(360deg);

    }

}



/* Success Messages */

.alert-success {

    border-radius: 10px;

    border: none;

    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);

    color: #155724;

}



.alert-danger {

    border-radius: 10px;

    border: none;

    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);

    color: #721c24;

}



/* Campaign Cards */

.campaigns-section {

    padding: 80px 0;

}



.campaigns-carousel,

.campaigns-multi-carousel {

    padding: 2rem 0;

}



.campaign-slide-wrapper {

    max-width: 500px;

    width: 100%;

    padding: 0 15px;

}



.campaign-card {

    transition: all 0.3s ease;

    border: 2px solid transparent;

    position: relative;

    min-height: 420px;

    display: flex;

    flex-direction: column;

}



.campaign-card:hover {

    transform: translateY(-10px);

    border-color: #c18f2f;

    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);

}



.campaign-badge {

    position: absolute;

    top: -10px;

    right: 15px;

    z-index: 10;

}



.campaign-badge .badge {

    font-size: 0.8rem;

    padding: 0.5rem 1rem;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);

}



.campaign-card h4 {

    font-size: 1.5rem;

    margin-top: 1rem;

}



.campaign-card ul {

    flex-grow: 1;

}



.campaign-card .btn {

    margin-top: auto;

}



/* Multi-Carousel Specific Styles */

.campaigns-multi-carousel .carousel-inner {

    padding: 1rem 0 3rem;

}



.campaigns-multi-carousel .row {

    margin: 0;

}



/* Campaigns Carousel Controls */

.campaigns-carousel .carousel-control-prev,

.campaigns-carousel .carousel-control-next,

.campaigns-multi-carousel .carousel-control-prev,

.campaigns-multi-carousel .carousel-control-next {

    width: 8%;

    opacity: 0.8;

    transition: opacity 0.3s ease;

}



.campaigns-carousel .carousel-control-prev:hover,

.campaigns-carousel .carousel-control-next:hover,

.campaigns-multi-carousel .carousel-control-prev:hover,

.campaigns-multi-carousel .carousel-control-next:hover {

    opacity: 1;

}



.campaigns-carousel .carousel-control-prev-icon,

.campaigns-carousel .carousel-control-next-icon,

.campaigns-multi-carousel .carousel-control-prev-icon,

.campaigns-multi-carousel .carousel-control-next-icon {

    background-color: #c18f2f;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    background-size: 60%;

    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);

}



.campaigns-carousel .carousel-indicators,

.campaigns-multi-carousel .carousel-indicators {

    margin-bottom: -2rem;

}



.campaigns-carousel .carousel-indicators button,

.campaigns-multi-carousel .carousel-indicators button {

    background-color: #c18f2f;

    width: 12px;

    height: 12px;

    border-radius: 50%;

    margin: 0 5px;

    opacity: 0.5;

    transition: all 0.3s ease;

}



.campaigns-carousel .carousel-indicators button.active,

.campaigns-multi-carousel .carousel-indicators button.active {

    opacity: 1;

    transform: scale(1.2);

}



/* Carousel Controls */

.carousel-control-prev,

.carousel-control-next {

    width: 5%;

    color: #c18f2f;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    background-color: #c18f2f;

    border-radius: 50%;

    width: 40px;

    height: 40px;

}



.carousel-indicators button {

    background-color: #c18f2f;

}



/* Campaigns Responsive Design */

@media (max-width: 768px) {

    .campaigns-section {

        padding: 60px 0;

    }



    .campaign-slide-wrapper {

        max-width: 100%;

        padding: 0 10px;

    }



    .campaign-card {

        min-height: 380px;

    }



    .campaign-card h4 {

        font-size: 1.3rem;

    }



    .campaigns-carousel .carousel-control-prev,

    .campaigns-carousel .carousel-control-next {

        width: 10%;

    }



    .campaigns-carousel .carousel-control-prev-icon,

    .campaigns-carousel .carousel-control-next-icon {

        width: 40px;

        height: 40px;

    }



    .campaigns-carousel .carousel-indicators {

        margin-bottom: -1.5rem;

    }



    .campaigns-carousel .carousel-indicators button {

        width: 10px;

        height: 10px;

    }

}



@media (max-width: 576px) {

    .campaigns-section {

        padding: 40px 0;

    }



    .campaign-slide-wrapper {

        padding: 0 5px;

    }



    .campaign-card {

        min-height: 360px;

        padding: 1.5rem !important;

    }



    .campaign-card h4 {

        font-size: 1.2rem;

        margin-bottom: 0.75rem !important;

    }



    .campaign-card p {

        font-size: 0.9rem;

        margin-bottom: 0.75rem !important;

    }



    .campaign-card ul li {

        font-size: 0.9rem;

    }



    .campaign-badge .badge {

        font-size: 0.7rem;

        padding: 0.4rem 0.8rem;

    }



    .campaigns-carousel .carousel-control-prev-icon,

    .campaigns-carousel .carousel-control-next-icon {

        width: 35px;

        height: 35px;

    }



    .campaigns-carousel .carousel-indicators button {

        width: 8px;

        height: 8px;

        margin: 0 3px;

    }

}



/* About Us Section Styles */

.about-us-section {

    padding: 80px 0;

}



.feature-item {

    transition: all 0.3s ease;

}



.feature-item:hover {

    transform: translateX(10px);

}



/* Contact Form Section */

.contact-form-section {

    padding: 80px 0;

}



.contact-form {

    transition: all 0.3s ease;

}



.contact-form:hover {

    transform: translateY(-5px);

    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);

}



/* Other Service Cards */

.other-service-card {

    transition: all 0.3s ease;

    border: 2px solid transparent;

}



.other-service-card:hover {

    transform: translateY(-10px);

    border-color: #c18f2f;

    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15);

}



.other-service-card .service-icon i {

    transition: all 0.3s ease;

}



.other-service-card:hover .service-icon i {

    transform: scale(1.1);

    color: #b8860b !important;

}



/* Service Section Styles */

.service-section {

    padding: 80px 0;

}



.service-content .feature-item {

    transition: all 0.3s ease;

    padding: 1rem;

    border-radius: 10px;

}



.service-content .feature-item:hover {

    background-color: #f8f9fa;

    transform: translateX(10px);

}



.service-image img {

    border-radius: 20px;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

    transition: transform 0.3s ease;

}



.service-image img:hover {

    transform: scale(1.02);

}



/* Gallery Styles */

.gallery-filter {

    border-bottom: 1px solid #e9ecef;

}



.filter-btn {

    border: 2px solid #c18f2f;

    color: #c18f2f;

    font-weight: 600;

    transition: all 0.3s ease;

}



.filter-btn:hover,

.filter-btn.active {

    background-color: #c18f2f;

    color: #fff;

    border-color: #c18f2f;

}



.gallery-grid {

    padding: 80px 0;

}



.gallery-item {

    transition: all 0.3s ease;

    opacity: 1;

    transform: scale(1);

}



.gallery-card {

    position: relative;

    overflow: hidden;

    border-radius: 15px;

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

    transition: all 0.3s ease;

}



.gallery-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);

}



.gallery-card img {

    width: 100%;

    height: 250px;

    object-fit: cover;

    transition: transform 0.3s ease;

}



.gallery-card:hover img {

    transform: scale(1.1);

}



.gallery-overlay {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(212, 175, 55, 0.8);

    display: flex;

    align-items: center;

    justify-content: center;

    opacity: 0;

    transition: all 0.3s ease;

}



.gallery-card:hover .gallery-overlay {

    opacity: 1;

}



.gallery-overlay i {

    font-size: 2rem;

    color: white;

    transform: scale(0.5);

    transition: transform 0.3s ease;

}



.gallery-card:hover .gallery-overlay i {

    transform: scale(1);

}



/* Responsive Gallery */

@media (max-width: 768px) {

    .gallery-card img {

        height: 200px;

    }



    .filter-buttons {

        text-align: center;

    }



    .filter-btn {

        margin-bottom: 0.5rem;

        font-size: 0.9rem;

    }

}



@media (max-width: 576px) {

    .gallery-card img {

        height: 180px;

    }



    .gallery-overlay i {

        font-size: 1.5rem;

    }

}



footer .reva img {

    height: 25px;

    width: auto;

    opacity: .4 !important;

    transition: .4s ease;

}



.foot-logo {

    padding: 30px;

}



.foot-logo img {

    height: 100px;

    width: auto;

}



.reva {

    padding-top: 30px;

}



footer .reva img:hover {

    opacity: 1 !important;

    transition: .4s ease;

}



.reva span {

    color: white;

    opacity: .4;

    font-size: 12px;

}



.kucukYazi {

    font-size: 12px;

    opacity: .6;

}



/* 404 Error Page Styles */

.error-404-section {

    padding-top: 100px;

    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

    min-height: 100vh;

    display: flex;

    align-items: center;

}



.error-code {

    position: relative;

}



.error-number {

    font-size: 10rem;

    font-weight: 900;

    color: #c18f2f;

    line-height: 1;

    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);

    display: inline-block;

    animation: float 3s ease-in-out infinite;

}



@keyframes float {



    0%,

    100% {

        transform: translateY(0px);

    }



    50% {

        transform: translateY(-20px);

    }

}



.error-title {

    color: #212529;

    font-size: 2.5rem;

}



.error-description {

    color: #6c757d;

    font-size: 1.1rem;

    line-height: 1.8;

}



.error-search {

    max-width: 500px;

    margin: 0 auto;

}



.error-search .input-group {

    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

    border-radius: 50px;

    overflow: hidden;

}



.error-search .form-control {

    border: none;

    padding: 15px 25px;

    font-size: 1rem;

    border-radius: 50px 0 0 50px;

}



.error-search .form-control:focus {

    box-shadow: none;

    border-color: transparent;

}



.error-search .btn {

    border-radius: 0 50px 50px 0;

    padding: 15px 30px;

    font-weight: 600;

}



.error-actions {

    margin-top: 2rem;

}



.error-actions .btn {

    padding: 12px 30px;

    font-weight: 600;

    border-radius: 50px;

    transition: all 0.3s ease;

}



.error-actions .btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);

}



.error-404-image {

    position: relative;

}



.error-illustration {

    position: relative;

    animation: bounce 2s ease-in-out infinite;

}



.error-illustration i {

    font-size: 15rem;

    color: #c18f2f;

    opacity: 0.3;

    display: inline-block;

}



@keyframes bounce {



    0%,

    100% {

        transform: translateY(0);

    }



    50% {

        transform: translateY(-30px);

    }

}



/* Popular Pages Section */

.popular-pages {

    padding: 80px 0;

}



.popular-page-card {

    transition: all 0.3s ease;

    border: 2px solid transparent;

}



.popular-page-card:hover {

    transform: translateY(-10px);

    border-color: #c18f2f;

    box-shadow: 0 20px 40px rgba(212, 175, 55, 0.15) !important;

}



.popular-page-card .page-icon i {

    transition: all 0.3s ease;

}



.popular-page-card:hover .page-icon i {

    transform: scale(1.1) rotate(5deg);

    color: #b8860b !important;

}



.popular-page-card h4 {

    color: #212529;

    font-size: 1.5rem;

}



.popular-page-card .btn {

    transition: all 0.3s ease;

}



.popular-page-card:hover .btn {

    background-color: #c18f2f;

    color: white;

    border-color: #c18f2f;

}



/* 404 Responsive Design */

@media (max-width: 992px) {

    .error-404-content {

        text-align: center !important;

        margin-top: 3rem;

    }



    .error-search {

        margin: 0 auto 2rem;

    }



    .error-actions {

        display: flex;

        flex-direction: column;

        align-items: center;

    }



    .error-actions .btn {

        width: 100%;

        max-width: 300px;

    }

}



@media (max-width: 768px) {

    .error-404-section {

        padding-top: 80px;

    }



    .error-number {

        font-size: 7rem;

    }



    .error-title {

        font-size: 2rem;

    }



    .error-description {

        font-size: 1rem;

    }



    .error-illustration i {

        font-size: 10rem;

    }



    .popular-pages {

        padding: 60px 0;

    }



    .popular-page-card {

        margin-bottom: 1.5rem;

    }

}



@media (max-width: 576px) {

    .error-number {

        font-size: 5rem;

    }



    .error-title {

        font-size: 1.75rem;

    }



    .error-illustration i {

        font-size: 8rem;

    }



    .error-search .form-control,

    .error-search .btn {

        padding: 12px 20px;

        font-size: 0.9rem;

    }



    .popular-page-card h4 {

        font-size: 1.25rem;

    }

}

/* Blog Page Styles */
.blog-section {
    padding: 80px 0;
}

.blog-card {
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.blog-card .blog-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.blog-card .blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.1);
}

.blog-card .card-title a {
    transition: color 0.3s ease;
}

.blog-card .card-title a:hover {
    color: #c18f2f !important;
}

.blog-meta {
    font-size: 0.9rem;
}

.blog-meta i {
    color: #c18f2f;
}

.blog-card .btn-outline-primary {
    border-color: #c18f2f;
    color: #c18f2f;
    transition: all 0.3s ease;
}

.blog-card .btn-outline-primary:hover {
    background-color: #c18f2f;
    border-color: #c18f2f;
    color: white;
}

/* Blog Pagination */
.pagination {
    gap: 0.5rem;
}

.pagination .page-link {
    border: 2px solid #c18f2f;
    color: #c18f2f;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination .page-link:hover {
    background-color: #c18f2f;
    color: white;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background-color: #c18f2f;
    border-color: #c18f2f;
    color: white;
}

.pagination .page-item.disabled .page-link {
    border-color: #e9ecef;
    color: #6c757d;
}

/* Blog Responsive Design */
@media (max-width: 768px) {
    .blog-section {
        padding: 60px 0;
    }

    .blog-card .blog-image {
        height: 200px;
    }

    .blog-card .card-title {
        font-size: 1.1rem;
    }

    .blog-meta {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .blog-section {
        padding: 40px 0;
    }

    .blog-card .blog-image {
        height: 180px;
    }

    .blog-card .card-body {
        padding: 1rem;
    }

    .pagination .page-link {
        padding: 0.4rem 0.8rem;
        font-size: 0.9rem;
    }
}