    /* ----------------------------------------------------------
    :: Template Name: Studio - Creative Photography Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Version: 1.0.0
    :: Created: 31 January 2018
    :: Last Updated: 31 January 2018
    ---------------------------------------------------------- */

    /* ============ PLACE YOUR CUSTOM CSS HERE ============ */

    /* Fix for passive event listener warnings */
    body, html {
        touch-action: pan-y;
    }

    .owl-carousel, .gallery_area, .portfolio-column {
        touch-action: pan-y;
    }

    /* Prevent default touch behaviors on interactive elements */
    .owl-stage, .owl-item {
        touch-action: pan-y;
    }

    /* Fix for drag and touch events */
    img {
        touch-action: none;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
    }

    /* Admin page styles */
    .image-preview-item {
        border: 2px solid transparent;
        padding: 10px;
        border-radius: 8px;
        transition: all 0.3s ease;
        text-align: center;
    }

    .image-preview-item.selected {
        border-color: #007bff;
        background-color: #f8f9fa;
    }

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

    .banner-selection {
        margin-top: 8px;
    }

    .banner-selection input[type="radio"] {
        margin-right: 5px;
    }

    .artist-item {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }

    .banner-image-preview {
        border: 2px solid #28a745;
        padding: 15px;
        border-radius: 8px;
        background-color: #f8fff9;
    }

    .image-item-admin {
        position: relative;
    }

    .badge {
        font-size: 0.7em;
        margin-top: 5px;
    }

    /* Career Management Styles */
    .career-section {
        border: 1px solid #dee2e6;
        border-radius: 8px;
        padding: 20px;
        background-color: #f8f9fa;
    }

    .career-category {
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 15px;
        background-color: white;
    }

    .career-category h5 {
        color: #495057;
        margin-bottom: 15px;
        padding-bottom: 8px;
        border-bottom: 2px solid #007bff;
    }

    .career-year-item {
        border: 1px solid #e9ecef;
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #fdfdfe;
    }

    .career-year-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .career-year-input {
        width: 100px;
        margin-right: 10px;
    }

    .career-work-item {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
    }

    .career-work-input {
        flex: 1;
        margin-right: 10px;
    }

    .btn-remove {
        background-color: #dc3545;
        border-color: #dc3545;
        color: white;
        padding: 2px 8px;
        font-size: 12px;
    }

    .btn-remove:hover {
        background-color: #c82333;
        border-color: #bd2130;
    }

    .add-work-btn {
        font-size: 12px;
        padding: 2px 8px;
    }

    /* Image Upload Sections */
    .image-upload-section {
        border: 1px solid #dee2e6;
        border-radius: 6px;
        padding: 15px;
        margin-bottom: 15px;
        background-color: #f8f9fa;
    }

    .image-upload-section label {
        font-weight: 600;
        color: #495057;
    }

    .image-preview img {
        border: 2px solid #007bff;
        border-radius: 4px;
    }

    /* Banner Selection Styles */
    .banner-selection-grid {
        max-height: 200px;
        overflow-y: auto;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        padding: 10px;
        background-color: white;
    }

    .banner-selection-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        padding: 5px;
        border-radius: 4px;
        cursor: pointer;
    }

    .banner-selection-item:hover {
        background-color: #f8f9fa;
    }

    .banner-selection-item input[type="radio"] {
        margin-right: 8px;
    }

    .banner-selection-item img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 4px;
        margin-right: 8px;
    }

    .banner-selection-item.selected {
        background-color: #e3f2fd;
        border: 1px solid #2196f3;
    }

    #image-preview-grid .image-item {
        position: relative;
        margin-bottom: 15px;
    }

    #image-preview-grid .image-item img {
        width: 100%;
        max-width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 8px;
    }

    .banner-badge {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 10px;
        padding: 2px 6px;
    }

    .home-banner-badge {
        background-color: #28a745;
    }

    .artists-banner-badge {
        background-color: #007bff;
    }

    /* Artist Profile Page Styles */
    .artist-profile-area {
        min-height: calc(100vh - 100px);
    }

    .artist-image-slideshow {
        min-height: 100vh;
        position: relative;
    }

    .artist-image-slideshow .carousel-item {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .artist-image-slideshow .carousel-item img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .artist-profile-content {
        background-color: rgba(255, 255, 255, 0.95);
        min-height: 100vh;
        padding: 60px 0;
    }

    .artist-name {
        color: #333;
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .artist-short-intro {
        color: #666;
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .career-title {
        color: #333;
        font-weight: 600;
        border-bottom: 2px solid #007bff;
        padding-bottom: 10px;
        margin-bottom: 2rem;
    }

    .career-category {
        margin-bottom: 2rem;
    }

    .career-category-title {
        color: #495057;
        font-weight: 600;
        font-size: 1.1rem;
        margin-bottom: 1rem;
        padding: 8px 15px;
        background-color: #f8f9fa;
        border-left: 4px solid #007bff;
    }

    .career-year-group {
        margin-bottom: 1.5rem;
        padding-left: 20px;
    }

    .career-year {
        color: #666;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 0.5rem;
    }

    .career-works {
        list-style: none;
        padding-left: 20px;
        margin-bottom: 0;
    }

    .career-works li {
        color: #555;
        margin-bottom: 0.3rem;
        position: relative;
    }

    .career-works li:before {
        content: "•";
        color: #007bff;
        font-weight: bold;
        position: absolute;
        left: -15px;
    }

    .back-to-portfolio .btn {
        padding: 12px 30px;
        font-weight: 600;
    }

    /* Responsive Design */
    @media (max-width: 991px) {
        .artist-image-slideshow {
            min-height: 50vh;
        }

        .artist-image-slideshow .carousel-item img {
            height: 50vh;
        }

        .artist-profile-content {
            min-height: auto;
            padding: 40px 0;
        }

        .artist-name {
            font-size: 2rem;
        }

        .artist-short-intro {
            font-size: 1.1rem;
        }
    }

    @media (max-width: 767px) {
        .artist-profile-content .p-5 {
            padding: 2rem !important;
        }

        .artist-name {
            font-size: 1.8rem;
        }

                 .artist-short-intro {
             font-size: 1rem;
         }
     }

    /* Portfolio Gallery Artist Profile Link */
    .hover_overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .hover_overlay .artist_profile {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.9);
        color: #333;
        border-radius: 50%;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .hover_overlay .artist_profile:hover {
        background-color: #007bff;
        color: white;
        transform: scale(1.1);
        text-decoration: none;
    }

    .hover_overlay .artist_profile i {
        font-size: 18px;
    }

    /* Header DateTime Display */
    .header-datetime {
        display: flex;
        align-items: center;
        margin-left: 20px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Arial', sans-serif;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .header-datetime span {
        background: transparent;
        padding: 5px 10px;
        border-radius: 5px;
        border: none;
    }

    /* Portfolio filtering styles */
    .column_single_gallery_item {
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .column_single_gallery_item.hidden {
        display: none !important;
    }

    .portfolio-menu .btn {
        margin: 5px;
        transition: all 0.3s ease;
    }

    .portfolio-menu .btn.active {
        background-color: #007bff;
        color: white;
        border-color: #007bff;
    }