/* Header Styles */
.header-top-bar {
    background: linear-gradient(180deg, #f6f7f9 0%, #ffffff 100%);
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    color: #1f2937;
}

.header-top-bar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

/* Debugging
* {
  outline: 1px solid red;
}
*/

#header.site-header {
    margin-top: 0 !important;
}

.header-top-bar .social-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-top-bar .social-links a {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1f2937;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #d7dce4;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.header-top-bar .social-links a:hover {
    transform: translateY(-1px);
}

.header-top-bar .social-links a:hover.facebook {
    background: #1877f2;
    border-color: #1877f2;
}

.header-top-bar .social-links a:hover.twitter {
    background: #1da1f2;
    border-color: #1da1f2;
}

.header-top-bar .social-links a:hover.linkedin {
    background: #0a66c2;
    border-color: #0a66c2;
}

.header-top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

.header-top-bar .country-popup-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 11px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d7dce4;
    color: #1f2937;
    margin-right: 0;
}

.header-top-bar .country-text {
    font-size: 13px;
    color: #1f2937;
    font-weight: 500;
}

.header-top-bar .customer {
    font-size: 13px;
    font-weight: 500;
}

.header-top-bar .customer a {
    color: #1f2937;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d7dce4;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.header-top-bar .customer a:hover {
    color: #111827;
    background: #f8fafc;
    border-color: #bcc4d2;
}

.header-top-bar .customer i {
    font-size: 13px;
}

@media (max-width: 768px) {
    .header-top-bar {
        padding: 8px 0;
    }

    .header-top-bar__inner {
        justify-content: center;
    }

    .header-top-bar .social-links {
        display: none;
    }

    .header-top-bar .top-bar-right {
        width: 100%;
        justify-content: center;
    }

    .header-top-bar .country-text {
        font-size: 12px;
    }
}

.bread-crumbs,.bread-crumbs-homepage,
.spdb {
    padding-top: 50px;
    padding-bottom: 50px
}

.service-bottom-cta {
    display: grid;
    grid-template-columns: 1.25fr auto;
    gap: 24px;
    align-items: center;
    padding: 26px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f7f9fc 0%, #edf1f7 100%);
    border: 1px solid #d9e0ec;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.service-bottom-cta__title {
    margin: 0;
    color: #0f172a;
    font-size: 1.9rem;
    line-height: 1.15;
    font-weight: 800;
}

.service-bottom-cta__desc {
    margin: 10px 0 0;
    color: #334155;
    font-size: 1rem;
}

.service-bottom-cta__starting {
    margin: 12px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, #131b5f 0%, #1f2d8c 100%);
    color: #ffffff;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 10px 24px rgba(19, 27, 95, 0.25);
}

.service-bottom-cta__starting strong {
    font-size: 1.28rem;
    font-weight: 800;
    color: #ffffff;
}

.service-bottom-cta__actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-bottom-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 11px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.service-bottom-cta__btn:hover {
    transform: translateY(-1px);
}

.service-bottom-cta__btn--ghost {
    background: #ffffff;
    color: #1f2937;
    border: 1px solid #cfd8e7;
}

.service-bottom-cta__btn--ghost:hover {
    color: #111827;
    border-color: #b8c4d8;
}

.breadcrumb-pd-120 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.spdb {
    background: url('../images/heros/header-image-2.jpg') center/cover no-repeat
}

.migration-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.migration-hero-guarantee {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
    color: #334155;
    max-width: 680px;
}

.migration-value-strip__inner {
    border: 1px solid #d8deea;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7fc 100%);
    border-radius: 14px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.migration-value-strip__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    color: #0f172a;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.migration-value-strip__item i {
    color: #131b5f;
}

@media (max-width: 991px) {
    .migration-value-strip__inner {
        grid-template-columns: 1fr;
    }

    .migration-value-strip__item {
        justify-content: flex-start;
    }
}

.migration-v3-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.migration-v3 .bread-crumbs .navigation h1 {
    color: rgba(255, 255, 255, 0.78) !important;
}

.migration-v3 .bread-crumbs .heading-title,
.migration-v3 .bread-crumbs .para p {
    color: #ffffff;
}

.migration-v3 .bread-crumbs .para p {
    opacity: 0.92;
}

.migration-v3 .migration-v3-hero-actions .btn {
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 10px;
    font-weight: 700;
}

.migration-v3 .migration-v3-hero-actions .btn-outline-primary {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
}

.migration-v3 .migration-v3-hero-actions .btn-outline-primary:hover {
    color: #131b5f;
    border-color: #ffffff;
    background: #ffffff;
}

.migration-v3-hero-points {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.migration-v3-hero-points li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.migration-v3-hero-points li i {
    color: #86efac;
}

.migration-v3-value {
    margin-top: -22px;
}

.migration-v3-value__inner {
    border: 1px solid #d8deea;
    background: linear-gradient(135deg, #ffffff 0%, #f4f7fc 100%);
    border-radius: 14px;
    padding: 14px 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.migration-v3-value__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 38px;
    color: #0f172a;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.migration-v3-value__item i {
    color: #131b5f;
}

.migration-v3-benefits__card {
    height: 100%;
    border: 1px solid #d6deea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    padding: 24px;
}

.migration-v3-benefits__card .inner {
    display: block;
}

.migration-v3-benefits__card .icon {
    margin-bottom: 12px;
}

.migration-v3-benefits__card .icon i {
    color: #131b5f;
    font-size: 30px;
}

.migration-v3-benefits__card .title {
    margin-bottom: 8px;
}

.migration-v3-benefits__card .desc {
    line-height: 1.65;
}

.migration-v3-stack__item {
    height: 100%;
    border: 1px solid #d8deea;
    border-radius: 12px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.migration-v3-stack__item h3 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #131b5f;
}

.migration-v3-stack__item p {
    margin: 0;
    color: #334155;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .migration-v3-value {
        margin-top: 0;
    }

    .migration-v3-value__inner {
        grid-template-columns: 1fr;
    }

    .migration-v3-value__item {
        justify-content: flex-start;
    }

    .migration-v3 .migration-v3-hero-actions .btn {
        width: 100%;
    }
}

.bread-crumbs {
    background-color: #131b5f;
}

.bread-crumbs-homepage {
    background: url('../images/heros/header-image-2.jpg') center/cover no-repeat;
}

.bg,
.navigation {
    background-color: #fff !important;
    border-radius: 25px
}

.pt-0,
.pt-20 {
    padding-top: 0 !important
}

.px-45 {
    margin-top: 50px;
}

.px-45-s {
    padding-right: 45px !important;
    padding-left: 45px !important
}

.pl-50 {
    padding-left: 50px !important
}

.heading .heading-title.size-xl,
.section-banner .heading-title {
    font-size: 43px;
    color: #fff;
    /*font-family: Poppins, sans-serif*/
}

.bg {
    color: #001ecc;
    width: fit-content;
    padding: 4px 20px
}

.navigation,
.para p {
    color: #fff !important
}

.navigation span {
    color: black;
}

.spdb .button-wrap>.fullfield {
    background-color: #fff !important;
    color: #001ecc
}

.banner-container {
    position: relative
}

.banner-container .banner {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.bread-crumb-banner .banner {
    width: 60% !important;
    margin: 0 auto;
    display: block
}

.bread-crumb-banner .banner-lg {
    width: 90% !important;
    margin: 0 auto;
    display: block
}

.circle {
    position: absolute;
    bottom: 25px;
    width: 7vw
}

.bg-vector {
    position: absolute;
    top: 0
}

.navigation {
    width: fit-content;
    padding: 8px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem
}

.para p {
    font-size: 18px
}

.pb-0 {
    padding-bottom: 0 !important
}

.vps-table-box {
    margin-bottom: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid silver
}

.vps-table-content {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    #header.site-header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #header .logo img {
        width: 168px !important;
        height: auto;
        max-width: none;
    }

    #header #canvas-menu-icon a,
    #header .cart-icon > a,
    #header .customer > a {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 0 !important;
        gap: 0 !important;
        text-decoration: none !important;
    }

    #header #canvas-menu-icon a {
        background: #f3f6fc;
        border: 1px solid #d9e2f2;
    }

    #header #canvas-menu-icon svg {
        width: 22px;
        height: 22px;
    }

    #header #canvas-menu-icon svg g {
        fill: #131b5f !important;
    }

    #header .cart-icon > a,
    #header .customer > a {
        background: #131b5f;
        border: 1px solid #131b5f;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(19, 27, 95, .22);
    }

    #header .cart-icon i,
    #header .customer a i {
        font-size: 20px !important;
        padding-right: 0 !important;
        color: inherit !important;
    }

    #header .cart-icon span {
        top: -5px !important;
        right: -5px !important;
    }

    #header .col-lg-2.col-6 .flex.flex-align-c {
        gap: 12px;
    }

    #header .col-lg-5.col-6 > .flex {
        gap: 10px !important;
    }
}

