html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}

body {
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden !important;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color:whitesmoke !important;
}

.main-color {
    color: #002671 !important;
}

.bg-primary {
    background-color: #002671 !important;
}

.bg-color {
    background-color: #F5F5F5 !important;
}

.content-bg {
    background-color: #E2E8F0;
}

.color-menü{
    color: #3F3F46 !important;
}

.btn-style {
    background-color: #002671;
    color: white;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    width: fit-content;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-style:hover {
    background-color: #001a4a;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 113, 0.2);
}

.btn-style:active {
    transform: translateY(0);
}

.fs-6{
    font-size: 16px !important;
}
.fs-14{
    font-size: 14px !important;
}
@media (max-width: 1024px) {
    .fs-5{
        font-size: 18px !important;
        line-height: 1.4;
    }
    .btn-style {
        font-size: 16px !important;
        padding: 0.75rem 1.5rem !important;
    }
    p{
        font-size: 14px !important;
        line-height: 1.6;
    }
    .fs-6{
        font-size: 16px !important;
        line-height: 1.4;
    }
    #langText {
        font-size: 14px !important;
    }
}
@media (max-width: 768px) {
    .fs-5{
        font-size: 18px !important;
        line-height: 1.4;
    }
    .btn-style {
        font-size: 16px !important;
        padding: 0.75rem 1.5rem !important;
    }
    p{
        font-size: 16px !important;
        line-height: 1.6;
    }
    .fs-6{
        font-size: 18px !important;
        line-height: 1.4;
    }
    .btn-purchase{
        font-size: 16px !important;
    }
    .fs-14{
        font-size: 14px !important;
        line-height: 1.4;
    }
}

.text-lightGray {
    color: #7B7B7B;
}

.text-lightGray:hover{
    color: #002671 !important;
}

.w-full {
    width: 100% !important;
}

.fs-12 {
    font-size: 12px !important;
}

.px-13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
}

#langText {
    font-size: 14px !important;
}
@media (max-width: 1025px) {
    .px-13 {
        padding-right: 6rem !important;
        padding-left: 6rem !important;
    }
}
@media (max-width: 992px) {
    .px-13 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
}

@media (max-width: 576px) {
    .px-13 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media (max-width: 768px) {
    #topbar a {
        font-size: 10px !important;
    }
    #topbar span {
        font-size: 10px !important;
    }
    #langText {
        font-size: 10px !important;
    }
}

.navbar-toggler:focus{
    box-shadow: none !important;
}

.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-bg: transparent;
    --bs-accordion-active-bg: transparent;
}

.accordion-item {
    border-bottom: 1px solid #dee2e6;
    background-color: transparent;
}

.accordion-button {
    padding-left: 0;
    background-color: transparent;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    color: inherit;
    box-shadow: none;
}

.accordion-button::after {
    margin-left: 10px;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.panel-card {
    background: white;
    border-radius: 12px;
    padding: 24px;
    width: -webkit-fill-available;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.panel-name {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 15px;
}

.carousel-control-prev,
.carousel-control-next {
    width: fit-content;
    height: fit-content;
    padding: 6px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .carousel-item .row {
        flex-wrap: wrap;
        gap: 16px;
    }

    .carousel-item .col-md-2 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .panel-card {
        text-align: center;
    }
}

.domain-tabs {
    background-color: white;
    border-top-right-radius: 0.375rem !important;
    border-top-left-radius: 0.375rem !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.domain-tabs .nav-link {
    border-right: 1px solid #E5E7EB;
    padding: 16px;
    color: #6B7280 !important;
    width: -webkit-fill-available;
}

.domain-tabs .nav-link:hover{
    background-color: #E2E8F0;
}

.domain-tabs .nav-item .active {
    background-color: #002671;
    color: white !important;
}

.domain-card {
    background-color: white;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.domain-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: #002671;
}

.domain-extension {
    font-weight: 600;
    font-size: 1.1rem;
}

.price-new {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.pricing-card {
    background-color: #f5f5f5;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    margin-bottom: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 4px 4px rgba(0, 38, 113, 0.1);
    position: relative;
    overflow: hidden;
}

.pricing-card:hover {
    background-color: #E2E8F0;
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 38, 113, 0.15);
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pricing-card:hover::before {
    transform: translateX(100%);
}

.pricing-card .card-body {
    padding: 40px 20px;
}

.card-body h2 {
    font-size: 24px;
}

.card-body p {
    font-size: 12px;
    opacity: .75;
}

.card-header-with-shadow {
    background-color: #002671;
    color: white;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 0.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 38, 113, 1);
}

.price-main {
    font-size: 48px;
    color: #000;
}

.price-discount {
    color: #dc3545;
    font-weight: 600;
}

.price-original {
    color: #6c757d;
    font-size: 20px;
}

.price-renewal {
    color: #6c757d;
    font-size: 10px;
}

.btn-purchase {
    width: 100%;
    background-color: #002671;
    color: white;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-purchase:hover {
    background-color: #001a4a;
    color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 38, 113, 0.2);
}

.btn-purchase:active {
    transform: translateY(0);
}

.feature-list,
.extra-features {
    list-style-type: none;
    padding-left: 0;
}

.feature-list li,
.extra-features li {
    position: relative;
    padding-left: 25px;
}

.feature-list li:before,
.extra-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #002671;
    font-weight: bold;
}

.all-features {
    color: #002671;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.all-features:hover {
    text-decoration: underline;
}

.pricing-card.expanded {
    height: auto !important;
    max-height: none !important;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 24px 24px 0 24px;
    margin-top: 12px;
    position: relative;
    z-index: 9999;
}

.navbar {
    position: relative;
    z-index: 9999;
    background-color: white;
}

.hero-content,
.pricing-card,
.domain-card {
    position: relative;
    z-index: 1;
}

.dropdown-menu .server-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding-bottom: 60px;
}

.dropdown-menu .server-item {
    padding: 24px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dropdown-menu .server-item:hover {
    background-color: #E2E8F0;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-color: #002671;
}

.dropdown-menu .server-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #002671;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dropdown-menu .server-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.dropdown-menu .server-item i {
    font-size: 24px;
    color: #002671;
}

.dropdown-menu .server-item .title {
    color: #111827;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center !important;
    gap: 8px;
}

.dropdown-menu .server-item .description {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

body.dropdown-open::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1001;
}

.navbar-nav .nav-item {
    position: static;
}

.navbar .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

.overlay.show {
    display: block;
}

.notification-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #002671;
    padding: 12px;
    margin-top: 24px;
}

