.about-section-elegant {
    padding: 100px 0;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.about-section-elegant::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: linear-gradient(135deg, rgba(82, 33, 19, 0.05) 0%, rgba(139, 58, 31, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
}

.about-section-elegant::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(139, 58, 31, 0.05) 0%, rgba(82, 33, 19, 0.05) 100%);
    border-radius: 50%;
    z-index: 0;
}

.about-section-elegant .container {
    position: relative;
    z-index: 1;
}

/* Image Section */
.about-image-container {
    position: relative;
}

.about-main-image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.6s ease;
}

.about-main-image:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 30px 80px rgba(82, 33, 19, 0.3);
}

.about-main-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.6s ease;
}

.about-main-image:hover img {
    transform: scale(1.05);
}

.about-image-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(82, 33, 19, 0.5);
    z-index: 2;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
}

.about-image-badge .badge-number {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
}

.about-image-badge .badge-text {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
}

.about-decoration-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.shape-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
}

.shape-circle-1 {
    width: 120px;
    height: 120px;
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    top: -30px;
    left: -30px;
    animation: pulse 4s ease-in-out infinite;
}

.shape-circle-2 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #8B3A1F 0%, #522113 100%);
    bottom: 50px;
    left: -20px;
    animation: pulse 3s ease-in-out infinite 1s;
}

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

/* Content Section */
.about-content-container {
    padding-right: 30px;
}

.about-section-label {
    display: inline-block;
    padding: 10px 25px;
    background: linear-gradient(135deg, rgba(82, 33, 19, 0.1) 0%, rgba(139, 58, 31, 0.1) 100%);
    border: 2px solid #522113;
    border-radius: 50px;
    color: #522113;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.about-main-title {
    font-size: 3rem;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 15px;
}

.about-main-title .gradient-text {
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: #522113;
    margin-bottom: 25px;
}

.about-text-content {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.9;
    margin-bottom: 35px;
}

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

/* Features List */
.about-features-list {
    margin-bottom: 35px;
}

.feature-item-elegant {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-item-elegant:hover {
    background: #fff;
    border-color: #522113;
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(82, 33, 19, 0.15);
}

.feature-icon-elegant {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
}

.feature-item-elegant:hover .feature-icon-elegant {
    transform: rotate(360deg) scale(1.1);
}

.feature-text-elegant {
    flex: 1;
}

.feature-text-elegant h5 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.feature-text-elegant p {
    font-size: 0.95rem;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Stats Section */
.about-stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 35px;
}

.stat-box-elegant {
    flex: 1;
    padding: 25px;
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    border-radius: 15px;
    text-align: center;
    color: #fff;
    box-shadow: 0 10px 30px rgba(82, 33, 19, 0.3);
    transition: all 0.3s ease;
}

.stat-box-elegant:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(82, 33, 19, 0.5);
}

.stat-box-elegant .stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 5px;
}

.stat-box-elegant .stat-label {
    font-size: 1rem;
    font-weight: 600;
    opacity: 0.9;
}

/* Action Buttons */
.about-actions-elegant {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-about-elegant {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.btn-about-primary {
    background: linear-gradient(135deg, #522113 0%, #8B3A1F 100%);
    color: #fff;
    box-shadow: 0 10px 30px rgba(82, 33, 19, 0.4);
}

.btn-about-primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-about-primary:hover::before {
    width: 300px;
    height: 300px;
}

.btn-about-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(82, 33, 19, 0.6);
    color: #fff;
}

.btn-about-secondary {
    background: transparent;
    color: #522113;
    border: 2px solid #522113;
}

.btn-about-secondary:hover {
    background: #522113;
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(82, 33, 19, 0.3);
}

.btn-about-elegant i {
    transition: transform 0.3s ease;
}

.btn-about-elegant:hover i {
    transform: translateX(-5px);
}

/* Responsive */
@media (max-width: 991px) {
    .about-section-elegant {
        padding: 70px 0;
    }
    
    .about-main-title {
        font-size: 2.5rem;
    }
    
    .about-content-container {
        padding-right: 0;
        margin-top: 50px;
    }
    
    .about-main-image {
        transform: perspective(1000px) rotateY(0deg);
    }
}

@media (max-width: 767px) {
    .about-main-title {
        font-size: 2rem;
    }
    
    .about-subtitle {
        font-size: 1.2rem;
    }
    
    .about-stats-row {
        flex-direction: column;
    }
    
    .about-actions-elegant {
        flex-direction: column;
    }
    
    .btn-about-elegant {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .about-section-elegant {
        padding: 50px 0;
    }
    
    .about-image-badge {
        bottom: 15px;
        right: 15px;
        padding: 20px;
    }
    
    .about-image-badge .badge-number {
        font-size: 2rem;
    }
}