@media screen and (min-width:993px) {
    #header .cart-icon > a,
    #header .customer > a {
        width: 42px;
        height: 42px;
        min-width: 42px;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: #131b5f;
        border: 1px solid #131b5f;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(19, 27, 95, .2);
        padding: 0 !important;
        gap: 0 !important;
        text-decoration: none !important;
    }

    #header .cart-icon i,
    #header .customer > a i {
        font-size: 19px !important;
        color: inherit !important;
        padding-right: 0 !important;
    }

    #header .cart-icon span {
        top: -5px !important;
        right: -5px !important;
    }

    #header .cart-icon > a:hover,
    #header .customer > a:hover {
        background: #0f1649;
        border-color: #0f1649;
        color: #fff !important;
    }

    #header .customer > a .hide-on-mobile {
        display: none !important;
    }

    .bread-crumbs .pl-50,
    .bread-crumbs-homepage .pl-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .bread-crumbs .pdr100,
    .bread-crumbs-homepage .pdr100 {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:1244px) and (min-width:992px) {

    .heading .heading-title.size-xl,
    .section-banner .heading-title {
        font-size: 45px !important
    }

    .pdr100 {
        padding-right: 30px !important
    }
}

@media screen and (max-width:992px) {
    .spdb {
        background: #131b5f !important
    }

    .banner-container {
        margin-top: 2rem
    }

    .banner-container .banner {
        width: 70%;
        margin: 0 auto;
        display: block
    }

    .circle {
        left: 18%;
        width: 8vw
    }

    .pdr100 {
        padding: 0 30px
    }

    .pdr100 .heading {
        max-width: 100% !important
    }

    .bg,
    .bg>span {
        font-size: 16px !important
    }

    .bread-crumb-banner .banner {
        width: 40% !important
    }

    .bread-crumb-banner .banner-lg {
        width: 60% !important
    }

    .service-bottom-cta {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
        padding: 20px;
    }

    .service-bottom-cta__title {
        font-size: 1.5rem;
    }

    .service-bottom-cta__actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .service-bottom-cta__starting {
        font-size: 0.94rem;
        padding: 7px 12px;
    }

    .service-bottom-cta__starting strong {
        font-size: 1.14rem;
    }
}

@media screen and (max-width:768px) {
    .pl-50 {
        padding-left: 0 !important
    }
}

@media screen and (max-width:576px) {

    .bread-crumbs {
        background: #0E1555;
        background: -webkit-linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        background: -moz-linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        background: linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#0E1555",
        endColorstr="#1B2475",
        GradientType=1
        );
    }

    ul.list-a {
        list-style-type: circle;
        padding-left: 17px;
    }

    .three-boxes-homepage {
        display: none;
    }
    
    .bread-crumbs-homepage {
        background: none !important;
    }

    .breadcrumb-pd-120 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .hero-padded .breadcrumb-pd-120 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .hero-on-mobile {
        background: #0E1555;
        background: -webkit-linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        background: -moz-linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        background: linear-gradient(90deg,rgba(14, 21, 85, 1) 0%, rgba(27, 36, 117, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#0E1555",
        endColorstr="#1B2475",
        GradientType=1
        );
    }

    .vps-table-box {
        width: 90%;
        margin: 0 auto;
        border: 0 solid #fff
    }

    .vps-table-content {
        flex-direction: column
    }

    .mtop-mobile {
        margin-top: 10px
    }

    .vps-plan-heading-mobile {
        font-size: 18px
    }

    .pdr100 {
        padding: 0 20px !important
    }

    .px-45 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-45-s {
        padding-right: 30px !important;
        padding-left: 30px !important
    }

    .heading br {
        display: block !important
    }

    .banner-container .banner {
        width: 80%
    }

    .bread-crumb-banner .banner {
        width: 60% !important
    }

    .navigation {
        width: 100%
    }

    .navigation span {
        font-size: 16px !important
    }

    .pt-20 {
        padding-top: 10px !important
    }

    .bread-crumb-banner .banner-lg {
        width: 90% !important
    }
}

@media screen and (max-width:400px) {
    .navigation span {
        font-size: 16px !important
    }

    .heading .heading-title {
        font-size: 32px !important;
        font-weight: 600;
    }
}

.whois-domain-info {
    display: flex;
    justify-content: space-between;
}

.main-info {
    width: 60%;
}

.name-servers {
    width: 39%;
}

.main-info h3, .name-servers h3, .plain-text h3 {
    margin: 9px 0 16px 0;
    float: left;
    width: 100%;
}

.plain-text pre {
    background: #fff;
    border-radius: 10px;
    border-left: 5px solid #131b5f;
    padding: 10px;
}

.whois-raw-details summary {
    background: #fff;
    border-radius: 8px;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 600;
    color: #131b5f;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 12px 0px;
}

.whois-raw-details[open] summary {
    margin-bottom: 10px;
}

.main-info ul li span {
    text-align: left;
    float: left;
    font-weight: normal;
}

.main-info ul li {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 9px 7px;
    text-align: right;
    font-weight: bold;
    color: #000;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 12px 0px;
    top: 0px;
}

.main-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.name-servers ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.name-servers ul li {
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 9px 7px;
    font-weight: normal;
    color: #000;
    box-shadow: rgb(0 0 0 / 6%) 0px 4px 12px 0px;
}

/* Modern Mobile Menu - 2025 Style */

/* Overlay background */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}

/* Mobile menu container - full screen */
.canvas-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: left 0.3s ease;
}

.canvas-mobile-menu.active {
    left: 0;
}

/* Menu header with close button */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

.mobile-menu-logo img {
    height: 35px;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 28px;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.2s;
}

.mobile-menu-close:hover {
    background: #f0f0f0;
}

/* Menu body */
.mobile-menu-body {
    padding: 10px 0;
}

.canvas-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Main menu items */
.canvas-menu-item {
    border-bottom: 1px solid #f0f0f0;
}

.canvas-menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}

.canvas-menu-item > a:hover {
    background: #f8f9fa;
    color: var(--brand-color);
}

