.navbar-brand .logo {
    max-width: 130px;
    max-height: 85px;
}

.btn-close {
    color: #c8ced8;
}

.btn-close:before {
    background: rgb(135 135 135 / 8%);
}

@media (max-width: 768px) {
    .sign-in-to-console {
        margin-top: 18px;
        display: unset !important;
        font-size: 11px;
        margin-right: -20px;
    }
}



.ct-text-block,
.oxy-rich-text {
    margin-top: 20px;
}

.table-text-white>td,
.table-text-white>tbody>tr>td {
    color: white;
    vertical-align: middle;
}

.pricing.container-pricing {
    font-size: 15px;
}

.pricing-filter-label input,
.pricing-filter-label select {
    height: 26px;
    padding-top: 0 !important;
}



.btn-megamenu {
    margin: 0.5rem 1rem;
    font-size: 0.875rem;
}

.btn-megamenu.active {
    position: relative;
}

.btn-megamenu.active::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffc107;
    /* yellow line, customize as needed */
}

.megamenu .nav-pills .nav-link.active {
    background-color: #1e293b;
    color: #fff;
}

.megamenu .nav-pills .nav-link {
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
}

.megamenu .nav-pills .nav-link:hover {
    background-color: #f1f5f9;
}

.megamenu .hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08) !important;
}

.megamenu .tab-btn {
    position: relative;
    text-align: left;
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #1e293b;
    background-color: transparent;
    border: none;
    border-radius: 12px;
    transition: background-color 0.2s ease;
}

.megamenu .tab-btn .icon-arrow {
    margin-top: 5px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.megamenu .tab-btn:hover {
    background-color: #f5f6f7;
}

.megamenu .tab-btn:hover .icon-arrow {
    opacity: 1;
}

.megamenu .tab-btn.active {
    background-color: #1e293b !important;
    color: white !important;
}

.megamenu .tab-btn.active .icon-arrow {
    opacity: 1;
    color: white;
}

.megamenu .service-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid #a6c3e0;
    background-color: #e8f3ff;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    position: relative;
}

.megamenu .service-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-color: #ced4da;
}

.megamenu .service-card .card-content {
    display: flex;
    flex-direction: column;
}

.megamenu .service-card .fw-semibold {
    font-weight: 600;
    font-size: .85rem;
    margin-bottom: 0.25rem;
}

.megamenu .service-card .text-menu {
    font-size: 0.7rem;
    color: #6c757d !important;
    line-height: 1.4;
}

.megamenu .service-card .arrow-icon {
    font-size: 1rem;
    color: #adb5bd;
    opacity: 0;
    transition: all 0.2s ease;
}

.megamenu .service-card:hover .arrow-icon {
    opacity: 1;
    transform: translateX(4px);
    color: #495057;
}

.megamenu {
    width: auto;
    position: fixed;
    top: 110px;
    /* Adjust based on header height */
    left: 20px;
    right: 20px;
    z-index: 1050;
    background: #f0f7ff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    padding: 2rem 3rem;
    border-radius: .4rem !important;
}

.megamenu.show-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}





.custom-wrapper.angled::before {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    background: #17202A;
    clip-path: polygon(0 0, 0 100%, 100% 0, 0 0);
    z-index: 1;
}

.custom-wrapper.angled::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #17202A;
    clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
}





.cloud-compare {
    background-color: #17202A;
    padding: 80px 20px;
    font-family: 'Segoe UI', sans-serif;
    color: #ecf0f1;
}

.cloud-compare .heading {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
}

.cloud-compare .subheading {
    text-align: center;
    font-size: 1.05rem;
    max-width: 700px;
    margin: 0 auto 50px;
    color: #aeb6bf;
    line-height: 1.6;
}

.cloud-compare .compare-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 900px;
    margin: 0 auto;
}

.cloud-compare .provider {
    background-color: #1f2a35;
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.cloud-compare .provider-main {
    border: 2px solid #28a745;
    box-shadow: 0 0 16px rgba(40, 167, 69, 0.4);
}

.cloud-compare .provider .logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 2px;
}

.cloud-compare .provider .info {
    flex-grow: 1;
}

.cloud-compare .provider .name {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.cloud-compare .provider .bar {
    background: #2c3e50;
    height: 36px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-weight: 600;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 6px;
    width: 100%;
    max-width: 100%;
    transition: width 0.3s ease;
}

.cloud-compare .provider-main .bar {
    background: #28a745;
}

.cloud-compare .provider .specs {
    font-size: 0.85rem;
    color: #aab2bd;
}

.cloud-compare .note {
    margin-top: 60px;
    text-align: center;
    font-size: 0.85rem;
    color: #95a5a6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

@media (max-width: 768px) {
  .cloud-compare .provider .bar {
    font-size: 15px;
  }
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px 0;
  background-color: white;
}