.notification-bar p {
    margin-bottom: 0;
}

.navbar-nav .dropdown-menu {
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 24px 24px 0 24px;
    margin-top: 12px;
    position: relative;
    z-index: 9999;
}

.navbar {
    position: relative;
    z-index: 9999;
    background-color: white;
}

#content {
    position: relative;
    z-index: 1;
}

.dropdown-menu .server-grid {
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .dropdown-menu .server-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .dropdown-menu .server-item {
        padding: 24px;
        border-radius: 8px;
        background-color: #F8F9FA;
        text-decoration: none;
        transition: all 0.3s ease;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .dropdown-menu .server-item:hover {
        background-color: #F3F4F6;
        transform: translateY(-2px);
    }

    .dropdown-menu .server-item i {
        font-size: 24px;
        color: #002671;
        margin-bottom: 12px;
    }
}

@media (max-width: 991px) {
    .dropdown-menu .server-grid {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .dropdown-menu .server-item {
        padding: 16px;
        text-decoration: none;
        border-bottom: 1px solid #E2E8F0;
        display: flex;
        align-items: center;
        margin: 0;
        background-color: transparent;
    }

    .dropdown-menu .server-item:last-child {
        border-bottom: none;
    }

    .dropdown-menu .server-item i {
        font-size: 20px;
        color: #002671;
        margin-right: 16px;
        min-width: 24px;
    }

    .dropdown-menu .server-item .title {
        margin: 0;
        font-size: 14px;
    }

    .dropdown-menu .server-item .description {
        display: none;
    }
}

.dropdown-menu .server-item .title {
    color: #111827;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 16px;
    display: flex;
    align-items: center !important;
    gap: 8px;
}

.dropdown-menu .server-item .description {
    color: #6B7280;
    font-size: 14px;
    margin: 0;
}

.notification-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #002671;
    padding: 12px;
    margin-top: 24px;
}

.notification-bar p {
    margin-bottom: 0;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9998;
}

.overlay.show {
    display: block;
}
.domain-tabs-custom {
    background-color: white;
    border-radius: 8px 8px 0px 0px;
    display: flex; 
    flex-wrap: nowrap;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.domain-tabs-custom .nav-item {
    flex: 1; 
    margin: 0; 
}
.domain-tabs-custom .nav-link {
    border: none;
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    padding: 16px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    color: #6B7280;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.domain-tabs-custom .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: #002671;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
}

.domain-tabs-custom .nav-link:hover::before {
    width: 100%;
}

.domain-tabs-custom .nav-link.active {
    background-color: #002671;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 38, 113, 0.2);
}

.domain-tabs-custom .nav-item:not(:last-child) {
    border-right: 1px solid #e2e8f0; 
}

.content-p{
    margin-bottom: 32px;
}

@media (max-width: 1025px) {
    .content-p {
        margin-bottom: 64px;
    }
}
@media (max-width: 769px) {
    .content-card {
        visibility: hidden;
        display: none;
    }
}
@media (max-width: 769px) {
    .hero-card {
        visibility: hidden;
        display: none;
    }
}
@media (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        padding: 0 !important;
        background: none;
        border: none;
        box-shadow: none;
        width: 100%;
    }
    
    .server-grid {
        display: none !important;
    }
    
    .navbar-nav .nav-item .nav-link {
        border-bottom: 1px solid #E2E8F0;
        padding: 12px 16px !important;
    }
    
    .navbar-nav .dropdown-menu a {
        display: block;
        padding: 12px 16px !important;
        border-bottom: 1px solid #E2E8F0;
        text-decoration: none;
        color: #333;
        font-size: 14px;
        padding-left: 32px;
    }
    
    .nav-item.dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    
    .dropdown-menu .dropdown-item {
        white-space: normal;
    }
    
    .notification-bar {
        display: none !important;
    }
    
    .mobile-menu-item {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        min-height: 300px;
    }
    
    .mobile-menu-item {
        display: none;
    }
}

@media (max-width: 1025px) {
    .dropdown-menu{
        padding: 32px 12px 0 12px !important;
    }
}
