.sentier-content-row img {
    max-width: 80%;
}

.sentier-content-row .sentier-img {
    text-align: center;
}
.form-user-per-server .users {
    width: 100px;
}
.blue-gradient-bg {
    background-image: linear-gradient(81.38deg, rgb(222, 239, 248) 30.56%, rgb(195, 229, 239) 71.66%);
}
.green-section-bg {
    /*background-image: linear-gradient(81.38deg, rgb(230, 255, 243) 30.56%, rgb(200, 241, 222) 71.66%);*/
    background-color: #e6fff3;
}
.services-page-bg-overflow-img {
    background-color: transparent;
    background-position-x: right;
    background-repeat: no-repeat;
    background-position-y: 100px;
}
.services-web3-page .services-page-bg-overflow-img {
    background-position-y: bottom;
}
.services-iot-page .services-page-bg-overflow-img {
    background-position-y: bottom;
}
.about-header {
    background-image: linear-gradient(81.38deg, rgb(222, 239, 248) 30.56%, rgb(195, 229, 239) 71.66%);
    position: relative;
}
.about-header .about-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -74px;

    background-color: transparent;
    background-image: url("../img/stock/about-people.5cc89515599b.svg") ;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1200px;
}
.logos {
    text-align: center;
}
.logos img {
    max-width: 120px;
    max-height: 60px;
    display: inline;
    margin: 10px 20px;
    filter: grayscale(30%);
}
.title-default-coodiv-two {
    text-align: left;
    text-transform: none;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.title-default-coodiv-two span {
    margin-left: 0;
    margin-right: 0;
}
.tech-stack-category {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4a5568;
    margin-bottom: 8px;
}
.tech-stack-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tech-stack-list li {
    font-size: 15px;
    color: #2d3748;
    padding: 3px 0;
}

.carousel-main .flickity-page-dots .dot {
    background: #a8b4ae;
    opacity: 1;
}

.carousel-main .flickity-page-dots .dot.is-selected {
    width: 32px;
    background: #3D3352;
    opacity: 1;
}
.carousel-cell.is-selected .main-header-carousel-nav ul li{
    color: #6d7b82;
}
.main-header-carousel-nav {
    min-height: 280px;
    margin: 18px 0;
}
.flickity-viewport {
    height: 490px;
}
.only-when-cell-active {
    display: none;
}
.carousel-cell.is-selected .only-when-cell-active {
    display: block;
}
#coodiv-header {
    min-height: 1000px;
}
.bg-img-header-new-moon {
    bottom: 0px;
}
.border-bottom {
    border-bottom: 1px solid #f2f3f4 !important;
}
.home-header-content {
    margin-top: 20vh;
    margin-bottom: 20vh;
}
/* No header margin on mobile */
@media (max-width: 575.98px) {
    .home-header-content {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}

.coodiv-features-box-black-color-carousel:after {
    background: none;
}
/*Contact page*/
#coodiv-header.subpages-header {
    max-height: 520px;
}
.subpages-header .bg-img-header-new-moon {
    bottom: -500px;
}

.web-hosting-menu-header li a {
    text-transform: none;
}

/*Pricing table*/
table.levels-of-managment-table tbody tr td {
    padding: 20px 16px;
    text-align: left;
}
table.levels-of-managment-table tbody tr td.title {
    padding-left: 20px;
}
table.levels-of-managment-table thead th {
    padding: 16px;
    text-align: center;
}
table.levels-of-managment-table tbody tr td.fully-manged-td {
    background: #e3f3fa;
    border-bottom: 1px solid #cbe7f3;
}
.table.levels-of-managment-table tbody tr td i.fa-check-circle {
    color: #2ddd8f;
}
.table.levels-of-managment-table thead th.last-th:before {
    background: #e3f3fa;
    top: 0;
    border-radius: 8px 8px 0 0;
}
.table.levels-of-managment-table thead th.last-th:after {
    background: #e3f3fa;
    top: 0;
    border-radius: 8px 8px 0 0;
}
.table.levels-of-managment-table thead th.last-th span {
    color: #2d3032;
    text-align: center;
    padding: 16px;
}

.quiq-links-footer-ul li a {
    text-transform: none;
}

