/* Section wrapper */
.pricing-header {
    position: relative;
    background-image: url(../../images/ng1463.webp);
    color: #fff;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    background-size: 100% 100%;
    padding: 60px 0;
    background-repeat: repeat-x;
    margin-bottom: 11px;
}

    /* Text content */
    .pricing-header h1 {
        font-size: 35px;
        font-weight: 500;
        line-height: 1.2;
    }

    .pricing-header p {
        font-size: 1.1rem;
        color: #e2e2e2;
    }


/* Section background like your sample */
.why-ssl-section {
    background-image: url('../../images/contactfooter.webp');
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* Title styling */
.section-title {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    font-family: system-ui;
}
/* Feature list */
.feature-list {
    list-style: none;
    padding: 0;
}

    .feature-list li {
        background: #34a4f5;
        padding: 14px 20px;
        border-radius: 6px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        font-family: system-ui;
    }
/*
    .feature-list.right li {
        text-align: right;
    }*/

/* Center SSL icon */
.ssl-icon {
    width: 80%;
    height: 100%;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-circle {
    position: relative;
}


/* SSL Text */
.ssl-text {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

/* Responsive Tweaks */
@media (max-width: 768px) {

    .pricing-header {
    padding: 20px 0px!important;
    }
        .ssl-icon {
        width: 72%;
        height: 78%;
        margin-top: 30px;
    }

    .single-item {
        margin: 13px 0px 21px !important;
    }

    .fonts-custm {
        font-size: 33px !important;
    }
}

@media (max-width: 575px) {
    .ssl-icon {
        width: 80%;
        height: 85%;
        margin-top: 0px;
    }

    h2.title {
        font-size: 32px !important;
        margin: 0px 0px 0px 0px !important;
    }

    .price-block_one-price {
        font-size: 28px !important;
    }

    .pricing-header h1 {
        font-size: xx-large !important;
    }
}
    @media (max-width: 991px) {
        .ssl-icon {
            width: 100%;
            height: 100%;
            margin-top: 0px;
        }

        .feature-list li {
            background: #34a4f5;
            padding: 14px 7px;
            border-radius: 6px;
            margin-bottom: 15px;
            font-weight: 600;
            color: #ffffff;
            text-align: left;
            font-size: 12px;
            font-family: system-ui;
        }

        .section-title {
            font-size: 26px;
            font-weight: 700;
            color: #fff;
            font-family: system-ui;
            margin-bottom: 6px !important;
        }

        .why-ssl-section {
            padding: 20px 0px !important;
        }

        h3 {
            line-height: 32px;
            font-size: 29px;
            font-weight: 500 !important;
            font-family: system-ui;
            text-shadow: 0px 1px 3px #2db978;
        }
    }
    /*features..................................*/
    /* redesigned ssl features section */
    section.dserver-ssl-features {
        background-color: #f8f9ff;
        background-image: 
            radial-gradient(circle at 10% 20%, rgba(52, 164, 245, 0.04) 0%, transparent 40%),
            radial-gradient(circle at 90% 80%, rgba(16, 185, 129, 0.03) 0%, transparent 40%),
            url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2334a4f5' fill-opacity='0.035'%3E%3Ccircle cx='3' cy='3' r='1'/%3E%3C/g%3E%3C/svg%3E");
        position: relative;
        overflow: hidden;
        padding: 80px 0;
    }



    .dserver-ssl-features .dserver-features-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #0066ff;
        letter-spacing: 2px;
        margin-bottom: 15px;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    .dserver-ssl-features .subtitle-padlock {
        width: 14px;
        height: 14px;
        color: #0066ff;
    }

    .dserver-ssl-features .pulse-line {
        display: inline-block;
        width: 35px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #0066ff);
    }

    .dserver-ssl-features .pulse-line:last-child {
        background: linear-gradient(90deg, #0066ff, transparent);
    }

    .dserver-ssl-features .dserver-features-title {
        font-size: 42px;
        font-weight: 800;
        color: #0c213a;
        margin-bottom: 15px;
        font-family: 'Plus Jakarta Sans', system-ui;
        letter-spacing: -0.5px;
    }

    .dserver-ssl-features .dserver-features-desc {
        font-size: 16px;
        color: #475569;
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.6;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    .dserver-ssl-features .dserver-features-card-container {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 24px;
        box-shadow: 0 10px 40px rgba(12, 33, 58, 0.03);
        padding: 55px 20px;
        position: relative;
        z-index: 2;
    }

    .dserver-ssl-features .dserver-feature-col {
        padding: 20px 25px;
        text-align: center;
        position: relative;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    /* Vertical separators on desktop */
    @media (min-width: 992px) {
        .dserver-ssl-features .dserver-feature-col:not(:last-child)::after {
            content: "";
            position: absolute;
            right: 0;
            top: 15%;
            height: 70%;
            width: 1px;
            background: #e2e8f0;
        }
    }

    .dserver-ssl-features .dserver-feature-col:hover {
        transform: translateY(-5px);
    }

    .dserver-ssl-features .dserver-feature-icon-wrapper {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: #f0f7ff;
        border: 1px solid rgba(52, 164, 245, 0.15);
        margin-bottom: 24px;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .dserver-ssl-features .dserver-feature-icon-wrapper::before {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border: 1.5px dashed rgba(52, 164, 245, 0.25);
        border-radius: 50%;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .dserver-ssl-features .dserver-feature-col:hover .dserver-feature-icon-wrapper::before {
        border-color: #34a4f5;
        transform: rotate(90deg);
    }

    .dserver-ssl-features .dserver-feature-col:hover .dserver-feature-icon-wrapper {
        transform: scale(1.05);
        background: #ffffff;
        box-shadow: 0 10px 25px rgba(52, 164, 245, 0.15);
    }

    .dserver-ssl-features .feature-svg-icon {
        width: 28px;
        height: 28px;
        color: #0066ff;
        transition: all 0.3s ease;
    }

    .dserver-ssl-features .dserver-feature-icon-wrapper .feature-check-badge {
        position: absolute;
        bottom: -2px;
        right: -2px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #10b981;
        border: 2px solid #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
        transition: all 0.3s ease;
    }

    .dserver-ssl-features .dserver-feature-icon-wrapper .feature-check-badge svg {
        width: 10px;
        height: 10px;
        stroke-width: 4px;
    }

    .dserver-ssl-features .dserver-feature-col .feature-title {
        font-size: 17px;
        font-weight: 700;
        color: #0c213a;
        margin-bottom: 10px;
        font-family: 'Plus Jakarta Sans', system-ui;
        line-height: 1.45;
        transition: color 0.3s ease;
    }

    .dserver-ssl-features .dserver-feature-col:hover .feature-title {
        color: #0066ff;
    }

    .dserver-ssl-features .dserver-feature-col .feature-desc {
        font-size: 13.5px;
        line-height: 1.6;
        color: #64748b;
        margin: 0;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    @media (max-width: 991px) {
        .dserver-ssl-features .dserver-features-title {
            font-size: 34px;
        }
        .dserver-ssl-features .dserver-features-card-container {
            padding: 40px 15px;
        }
        .dserver-ssl-features .dserver-feature-col {
            padding: 25px 15px;
            border-bottom: 1px solid #f1f5f9;
        }
        .dserver-ssl-features .dserver-feature-col:last-child {
            border-bottom: none;
        }
    }

    @media (max-width: 767px) {
        .dserver-ssl-features .dserver-features-title {
            font-size: 28px;
        }
    }



    /*contact section.................................*/

    .contact-section {
        padding: 42px 0 21px;
        color: #fff;
        background-image: url('../../images/contactfooter.webp');
        background-size: cover;
        background-position: bottom;
    }

    .contact-box {
        border: 2px solid #fff;
        padding: 18px 22px;
        display: flex;
        align-items: center;
        gap: 15px;
        transition: 0.3s ease;
        border-radius: 5px;
    }

        .contact-box:hover {
            background: #111;
        }

    .contact-icon {
        font-size: 35px;
        color: #fff;
    }

    .contact-title {
        font-size: 15px;
        font-weight: 700;
    }

    .contact-sub {
        font-size: 14px;
        opacity: 0.8;
    }


.fonts-custm {
    font-size: 35px;
    font-family: system-ui;
    font-weight: 500;
}

    /* dserver-why-ssl-matters redesigned section */
    section.dserver-why-ssl-matters {
        background-color: #0a2e68;
        background-image: radial-gradient(circle at 80% 50%, rgba(56, 189, 248, 0.18) 0%, transparent 60%);
        position: relative;
        overflow: hidden;
        padding: 80px 0;
        color: #ffffff;
    }

    .dserver-ssl-matters-glow-1 {
        position: absolute;
        top: -10%;
        left: -10%;
        width: 500px;
        height: 500px;
        background: radial-gradient(circle, rgba(0, 102, 255, 0.08) 0%, transparent 70%);
        pointer-events: none;
        z-index: 1;
    }

    .dserver-ssl-matters-glow-2 {
        position: absolute;
        bottom: -10%;
        right: -10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(16, 185, 129, 0.04) 0%, transparent 70%);
        pointer-events: none;
        z-index: 1;
    }

    .dserver-why-ssl-matters .dserver-ssl-matters-network-pattern {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%2338bdf8' stroke-width='0.5' stroke-opacity='0.025'%3E%3Ccircle cx='15' cy='15' r='1.5' fill='%2338bdf8' fill-opacity='0.05'/%3E%3Ccircle cx='95' cy='35' r='1.5' fill='%2338bdf8' fill-opacity='0.05'/%3E%3Ccircle cx='45' cy='85' r='1.5' fill='%2338bdf8' fill-opacity='0.05'/%3E%3Cline x1='15' y1='15' x2='95' y2='35' /%3E%3Cline x1='95' y1='35' x2='45' y2='85' /%3E%3Cline x1='45' y1='85' x2='15' y2='15' /%3E%3C/g%3E%3C/svg%3E");
        background-repeat: repeat;
        pointer-events: none;
        z-index: 1;
    }

    .dserver-why-ssl-matters .dserver-ssl-matters-shield-bg {
        position: absolute;
        top: 50%;
        right: 4%;
        transform: translateY(-50%);
        width: 450px;
        height: 450px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2338bdf8' stroke-width='0.4' stroke-opacity='0.06'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3Crect x='9' y='11' width='6' height='5' rx='1'/%3E%3Cpath d='M10.5 11v-1.5a1.5 1.5 0 0 1 3 0V11'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 1;
        opacity: 0.85;
    }

    .dserver-why-ssl-matters .dserver-matters-subtitle {
        display: inline-flex;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #10b981;
        letter-spacing: 2px;
        margin-bottom: 15px;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    .dserver-why-ssl-matters .dserver-heartbeat-line {
        width: 45px;
        height: 16px;
        opacity: 0.85;
    }

    .dserver-why-ssl-matters .dserver-matters-title {
        font-size: 42px;
        font-weight: 800;
        color: #ffffff;
        margin-bottom: 15px;
        font-family: 'Plus Jakarta Sans', system-ui;
        letter-spacing: -0.5px;
    }

    .dserver-why-ssl-matters .dserver-matters-desc {
        font-size: 16px;
        color: #94a3b8;
        max-width: 650px;
        margin: 0 auto;
        line-height: 1.6;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    .dserver-why-ssl-matters .dserver-matters-card {
        background: rgba(3, 14, 38, 0.5);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(56, 189, 248, 0.15);
        border-radius: 12px;
        padding: 24px;
        height: 100%;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        z-index: 2;
        box-shadow: 0 10px 30px rgba(2, 6, 12, 0.25);
    }

    .dserver-why-ssl-matters .dserver-matters-card:hover {
        transform: translateY(-5px);
        border-color: rgba(56, 189, 248, 0.45);
        background: rgba(3, 14, 38, 0.75);
        box-shadow: 0 15px 35px rgba(0, 168, 255, 0.2);
    }

    .dserver-why-ssl-matters .dserver-matters-header {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .dserver-why-ssl-matters .dserver-matters-icon-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(56, 189, 248, 0.05);
        border: 1.5px solid rgba(56, 189, 248, 0.25);
        flex-shrink: 0;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .dserver-why-ssl-matters .dserver-matters-card:hover .dserver-matters-icon-wrapper {
        background: rgba(16, 185, 129, 0.1);
        border-color: rgba(16, 185, 129, 0.4);
        box-shadow: 0 0 15px rgba(16, 185, 129, 0.15);
    }

    .dserver-why-ssl-matters .matters-svg-icon {
        width: 22px;
        height: 22px;
        color: #10b981;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .dserver-why-ssl-matters .dserver-matters-card:hover .matters-svg-icon {
        color: #34d399;
        transform: scale(1.08);
    }

    .dserver-why-ssl-matters .dserver-matters-card-title {
        font-size: 17px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.35;
        font-family: 'Plus Jakarta Sans', system-ui;
        margin: 0;
    }

    .dserver-why-ssl-matters .dserver-matters-card-desc {
        font-size: 13.5px;
        line-height: 1.55;
        color: #94a3b8;
        margin: 0;
        font-family: 'Plus Jakarta Sans', system-ui;
        transition: color 0.3s ease;
    }

    .dserver-why-ssl-matters .dserver-matters-card:hover .dserver-matters-card-desc {
        color: #cbd5e1;
    }

    @media (max-width: 991px) {
        .dserver-why-ssl-matters .dserver-matters-title {
            font-size: 34px;
        }
        .dserver-why-ssl-matters .dserver-ssl-matters-shield-bg {
            width: 300px;
            height: 300px;
            right: 0;
            opacity: 0.4;
        }
    }

    @media (max-width: 767px) {
        .dserver-why-ssl-matters .dserver-matters-title {
            font-size: 28px;
        }
        .dserver-why-ssl-matters .dserver-matters-card {
            padding: 20px;
        }
        .dserver-why-ssl-matters .dserver-ssl-matters-shield-bg {
            display: none;
        }
    }


    .bg-custm {
        background: url(../../images/vps-hosting-a.webp) no-repeat fixed;
        background-size: cover;
        min-height: auto;
        background-position: center;
        position: relative;
        color: #fff;
    }

        .bg-custm::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(6, 18, 36, 0.93) 0%, rgba(52, 164, 245, 0.82) 100%) !important;
            top: 0;
            left: 0;
        }

    /*   work process*/
    section.Working_Process {
        background-color: #f8fafc;
        background-image: 
            radial-gradient(circle at 15% 20%, rgba(52, 164, 245, 0.05) 0%, transparent 40%),
            radial-gradient(circle at 85% 80%, rgba(193, 21, 236, 0.04) 0%, transparent 45%),
            url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg stroke='%2334a4f5' stroke-width='1' stroke-opacity='0.04'%3E%3Cpath d='M46 44v-4a6 6 0 0 0-12 0v4M30 44h20v14H30z'/%3E%3Cpath d='M40 0v80M0 40h80'/%3E%3Ccircle cx='40' cy='40' r='3' fill='%2334a4f5' fill-opacity='0.08'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: repeat;
        padding: 40px 0 20px;
        position: relative;
    }

    .process-standard-area {
        overflow: hidden;
    }

    .space {
        padding: 0px 0px 50px;
    }

    .title-inner span.sub-text {
        margin: 0 0 13px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        color: #34a4f5;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .process-standard-area .pulse-line {
        display: inline-block;
        width: 35px;
        height: 1px;
        background: linear-gradient(90deg, transparent, #34a4f5);
    }

    .process-standard-area .pulse-line:last-child {
        background: linear-gradient(90deg, #34a4f5, transparent);
    }

h2.title {
    font-size: 38px;
    margin: 0px 0px 19px 0px;
    position: relative;
    color: #0c213a;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans', system-ui;
}

    .title-inner h2.title span {
        color: #34a4f5;
    }

    .process-standard-area .single-item {
        margin-top: 35px;
        position: relative;
    }

    .process-standard-area .item {
        position: relative;
        text-align: center;
        padding: 20px 15px;
        border-radius: 20px;
        background: transparent;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .process-standard-area .item:hover {
        transform: translateY(-8px);
    }

    .process-standard-area .item .icon {
        position: relative;
        z-index: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 130px;
        width: 130px;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 0 10px 30px rgba(12, 33, 58, 0.05);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .process-standard-area .item .icon::before {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border: 2px dashed #34a4f5;
        border-radius: 50%;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .process-standard-area .item:hover .icon {
        box-shadow: 0 15px 35px rgba(52, 164, 245, 0.15);
        background: #ffffff;
    }

    .process-standard-area .item:hover .icon::before {
        border-color: #34a4f5;
        transform: rotate(90deg);
    }

    .process-standard-area .item .icon svg {
        width: 44px;
        height: 44px;
        color: #0c213a;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .process-standard-area .item:hover .icon svg {
        color: #34a4f5;
        transform: scale(1.08);
    }

    .process-standard-area .item .icon span {
        position: absolute;
        right: -6px;
        top: -6px;
        background: #34a4f5;
        height: 34px;
        width: 34px;
        line-height: 34px;
        color: #ffffff !important;
        border-radius: 50%;
        font-weight: 800;
        font-size: 13.5px;
        box-shadow: 0 4px 10px rgba(52, 164, 245, 0.3);
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 2;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .process-standard-area .item .icon span::after {
        display: none !important;
    }

    .process-standard-area .item:hover .icon span {
        background: #0c213a;
        box-shadow: 0 4px 12px rgba(12, 33, 58, 0.4);
        transform: scale(1.05);
    }

    .process-standard-area .item .step-title {
        margin: 24px 0 8px;
        font-weight: 700;
        font-size: 18px;
        color: #0c213a;
        transition: color 0.3s ease;
        font-family: 'Plus Jakarta Sans', system-ui;
        line-height: 1.3;
    }

    .process-standard-area .item:hover .step-title {
        color: #34a4f5;
    }

    .process-standard-area .item .step-desc {
        margin: 0;
        font-size: 13.5px;
        line-height: 1.5;
        color: #475569;
        font-family: 'Plus Jakarta Sans', system-ui;
    }

    .process-standard-area .single-item::after {
        margin-left: -50px;
        position: absolute;
        left: 100%;
        top: 0px;
        content: "";
        height: 100px;
        width: 100px;
        background-image: url('../../images/arrown.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left top;
        transform: rotate(11deg);
        opacity: 0.35;
        transition: opacity 0.3s ease;
    }

    .process-standard-area .single-item:hover::after {
        opacity: 0.6;
    }

    .process-standard-area .single-item:nth-child(2n) {
        margin-top: 0;
    }

    .process-standard-area .single-item:nth-child(2n) .item span {
        top: auto;
        bottom: -6px;
    }

    .process-standard-area .single-item:nth-child(2n)::after {
        transform: rotate(56deg);
        top: 45px;
    }

    .process-standard-area .single-item:nth-child(4)::after {
        display: none;
    }

    @media (max-width: 768px) {
        .process-standard-area .single-item::after {
            content: '';
            background: none;
        }
        .process-standard-area .single-item {
            margin-top: 0 !important;
            margin-bottom: 30px !important;
        }
        .process-standard-area .single-item:nth-child(2n) .item span {
            top: -6px !important;
            bottom: auto !important;
        }
        section.Working_Process {
            padding: 40px 10px;
        }
        h2.title {
            font-size: 28px !important;
        }
    }



    .price-one {
        position: relative;
        padding: 45px 0px;
        z-index: 1;
        background-color: #ffffff;
    }

    .price-one_bg {
        background-image: none;
        background-color: #ffffff;
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-repeat: no-repeat;
        z-index: -1;
        display: none;
    }

    .auto-container {
        position: relative;
        z-index: 2;
        max-width: 1320px;
        padding: 0px 15px;
        margin: 0 auto;
    }

    .sec-title.centered {
        text-align: center !important;
    }

    .sec-title {
        position: relative;
        z-index: 2;
        margin-bottom: 40px;
    }

    .centered {
        text-align: center;
    }

    .sec-title.centered .sec-title_title {
        justify-content: center;
    }

    .sec-title_title {
        position: relative;
        font-weight: 700;
        font-size: 18px;
        display: flex;
        gap: 15px;
        align-items: center;
        color: #34a4f5;
        text-transform: uppercase;
    }

    .sec-title_dots {
        position: relative;
    }

        .sec-title_dots span:nth-child(1) {
            animation-delay: 0s;
        }

        .sec-title_dots span:nth-child(2) {
            animation-delay: 0.5s;
        }

        .sec-title_dots span:nth-child(3) {
            animation-delay: 1s;
        }

    @keyframes zoom-in-out {
        0% {
            transform: scale(0);
            opacity: 0;
        }

        20% {
            transform: scale(1.2);
            opacity: 1;
        }

        50% {
            transform: scale(1);
            opacity: 1;
        }

        80% {
            transform: scale(0.8);
            opacity: 1;
        }

        100% {
            transform: scale(1);
            opacity: 0;
        }
    }

    .sec-title_dots span {
        position: relative;
        width: 10px;
        height: 10px;
        margin-right: 4px;
        border-radius: 50px;
        display: inline-block;
        animation: zoom-in-out 3s infinite;
        opacity: 0;
        background-color: rgba(0, 13, 255, 0);
        background-image: linear-gradient(0deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
    }

.sec-title_heading {
    margin-top: 15px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
}

h3 {
    line-height: 69px;
    font-size: 31px;
    font-weight: 500;
    font-family: system-ui;
}

    li {
        list-style: none;
    }

    .pricing-tabs {
        position: relative;
        z-index: 2;
    }

        .pricing-tabs .tabs-content .tab.active-tab {
            display: block;
        }

    .price-one .pricing-tabs .price-block_one {
        transform: rotateY(90deg);
    }

    .price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one {
        transform: rotateY(0deg);
    }

    .pricing-tabs {
        position: relative;
        z-index: 2;
    }

        .pricing-tabs .tabs-content .tab {
            position: relative;
            display: none;
        }

            .pricing-tabs .tabs-content .tab.active-tab {
                display: block;
            }

        .pricing-tabs .buttons-outer {
            text-align: center;
        }

        .pricing-tabs .tab-buttons {
            position: relative;
            overflow: hidden;
            text-align: center;
            border-radius: 50px;
            margin-top: 20px;
            display: inline-block;
            border: 3px solid #34a4f5;
            background-color: rgb(255, 255, 255);
            padding: 0px;
        }

            .pricing-tabs .tab-buttons .tab-btn {
                position: relative;
                color: #111111;
                /*font-size:20px;*/
                font-weight: 700;
                float: left;
                cursor: pointer;
                padding: 17px 48px;
                border-radius: 0px;
                background-color: #ffffff;
                transition: all 300ms ease;
            }

                .pricing-tabs .tab-buttons .tab-btn:hover,
                .pricing-tabs .tab-buttons .tab-btn.active-btn {
                    color: #ffffff;
                    background-color: #34a4f5;
                }

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }

    .price-block_one {
        position: relative;
        margin-bottom: 30px;
        transition: all 900ms ease;
    }

    .price-block_one-inner {
        position: relative;
        padding: 30px 24px 25px;
        overflow: hidden;
        border-radius: 45px;
        border: 3px solid #c115ec;
        background-color: rgb(255, 255, 255);
    }

        .price-block_one-inner:hover {
            border-color: #00022A;
        }

            .price-block_one.active .price-block_one-icon img,
            .price-block_one-inner:hover .price-block_one-icon img {
                fill: #ffffff;
                filter: invert(100%);
            }

        .price-block_one-inner:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            opacity: 0;
            transform: scale(0.1, 1);
            transition: all 500ms ease;
            background-color: #00022A;
        }

        .price-block_one-inner:hover::before {
            opacity: 1;
            transform: scale(1,1);
        }

    .price-block_one.active .price-block_one-inner {
        border-color: #00022A;
    }

        .price-block_one.active .price-block_one-inner::before {
            opacity: 1;
            transform: scale(1,1);
        }

    .price-block_one-bg {
        background-image: url('../../images/price-block_bg.png');
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0;
        transition: all 500ms ease;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }

    a {
        text-decoration: none;
    }

    .price-block_one.active .price-block_one-bg {
        opacity: 1;
    }

    .price-block_one-inner:hover .price-block_one-bg {
        opacity: 1;
    }

    .price-block_one-icon {
        position: absolute;
        right: 35px;
        top: 35px;
    }

    .price-block_one-subtitle {
        position: relative;
        font-size: 24px;
        font-weight: 700;
        color: var(--main-color);
        text-transform: uppercase;
        list-style: none;
        transition: all 500ms ease;
    }

    .price-block_one-inner:hover .price-block_one-subtitle,
    .price-block_one-inner:hover .price-block_one-title,
    .price-block_one-inner:hover .price-block_one-text,
    .price-block_one-inner:hover .price-block_one-price,
    .price-block_one-inner:hover .price-block_one-list li {
        color: #fff;
    }

    .price-block_one.active .price-block_one-subtitle,
    .price-block_one.active .price-block_one-title,
    .price-block_one.active .price-block_one-text,
    .price-block_one.active .price-block_one-price,
    .price-block_one.active .price-block_one-list li {
        color: #fff;
    }

    .price-block_one-title {
        position: relative;
        font-size: 25px;
        font-weight: 400;
        margin-top: 2px;
        color: #000;
        text-transform: capitalize;
        font-family: system-ui;
        list-style: none;
        transition: all 500ms ease;
    }

    .price-block_one-text {
        position: relative;
        color: #666666;
        font-size: 16px;
        line-height: 20px;
        margin-top: 17px;
        list-style: none;
        transition: all 500ms ease;
    }

    .price-block_one-price {
        position: relative;
        font-weight: 700;
        margin-top: 20px;
        font-size: 40px;
        line-height: 1em;
        color: #000;
        text-transform: capitalize;
        font-family: "Outfit", serif;
        list-style: none;
        transition: all 500ms ease;
    }

    .price-block_one-list {
        position: relative;
        margin-top: 15px;
        padding-left: 0px;
    }

        .price-block_one-list li {
            position: relative;
            padding-left: 40px;
            font-size: 14px;
            color: #666666;
            padding-top: 5px;
            margin-bottom: 20px;
            list-style: none;
            transition: all 500ms ease;
        }

            .price-block_one-list li:before {
                position: absolute;
                content: '';
                left: 0px;
                top: 0px;
                width: 30px;
                height: 30px;
                background-image: url('../../images/check.png');
            }

            .price-block_one-list li:last-child {
                margin-bottom: 0px;
            }

    .price-block_one-btn {
        position: relative;
        margin-top: 15px;
        font-weight: 700;
        font-size: 16px;
        overflow: hidden;
        text-align: center;
        border-radius: 50px;
        padding: 14px 33px;
        display: inline-block;
        color: #fff;
        background-image: linear-gradient(90deg, #34aaff 0%, #c115ec 100%);
    }

        .price-block_one-btn:hover {
            color: #fff;
            background-image: linear-gradient(332deg, #34aaff 0%, rgb(192 61 225) 100%);
        }

    .home-property-section {
        padding: 60px 0px;
    }

    .section-heading {
        margin-bottom: 40px;
        font-size: 40px;
        font-weight: 600;
        color: #1082b6;
        text-align: center;
    }

/* ==========================================================================
   Premium SSL Tab & Table Styling (Redesigned & Premium)
   ========================================================================== */

/* Main Card Wrapper */
.dserver-ssl-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    margin-top: 35px;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Tabs Navigation Bar */
.dserver-ssl-tabs-wrapper {
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.dserver-ssl-tabs-wrapper::-webkit-scrollbar {
    display: none;
}

.dserver-ssl-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}

/* Tab Button Styling */
.dserver-ssl-tab-btn {
    background: #f8fafc;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.25s ease;
    border-top: 3px solid transparent;
    flex: 1 1 0%;
    min-width: 120px;
    min-height: 72px;
    position: relative;
    user-select: none;
}

.dserver-ssl-tab-btn:last-child {
    border-right: none;
}

.dserver-ssl-tab-btn:hover {
    background: #f1f5f9;
    color: #0f172a;
}

/* Active Tab Styling */
.dserver-ssl-tab-btn.active {
    background: #ffffff;
    border-top: 3px solid #00a884; /* Active brand color */
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px;
    z-index: 2;
    color: #0f172a;
    font-weight: 600;
}

/* --- Brand Logo CSS Implementations (Actual HTML, No Images) --- */

/* Comodo Logo */
.logo-comodo-main {
    color: #e21c25;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.1;
    display: block;
}
.logo-comodo-sub {
    color: #000000;
    font-size: 7px;
    display: block;
    font-weight: bold;
    margin-top: 1px;
    letter-spacing: 0.2px;
}

/* ClickSSL Logo */
.logo-clickssl-click {
    color: #00a884;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.logo-clickssl-ssl {
    color: #0c213a;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.3px;
}

/* PositiveSSL Logo */
.logo-positive-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2bc18;
    color: #ffffff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-right: 3px;
    vertical-align: middle;
}
.logo-positive-badge svg {
    display: block;
}
.logo-positive-text {
    color: #1e293b;
    font-weight: 700;
    font-size: 14px;
}
.logo-positive-ssl {
    color: #f2bc18;
    font-weight: 700;
    font-size: 14px;
}
.logo-positive-sub {
    color: #64748b;
    font-size: 6.5px;
    display: block;
    font-weight: bold;
    margin-top: 1px;
}

/* Essential SSL Logo */
.logo-essential-text {
    color: #000000;
    font-weight: 800;
    font-style: italic;
    font-size: 13px;
}
.logo-essential-sub {
    color: #475569;
    font-size: 6.5px;
    display: block;
    font-weight: bold;
    margin-top: 1px;
}

/* DigiCert Logo */
.logo-digicert-icon {
    color: #0072c6;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
.logo-digicert-text {
    color: #0072c6;
    font-weight: 700;
    font-size: 14px;
}

/* RapidSSL Logo */
.logo-rapid-text {
    color: #ff7900;
    font-weight: 700;
    font-size: 14px;
}
.logo-rapid-ssl {
    color: #b91c1c;
    font-weight: 700;
    font-size: 14px;
}

/* GeoTrust Logo */
.logo-geotrust-icon {
    color: #ff7900;
    margin-right: 2px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
.logo-geotrust-text {
    color: #0057b8;
    font-weight: 700;
    font-size: 14px;
}

/* Thawte Logo */
.logo-thawte-icon {
    color: #b91c1c;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
.logo-thawte-text {
    color: #0057b8;
    font-weight: 700;
    font-size: 14px;
}

/* Sectigo Logo */
.logo-sectigo-text {
    color: #15803d;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 0.5px;
}

/* GlobalSign Logo */
.logo-globalsign-icon {
    color: #0284c7;
    margin-right: 4px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
}
.logo-globalsign-text {
    color: #0f172a;
    font-weight: 700;
    font-size: 14px;
}

/* Content Container */
.dserver-ssl-content-container {
    padding: 40px;
    background: #ffffff;
}

/* Individual Content Blocks */
.dserver-ssl-tab-content {
    display: none;
    animation: fadeIn 0.25s ease-out;
}

.dserver-ssl-tab-content.dserver-active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.dserver-ssl-tab-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    font-family: inherit;
}

.dserver-ssl-tab-content p {
    font-size: 15.5px;
    color: #4b5563;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 15px;
    font-family: inherit;
}

/* Brand Arrow Link */
.dserver-ssl-brand-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #00a884;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #00a884;
    padding-bottom: 3px;
    margin-bottom: 35px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.dserver-ssl-brand-link:hover {
    color: #008f6f;
    border-color: #008f6f;
}

/* Responsive Table Wrapper */
.dserver-ssl-table-wrapper {
    overflow-x: auto;
    width: 100%;
    border: none;
    padding: 10px 4px;
    margin: -10px -4px;
}

/* Standard HTML Table Layout styling */
.dserver-ssl-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
    text-align: left;
    min-width: 650px;
}

.dserver-ssl-table th {
    color: #0f172a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 24px;
    text-transform: uppercase;
    font-family: inherit;
    border: none;
}

.dserver-ssl-table td {
    padding: 20px 24px;
    vertical-align: middle;
    color: #334155;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.25s ease;
}

.dserver-ssl-table td:first-child {
    border-left: 1px solid #e2e8f0;
    border-radius: 12px 0 0 12px;
}

.dserver-ssl-table td:last-child {
    border-right: 1px solid #e2e8f0;
    border-radius: 0 12px 12px 0;
}

.dserver-ssl-table tbody tr {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dserver-ssl-table tbody tr:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.dserver-ssl-table tbody tr:hover td {
    border-color: #cbd5e1;
    background: #fcfdfe;
}

/* Row elements specific styles */
.dserver-ssl-prod-name {
    font-weight: 600;
    color: #0f172a !important;
    font-size: 15.5px !important;
}

.dserver-ssl-prod-name::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: -3px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300a884' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='11' width='18' height='11' rx='2' ry='2'></rect><path d='M7 11V7a5 5 0 0 1 10 0v4'></path></svg>");
    background-size: contain;
    background-repeat: no-repeat;
}

.dserver-ssl-type {
    text-align: center;
}

.dserver-ssl-table th:nth-child(2) {
    text-align: center;
}

/* Premium validation badge styling */
.dserver-ssl-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eff6ff;
    color: #1e40af;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.dserver-ssl-warranty {
    color: #475569;
    font-weight: 500;
    text-align: center;
}

.dserver-ssl-table th:nth-child(3) {
    text-align: center;
}

.dserver-ssl-price {
    font-weight: 800;
    font-size: 21px;
    color: #0f172a;
    text-align: right;
    padding-right: 30px !important;
    font-family: 'Outfit', sans-serif !important;
}

.dserver-ssl-table th:nth-child(4) {
    text-align: right;
    padding-right: 30px !important;
}

.dserver-ssl-action {
    text-align: right;
    width: 160px;
}

/* Premium Buy Now Button (Emerald gradient, modern shadow, nowrap) */
.dserver-ssl-buy-btn {
    display: inline-block;
    white-space: nowrap;
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
    color: #ffffff !important;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    text-align: center;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.2);
    user-select: none;
}

.dserver-ssl-buy-btn:hover {
    background: linear-gradient(135deg, #047857 0%, #059669 100%);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
    transform: translateY(-2px);
}

.dserver-ssl-buy-btn:active {
    transform: translateY(0) scale(0.98);
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .dserver-ssl-content-container {
        padding: 25px;
    }
    .dserver-ssl-tab-content h2 {
        font-size: 24px;
    }
    .dserver-ssl-tab-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .dserver-ssl-table td {
        padding: 16px;
    }
    .dserver-ssl-table th {
        padding: 12px 16px;
    }
    .dserver-ssl-price {
        font-size: 17px;
        padding-right: 15px !important;
    }
    .dserver-ssl-table th:nth-child(4) {
        padding-right: 15px !important;
    }
    .dserver-ssl-buy-btn {
        padding: 8px 20px;
        font-size: 12px;
    }
    .dserver-ssl-action {
        width: 130px;
    }
}

/* Scoped layout modifications for SSL Page Hero */
.pricing-header.ssl-hero-header {
    background: #0a2e68 !important;
    padding: 40px 0 45px 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    overflow: hidden;
    position: relative;
}

/* Background Grid Overlay */
.ssl-hero-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
    pointer-events: none;
}

/* Soft Blue Radial Glows */
.ssl-hero-glow-radial-1 {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.16) 0%, rgba(2, 8, 22, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

.ssl-hero-glow-radial-2 {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.08) 0%, rgba(2, 8, 22, 0) 70%);
    z-index: 1;
    pointer-events: none;
}

/* Circuit Overlay Effect */
.ssl-hero-circuits {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 45%, rgba(0, 132, 255, 0.14) 0%, transparent 60%);
    z-index: 1;
    opacity: 0.75;
    pointer-events: none;
}

/* Particles styling */
.ssl-particle {
    position: absolute;
    background: #38bdf8;
    border-radius: 50%;
    filter: blur(0.5px);
    z-index: 1;
    pointer-events: none;
    opacity: 0.35;
}

.particle-1 { width: 4px; height: 4px; top: 15%; left: 10%; background: #0066ff; box-shadow: 0 0 10px #0066ff; }
.particle-2 { width: 3px; height: 3px; top: 45%; left: 40%; background: #38bdf8; box-shadow: 0 0 8px #38bdf8; animation: pulseGlow 3s infinite ease-in-out; }
.particle-3 { width: 5px; height: 5px; top: 25%; left: 75%; background: #0066ff; box-shadow: 0 0 12px #0066ff; animation: pulseGlow 4s infinite ease-in-out; }
.particle-4 { width: 3px; height: 3px; top: 80%; left: 20%; background: #38bdf8; box-shadow: 0 0 8px #38bdf8; }
.particle-5 { width: 4px; height: 4px; top: 70%; left: 85%; background: #0066ff; box-shadow: 0 0 10px #0066ff; animation: pulseGlow 5s infinite ease-in-out; }

@keyframes pulseGlow {
    0% { opacity: 0.2; transform: scale(0.8); }
    50% { opacity: 0.6; transform: scale(1.2); }
    100% { opacity: 0.2; transform: scale(0.8); }
}

.ssl-hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(0, 102, 255, 0.08);
    border: 1.5px solid rgba(0, 102, 255, 0.25);
    border-radius: 30px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #38bdf8;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    font-family: 'Plus Jakarta Sans', system-ui;
    position: relative;
    z-index: 2;
}

.ssl-hero-title {
    font-family: 'Plus Jakarta Sans', system-ui;
    font-size: 54px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    color: #ffffff;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
}

.ssl-hero-title span {
    color: #38bdf8;
    background: linear-gradient(135deg, #ffffff 0%, #38bdf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ssl-hero-desc {
    font-family: 'Plus Jakarta Sans', system-ui;
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #e2e8f0 !important;
    max-width: 500px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

/* Features Grid */
.ssl-hero-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 480px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.ssl-hero-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', system-ui;
}

.ssl-hero-feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 102, 255, 0.12);
    border: 1.5px solid rgba(0, 102, 255, 0.35);
    color: #38bdf8;
}

/* Actions */
.ssl-hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.ssl-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0084ff 0%, #004ecc 100%) !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(0, 102, 255, 0.35);
    font-family: 'Plus Jakarta Sans', system-ui;
}

.ssl-btn-primary:hover {
    background: linear-gradient(135deg, #1a8fff 0%, #005ce6 100%) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 102, 255, 0.45);
}

/* Glassmorphism secondary button */
.ssl-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.04) !important;
    color: #ffffff !important;
    font-weight: 700;
    padding: 13px 26px;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    font-family: 'Plus Jakarta Sans', system-ui;
}

.ssl-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.05);
}

/* Bottom trust row - Pills styling */
.ssl-hero-trust-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
    max-width: 580px;
    position: relative;
    z-index: 2;
}

.ssl-trust-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 30px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', system-ui;
    transition: all 0.3s ease;
}

.ssl-trust-badge-pill:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(0, 102, 255, 0.25);
    transform: translateY(-2px);
}

.ssl-pill-check-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #10b981;
}

/* Image wrapper, float animation and scale positioning */
.ssl-hero-image-container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ssl-hero-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.28) 0%, rgba(0, 102, 255, 0.05) 50%, transparent 70%);
    z-index: -1;
    pointer-events: none;
    animation: glowPulse 5s infinite ease-in-out;
}

@keyframes glowPulse {
    0% { transform: scale(0.9); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(0.9); opacity: 0.8; }
}

.ssl-hero-img {
    position: relative;
    z-index: 1;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    filter: drop-shadow(0 15px 35px rgba(0, 102, 255, 0.25));
    /* Float animation with slight offset translation */
    animation: floatShield 6s ease-in-out infinite;
}

@keyframes floatShield {
    0% { transform: translateY(0px) scale(1.18) translate(30px, -15px); }
    50% { transform: translateY(-12px) scale(1.18) translate(30px, -15px); }
    100% { transform: translateY(0px) scale(1.18) translate(30px, -15px); }
}

/* Responsive adjustment rules */
@media (max-width: 991px) {
    .pricing-header.ssl-hero-header {
        padding: 40px 0 !important;
        text-align: center;
    }
    
    .ssl-hero-desc {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ssl-hero-features {
        margin-left: auto;
        margin-right: auto;
    }
    
    .ssl-hero-actions {
        justify-content: center;
    }
    
    .ssl-hero-trust-row {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .ssl-hero-image-container {
        margin-top: 20px;
    }
    
    .ssl-hero-img {
        /* On mobile, remove translate offset to prevent horizontal clipping */
        animation: floatShieldMobile 6s ease-in-out infinite;
    }
}

@keyframes floatShieldMobile {
    0% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-12px) scale(1); }
    100% { transform: translateY(0px) scale(1); }
}

@media (max-width: 575px) {
    .ssl-hero-title {
        font-size: 38px !important;
    }
    
    .ssl-hero-features {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 240px;
    }
    
    .ssl-hero-actions a {
        width: 100%;
    }
}

/* Custom Styles for new "Why Choose Dserver for SSL?" section */
.dserver-why-choose-ssl {
    position: relative;
    background: linear-gradient(180deg, #051430 0%, #0b2654 100%);
    padding: 80px 0;
    overflow: hidden;
    color: #ffffff;
}

.ssl-rack-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-image: url('../../images/offers_server_rack.webp');
    background-size: cover;
    background-position: right center;
    opacity: 0.1; /* Subtle opacity of 10% */
    pointer-events: none;
    z-index: 1;
}

.dserver-choose-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #38bdf8; /* Soft blue/cyan */
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.dserver-choose-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    margin-bottom: 0;
}

/* Grid & Column styles */
.dserver-choose-grid {
    margin-top: 15px;
}

.dserver-choose-col {
    position: relative;
}

.dserver-choose-card {
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 16px;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    z-index: 2;
    background: transparent;
}

/* Top border glow on hover */
.dserver-choose-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    right: 15%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #2db978 50%, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 3px;
}

.dserver-choose-card:hover {
    transform: translateY(-8px); /* Subtle card lift */
}

.dserver-choose-card:hover::before {
    opacity: 1;
}

/* Icons */
.dserver-choose-icon-wrapper {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: rgba(45, 185, 120, 0.06);
    border: 1px solid rgba(45, 185, 120, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dserver-choose-icon-wrapper svg {
    width: 32px;
    height: 32px;
    color: #2db978; /* Green accent color */
    stroke-width: 1.75;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dserver-choose-card:hover .dserver-choose-icon-wrapper {
    background: rgba(45, 185, 120, 0.12);
    border-color: rgba(45, 185, 120, 0.35);
    box-shadow: 0 8px 24px rgba(45, 185, 120, 0.15);
}

.dserver-choose-card:hover .dserver-choose-icon-wrapper svg {
    transform: scale(1.1); /* 1.1x icon scale */
}

/* Card Typography */
.dserver-choose-card-title {
    font-size: 19px;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    transition: color 0.3s ease;
}

.dserver-choose-card:hover .dserver-choose-card-title {
    color: #ffffff; /* title color slightly brighter */
}

.dserver-choose-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #94a3b8;
    margin-bottom: 0;
    font-family: 'Inter', system-ui, sans-serif;
}

/* Vertical Dividers for Desktop */
@media (min-width: 992px) {
    .dserver-choose-col:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 1px;
        height: 60%;
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent);
    }
}

/* Vertical Dividers for Tablet (2x2 Grid) */
@media (min-width: 768px) and (max-width: 991px) {
    .dserver-choose-col {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /* Right divider on the first column of each row */
    .dserver-choose-col:nth-child(odd)::after {
        content: '';
        position: absolute;
        top: 20%;
        right: 0;
        width: 1px;
        height: 60%;
        background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.08) 20%, rgba(255, 255, 255, 0.08) 80%, transparent);
    }
    /* Horizontal divider between row 1 and row 2 */
    .dserver-choose-col:nth-child(-n+2)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 10%;
        right: 10%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.06), transparent);
    }
}

