.menu-top {
    margin-top: 0px;
}
/* Tab Section Wrapper */
.tab-section {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 30px;
}

/* Tab Navigation Styling */
.description-section-txb .nav-tabs {
    background-color: #f8fafc;
    border-bottom: 2px solid #edf2f7;
    padding: 0 15px;
}

.description-section-txb .nav-link {
    border: none;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    padding: 18px 25px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.description-section-txb .nav-link.active {
    background-color: transparent !important;
    color: #2d6cdf !important;
    border-bottom-color: #2d6cdf !important;
}

.description-section-txb .nav-link:hover {
    color: #2d6cdf;
}

/* Content Area */
.tab-content {
    padding: 35px;
}

.tab-pane p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #4a5568;
}

.tab-pane h6 {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.tab-pane h6 img {
    width: 24px;
    margin-right: 12px;
}

.tab-pane ul {
    list-style: none;
    padding-left: 0;
}

.tab-pane ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.tab-pane ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2d6cdf;
    font-weight: bold;
}

/* Image Section Styling */
.image_section img {
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.image_section img:hover {
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .description-section-txb .nav-link {
        padding: 12px 15px;
        font-size: 0.75rem;
    }
    .description-section-txb {
        margin-top: 20px;
    }

    .tab-content {
        padding: 20px;
    }
}