.carousel-nav .flickity-prev-next-button:disabled {
    display: none;
}
.second-pricing-table-price {
    border-bottom: none !important;
    margin-bottom: 0px;
}
.plans-slider-box .price-discount-billed {
    border-radius: 8px;
    margin: 0 -9px 10px -9px;
    display: block;
}
.price-discount-billed {
    font-size: 12px;
    color: #473E1CFF;
}
/*Pricing slider fixes for firefox*/
.form-slider.price input {
    background-color: transparent;
    height: 9px;
}
.form-slider.price .thumb {
    top: 0px;
    pointer-events: none;
}

.form-slider.price .fill {
    pointer-events: none;
}
.form-slider > .field::-moz-range-thumb {
    height: 12px !important;
    width: 12px !important;
    transform: none;
}

/*Hide nav carousel arrows on large monitors as they are not needed*/
@media (min-width: 1200px) {
    .carousel-nav .flickity-prev-next-button {
        display: none;
    }
}
/*Add some margin on mobile*/
@media (max-width: 575.98px) {
    .carousel-nav .flickity-viewport {
        margin: 0 10px;
    }
}

.case-studies .case-study > a {
    min-height: 180px;
}

.quiq-links-footer .footer-contact a {
    color: #f5dc49;
}

.text-note {
    color: #999999;
    font-size: 13px;
}
.text-note a {
    color: #999999;
    text-decoration: underline;
}
/*Home page fix*/
.bg_overlay_header::after {
    background: url("../../bredh/v20/img/header/wave.3bf1b7976bab.svg") no-repeat right bottom / 100% auto !important;
}

/* Offset static nav dot so the pair appears centered when the animated dot shifts left */
#coodiv-navbar-header .navbar-nav .nav-link:before {
    transform: translateX(3px);
}
#coodiv-navbar-header .navbar-nav .active .nav-link:after,
#coodiv-navbar-header .navbar-nav .nav-link:hover::after {
    transform: translateX(-4px);
}

.navbar-brand h4:hover {
    color: #D94B4B;
}
.navbar-brand h4 {
    color: black;
    transition: all 0.2s ease-in-out;
}

/* Flexbox layout styles for main header carousel nav */
.main-header-carousel-nav {
    background: #fff;
    box-shadow: 0 4px 16px rgba(56, 46, 44, 0.08);
    padding: 30px;
    position: relative;
    transition: all 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.main-header-carousel-nav:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(56, 46, 44, 0.15);
}


.main-header-carousel-nav i {
    font-size: 35px;
    color: #61dcce;
    margin-bottom: 0px;
}

.main-header-carousel-nav h5 {
    color: #0b0b0b;
    margin-bottom: 15px;
}

.main-header-carousel-nav p {
    color: #6d7b82;
    margin-bottom: 20px;
}

.main-header-carousel-nav ul {
    padding: 0;
    list-style: none;
    margin: 0;
    flex-grow: 1;
    display: block;
}

.main-header-carousel-nav ul li {
    font-size: 13px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    color: #6d7b82;
    font-weight: 400;
}

.main-header-carousel-nav ul li i {
    margin-right: 8px;
    font-size: 14px;
    color: #61dcce;
}

.main-header-carousel-nav ul li b {
    margin-right: 4px;
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
    .main-header-carousel-nav {
        min-height: auto;
        padding: 25px 20px;
    }
}

.flex-equal {
    flex: 1 1 0%;
}

@media (min-width: 992px) {
    .flex-equal {
        flex: 1 1 33.333%;
    }
}

/* Placeholder box for future graphics/dashboards */
.spec-placeholder {
    border: 2px dashed #c0c8d0;
    background: #f5f7f9;
    color: #6d7b82;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    margin: 30px 0;
    font-size: 14px;
}

/* Infrastructure spectrum bar */
.spectrum-bar {
    display: flex;
    align-items: stretch;
    position: relative;
    margin: 0 0 50px 0;
    padding-top: 30px;
}
.spectrum-bar::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #c3e5ef 0%, #61dcce 35%, #61dcce 45%, #2b2d42 100%);
    z-index: 0;
}
.spectrum-node {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 8px;
}
.spectrum-dot {
    width: 14px;
    height: 14px;
    background: #2b2d42;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0 auto 10px;
    box-shadow: 0 0 0 2px #2b2d42;
    position: relative;
    top: -5px;
}
.spectrum-node.active .spectrum-dot {
    width: 22px;
    height: 22px;
    background: #61dcce;
    box-shadow: 0 0 0 3px #61dcce, 0 0 16px rgba(97, 220, 206, 0.5);
    top: -9px;
}
.spectrum-node.active .spectrum-node-label {
    color: #2b2d42;
    font-size: 14px;
    font-weight: 800;
    margin-top: -8px;
}
.spectrum-node.active .spectrum-node-sub {
    font-size: 13px;
}
.spectrum-node-label {
    font-size: 13px;
    font-weight: 700;
    color: #2b2d42;
    line-height: 1.3;
}
.spectrum-node-sub {
    font-size: 11px;
    color: #6d7b82;
    font-weight: 400;
    margin-top: 2px;
}
.spectrum-axis-labels {
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #7a8e96;
    font-style: italic;
    z-index: 0;
}
@media (max-width: 575px) {
    .spectrum-node-label {
        font-size: 11px;
    }
    .spectrum-node-sub {
        display: none;
    }
}