/* Submenu toggle icon */
.canvas-has-sub-menu > a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Pro', 'Font Awesome 5 Free', 'FontAwesome';
    font-weight: 900;
    font-size: 12px;
    transition: transform 0.3s ease;
    color: #999;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.canvas-has-sub-menu.active > a::after {
    transform: rotate(180deg);
}

/* Submenu styling */
.canvas-sub-menu {
    max-height: 0;
    overflow: hidden;
    background: #f8f9fa;
    transition: max-height 0.3s ease;
}

.canvas-has-sub-menu.active .canvas-sub-menu {
    max-height: 500px;
}

.canvas-sub-menu li a {
    display: block;
    padding: 12px 20px 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.2s, color 0.2s;
}

.canvas-sub-menu li a:hover {
    background: #fff;
    color: var(--brand-color);
}

/* Mobile menu footer with actions */
.mobile-menu-footer {
    padding: 20px;
    border-top: 1px solid #f0f0f0;
    background: #fff;
}

.mobile-menu-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
}

.mobile-menu-btn.primary {
    background: #131b5f !important;
    color: #fff !important;
}

.mobile-menu-btn.primary:hover {
    background: #0f1649 !important;
    color: #fff !important;
}

.mobile-menu-btn.primary:active,
.mobile-menu-btn.primary:focus {
    background: #131b5f !important;
    color: #fff !important;
}

.mobile-menu-btn.primary:visited {
    background: #131b5f !important;
    color: #fff !important;
}

.mobile-menu-btn.secondary {
    background: #fff;
    color: #333;
    border: 1px solid #e0e0e0;
}

.mobile-menu-btn.secondary:hover {
    background: #f8f9fa;
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    top: 100px;
    right: 20px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10000;
    min-width: 300px;
    max-width: 400px;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.toast-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.toast-notification.success {
    border-left: 4px solid #28a745;
}

.toast-notification.info {
    border-left: 4px solid #17a2b8;
}

.toast-notification.warning {
    border-left: 4px solid #ffc107;
}

.toast-notification.error {
    border-left: 4px solid #dc3545;
}

.toast-icon {
    font-size: 24px;
    flex-shrink: 0;
}

.toast-notification.success .toast-icon {
    color: #28a745;
}

.toast-notification.info .toast-icon {
    color: #17a2b8;
}

.toast-notification.warning .toast-icon {
    color: #ffc107;
}

.toast-notification.error .toast-icon {
    color: #dc3545;
}

.toast-content {
    flex: 1;
}

.toast-title {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
}

.toast-message {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    color: #999;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    flex-shrink: 0;
}

.toast-close:hover {
    background: #f0f0f0;
    color: #333;
}

@media (max-width: 768px) {
    .toast-notification {
        right: 10px;
        left: 10px;
        min-width: auto;
        max-width: none;
    }
}

.promo-domain {
    background-color: #ffc107;
    color: #212529;
    padding: 2px 6px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 12px;
    white-space: nowrap;
}

/* ===== BEGIN: Homepage Domain Search (UIverse shy-snake-4, scoped) ===== */
.home-domain-search.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
    background-color: #f4f2f2;
}

.home-domain-search .search__input {
    font-family: inherit;
    font-size: inherit;
    background-color: #f4f2f2;
    border: none;
    color: #646464;
    padding: 0.95rem 1rem;
    border-radius: 30px;
    width: 100%;
    transition: all ease-in-out .5s;
    margin-right: 0;
    min-height: 60px;
    min-width: 0;
    box-sizing: border-box;
}

.home-domain-search .search__input:hover,
.home-domain-search .search__input:focus {
    box-shadow: 0 0 1em #00000013;
}

.home-domain-search .search__input:focus {
    outline: none;
    background-color: #f0eeee;
}

.home-domain-search .search__input::-webkit-input-placeholder {
    font-weight: 100;
    color: #ccc;
}

.home-domain-search .search__input::placeholder {
    font-weight: 100;
    color: #ccc;
}

.home-domain-search .search__input:focus + .search__button {
    background-color: #f0eeee;
}

.home-domain-search .search__button {
    border: none;
    background-color: transparent;
    margin-top: 0;
    margin-left: -2.2rem;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    flex-shrink: 0;
}

.home-domain-search .search__button:hover {
    cursor: pointer;
}

.home-domain-search .search__icon {
    height: 1.6em;
    width: 1.6em;
    fill: #666666;
}
/* ===== END: Homepage Domain Search (UIverse shy-snake-4, scoped) ===== */

@media only screen and (max-width: 768px) {

    .whois-domain-info {
        display: flex;
        flex-direction: column;
    }

    .main-info {
        width: 100%;
    }
    
    .name-servers {
        width: 100%;
    }

    .hide-on-mobile {
        display:none;
    }
  }

  .vps-svg-icon {
    max-width: 20px;
    font-size: 20px;
    padding-right: 40px;
  }



@media (min-width: 992px) {
    .pricetable-desktop-only {
        background: none !important;
        margin-top: -200px;
    }

    .th-min-width {
        width: 420px;
    }

    .pricing-inner-margin-top-20 {
        margin-top: 25px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .pricing-inner-no-margin {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .bread-crumbs {
        /*background: url('../images/heros/banner-breadcrumb.png') 0 0/cover no-repeat !important;*/
        /*background: url('../images/heros/breadcrumb-new-1.jpg') center/cover no-repeat;*/
        background-color: #131b5f;
        /*border-radius: 25px !important*/
    }
  }

@media (max-width: 991.98px) {
    .mobile-carousel-shell {
        position: relative;
    }

    .mobile-carousel-track {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-carousel-track::-webkit-scrollbar {
        display: none;
    }

    .mobile-carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        min-width: 44px;
        height: 46px;
        padding: 0 12px;
        border: 0;
        border-radius: 8px;
        background: #131b5f;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 20;
        box-shadow: 0 4px 10px rgba(0, 0, 0, .22);
        opacity: .96;
    }

    .mobile-carousel-nav[disabled] {
        opacity: .35;
    }

    .mobile-carousel-nav.prev {
        left: calc((100vw - 100%) / -2);
    }

    .mobile-carousel-nav.next {
        right: calc((100vw - 100%) / -2);
    }

    .mobile-packages-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
        gap: 0;
    }

    .mobile-packages-track > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-compare-original-hidden {
        display: none !important;
    }

    .mobile-compare-host {
        overflow: visible !important;
    }

    .mobile-compare-cards {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        margin: 0;
        padding: 0;
    }

    .mobile-compare-cards.is-collapsed .mobile-compare-card {
        position: relative;
        max-height: 320px;
        overflow: hidden;
        padding-bottom: 52px;
    }

    .mobile-compare-cards.is-collapsed .mobile-compare-card::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 72px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%);
        pointer-events: none;
    }

    .mobile-compare-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
        background: #fff;
        border: 1px solid #e6e9ef;
        border-radius: 12px;
        padding: 14px 12px;
    }

    .mobile-compare-card-title {
        font-size: 18px;
        font-weight: 700;
        color: #131b5f;
        margin-bottom: 12px;
    }

    .mobile-compare-section {
        margin: 12px 0 8px;
        font-size: 13px;
        font-weight: 700;
        color: #131b5f;
        text-transform: uppercase;
    }

    .mobile-compare-item {
        border-top: 1px solid #eef1f6;
        padding: 10px 0;
    }

    .mobile-compare-label {
        font-size: 13px;
        color: #5b6472;
        margin-bottom: 4px;
    }

    .mobile-compare-value {
        font-size: 14px;
        font-weight: 600;
        color: #1b2430;
    }

    .mobile-compare-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 10px auto 0;
        padding: 8px 14px;
        border: 1px solid #d9e0ea;
        border-radius: 8px;
        background: #fff;
        color: #131b5f;
        font-size: 13px;
        font-weight: 700;
        line-height: 1.2;
    }
}

