.primary-header-crossed .primary-header--transparent-dark-alt:not(.primary-header--boxed) {
    background-color: #000000;
    color: var(--bs-light-text-emphasis);
    filter: drop-shadow(0 0.25rem 0.75rem rgba(var(--bs-black-rgb), 0.1));
    height: 75px;
}
.primary-header-crossed .primary-header--transparent-dark-alt .nav-link {
    color: white !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: white;
}
.primary-header--transparent-dark-alt .navbar-toggler {
    background-color: #f3b100;
}
.primary-header-crossed .primary-header--transparent-dark-alt:not(.primary-header--boxed) {
    background-color: #212529;
}
@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }
    .primary-header-crossed .primary-header--transparent-dark-alt .nav-link {
        color: #000 !important;
    }
}
.primary-header--transparent-dark-alt .navigation-1.has-sub-level-1:hover > a {
    color: #ffffff;
}
.choose-body {
    --bs-bg-opacity: 1;
    background-color: #61616140 !important;
    border: 1px solid #4e4e4e;
}
.solution-body {
    --bs-bg-opacity: 1;
    background-color: #61616140 !important;
    border: 1px solid #817c7c !important;
}
.swiper-slide {
    border: 1px solid #dedede;
    border-radius: 8px;
}
.banner-2__froster-svg-path {
    animation: none;
}

/* --- Previous Section Styles --- */
.custom-solution-section {
    padding: 5rem 0;
    background-color: #f8f9fa;
}
.custom-solution-section .content-box {
    background-color: white;
    padding: 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px 0 rgba(136, 136, 136, .25098039215686274);
    height: 100%;
}
.custom-solution-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}
.custom-solution-section .lead {
    color: #6c757d;
    margin-bottom: 2rem;
}
.custom-solution-section .btn-pill {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 400;
    transition: all 0.3s ease;
    background: #f3b100;
    border: none;
}
.custom-solution-section .custom-solution-box h2 {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #6c757d;
    margin-bottom: 1rem;
}
.custom-solution-section .custom-solution-box ul {
    list-style: none;
    padding-left: 0;
}
.custom-solution-section .custom-solution-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #343a40;
    font-size: 1.1rem;
}

/* --- New Modal Styles --- */
.contact-modal .modal-dialog {
    max-width: 1200px;
    padding: 20px;
}
.contact-modal .modal-content {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.2);
}

/* Left Side - Gradient Panel */
.modal-left-panel {
    background: linear-gradient(136deg, #000000 20%, #f3b100 140%);
    position: relative;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    overflow: hidden;
}

/* Decorative circles effect overlay */
.modal-left-panel::before {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    pointer-events: none;
}
.modal-left-panel::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 400px;
    height: 400px;
    border: 2px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    pointer-events: none;
}
.modal-left-text {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}
.brand-highlight {
    color: #f3b100;
}

/* Right Side - Form */
.modal-right-panel {
    padding: 3rem 2.5rem;
    position: relative;
}
.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #aaa;
    z-index: 10;
}
.modal-close-btn:hover {
    color: #333;
}
.form-label-custom {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0.4rem;
    font-weight: 500;
}

/* Input Styling */
.custom-input {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: border-color 0.2s;
}
.custom-input:focus {
    background-color: #fff;
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
}
.submit-btn {
    background-color: #f3b100;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.submit-btn:hover {
    background-color: #f3b100;
    color: white;
}
.privacy-text {
    font-size: 0.75rem;
    color: #888;
    line-height: 1.5;
    margin-top: 1.5rem;
}
.privacy-text a {
    color: #555;
    text-decoration: underline;
}

/* Features Section Card */
.features-card {
    background-color: #212529;
    color: #ffffff;
    border-radius: 20px;
    padding: 60px 40px;
    margin: 40px 0px 0px 0px;
}
.features-card .heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}
@media (min-width: 992px) {
    .feature-heading-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }
}
.feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 24px;
}
.feature-item .iconify {
    font-size: 26px;
    color: #a78bfa;
}
.feature-item span {
    font-size: 1rem;
    font-weight: 400;
}
.feature-item:last-child {
    margin-bottom: 0;
}

.comparison-section {
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 40px 0;
}
.comparison-section .section-header {
    margin-bottom: 4rem;
}
.comparison-section .section-title {
    color: #212529;
    font-weight: 700;
    font-size: 2.8rem;
}
.plan-header {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    height: 100%;
}
.comparison-section .section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    max-width: 550px;
    margin: 0 auto;
}
.comparison-section .plan-name {
    font-weight: 600;
    font-size: 1.4rem;
    color: #212529;
    margin-bottom: 0.5rem;
}
.comparison-section .plan-price {
    font-size: 18px;
    color: #484848;
    font-weight: 500;
    margin-bottom: 1rem;
}
.comparison-section .plan-description {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
    min-height: 60px;
}
.comparison-section .plan-price .original-price {
    text-decoration: line-through;
    color: #adb5bd;
    margin-right: 0.5rem;
}
span.original-price {
    font-size: 14px;
    margin: 0px !important;
}
.comparison-section .popular-badge {
    position: absolute;
    background-color: #f3b100 !important;
    color: black;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 1rem;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}
