/* Enhanced About Section Styles - Production Ready */

/* Section Spacing Reduction */
.hs_about_indx_main_wrapper {
    padding: 40px 0 !important;
}

.hs_about_indx_main_wrapper + .hs_about_indx_main_wrapper {
    padding-top: 20px !important;
}

/* Heading and Subtitle Spacing */
.hs_about_heading_wrapper h1 {
    margin-bottom: 8px !important;
}

.hs_subtitle_line {
    margin: 8px 0 20px 0;
}

.hs_subtitle_line h3 {
    font-size: 17px !important;
    line-height: 1.4 !important;
    color: #777 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-style: italic;
}

@media (max-width: 768px) {
    .hs_subtitle_line h3 {
        font-size: 15px !important;
    }
}

/* Content Wrapper Spacing */
.hs_about_right_cont_wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.hs_about_right_cont_wrapper > p {
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
    color: #555 !important;
}

.hs_about_right_cont_wrapper > p:first-child {
    margin-top: 0 !important;
}

/* Highlight Enhancement */
.hs_about_right_cont_wrapper strong {
    color: #ff6b35 !important;
    font-weight: 600 !important;
}

/* Service List Styling */
.hs_service_list {
    margin: 20px 0;
}

.hs_service_item {
    margin-bottom: 15px;
    padding: 12px 0;
    border-left: 3px solid #ff6b35;
    padding-left: 15px;
}

.hs_service_item h4 {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #555 !important;
    margin: 0 !important;
    font-weight: 400 !important;
}

.hs_service_item strong {
    color: #ff6b35 !important;
    font-weight: 600 !important;
}

/* Experience Badge Enhancement */
.hs_about_experience_badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    animation: pulse 2s infinite;
}

.hs_about_experience_badge h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 3px 0;
    line-height: 1;
}

.hs_about_experience_badge p {
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

/* Content Wrapper Spacing */
.hs_about_right_cont_wrapper {
    padding-top: 0 !important;
}

.hs_about_right_cont_wrapper > p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    color: #555 !important;
}

/* Feature Items Enhancement */
.hs_about_features_list {
    margin: 25px 0;
}

.hs_feature_item {
    display: flex;
    align-items: center;
    padding: 12px 0;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.hs_feature_item:hover {
    transform: translateX(8px);
    background: rgba(255, 107, 53, 0.05);
    padding-left: 12px;
}

.hs_feature_icon_wrapper {
    width: 45px;
    height: 45px;
    background: linear-gradient(45deg, #ff6b35, #f7931e);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    flex-shrink: 0;
}

.hs_feature_content h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    line-height: 1.2;
}

/* Stats Enhancement */
.hs_about_stats_wrapper {
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.hs_stats_item {
    text-align: center;
    padding: 8px;
}

.hs_stats_item h3 {
    font-size: 32px;
    font-weight: 700;
    color: #ff6b35;
    margin: 0 0 3px 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
    line-height: 1;
}

.hs_stats_item p {
    margin: 0;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    line-height: 1;
}

/* Button Enhancement */
.hs_about_btn {
    margin-top: 25px;
}

.hs_about_btn ul li {
    margin-right: 15px;
    margin-bottom: 10px;
}

.hs_about_btn ul li a {
    position: relative;
    overflow: hidden;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
}

.hs_about_btn ul li a i {
    margin-right: 6px;
}

.hs_about_btn ul li a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.3);
}

/* Image Enhancement */
.v-2_about_index .hs_about_left_img_wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.v-2_about_index .hs_about_left_img_wrapper:hover img {
    transform: scale(1.03);
    transition: all 0.4s ease;
}

/* Animations */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

@keyframes glow {
    from {
        box-shadow: 0 0 3px #ff6b35;
    }
    to {
        box-shadow: 0 0 8px #ff6b35, 0 0 12px #ff6b35;
    }
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .hs_about_experience_badge {
        position: static;
        margin-top: 15px;
        display: inline-block;
    }
    
    .hs_feature_item {
        padding: 15px 10px;
        margin-bottom: 5px;
    }
    
    .hs_stats_item {
        margin-bottom: 15px;
    }
    
    .hs_about_features_list {
        margin: 20px 0;
    }
    
    .hs_about_stats_wrapper {
        margin: 20px 0;
        padding: 15px 0;
    }
}
