.domain-logo {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.domain-title {
    font-size: 2.5rem;
    font-weight: 600;
}

.price-tag {
    font-size: 1.8rem;
    font-weight: 700;
}

.category-badge {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #61197C;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.3s;
    text-decoration: none;
    color: white !important;
    cursor: pointer;
    border: none;
}

.categories-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-feature {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 0.9rem;
    color: #495057;
}

    .category-feature .feature-icon {
        margin-right: 6px;
        color: #6c757d;
        font-size: 0.9rem;
    }

/* Ensure consistent styling with other feature items */
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #495057;
}

    .feature-item .feature-icon {
        margin-right: 10px;
        color: #007bff;
        font-size: 1.1rem;
        width: 20px;
    }

.category-badge:hover {
    background-color: #e2e6ea;
    transform: translateY(-2px);
}

.category-badge.selected {
    background-color: lightgray !important;
    color: #61197C !important;
}

.domain-description {
    font-size: 1.1rem;
    line-height: 1.7;
}

.file-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

    .file-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }

.file-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.action-btn {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
}

.main-content {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.related-domains {
    overflow-x: auto;
    white-space: nowrap;
    padding: 1rem 0;
}

.related-domain-card {
    display: inline-block;
    width: 280px;
    margin-right: 1.5rem;
    vertical-align: top;
    white-space: normal;
}

.status-available {
    background-color: #28a745;
}

.status-sold {
    background-color: #dc3545;
}

.status-auction {
    background-color: #ffc107;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #61197C !important;
}

.breadcrumb-item.active {
    font-weight: 600;
}

.features-section {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 1.5rem;
}

.feature-item {
    margin-bottom: 1rem;
}

.feature-icon {
    color: #61197C !important;
    margin-right: 0.5rem;
}
/* Minimal Related Domains Carousel - Keep original layout, only add arrows */
.related-image-container {
    position: relative;
    overflow: hidden;
}

    .related-image-container .card-img-top {
        transition: transform 0.3s ease;
    }

    .related-image-container:hover .card-img-top {
        transform: scale(1.02);
    }

/* Only left/right arrows - minimal styling */
.related-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #681c7c;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.related-image-container:hover .related-control {
    opacity: 1;
}

.carousel-control-prev.related-control {
    left: 8px;
}

.carousel-control-next.related-control {
    right: 8px;
}

.related-control:hover {
    background: #681c7c;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.related-control svg {
    width: 14px;
    height: 14px;
}
/* Modern Carousel Styles for Domain Details */
.domain-preview {
    max-width: 100%;
    margin: 0 auto;
}

.modern-carousel {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
}

.carousel-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 12px;
    transition: transform 0.3s ease;
}

    .carousel-image:hover {
        transform: scale(1.02);
    }

/* Modern Indicators */
.modern-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    z-index: 15;
}

    .modern-indicators button {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.5);
        background-color: transparent;
        margin: 0 4px;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

        .modern-indicators button.active,
        .modern-indicators button:hover {
            background-color: #681c7c;
            border-color: #681c7c;
            opacity: 1;
            transform: scale(1.2);
        }

/* Modern Controls */
.modern-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #681c7c;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modern-carousel:hover .modern-control {
    opacity: 1;
}

.carousel-control-prev.modern-control {
    left: 15px;
}

.carousel-control-next.modern-control {
    right: 15px;
}

.modern-control:hover {
    background: #681c7c;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.modern-control svg {
    width: 20px;
    height: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel-image {
        height: 250px;
    }

    .modern-control {
        width: 40px;
        height: 40px;
    }

        .modern-control svg {
            width: 18px;
            height: 18px;
        }

    .carousel-control-prev.modern-control {
        left: 10px;
    }

    .carousel-control-next.modern-control {
        right: 10px;
    }
}

/* Domain logo specific adjustments */
.domain-logo.carousel-image {
    border-radius: 12px;
    border: 3px solid #f8f9fa;
}

/* Animation for carousel transitions */
.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev {
    display: block;
}

    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
        transform: translateX(100%);
    }

    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
        transform: translateX(-100%);
    }
