/* Section wrapper */
.pricing-header {
    position: relative;
    background-image: url(../../images/ng1463.png);
    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: 2.8rem;
        font-weight: 600;
        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.jpg');
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* Title styling */
.section-title {
    font-size: 38px;
    font-weight: 700;
    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..................................*/
    .ssl-features {
        background-image: url('../../images/sslbg.jpg');
        background-size: cover;
        background-position: left;
        background-attachment: fixed;
    }

        .ssl-features .feature-box {
            background: linear-gradient(9deg, #ffeafedb, #c0d5f526);
            border: 2px solid #121212;
            padding: 25px;
            border-radius: 12px;
            transition: 0.3s ease;
        }

            .ssl-features .feature-box:hover {
                background: linear-gradient(45deg, #918ff34a, #f1a2e033);
                border-color: #34a4f5;
            }

        .ssl-features .icon {
            font-size: 40px;
            color: #002d62;
            margin-bottom: 10px;
        }

        .ssl-features h5 {
            font-weight: 700;
            margin-bottom: 6px;
        }

        .ssl-features p {
            margin: 0;
            color: #555;
        }



    /*contact section.................................*/

    .contact-section {
        padding: 42px 0 21px;
        color: #fff;
        background-image: url('../../images/contactfooter.jpg');
        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: 41px;
        font-family: system-ui;
        text-shadow: 2px 2px 3px #2db978;
        font-weight: 500;
    }

    .service-box {
        background: radial-gradient(circle at bottom right, #0db3d9 0%, #04204e 70%);
        padding: 28px 25px 21px;
        border-radius: 35px;
        text-align: left;
        height: 100%;
        transition: 0.3s ease;
    }

        .service-box:hover {
            transform: translateY(-8px);
        }

            .service-box:hover .icon-circle {
                transform: rotateY(180deg) !important;
            }

    .icon-circle {
        position: relative;
        width: 85px;
        height: 85px;
        text-align: center;
        line-height: 83px;
        border-radius: 50px;
        display: inline-block;
        -webkit-transition: all 500ms ease;
        background-color: rgba(0, 13, 255, 1);
        background-image: linear-gradient(180deg, rgba(0, 13, 255, 1) 0%, rgba(193, 21, 236, 1) 100%);
    }

        .icon-circle img {
            width: 45px;
            filter: brightness(0) invert(1);
        }

    .service-title {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.3;
        margin-top: 13px;
        font-family: system-ui;
    }


    .bg-custm {
        background: url(../../images/vps-hosting-a.png) 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(330deg, rgb(0 114 255 / 50%) 0%, rgb(29 156 193 / 82%) 100%) !important;
            top: 0;
            left: 0;
        }

    /*   work process*/
    section.Working_Process {
        background-image: url('../../images/map.png');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px;
        background-attachment: fixed;
    }

    .process-standard-area {
        overflow: hidden;
    }

    .space {
        padding: 0px 0px 50px;
    }

    .title-inner span.sub-text {
        margin: 0 0 13px;
        display: inline-block;
        font-size: 20px;
        line-height: 20px;
        font-weight: 500;
        color: #8366e3;
        background: #137BAC;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    h2.title {
        font-size: 36px;
        margin: 0px 0px 19px 0px;
        position: relative;
        color: #137BAC;
    }

    .title-inner h2.title span {
        color: #53AAD2;
    }

    .process-standard-area .single-item {
        margin-top: 100px;
        position: relative;
    }

    .process-standard-area .item .icon {
        position: relative;
        z-index: 1;
        display: inline-block;
        height: 150px;
        line-height: 150px;
        width: 150px;
        border: 2px dashed #34a4f5;
        border-radius: 50%;
    }

        .process-standard-area .item .icon img {
            filter: brightness(0);
        }

        .process-standard-area .item .icon span {
            position: absolute;
            right: 0;
            top: 0;
            background: #ffffff;
            height: 40px;
            width: 40px;
            line-height: 40px;
            color: #34a4f5;
            border-radius: 50%;
            font-weight: 900;
            font-size: 14px;
        }

            .process-standard-area .item .icon span::after {
                position: absolute;
                left: -8px;
                top: -8px;
                content: "";
                height: 56px;
                width: 56px;
                background: #34a4f5;
                z-index: -1;
                border-radius: 50%;
            }

    .process-standard-area .item h4 {
        margin: 0;
        margin-top: 17px;
        font-weight: 600;
        font-size: 14px;
        color: #022937;
    }

    .process-standard-area .single-item::after {
        margin-left: -50px;
        position: absolute;
        left: 100%;
        top: -17px;
        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.15;
        filter: brightness(0);
    }

    .process-standard-area .single-item:nth-child(2n) {
        margin-top: 0;
    }

        .process-standard-area .single-item:nth-child(2n) .item span {
            top: auto;
            bottom: 0;
        }

        .process-standard-area .single-item:nth-child(2n)::after {
            transform: rotate(56deg);
            top: 75px;
        }

    .process-standard-area .single-item:nth-child(4)::after {
        display: none;
    }

    @media (max-width: 768px) {
        .process-standard-area .single-item::after {
            content: '';
            background: none;
        }
    }



    /* pricing ................*/
    .price-one {
        position: relative;
        padding: 45px 0px;
    }

    .price-one_bg {
        background-image: url('../../images/price-one_bg.png');
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-repeat: no-repeat;
    }

    .auto-container {
        position: static;
        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;
        text-shadow: 0px 1px 3px #2db978;
    }

    h3 {
        line-height: 69px;
        font-size: 37px;
        font-weight: 500;
        font-family: system-ui;
        text-shadow: 0px 1px 3px #2db978;
    }

    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;
    }