/* Force vertical layout */
.price-stacked {
    display: block !important;
    text-align: center;
}

/* Old price on its own line */
.price-stacked .old-price {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #888;
    text-decoration: line-through;
    margin-bottom: 4px;
}

/* New price styling */
.price-stacked .new-price {
    display: block;
}

.price-stacked .number {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #000000;
    margin-right: 6px;
}

.price-stacked .period {
    font-size: 16px;
    color: #555;
}

.price-stacked-table {
    display: block !important;
    text-align: left;
}

/* Old price on its own line */
.price-stacked-table .old-price {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #888;
    text-decoration: line-through;
    margin-bottom: 4px;
}

/* New price styling */
.price-stacked-table .new-price {
    display: block;
}

.price-stacked-table .number {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    margin-right: 6px;
}

.price-stacked-table .period {
    font-size: 16px;
    color: #555;
}

/* Promo badge */
.discount-badge {
    background-color: #ffc107;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-left: 0px;
    display: inline-block;
    animation: pulse 1.8s infinite;
}

/* Animation */
@keyframes pulse {
    0%   { transform: scale(1); opacity: 1; }
    50%  { transform: scale(1.1); opacity: 0.85; }
    100% { transform: scale(1); opacity: 1; }
}

.pricing-features {
    padding-left: 0;
    list-style: none;
}


/*
.pricing-features li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #333;
    display: flex;
    align-items: center;
}
*/

.pricing-features li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    gap: 6px;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 8px;
}


.pricing-features i {
    font-size: 16px;
    margin-right: 8px;
}

/* Special highlight for bonus features */
.pricing-features .highlight-feature {
    background: #fff3cd;
    padding: 6px 10px;
    border-radius: 6px;
    font-weight: 600;
    color: #212529;
}


.number {
    font-size: 45px;
    font-weight: 600;
    color: #ff4d4d;
}

.price-cents {
    font-size: 60%;
    vertical-align: baseline; /* stays aligned nicely */
    margin-left: 1px;
}


.table-container {
    position: relative;
    overflow: hidden;
}

.full-plan {
    width: 100%;
    border-collapse: collapse;
}

.show-more {
    display: table-row-group;
}

.hide-more {
    display: none;
}

.gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none; /* So it doesn't interfere with button clicks */
    z-index: 1; /* Ensure the gradient is on top */
}

.table-responsive {
    position: relative;
}

.show-more-btn {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    position: relative;
    z-index: 2; /* Ensure button is clickable */
}

.show-more-btn:hover {
    background-color: #0056b3;
}

ul.list-a {
  list-style-type: circle;
}
/*
li {
    padding-top: 10px;
}
*/

.pricing-box-border {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}


.tooltip-icon {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  color: #0d6efd;
  cursor: pointer;
  font-size: 0.85rem;
}

.tooltip-icon i {
    font-size: 1rem;
    color: #131b5f;
}

.tooltip-icon .tooltip-text {
  visibility: hidden;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  text-align: left;
  border-radius: 4px;
  padding: 6px 8px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 125%; /* show on the right */
  transform: translateY(-50%);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.tooltip-icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.feature-tooltip {
  position: relative;
  display: inline-block;
  text-decoration: underline dotted transparent;
  text-underline-offset: 3px;
  cursor: help;
}

.feature-tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  position: absolute;
  z-index: 999;
  left: 0;
  top: calc(100% + 8px);
  width: min(260px, 70vw);
  white-space: normal;
  background-color: #333;
  color: #fff;
  font-size: 12px;
  text-align: left;
  border-radius: 4px;
  padding: 8px 10px;
  pointer-events: none;
}

.feature-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.feature-tooltip:hover {
  text-decoration-color: rgba(19, 27, 95, 0.45);
}

.rich-content ul,
.rich-content ol {
  list-style: revert;
  padding-left: 22px;
}

.rich-content li {
  display: list-item;
}