.comparison-section .btn-get-started {
    width: 100%;
    padding: 12px 15px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 6px;
    transition: all 0.3s ease;
    margin-top: auto;
}
.comparison-section .btn-get-started:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.comparison-section .btn-dark-custom {
    background-color: #212529;
    color: #fff;
    border: none;
}
.comparison-section .btn-dark-custom:hover {
    background-color: #000;
    color: #fff;
}
.comparison-section .btn-primary-custom {
    background-color: #f3b100;
    border-color: #f3b100;
    color: #000;
}

/* Accordion Styling */
.comparison-section .accordion-button {
    font-weight: 600;
    font-size: 1.15rem;
    color: #212529;
    padding: 1.5rem 0;
    position: relative;
}
.comparison-section .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #e2e8f0;
}
.comparison-section .accordion-button:focus {
    box-shadow: none;
}
.comparison-section .accordion-button::after {
    content: none;
}
.comparison-section .accordion-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #f3b100;
}
.comparison-section .accordion-button .accordion-icon-open {
    display: block;
}
.comparison-section .accordion-button .accordion-icon-closed {
    display: none;
}
.comparison-section .accordion-button.collapsed .accordion-icon-open {
    display: none;
}
.comparison-section .accordion-button.collapsed .accordion-icon-closed {
    display: block;
}
.comparison-section .accordion-item {
    border: none;
}
.comparison-section .accordion-body {
    padding: 0;
}
.comparison-section .feature-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 0;
}
.comparison-section .feature-name {
    font-weight: 500;
    font-size: 0.95rem;
    color: #4a5568;
}
h2.accordion-header {
    border-bottom: 1px solid #e3e3e3;
}
.comparison-section .feature-value {
    font-weight: 600;
    font-size: 0.95rem;
    color: #212529;
}

/* --- MOBILE & TABLET (<992px) --- */
@media (max-width: 991.98px) {
    .comparison-section .section-title {
        font-size: 2.2rem;
    }
    .comparison-section .desktop-plan-headers {
        display: none;
    }
    .comparison-section .mobile-plan-card {
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        padding: 1.5rem;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        position: relative;
    }
    .comparison-section .mobile-plan-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    }
    .comparison-section .mobile-plan-card.active {
        border-color: #f3b100;
        transform: translateY(-5px);
        box-shadow: 0 8px 25px rgba(243, 177, 0, 0.2);
    }
    .comparison-section .plan-data-col {
        display: none;
    }
    .comparison-section .comparison-container.showing-launch .plan-data-col[data-plan-target="launch"],
    .comparison-section .comparison-container.showing-growth .plan-data-col[data-plan-target="growth"],
    .comparison-section .comparison-container.showing-expand .plan-data-col[data-plan-target="expand"],
    .comparison-section .comparison-container.showing-enterprises .plan-data-col[data-plan-target="enterprises"] {
        display: block;
    }
    .comparison-section .feature-name-col {
        width: 70%;
        padding-left: 1rem;
    }
    .comparison-section .feature-data-wrapper {
        width: 30%;
        text-align: right;
        padding-right: 1rem;
    }
    .comparison-section .plan-description {
        min-height: 0;
    }
}

/* --- DESKTOP (>=992px) --- */
@media (min-width: 992px) {
    .comparison-section .mobile-plan-cards-wrapper {
        display: none;
    }
    .comparison-section .desktop-plan-headers {
        padding-bottom: 1.5rem;
    }
    .comparison-section .feature-name-col {
        width: 25%;
    }
    .comparison-section .feature-data-wrapper {
        display: flex;
        width: 75%;
    }
    .comparison-section .plan-data-col {
        width: 25%;
        text-align: center;
    }
}

.plan-data-col1 {
    width: 50%;
    text-align: center;
}

/* Hidden VPS columns on mobile */
@media (max-width: 991.98px) {
    .comparison-section .plan-data-col1 {
        display: none;
    }
}

/* Show correct VPS data */
.comparison-section .comparison-container.showing-launch .plan-data-col1[data-plan-target="launch"],
.comparison-section .comparison-container.showing-growth .plan-data-col1[data-plan-target="growth"] {
    display: block;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #212529; /* Set a background color for the canvas */
}
/* Ensure the hero content is above the particles */
  .hero-3 .container {
   position: relative;
   z-index: 1;
}

/* Desktop hover — stays white */
.primary-header--transparent-dark-alt 
.navigation-3.has-sub-level-1:hover > a {
    color: white !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .primary-header--transparent-dark-alt 
    .navigation-3.has-sub-level-1:hover > a {
        color: black !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .primary-header--transparent-dark-alt 
    .navigation-3.has-sub-level-1:hover > a {
        color: black !important;
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .primary-header--transparent-dark-alt 
    .navigation-1.has-sub-level-1:hover > a {
        color: black !important;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .primary-header--transparent-dark-alt 
    .navigation-1.has-sub-level-1:hover > a {
        color: black !important;
    }
}
