/*--------------------------------------------------------------

  Template Name: Subas Ecommerce Responsive Bootstrap Template
  Description: This is html5 template
  Author: codecarnival
  Version: 1.0
  Design and Developed by: codecarnival

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* --- Upgraded Software Mega Dropdown --- */
.software-mega-dropdown {
    width: 650px !important;
    display: flex !important;
    padding: 24px !important;
    gap: 24px;
    border-radius: 12px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.12) !important;
    border: 1px solid #eaeaea !important;
    background: #ffffff !important;
    transform-origin: top left;
}

.software-dropdown-left {
    flex: 1;
    border-right: 1px solid #f0f0f2;
    padding-right: 24px;
}

.dropdown-section-title {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #f5f5f7;
    padding-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
}

.dropdown-product-list {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.dropdown-product-list li {
    padding: 0 !important;
    margin-bottom: 12px !important;
    display: block !important;
}

.dropdown-product-list li:last-child {
    margin-bottom: 0 !important;
}

.dropdown-product-item {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 8px 12px !important;
    border-radius: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-decoration: none;
    width: 100%;
}

.dropdown-product-item:hover {
    background-color: #f5f5f7;
    transform: translateX(4px);
    color: #161617 !important;
}

.dropdown-product-item .product-item-icon {
    width: 40px;
    height: 40px;
    background-color: #f5f5f7;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
    border: 1px solid #eaeaea;
}

.dropdown-product-item .product-item-icon img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.dropdown-product-item .product-item-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.dropdown-product-item .product-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #161617;
    line-height: 1.2;
}

.dropdown-product-item .product-item-desc {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
    line-height: 1.3;
    font-weight: 400;
    white-space: normal;
}

.software-dropdown-right {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.all-products-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e9ecef;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.all-products-card h5 {
    font-size: 16px;
    font-weight: 800;
    color: #161617;
    margin-bottom: 8px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
}

.all-products-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.all-products-card .view-all-btn {
    display: block;
    background-color: #161617;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-align: center;
}

.all-products-card .view-all-btn:hover {
    background-color: var(--primary-brand);
    color: #161617 !important;
    transform: translateY(-2px);
}

/* --- Unwrapped Brand Logo Styling --- */
.header-logo-link {
    display: inline-flex !important;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.header-logo-link:hover {
    opacity: 0.85;
}

.header-logo-img {
    height: 32px;
    width: auto;
    object-fit: contain;
    display: block;
}

.header-logo-store-text {
    color: #161617;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 10px;
    letter-spacing: 1.5px;
    border-left: 2px solid #eaeaea;
    padding-left: 10px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

/* --- Brand Slider Styling --- */
.software-brands-slider .slick-slide {
    padding: 0;
    margin: 0;
}