/* Infrastructure comparison table */
.spectrum-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.spectrum-table thead th {
    padding: 14px 16px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #2b2d42;
    border-bottom: 2px solid #e2e6ea;
    vertical-align: bottom;
}
.spectrum-table thead th:first-child {
    text-align: left;
    color: #6d7b82;
    font-weight: 600;
}
.spectrum-table thead th.active {
    color: #fff;
    background: #61dcce;
    border-radius: 6px 6px 0 0;
}
.spectrum-table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #f0f2f4;
    text-align: center;
    color: #4a5568;
    vertical-align: top;
    line-height: 1.5;
}
.spectrum-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    color: #2b2d42;
    white-space: nowrap;
}
.spectrum-table tbody td.active {
    background: #f0faf8;
}
.spectrum-table tbody tr:last-child td {
    border-bottom: none;
}
@media (max-width: 767px) {
    .spectrum-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .spectrum-table {
        min-width: 640px;
    }
}

/* Spectrum transition blocks */
.spectrum-transitions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
.spectrum-transition {
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #f8fafb;
    border-left: 3px solid #61dcce;
    border-radius: 0 6px 6px 0;
}
.spectrum-transition:nth-child(1) { border-left-color: #4fc9bb; }
.spectrum-transition:nth-child(2) { border-left-color: #3a8a82; }
.spectrum-transition:nth-child(3) { border-left-color: #2b2d42; }
.spectrum-transition-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #61dcce;
    margin-bottom: 6px;
}
.spectrum-transition:nth-child(1) .spectrum-transition-label { color: #4fc9bb; }
.spectrum-transition:nth-child(2) .spectrum-transition-label { color: #3a8a82; }
.spectrum-transition:nth-child(3) .spectrum-transition-label { color: #2b2d42; }
.spectrum-transition p {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 991px) {
    .spectrum-transitions {
        grid-template-columns: 1fr;
    }
}

/* Migration protocol numbered steps */
.migration-steps {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
}
.migration-steps li {
    counter-increment: step-counter;
    position: relative;
    padding: 20px 20px 20px 70px;
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
}
.migration-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #61dcce;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.migration-steps li h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}
.migration-steps li p {
    margin: 0;
    color: #6d7b82;
    font-size: 14px;
}

/* Stack grid for services page (legacy, unused) */

/* Vertical stack pipeline */
.stack-pipeline {
    position: relative;
    padding-left: 48px;
    margin: 40px 0;
}
.stack-pipeline::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #61dcce 0%, #c3e5ef 100%);
}
.stack-layer {
    position: relative;
    margin-bottom: 36px;
}
.stack-layer:last-child {
    margin-bottom: 0;
}
.stack-layer::before {
    content: '';
    position: absolute;
    left: -39px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #61dcce;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #61dcce;
    z-index: 1;
}
.stack-layer-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #61dcce;
    margin-bottom: 6px;
}
.stack-layer h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}
.stack-layer-desc {
    color: #6d7b82;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
}
.stack-layer-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.stack-layer-tools span {
    display: inline-block;
    background: #f0f5f7;
    color: #4a5568;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
}
.stack-layer-tools .stack-layer-more {
    background: none;
    color: #61dcce;
    font-style: italic;
    font-weight: 700;
}
@media (max-width: 767px) {
    .stack-pipeline {
        padding-left: 36px;
    }
    .stack-layer::before {
        left: -27px;
    }
}

/* Target profile cards */
.target-profile {
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 20px;
}
.target-profile h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.target-profile p {
    color: #6d7b82;
    font-size: 14px;
    margin: 0;
}
