.text-normal {
    color: #333 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    display: none;
}

.btn-blue {
    color: #fff;
    background-color: #2d8ac8;
    border-color: #2d8ac8;
}

.btn-blue:hover {
    color: #fff;
    background-color: #0877c1;
    border-color: #2d8ac8;
}

.home-nav li a {
    font-weight: bold;
    color: #333;
}

.home-nav li .nav-link:hover {
    color: #2d8ac8 !important;
    text-decoration: none;
}

.home-nav li .dropdown a {
    font-weight: normal;
}

/* Navbar */
.main-nav {
    background-color: white;
    height: 90px;
    position: sticky;
    top: 0;
    background-color: white;
    justify-content: flex-end;
    display:flex;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Advertise - Sản phẩm đang ghim quảng cáo */

.home-page-advertise {
    margin: 40px 0px;
}

.home-page-advertise .headline {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #2d8ac8;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

/* Categories - Show danh mục và sản phẩm */

.home-page-products .headline {
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #2d8ac8;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
}

.home-page-products .categories ul {
    margin-top: 0px;
    background-color: #fff;
}

.home-page-products .categories ul li {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.home-page-products .categories ul li a {
    color: #333;
    font-weight: bold;
}

.home-page-products .categories ul li a:hover {
    color: #2d8ac8;
}

.home-page-products .categories ul .active{
    color: #2d8ac8;
}

.home-page-products {
    margin: 40px 0px;
}

.home-page-products .categories .nav-tabs .nav-item .nav-link {
    border: 0px solid #ddd;
}

.home-page-search .content {
    padding: 50px 100px;
    background-color: var(--blue);
    border-radius: 8px;
    color: #fff
}

.home-page-search .content .title {
    color: #fff;
    font-weight: bold;
}

.home-page-search .content .searchbar {
    padding-left: 40px;
}

.home-page-search .search-container {
    position: relative;
}

.home-page-search .search-container i {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #333;
    z-index: 1;
}

.product-page-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.product-page-pagination .btn,
.product-page-pagination .page {
    margin: 0 5px;
    width: max-content;
}

.product-page-pagination .disabled {
    pointer-events: none;
}


/* Hợp tác kinh doanh */

.home-page-coop {
    margin: 60px 0px;
    padding: 0px 60px;
    background-color: var(--blue);
}

.home-page-coop .headline h1 {
    padding: 32px 0px 0px 0px;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.home-page-coop .content {
    padding: 30px;
    color: #fff;
}

.home-page-coop .content .title {
    color: #fff;
    font-weight: bold;
}

.home-page-coop .content .description {
    color: #fff;
    text-align: justify;
}

.home-page-coop .content .products {
    margin-top: 30px;
}

.home-page-coop .content .reasons {
    margin-top: 30px;
}

.home-page-coop .content .reasons li {
    font-size: 17px;
    padding: 3px 0px;
}

/* Services VPS */

.home-page-services {
    margin: 60px 0px;
    margin-bottom: 30px;
}

.home-page-services .headline {
    text-align: center;
}

.home-page-services .headline .title {
    color: var(--blue);
    font-weight: bold;
    padding: 0px;
}

.home-page-services .headline .description {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 600;
}

.home-page-services .content .title {
    font-weight: bold;
    text-align: center;
    margin: 0px;
}

.home-page-services .content .price {
    color: var(--blue);
    font-weight: bold;
    text-align: center;
}

.home-page-services .content {
    margin-top: 32px;
}

.home-page-services .content .items {
    justify-content: space-between;
    display: flex;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.home-page-services .content .items .category {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.home-page-services .content .items .category h6 {
    font-weight: bold;
    margin-bottom: 0px;
}

/* Search Page */

.home-page-pagination {
    display: flex;
}

.home-page-pagination .page {
    text-align: center;
    width: 100px;
}

.home-page-result .row {
    justify-content: space-between;
}

.home-page-result a:hover {
    text-decoration: none;
}

.home-page-result .product-info {
    width: 50%;
}

/* Responsive */

@media (max-width: 768px) {
    .navbar-mobile ul {
        width: 100%;
        background-color: #fff;
        text-align: left !important;
        align-items: flex-start !important;
        justify-content: left !important;
    }

    .home-page-search .content {
        padding: 20px !important;
    }

    .home-page-services .upgrade-image {
        display: none;
    }

    .home-page-products .categories {
        margin-bottom: 30px;
    }
    
    .myaccount-button {
        margin-bottom: 20px;
    }
    
    .navbar-brand {
        margin-left: 20px;
    }
    
    .home-page-coop {
        padding: 0px;
    }

    .home-page-coop .image-1 {
        margin-bottom: 30px;
    }

    .home-page-coop .image-2 {
        display: none;
    }

    .home-page-coop .image-3 {
        display: none;
    }

    .home-page-coop .coop-button a {
        width: 100%;
    }
}

/* Dedicated server */
.dedicated-wrapper {
    padding: 60px 0;
    background: #f7f8fc;
}
.dedicated-headline {
    text-align: center;
    margin-bottom: 40px;
}
.dedicated-headline .title {
    font-size: 32px;
    font-weight: 700;
    color: #2d2f44;
}
.dedicated-headline .description {
    font-size: 16px;
    color: #646a8d;
    margin-top: 10px;
}
.dedicated-card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  padding: 24px 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dedicated-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.best-seller-badge {
  position: absolute;
  top: 16px;
  right: -35px;
  background: linear-gradient(45deg, #ff7b00, #ffb84d);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding: 6px 25px;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  letter-spacing: 1px;
}

.dedicated-card.best {
  border: 2px solid #3a1cff;
  box-shadow: 0 0 20px rgba(0, 51, 255, 0.3);
  transform: scale(1.03);
}
.dedicated-name {
    font-size: 20px;
    font-weight: 700;
    color: #2d2f44;
    text-align: center;
    margin-bottom: 10px;
}
.dedicated-price {
    text-align: center;
    font-weight: 800;
    font-size: 26px;
    color: #3a1cff;
}
.dedicated-cycle {
    text-align: center;
    font-size: 13px;
    color: #8b90b9;
    margin-bottom: 20px;
}
.dedicated-location {
    background: linear-gradient(135deg, #8341ff, #573bff);
    border-radius: 12px;
    color: #ffffff;
    text-align: center;
    padding: 12px 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.dedicated-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: center !important;
}
.dedicated-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #3a3d5c;
    text-align: center !important;
}
.dedicated-features li i {
    color: #613fff;
    width: 22px;
    text-align: center;
    margin-right: 10px;
}
.dedicated-features li span {
    font-weight: 600;
    margin-right: 6px;
}
.dedicated-cta {
    margin-top: auto;
    text-align: center;
}
.dedicated-cta a {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, #7b3bff, #5d5bff);
    color: #ffffff;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.dedicated-cta a:hover {
    opacity: 0.85;
}
.dedicated-swiper {
    padding-bottom: 40px;
}
.dedicated-swiper .swiper-button-prev,
.dedicated-swiper .swiper-button-next {
    color: #5d5bff;
}
@media (max-width: 767.98px) {
    .dedicated-wrapper { padding: 40px 0; }
    .dedicated-headline .title { font-size: 26px; }
}