*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.form-control:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.container {
    max-width: 1500px;
}
.account-container {
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.dashboard-content p {
    line-height: 1.75;
}
.logout_financing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.logout_financing p {
    margin: 0 !important;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777 !important;
}
.dashboard-content p strong.text-dark {
    padding-right: 10px;
}
.widget-dashboard .list a {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #777 !important;
    font-family: "Open Sans", sans-serif;
}
.custom-account-container .btn{
    font-size: 14px;
}
.dashboard-content .feature-box:hover i {
    transform: scale(1.15);
    transition: transform .35s;
}
.dashboard-content .btn-link{
    padding: 0;
}
.partnership-banner {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    height: 100px;
}

/* Decorative shapes */
.shape-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.shape-left img {
    height: 100%;
    width: 200px;
    display: block;
}

.shape-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
}

.shape-right img {
    height: 100%;
    width: 200px;
    display: block;
}

/* Content area */
.content-wrapper {
    position: relative;
    z-index: 10;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* Kent State Logo */
.kent-logo img {
    height: 70px;
    width: auto;
}

/* Divider */
.divider {
    width: 2px;
    height: 50px;
    background: #ddd;
}

/* DABOS Logo */
.dabos-logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dabos-logo img {
    height: 60px;
    width: auto;
}

/* Categories Section */
.categories-section {
    background: #F4F4F4;
    padding: 30px 20px;
}

.categories-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}


/* Slider styles */
.slider-wrapper {
    position: relative;
    display: none;
}

/* Category item styles */
.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    min-width: 120px;
    flex-shrink: 0;
}

.category-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #ddd;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.category-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

a .category-name{
    color: #222529 !important;
    letter-spacing: .005em;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 400;
    font-size: 15px;
    font-family: Poppins, sans-serif;
}
a .category-name:hover{
    color: #08c !important;
}
.header-middle .header-right {
    padding-right: 2.6rem;
}
.header-middle {
    padding: 2rem 0;
}
.text-dark {
    color: #222529 !important;
}
.header-middle {
    background: #f0f0f0;
    background: linear-gradient(90deg, #f0f0f0 0, #08c 39%, #08c 100%);
}
.header-middle .header-right {
    padding-right: 2.6rem;
}

.header-bar {
    background: linear-gradient(to right, #c8e0f0, #0082c8);
    padding: 12px 0;
}

.search-box {
    /*border-radius: 30px;*/
    /*overflow: hidden;*/
    border-radius: 5rem;
    color: #8d8d8d;
    padding: 1rem 2rem;
    border: none;
}

.search-box input {
    border: none;
    box-shadow: none;
    border-radius: 5rem 0 0 5rem !important;
    height: 40px !important;
    margin-right: 0 !important;
    color: #8d8d8d;
    padding: 1rem 4rem 1rem 2rem;
}

.search-box button {
    border: none;
    background: #ffffff;
    border-left: 1px solid #e7e7e7;
    height: 40px;
    min-width: 48px;
    color: #606669;
    font-size: 16px;
    border-radius: 0 5rem 5rem 0;
    cursor: pointer;
}
.header-icons{
    gap: 20px;
}
.header-icons i {
    font-size: 30px;
    color: #fff;
    margin-left: 20px;
    cursor: pointer;
}
i.icon-search-2{
    font-size: 16px;
    color: #777;
}
.nav-tabs .nav-item:not(:last-child), .widget-dashboard .nav-item:last-child {
    margin-right: 35px;
}
.header-icons .badge {
    background: #fff;
    position: absolute;
    top: -10px;
    right: -16px;
    width: 25px !important;
    border-radius: 50%;
    color: #08c;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}
.header-icons .badge.cart-count {
    background: #fff;
    position: absolute;
    top: -10px;
    right: -15px;
    width: 25px !important;
    border-radius: 50%;
    color: #08c;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
}



.sidebar {
    height: 100%;
    font-size: 1.3rem;
}
.widget-dashboard h2 {
    margin-top: -1px;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
.list li:first-child {
    border-top-width: 0;
}
.widget-dashboard .list {
    border-bottom: none;
}
.nav-tabs.list .nav-item .nav-link {
    padding: 13px 0 15px;
    text-transform: capitalize;
    font-size: 14px;
    border: none;
    font-family: Poppins, sans-serif;
}
.nav-tabs.list .nav-item .nav-link:not(.active) {
    font-weight: 400;
    color: #777;
}
ul.list .active a{
    color: #08c !important;
}
.dashboard-content p:first-child {
    margin-top: -.2rem;
    margin-bottom: 2.4rem;
}
.dashboard-content p {
    line-height: 1.75;
    color: #777;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
.dashboard-content .feature-box {
    padding-top: 35px;
    margin-bottom: 20px;
    border: 2px solid #e7e7e7;
}
.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
}
.feature-box h3 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #222529;
    font-family: Poppins, sans-serif;
}
.dashboard-content .feature-box i {
    margin-bottom: 2.5rem;
    color: #d3d3d4;
    font-size: 60px;
    transition: transform .35s;
    line-height: 1;
    display: inline-block;
}
.custom_search_form{
    width: 800px;
    margin: 0 auto;
}
#scroll-top>i {
    position: absolute;
    height: 24px;
    line-height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.list li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .08);
}
#scroll-top.fixed {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    color: #fff;
    width: 49px;
    height: 48px;
    right: 10px;
    text-align: center;
    z-index: 999;
    transition: background .3s
    ease-out;
    background: rgba(64, 64, 64, .75);
}