.country-selector {
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.country-trigger {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f8f9fa;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    color: #131b5f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 180px;
    justify-content: space-between;
}

.country-trigger:hover {
    background: #e9ecef;
    border-color: #131b5f;
    color: #131b5f;
    text-decoration: none;
}

.country-trigger.active {
    border-color: #131b5f;
    background: rgba(19, 27, 95, 0.05);
    color: #131b5f;
}

.flag-icon {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

.flag-icon.worldwide {
    background: linear-gradient(45deg, #131b5f, #1e2a7a);
}

.flag-icon.bulgaria {
    background: linear-gradient(to bottom, #fff 33%, #00966e 33%, #00966e 66%, #d62d20 66%);
}

.flag-icon.belgium {
    background: linear-gradient(to right, #000 33%, #ffd700 33%, #ffd700 66%, #ed2939 66%);
}

.flag-icon.netherlands {
    background: linear-gradient(to bottom, #c8102e 33%, #fff 33%, #fff 66%, #003da5 66%);
}

.flag-icon.france {
    background: linear-gradient(to right, #002654 33%, #fff 33%, #fff 66%, #ed2939 66%);
}

.flag-icon.germany {
    background: linear-gradient(to bottom, #000 33%, #dd0000 33%, #dd0000 66%, #ffcc00 66%);
}

.chevron {
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.country-trigger.active .chevron {
    transform: rotate(180deg);
}

.country-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    margin-top: 4px;
    overflow: hidden;
}

.country-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.country-option {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f1f3f4;
}

.country-option:last-child {
    border-bottom: none;
}

.country-option:hover {
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
}

.country-option.current {
    background-color: rgba(19, 27, 95, 0.1);
    color: #131b5f;
    font-weight: 500;
}

.country-option .flag-icon {
    margin-right: 12px;
}

.country-name {
    flex: 1;
}

.country-code {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .country-selector {
        width: 100%;
    }
    
    .country-trigger {
        width: 100%;
        min-width: auto;
    }
    
    .country-dropdown {
        left: 0;
        right: 0;
    }
}

.country-popup-trigger {
    display: flex;
    align-items: center;
    padding: 4px 8px;
    background: transparent;
    border: 1px solid #e1e5e9;
    border-radius: 4px;
    color: #666;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-right: 15px;
}

.country-popup-trigger:hover {
    background: #f8f9fa;
    border-color: #131b5f;
    color: #131b5f;
    text-decoration: none;
}

.country-popup-trigger .flag-icon {
    width: 16px;
    height: 11px;
    border-radius: 2px;
    margin-right: 6px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

.country-popup-trigger .country-text {
    margin-right: 4px;
}

.country-popup-trigger .chevron-down {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid currentColor;
    transition: transform 0.2s ease;
}

.country-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.country-popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.country-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    max-width: 520px;
    width: 95%;
    overflow: hidden;
    transition: all 0.3s ease;
}

.country-popup-overlay.active .country-popup {
    transform: translate(-50%, -50%) scale(1);
}

.country-popup-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f3f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #131b5f;
    color: white;
}

.country-popup-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: white;
}

.country-popup-close {
    background: none;
    border: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.country-popup-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.country-popup-body {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.country-popup-option {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid #f8f9fa;
    min-height: 80px;
}

.country-popup-option:nth-child(odd) {
    border-right: 1px solid #f8f9fa;
}

.country-popup-option:nth-last-child(-n+2) {
    border-bottom: none;
}

.country-popup-option:hover {
    background-color: #f8f9fa;
    color: #333;
    text-decoration: none;
}

.country-popup-option.current {
    background-color: rgba(19, 27, 95, 0.05);
    color: #131b5f;
    font-weight: 500;
}

.country-popup-option .flag-icon {
    width: 24px;
    height: 16px;
    border-radius: 3px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
}

.country-popup-option .country-info {
    flex: 1;
}

.country-popup-option .country-name {
    font-weight: 500;
    margin-bottom: 2px;
}

.country-popup-option .country-url {
    font-size: 12px;
    color: #666;
}

.country-popup-option .check-icon {
    color: #131b5f;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.country-popup-option.current .check-icon {
    opacity: 1;
}

@media (max-width: 768px) {
    .country-popup {
        width: 95%;
        max-width: none;
    }
    
    .country-popup-header {
        padding: 16px 20px;
    }
    
    .country-popup-body {
        grid-template-columns: 1fr;
    }
    
    .country-popup-option {
        padding: 16px 20px;
        border-right: none !important;
    }
    
    .country-popup-trigger {
        padding: 6px 10px;
        font-size: 13px;
    }
    
    .country-popup-trigger .flag-icon {
        width: 16px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .country-popup-trigger .country-text {
        display: none;
    }
}

/* Hosting Solutions Section */
.hosting-icon-badge-large {
    width: 60px;
    height: 60px;
    background: #131b5f;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hosting-icon-badge-large i {
    font-size: 24px;
    color: white;
}

.hosting-icon-badge-small {
    width: 50px;
    height: 50px;
    background: #131b5f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.hosting-icon-badge-small i {
    font-size: 20px;
    color: white;
}

.hosting-service-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.hosting-service-name-small {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.hosting-starting-from {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 8px;
}

.hosting-price-wrapper {
    margin-bottom: 12px;
}

.hosting-price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 1rem;
    margin-bottom: 5px;
}

.hosting-price-current {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.hosting-price-current-small {
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.hosting-price-period {
    font-size: 1rem;
    font-weight: 400;
    color: #888;
}

.hosting-price-period-small {
    font-size: 0.9rem;
    font-weight: 400;
    color: #888;
}

.pricing-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-box .inner {
    padding: 40px 35px;
}

.pricing-box-small .inner {
    padding: 30px 25px;
}

.pricing-box .desc {
    font-size: 0.95rem;
}

.pricing-box-small .desc {
    font-size: 0.9rem;
}

/* Trustpilot-style Reviews Section */
.trustpilot-header {
    display: inline-block;
}

.trustpilot-review-card {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    height: 100%;
    min-height: 220px;
    transition: all 0.2s ease;
    border: 1px solid #e8e8e8;
}

.trustpilot-review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.trustpilot-stars {
    display: flex;
    gap: 2px;
    margin-bottom: 16px;
}

.trustpilot-review-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #191919;
    margin-bottom: 20px;
    min-height: 80px;
}

.trustpilot-author {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #e8e8e8;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00b67a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.trustpilot-author strong {
    display: block;
    color: #191919;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.review-date {
    font-size: 0.85rem;
    color: #666;
}

.trustpilot-carousel-control {
    background: #fff;
    border: 1px solid #e8e8e8;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.trustpilot-carousel-control:hover {
    background: #f7f8f9;
    border-color: #191919;
}

#reviewsCarousel .carousel-control-prev,
#reviewsCarousel .carousel-control-next {
    width: 60px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

#reviewsCarousel .carousel-control-prev {
    left: -80px;
}

#reviewsCarousel .carousel-control-next {
    right: -80px;
}

.trustpilot-link {
    color: #00b67a;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.trustpilot-link:hover {
    color: #008a5d;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .trustpilot-review-card {
        padding: 20px;
        min-height: auto;
    }

    .trustpilot-review-text {
        min-height: auto;
    }

    #reviewsCarousel .carousel-control-prev,
    #reviewsCarousel .carousel-control-next {
        width: 40px;
    }

    #reviewsCarousel .carousel-control-prev {
        left: -50px;
    }

    #reviewsCarousel .carousel-control-next {
        right: -50px;
    }

    .trustpilot-carousel-control {
        width: 40px;
        height: 40px;
    }
}

/* Background colors for three boxes */
.background-green {
    background-color: #00b67a !important;
}

.background-blue {
    background-color: #4a90e2 !important;
}

.background-purple {
    background-color: #7527eb !important;
}

/* Ensure icons are visible on colored backgrounds */
.three-boxes-homepage .icon-box .icon i {
    color: #fff !important;
    font-size: 32px;
}

/* Uptime Calculator Styles */
.uptime-calculator-form {
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e5e9;
    border-left: 4px solid #131b5f;
}

.uptime-calculator-form h2 {
    text-align: center;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 600;
    color: #131b5f;
}

.uptime-calculator-form label {
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    color: #2d3748;
}

.uptime-calculator-form input[type="number"],
.uptime-calculator-form select {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border-radius: 4px;
    border: 1.5px solid #d1d5db;
    font-size: 15px;
    transition: all 0.2s ease;
    background: #ffffff;
    color: #1f2937;
}

.uptime-calculator-form input[type="number"]:focus,
.uptime-calculator-form select:focus {
    outline: none;
    border-color: #131b5f;
    box-shadow: 0 0 0 3px rgba(19, 27, 95, 0.1);
}

.uptime-result-card {
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e5e9;
    transition: all 0.3s ease;
}

.uptime-result-card:hover {
    border-color: #131b5f;
}

.uptime-result-card h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.uptime-result-card .result-value {
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    color: #131b5f;
    line-height: 1;
}

.uptime-result-card.uptime {
    border-left: 4px solid #00b67a;
}

.uptime-result-card.uptime h3 {
    color: #00b67a;
}

.uptime-result-card.downtime {
    border-left: 4px solid #ef4444;
}

.uptime-result-card.downtime h3 {
    color: #ef4444;
}

.uptime-result-card.downtime .result-value {
    color: #ef4444;
}

.downtime-breakdown {
    background: #ffffff;
    padding: 45px 40px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e5e9;
    margin-top: 30px;
}

.downtime-breakdown h3 {
    margin-bottom: 35px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #131b5f;
}

.downtime-breakdown h3 .period {
    color: #6b7280;
    font-weight: 400;
}

.downtime-unit {
    text-align: center;
    padding: 25px 15px;
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #e1e5e9;
    transition: all 0.3s ease;
}

.downtime-unit:hover {
    border-color: #131b5f;
    transform: translateY(-2px);
}

.downtime-unit .unit-value {
    font-size: 42px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.downtime-unit.days .unit-value { color: #131b5f; }
.downtime-unit.hours .unit-value { color: #3b82f6; }
.downtime-unit.minutes .unit-value { color: #10b981; }
.downtime-unit.seconds .unit-value { color: #f59e0b; }

.downtime-unit .unit-label {
    margin: 12px 0 0 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.downtime-summary {
    margin-top: 35px;
    padding: 25px 30px;
    background: #f9fafb;
    border-radius: 0;
    border: 1px solid #e1e5e9;
    border-left: 4px solid #131b5f;
}

.downtime-summary p {
    margin: 0;
    font-size: 16px;
    color: #374151;
    line-height: 1.6;
}

.downtime-summary p.total-seconds {
    margin-top: 8px;
    font-size: 14px;
    color: #6b7280;
}

.uptime-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: white;
    box-shadow: none;
    border: 1px solid #e1e5e9;
}

.uptime-table thead tr {
    background: #f8f9fa;
    color: #1f2937;
    border-bottom: 2px solid #131b5f;
}

.uptime-table th,
.uptime-table td {
    padding: 18px 20px;
    border-bottom: 1px solid #e1e5e9;
}

.uptime-table th {
    text-align: left;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #131b5f;
}

.uptime-table td {
    text-align: center;
    color: #374151;
    font-size: 15px;
}

.uptime-table th:first-child,
.uptime-table td:first-child {
    text-align: left;
}

.uptime-table tbody tr {
    transition: background-color 0.2s ease;
}

.uptime-table tbody tr:hover {
    background: #f9fafb;
}

.uptime-table tbody tr:last-child td {
    border-bottom: none;
}

.uptime-table tbody tr td:first-child {
    font-weight: 700;
    color: #131b5f;
    font-size: 16px;
}

.uptime-faq {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.uptime-faq-item {
    margin-bottom: 30px;
}

.uptime-faq-item:last-child {
    margin-bottom: 0;
}

.uptime-faq-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #2c5282;
}

.uptime-faq-item p {
    line-height: 1.8;
    color: #555;
}

.uptime-cta {
    text-align: center;
}

.uptime-cta h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.uptime-cta p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
}

/* Hero Content */
.uptime-hero-desc {
    color: white;
    max-width: 800px;
    margin: 20px auto 0;
}

/* Calculator Form Row */
.uptime-calculator-row {
    margin-bottom: 25px;
}

/* Button Container */
.uptime-button-container {
    text-align: center;
    margin-top: 30px;
}

.uptime-button-container .btn {
    min-width: 200px;
}

/* Results Margin */
.uptime-results-margin {
    margin-top: 40px;
}

/* CTA Section - Modern Design */
.uptime-cta-modern {
    background: #ffffff;
    padding: 50px 45px;
    border-radius: 0;
    border: 1px solid #e1e5e9;
    border-left: 4px solid #131b5f;
}

.uptime-cta-modern .cta-title {
    font-size: 32px;
    font-weight: 700;
    color: #131b5f;
    margin-bottom: 15px;
    line-height: 1.3;
}

.uptime-cta-modern .cta-description {
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
    margin-bottom: 0;
}

.uptime-cta-modern .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.uptime-cta-modern .cta-btn-primary,
.uptime-cta-modern .cta-btn-secondary {
    width: 100%;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
}

.uptime-cta-modern .cta-btn-primary {
    background: #131b5f;
    border-color: #131b5f;
}

.uptime-cta-modern .cta-btn-primary:hover {
    background: #0f1649;
    border-color: #0f1649;
}

.uptime-cta-modern .cta-btn-secondary {
    background: transparent;
    border: 1.5px solid #131b5f;
    color: #131b5f;
}

.uptime-cta-modern .cta-btn-secondary:hover {
    background: #131b5f;
    color: #ffffff;
}

@media (max-width: 991px) {
    .uptime-cta-modern {
        padding: 40px 30px;
    }

    .uptime-cta-modern .cta-title {
        font-size: 28px;
        text-align: center;
        margin-bottom: 12px;
    }

    .uptime-cta-modern .cta-description {
        text-align: center;
        margin-bottom: 25px;
    }

    .uptime-cta-modern .cta-buttons {
        margin-top: 25px;
    }
}

@media (max-width: 767px) {
    .uptime-cta-modern {
        padding: 35px 25px;
    }

    .uptime-cta-modern .cta-title {
        font-size: 24px;
    }

    .uptime-cta-modern .cta-description {
        font-size: 16px;
    }
}

/* Calculate Again Button */
.uptime-calculate-again-container {
    margin-top: 40px;
    text-align: center;
}

.uptime-calculate-again-container .btn {
    display: inline-block;
}

/* Table Container */
.uptime-table-container {
    margin-top: 40px;
}

.uptime-table-responsive {
    overflow-x: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .uptime-calculator-form {
        padding: 35px 25px;
    }

    .uptime-calculator-form h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .uptime-result-card {
        padding: 30px 20px;
    }

    .uptime-result-card .result-value {
        font-size: 40px;
    }

    .downtime-breakdown {
        padding: 35px 25px;
    }

    .downtime-breakdown h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .downtime-unit {
        padding: 20px 12px;
    }

    .downtime-unit .unit-value {
        font-size: 32px;
    }

    .downtime-unit .unit-label {
        font-size: 12px;
    }

    .uptime-table th,
    .uptime-table td {
        padding: 14px 12px;
        font-size: 13px;
    }

    .uptime-table th {
        font-size: 12px;
    }

    .uptime-faq {
        padding: 30px 20px;
    }
}
/* ===== Knowledge Base Styles ===== */

/* Breadcrumb */
.kb-breadcrumb {
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.kb-breadcrumb a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.kb-breadcrumb a:hover {
    color: #131b5f;
}

.kb-breadcrumb-sep {
    margin: 0 0.5rem;
    color: #9ca3af;
}

.kb-breadcrumb-current {
    color: #111827;
    font-weight: 500;
}

/* Hero Section - Index Page */
.kb-hero-section {
    background: #131b5f;
    padding: 80px 0 100px;
    position: relative;
    overflow: visible;
}

.kb-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="40" height="40" patternUnits="userSpaceOnUse"><path d="M 40 0 L 0 0 0 40" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.kb-hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.kb-hero-content h1 {
    color: white;
}

.kb-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.kb-hero-subtitle {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 3rem;
    line-height: 1.6;
    font-weight: 400;
}

/* Search Box */
.kb-search-wrapper {
    max-width: 700px;
    margin: 0 auto;
}

.kb-search-container {
    position: relative;
}

.kb-search-icon {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-size: 20px;
    z-index: 10;
    pointer-events: none;
}

.kb-search-input {
    width: 100%;
    height: 64px;
    padding: 0 64px 0 24px;
    border: none;
    border-radius: 12px;
    font-size: 1.125rem;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.kb-search-input:focus {
    outline: none;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.kb-search-input::placeholder {
    color: #9ca3af;
}

.kb-search-results {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    max-height: 400px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
}

.kb-search-results.show {
    display: block;
}

.search-result-item {
    padding: 16px 24px;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s ease;
    cursor: pointer;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover {
    background: #f9fafb;
}

.search-result-title {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
    font-size: 15px;
}

.search-result-excerpt {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 4px;
}

.search-result-meta {
    font-size: 13px;
    color: #9ca3af;
}

/* Categories Section */
.kb-categories-section {
    padding: 80px 0;
    background: #ffffff;
}

.kb-section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 3rem;
    text-align: center;
}

.kb-categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.kb-category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    position: relative;
}

.kb-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    border-color: #131b5f;
}

.kb-category-icon {
    width: 56px;
    height: 56px;
    background: #131b5f;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 1.25rem;
}

.kb-category-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.kb-category-underline {
    width: 40px;
    height: 3px;
    background: #131b5f;
    margin-bottom: 1rem;
}

.kb-category-desc {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.kb-subcategories {
    margin: 1rem 0;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.kb-subcategory-item {
    display: inline-block;
    font-size: 0.875rem;
    color: #6b7280;
    margin-right: 0.75rem;
    margin-bottom: 0.5rem;
}

/*
.kb-subcategory-item::before {
    content: '•';
    margin-right: 0.5rem;
    color: #131b5f;
}
*/

.kb-subcategory-more {
    display: inline-block;
    font-size: 0.875rem;
    color: #131b5f;
    font-weight: 600;
}

.kb-category-meta {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
    font-size: 0.875rem;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.kb-category-meta i {
    color: #9ca3af;
}

/* Articles Grid */
.kb-articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.kb-article-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.75rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.kb-article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #131b5f;
}

.kb-article-badge {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    background: #e8ebf7;
    color: #131b5f;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 6px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kb-article-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.kb-article-excerpt {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.kb-article-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #9ca3af;
    padding-top: 1rem;
    border-top: 1px solid #f3f4f6;
}

.kb-article-meta i {
    margin-right: 0.375rem;
}

/* Category Page Hero */
.kb-category-hero {
    background: #131b5f;
    padding: 60px 0;
    color: white;
}

.kb-category-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.kb-category-hero-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    backdrop-filter: blur(10px);
}

.kb-category-hero-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.2;
    color: white;
}

.kb-category-hero-desc {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

/* Category Content Section */


.kb-category-content {
    padding: 60px 0;
    background: #f9fafb;
}


.kb-content-section {
    margin-bottom: 3rem;
}

.kb-content-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2rem;
}

/* Subcategories Grid */
.kb-subcategories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.kb-subcategory-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1rem;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all 0.3s ease;
}

.kb-subcategory-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #131b5f;
}

.kb-subcategory-icon {
    width: 48px;
    height: 48px;
    background: #131b5f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.kb-subcategory-content {
    flex: 1;
}

.kb-subcategory-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.kb-subcategory-desc {
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

.kb-subcategory-count {
    display: inline-block;
    font-size: 0.8125rem;
    color: #9ca3af;
}

/* Articles List */
.kb-articles-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.kb-article-list-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.5rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.kb-article-list-item:hover {
    transform: translateX(4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #131b5f;
}

.kb-article-list-content {
    flex: 1;
}

.kb-article-list-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.kb-article-list-excerpt {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.kb-article-list-meta {
    display: flex;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #9ca3af;
}

.kb-article-list-meta i {
    margin-right: 0.375rem;
}

.kb-article-list-arrow {
    color: #9ca3af;
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.kb-article-list-item:hover .kb-article-list-arrow {
    color: #131b5f;
    transform: translateX(4px);
}

/* Empty State */
.kb-empty-state {
    text-align: center;
    padding: 4rem 2rem;
    color: #9ca3af;
}

.kb-empty-state i {
    color: #d1d5db;
}

/* Article Hero - Show Page */
.kb-article-hero {
    background: #ffffff;
    padding: 2rem 0 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.kb-article-header {
    max-width: 900px;
    margin: 0 auto;
}

.kb-article-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #111827;
}

.kb-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.kb-article-meta i {
    margin-right: 0.375rem;
    color: #9ca3af;
}

/* Article Content Section */
.kb-article-section {
    padding: 3rem 0;
    background: #f9fafb;
}

/* Article Content */
.kb-article-content {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 3rem;
    margin-bottom: 2rem;
    line-height: 1.8;
    color: #374151;
}

.kb-article-content h2 {
    font-size: 1.875rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e5e7eb;
}

.kb-article-content h2:first-child {
    margin-top: 0;
}

.kb-article-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.kb-article-content p {
    margin-bottom: 1.25rem;
    font-size: 1.0625rem;
}

.kb-article-content ul,
.kb-article-content ol {
    margin-bottom: 1.25rem;
    padding-left: 1.75rem;
}

.kb-article-content li {
    margin-bottom: 0.75rem;
}

.kb-article-content a {
    color: #131b5f;
    text-decoration: underline;
    transition: color 0.2s;
}

.kb-article-content a:hover {
    color: #0f1547;
}

.kb-article-content code {
    background: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
    color: #be123c;
    font-size: 0.9375rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.kb-article-content pre {
    background: #1f2937;
    color: #f3f4f6;
    padding: 1.5rem;
    border-radius: 0.75rem;
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

.kb-article-content pre code {
    background: none;
    padding: 0;
    color: inherit;
    font-size: 0.875rem;
}

.kb-article-content blockquote {
    border-left: 4px solid #131b5f;
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    color: #6b7280;
    font-style: italic;
}

.kb-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin: 1.5rem 0;
}

/* Helpful Section */
.kb-helpful-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.kb-helpful-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.kb-btn-helpful {
    background: #131b5f;
    color: white;
    border: none;
    padding: 1rem 2.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1.0625rem;
    transition: all 0.3s ease;
    cursor: pointer;
}

.kb-btn-helpful:hover {
    background: #0f1547;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(19, 27, 95, 0.3);
}

.kb-btn-helpful i {
    margin-right: 0.5rem;
}

.kb-helpful-success {
    color: #059669;
    font-size: 1.125rem;
}

.kb-helpful-success i {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    display: block;
}

/* Share Section */
.kb-share-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.kb-share-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
}

.kb-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.kb-share-btn {
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    border: none;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.kb-share-facebook {
    background: #1877f2;
}

.kb-share-facebook:hover {
    background: #145dbf;
    transform: translateY(-2px);
}

.kb-share-twitter {
    background: #1da1f2;
}

.kb-share-twitter:hover {
    background: #0d8bd9;
    transform: translateY(-2px);
}

.kb-share-linkedin {
    background: #0077b5;
}

.kb-share-linkedin:hover {
    background: #005885;
    transform: translateY(-2px);
}

.kb-share-copy {
    background: #6b7280;
}

.kb-share-copy:hover {
    background: #4b5563;
    transform: translateY(-2px);
}

/* Related Articles */
.kb-related-section {
    margin-bottom: 2rem;
}

.kb-related-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.5rem;
}

.kb-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.25rem;
}

.kb-related-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.kb-related-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: #131b5f;
}

.kb-related-card-title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.kb-related-card-excerpt {
    font-size: 0.9375rem;
    color: #6b7280;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.kb-related-card-meta {
    font-size: 0.875rem;
    color: #9ca3af;
}

.kb-related-card-meta i {
    margin-right: 0.375rem;
}

/* Sidebar */
.kb-article-sidebar,
.kb-sidebar {
    position: sticky;
    top: 20px;
}

.kb-sidebar-widget {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}

.kb-sidebar-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 1.25rem;
}

.kb-sidebar-title i {
    color: #131b5f;
    margin-right: 0.5rem;
}

.kb-sidebar-desc {
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

/* Table of Contents */
.kb-toc a {
    display: block;
    padding: 0.625rem 0.875rem;
    color: #6b7280;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    font-size: 0.9375rem;
}

.kb-toc a:hover {
    color: #131b5f;
    border-left-color: #131b5f;
    background: #f9fafb;
}

.kb-toc .ms-3 {
    margin-left: 1rem;
}

/* Category Badge */
.kb-category-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #e8ebf7;
    color: #131b5f;
    font-weight: 600;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.kb-category-badge i {
    margin-right: 0.5rem;
}

/* Support Widget */
.kb-sidebar-support {
    background: #e8ebf7;
    border-color: #c5cce5;
    text-align: center;
}

.kb-sidebar-support i {
    color: #131b5f;
}

.kb-sidebar-cta {
    text-align: center;
}

.kb-sidebar-cta i {
    color: #131b5f;
}

/* Sidebar Search */
.kb-sidebar-search {
    position: relative;
}

.kb-sidebar-search-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
}

.kb-sidebar-search-input:focus {
    outline: none;
    border-color: #131b5f;
    box-shadow: 0 0 0 3px rgba(19, 27, 95, 0.1);
}

.kb-sidebar-search-results {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 300px;
    overflow-y: auto;
    display: none;
    z-index: 1000;
}

.kb-sidebar-search-results.show {
    display: block;
}

/* Buttons */
.kb-btn {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.kb-btn-outline-small {
    padding: 0.625rem 1.25rem;
    border: 2px solid #131b5f;
    color: #131b5f;
    background: transparent;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    width: 100%;
}

.kb-btn-outline-small:hover {
    background: #131b5f;
    color: white;
    transform: translateY(-2px);
}

.kb-btn-primary-small {
    padding: 0.75rem 1.5rem;
    background: #131b5f;
    color: white;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.9375rem;
    width: 100%;
}

.kb-btn-primary-small:hover {
    background: #0f1547;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 27, 95, 0.3);
}

/* Pagination */
.kb-pagination {
    margin-top: 2rem;
}

.pagination {
    gap: 0.5rem;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    color: #131b5f;
    padding: 0.625rem 1.125rem;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: all 0.3s ease;
    background: white;
    text-decoration: none;
}

.pagination .page-link:hover {
    background: #131b5f;
    border-color: #131b5f;
    color: white;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background: #131b5f;
    border-color: #131b5f;
    color: white;
}

.pagination .page-item.disabled .page-link {
    border-color: #e5e7eb;
    color: #9ca3af;
    background: #f9fafb;
    cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 768px) {
    .kb-hero-title {
        font-size: 2.5rem;
    }

    .kb-hero-subtitle {
        font-size: 1.125rem;
    }

    .kb-search-input {
        height: 56px;
        font-size: 1rem;
    }

    .kb-categories-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .kb-articles-grid {
        grid-template-columns: 1fr;
    }

    .kb-hero-section {
        padding: 60px 0 80px;
    }

    .kb-categories-section {
        padding: 60px 0;
    }

    .kb-category-hero {
        padding: 40px 0;
    }

    .kb-category-hero-title {
        font-size: 2rem;
    }

    .kb-subcategories-grid {
        grid-template-columns: 1fr;
    }

    .kb-article-list-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .kb-article-list-arrow {
        align-self: flex-end;
    }

    .kb-category-content {
        padding: 40px 0;
    }

    .kb-article-hero {
        padding: 1.5rem 0 1rem;
    }

    .kb-article-title {
        font-size: 1.5rem;
    }

    .kb-article-meta {
        gap: 1rem;
        font-size: 0.8125rem;
    }

    .kb-article-section {
        padding: 2rem 0;
    }

    .kb-article-content {
        padding: 1.5rem;
    }

    .kb-share-buttons {
        flex-direction: column;
    }

    .kb-share-btn {
        justify-content: center;
    }

    .kb-related-grid {
        grid-template-columns: 1fr;
    }

    .kb-breadcrumb {
        font-size: 0.8125rem;
    }
}

/*
* { outline: 1px solid red }
*/

.white-bg {
    background: #fff;
}

/* =====================================================
   Server-side GTM Page
   ===================================================== */

/* Hero */
.sgtm-breadcrumb-h1 { font-size: 16px; font-weight: 200; color: black; }
dotlottie-wc.sgtm-lottie { width: 100%; height: auto; }

/* What is section */
.sgtm-whatis-img-wrap { padding-right: 30px; }
.sgtm-whatis-img { width: 100%; border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.sgtm-whatis-desc { color: #555; line-height: 1.7; margin-bottom: 20px; }
.sgtm-check-list { list-style: none; padding: 0; }
.sgtm-check-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.sgtm-check-list li i { margin-top: 4px; }

/* Benefits section */
.sgtm-benefits-heading { max-width: 900px; margin-bottom: 50px; }
.sgtm-benefit-card { background: #fff; border-radius: 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }

/* How it works */
.sgtm-step-number {
    width: 80px; height: 80px; border-radius: 50%;
    background: linear-gradient(135deg, #4e73df 0%, #224abe 100%);
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; font-size: 2rem; font-weight: 700;
    margin-bottom: 20px; box-shadow: 0 4px 15px rgba(78,115,223,0.3);
}
.sgtm-step-desc { color: #666; }

/* Integrations */
.sgtm-integration-card { background: #fff; border-radius: 12px; padding: 24px 16px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); height: 100%; }
.sgtm-integration-icon { margin-bottom: 10px; }
.sgtm-integration-name { font-size: 13px; font-weight: 600; color: #333; }
.sgtm-icon-google-blue  { color: #4285F4; }
.sgtm-icon-facebook     { color: #1877F2; }
.sgtm-icon-google-green { color: #34A853; }
.sgtm-icon-tiktok       { color: #000; }
.sgtm-icon-linkedin     { color: #0A66C2; }
.sgtm-icon-pinterest    { color: #E60023; }

/* VS Comparison */
.sgtm-vs-client  { background: #fff5f5; border-radius: 16px; padding: 36px; height: 100%; border: 2px solid #fed7d7; }
.sgtm-vs-server  { background: #f0fff4; border-radius: 16px; padding: 36px; height: 100%; border: 2px solid #c6f6d5; }
.sgtm-vs-client-title  { color: #c53030; margin-bottom: 20px; }
.sgtm-vs-server-title  { color: #276749; margin-bottom: 20px; }
.sgtm-vs-icon { margin-right: 10px; }
.sgtm-vs-list { list-style: none; padding: 0; margin: 0; }
.sgtm-vs-list li { display: flex; align-items: flex-start; gap: 10px; padding: 8px 0; color: #555; }
.sgtm-vs-xmark { color: #c53030; margin-top: 4px; }
.sgtm-vs-check { color: #276749; margin-top: 4px; }

/* Pricing */
.sgtm-pricing-divider {
    border: 0; height: 1px; margin-bottom: 15px;
    background-image: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.sgtm-btn-label { font-weight: 600; }

/* Data Center Locations */
.sgtm-location-card { border-radius: 14px; padding: 28px 16px 20px; }
.sgtm-location-card-active { background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.07); border: 2px solid #e8f5e9; }
.sgtm-location-card-soon   { background: #fafafa; box-shadow: 0 2px 16px rgba(0,0,0,0.04); border: 2px solid #eee; opacity: 0.7; }
.sgtm-location-flag { width: 52px; height: 38px; object-fit: cover; border-radius: 4px; margin-bottom: 14px; }
.sgtm-location-flag-active { box-shadow: 0 2px 6px rgba(0,0,0,0.12); }
.sgtm-location-flag-soon   { box-shadow: 0 2px 6px rgba(0,0,0,0.08); filter: grayscale(30%); }
.sgtm-location-country      { font-weight: 700; font-size: 14px; color: #222; margin-bottom: 4px; }
.sgtm-location-country-soon { color: #666; }
.sgtm-location-city         { font-size: 12px; color: #666; }
.sgtm-location-city-soon    { color: #999; }
.sgtm-location-badge-wrap { margin-top: 10px; }
.sgtm-location-badge { display: inline-block; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
.sgtm-location-badge-active { background: #e8f5e9; color: #2e7d32; }
.sgtm-location-badge-soon   { background: #f0f0f0; color: #888; }
.sgtm-location-dot { font-size: 7px; margin-right: 4px; }

/* CTA */
.sgtm-cta-btn { margin-top: 25px; }