/* Mobile Layout - stacked cards */
@media (max-width: 767px) {
    .dserver-choose-col {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .dserver-choose-card {
        padding: 30px 20px;
    }
    .dserver-choose-col:not(:last-child)::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15%;
        right: 15%;
        height: 1px;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.06), transparent);
    }
    .dserver-choose-title {
        font-size: 28px;
    }
}

/* ==========================================================================
   SSL CTA Banner Section (Redesigned Floating Banner)
   ========================================================================== */
.ssl-cta-banner-section {
    position: relative;
    z-index: 10;
    margin-top: 15px; /* Fits banner directly between sections without empty gap */
    margin-bottom: -75px; /* Overlaps footer background */
    padding: 0 15px;
}

/* Push footer content down so it is not covered by the overlapping banner */
.ssl-cta-banner-section ~ footer.footer {
    padding-top: 130px !important;
}

.ssl-cta-banner-wrapper {
    background: linear-gradient(90deg, #0056d2 0%, #031430 100%);
    border-radius: 16px;
    padding: 35px 50px;
    box-shadow: 0 15px 35px rgba(3, 20, 48, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1200px;
    margin: 0 auto;
}

.ssl-cta-banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ssl-cta-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

.ssl-cta-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 102, 255, 0.25) 0%, rgba(12, 33, 58, 0.6) 100%);
    border: 1px solid rgba(0, 168, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 168, 255, 0.2), inset 0 0 10px rgba(0, 168, 255, 0.15);
    flex-shrink: 0;
    position: relative;
}