.form-footer {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .category-icon img{
        width: 70px;
        height: 70px;
    }
    .category-icon {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 992px) {
    .logo-container {
        gap: 10px;
    }

    .kent-logo img,
    .dabos-logo img {
        height: 60px;
        width: 200px;
        object-fit: contain;
    }

    .categories-container {
        display: none;
    }

    .slider-wrapper {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        padding: 0 40px;
    }

    .slider-container {
        display: flex;
        gap: 15px;
        overflow-x: auto;
        scroll-behavior: smooth;
        padding: 5px 0;
        scrollbar-width: none;
        /* Firefox */
    }

    .slider-container::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Edge */
    }

    .slider-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #08c;
        color: white;
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        transition: background 0.3s ease;
        font-size: 18px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

    .slider-arrow:hover {
        background: #1e4a6b;
    }

    .slider-arrow:disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .slider-arrow.left {
        left: 5px;
    }

    .slider-arrow.right {
        right: 5px;
    }

}

@media (max-width: 768px) {
    .header-icons{
        gap: 0;
    }
    .for_mobile{
        display: none;
    }
    .feature-box h3{
        font-size: 16px;
    }
    .logo-container {
        gap: 10px;
    }

    .kent-logo img,
    .dabos-logo img {
        height: 60px;
        width: 150px;
        object-fit: contain;
    }

    .categories-section {
        padding: 20px 10px;
    }

    .category-item {
        min-width: 100px;
    }

    .category-icon {
        width: 60px;
        height: 60px;
    }

    .category-name {
        font-size: 11px;
    }
    .header-bar{
        padding: 20px 10px;
    }
    .search-box{
        padding: 0;
    }
}

@media (max-width: 576px) {
    .slider-wrapper {
        padding: 0 30px;
    }
    .feature-box h3{
        font-size: 13px;
    }
    .dashboard-content p{
        font-size: 12px;
        font-family: Poppins, sans-serif;
    }
    .custom-account-container .btn{
        font-size: 12px;
    }
    .category-item {
        min-width: 100px;
    }
    .header-icons i{
        margin-left: 10px;
        font-size: 25px;
    }
    .header-icons .badge.cart-count, .header-icons .badge{
        line-height: 16px;
        width: 22px !important;
    }
    .category-icon {
        width: 60px;
        height: 60px;
    }

    .category-icon img {
        width: 40px;
        height: 40px;
    }

    .category-name {
        font-size: 11px;
    }
    .shape-left, .shape-right {
        display: none;
    }
}