.ssl-cta-icon-container::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid rgba(0, 168, 255, 0.15);
    border-radius: 50%;
    pointer-events: none;
}

.ssl-cta-text {
    text-align: left;
}

.ssl-cta-text h3 {
    margin: 0 0 6px 0;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    line-height: 1.25;
    text-shadow: none;
}

.ssl-cta-text p {
    margin: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.ssl-cta-right {
    flex-shrink: 0;
}

.ssl-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #2db978;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 4px 15px rgba(45, 185, 120, 0.3);
    text-decoration: none;
}

.ssl-cta-btn:hover {
    background-color: #249e65;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(45, 185, 120, 0.45);
}

.ssl-cta-btn-arrow {
    font-size: 18px;
    transition: transform 0.3s ease;
    display: inline-block;
}

.ssl-cta-btn:hover .ssl-cta-btn-arrow {
    transform: translateX(4px);
}

/* Responsive adjustment rules */
@media (max-width: 991px) {
    .ssl-cta-banner-wrapper {
        padding: 30px 40px;
    }
    .ssl-cta-text h3 {
        font-size: 22px;
    }
    .ssl-cta-text p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ssl-cta-banner-section {
        margin-top: 15px; /* Space out cleanly on mobile */
        margin-bottom: -75px; /* Overlaps footer background on mobile */
    }
    .ssl-cta-banner-section ~ footer.footer {
        padding-top: 140px !important; /* Push footer content down on mobile */
    }
    .ssl-cta-banner-wrapper {
        padding: 30px 25px;
    }
    .ssl-cta-banner-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 24px;
    }
    .ssl-cta-left {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
    .ssl-cta-text {
        text-align: center;
    }
    .ssl-cta-text h3 {
        font-size: 20px;
    }
    .ssl-cta-btn {
        width: 100%;
        justify-content: center;
    }
}



