@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* -------------Theme settings start------------------------------ */
:root {
    --primary-color: #003F7D;
    --primary-gradient: linear-gradient(135deg, #003F7D 0%, #0056ac 100%);
    --secondary-color: #E37434;
    --bs-purple: #6f42c1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --heding-color: #333333;
    --paragraph-color: #767676;
    --heading-size: 40px;
    --para-size: 16px;
    --text-white: #fff;
    --heading-size2: 40px;

}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.5;


}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    transition: all 0.2s ease;
}

li {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: var(--heading-size);
    font-weight: var(--font-weight-light);
}

p {
    font-size: var(--para-size);
    font-weight: var(--paragraph-color);
    color: var(--paragraph-color);
}

a {
    color: #3333;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 400;
    opacity: 1;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #003F7D !important;
}

a:active {
    color: #003F7D !important;
}

section {
    margin-top: 90px;
}

.btn-common {
    background: var(--secondary-color);
    border-radius: 5px;
    padding: 10px 80px;
    border: none;
    transition: all 0.3s ease;

}

.btn-common a {
    color: var(--text-white) !important;
    font-size: 16px;

}

.btn-common:hover {
    border-radius: 5px;
    padding: 10px 80px;
    border: none;
    transform: scale(1.01);
    background-color: #E37434;
    color: #fff;

}


/* -------------Theme settings end------------------------------ */

/* ---------------- Pricing section Redesign -------------------------------- */

.vps-hostingplan h1 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: var(--heding-color);
}

.vps-hostingplan p {
    text-align: center;
    margin: 20px auto 60px auto;
    max-width: 650px;
    color: var(--paragraph-color);
    font-size: 18px;
}

.vps-standard_hosting_plans {
    margin-top: 50px;
}

.vps-standard_hosting_plans .row {
    padding: 0 !important;
}

.vps-standard_hosting_plan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 63, 125, 0.08);
    box-shadow: 0 10px 30px rgba(0, 63, 125, 0.03);
    border-radius: 24px;
    padding-bottom: 40px;
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.vps-standard_hosting_plan_box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 63, 125, 0.08);
    border-color: var(--primary-color);
}

.dmc {
    background-color: var(--primary-color);
    color: #ffffff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 63, 125, 0.05);
}

.dmc img {
    margin-right: 12px;
    width: 22px;
    flex: 0 0 auto;
}

.dmc h4 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.dmc.dmc-orange {
    background-color: var(--secondary-color);
}

.vps-standard-features-list {
    margin-top: 15px;
    color: var(--paragraph-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 35px;
    width: 100%;
    flex: 1;
}

.vps-standard-features-list li {
    margin-bottom: 16px;
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.vps-standard-features-list li img {
    margin-right: 15px;
    width: 18px;
    filter: grayscale(1) opacity(0.7);
}

.vps-standard_span-price-landing {
    font-size: 46px;
    font-weight: 700;
    color: #E37434;
    margin: 35px 0 10px 0;
    line-height: 1;
}

.vps-standard_span-price-landing span {
    font-size: 20px;
    font-weight: 500;
    color: #E37434;
    vertical-align: middle;
}

.vps-standard_span-price-landing .decimal_price {
    font-size: 24px;
    color: #E37434;
}

.vps-standard_span-price-landing span:first-child {
    color: #003f7d;
}

.vps-standard_span-price-landing span:last-child {
    color: var(--paragraph-color);
}

.view_more {
    padding: 16px 50px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
}

.view_more:hover {
    background: #E37434;
    border-color: #E37434;
    color: #fff;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 5px 15px rgba(255, 80, 3, 0.28);
}

/* VPS/cloud/bare metal page alignment cleanup */
.vps-hostingplan .container,
.webhosting_features .container,
.connect-teams .container,
#reviews .container {
    max-width: 1240px;
}

.vps-hostingplan h1,
.web-fea-heading h1,
.connect-teams h1 {
    line-height: 1.15;
}

.vps-hostingplan p,
.web-fea-heading p,
.connect-teams p {
    line-height: 1.7;
}

.vps-standard_hosting_plans .row,
.webhosting_features .row,
.connect-teams .row {
    align-items: stretch;
}

.vps-standard_hosting_plans [class*="col-"],
.webhosting_features [class*="col-"] {
    display: flex;
}

.chat-illustration {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vps-hostingplan .container,
    .webhosting_features .container,
    .connect-teams .container,
    #reviews .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .vps-hostingplan h1,
    .web-fea-heading h1,
    .connect-teams h1 {
        font-size: 40px;
    }

    .vps-hostingplan p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 17px;
    }

    .vps-standard_hosting_plans .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .vps-hostingplan .vps-standard_hosting_plans [class*="col-"] {
        display: flex;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .vps-standard_hosting_plan_box,
    .webhosting_list_items {
        width: 100%;
        min-height: 100%;
    }

    .vps-standard_hosting_plan_box {
        padding-left: 0;
        padding-right: 0;
    }

    .vps-standard_hosting_plan_box .dmc {
        width: 100%;
        margin-bottom: 25px;
        border-radius: 24px 24px 0 0;
    }

    .vps-standard_hosting_plan_box .vps-standard-features-list {
        padding-left: 24px;
        padding-right: 24px;
    }

    .connect-teams .row {
        row-gap: 26px;
    }

    .chat-illustration {
        max-width: 460px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vps-hostingplan .container,
    .webhosting_features .container,
    .connect-teams .container,
    #reviews .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .vps-hostingplan h1,
    .web-fea-heading h1,
    .connect-teams h1 {
        font-size: 38px;
        line-height: 1.14;
    }

    .vps-hostingplan p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 16px;
        max-width: 640px;
    }

    .vps-standard_hosting_plans .row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 22px;
    }

    .webhosting_features,
    .connect-teams {
        margin-top: 60px;
    }

    .webhosting_features .row,
    .connect-teams .row {
        row-gap: 24px;
    }

    .connect-teams .col-lg-6:first-child {
        order: 1;
    }

    .connect-teams .col-lg-6:last-child {
        order: 2;
        text-align: center;
    }

    .chat-illustration {
        max-width: 420px;
    }
}

@media (max-width: 767px) {
    .vps-hostingplan .container,
    .webhosting_features .container,
    .connect-teams .container,
    #reviews .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .vps-hostingplan,
    .webhosting_features,
    .connect-teams {
        margin-top: 54px;
    }

    .vps-hostingplan h1,
    .web-fea-heading h1,
    .connect-teams h1 {
        font-size: 32px;
        line-height: 1.16;
    }

    .vps-hostingplan p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 15px;
        line-height: 1.65;
        max-width: 100%;
    }

    .vps-standard_hosting_plans .row,
    .webhosting_features .row,
    .connect-teams .row {
        row-gap: 20px;
    }

    .chat-illustration {
        max-width: 100%;
    }
}

/* ---------------- Miscellaneous -------------------------------- */

.moder_sol {
    text-align: center;
    font-size: 40px;
}

.moder_sol span {
    font-weight: var(--font-weight-medium);
}

.p_prices {
    max-width: 500px;
    margin: auto;
    margin-top: 25px;
    text-align: center;
    margin-bottom: 50px;
}

.standard_hostin_landing_plan {
    background: #FFFFFF;
    border: 1.5px solid var(--primary-color);
    border-radius: 15px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.123));
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 991px) {
    .vps-standard_hosting_plan_box {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    section {
        margin-top: 50px;
    }
    .vps-hostingplan h1 {
        text-align: center;
        margin-top: 60px;
        font-size: 34px;
    }
}

@media (max-width: 568px) {
    section {
        margin-top: 30px;
    }
    .vps-standard_hosting_plan_box {
        width: 100%;
        margin: 15px auto;
    }
    .vps-standard_span-price-landing {
        font-size: 36px;
    }
    .vps-hostingplan p {
        margin-bottom: 40px;
        font-size: 16px;
    }
}

.view_more:hover {
    background: #E37434 !important;
    border-color: #E37434 !important;
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(255, 80, 3, 0.28);
    transform: translateY(-2px);
}

.vps-standard_hosting_plan_box {
    border-color: rgba(0, 63, 125, 0.14) !important;
    box-shadow:
        0 22px 55px rgba(0, 41, 86, 0.12),
        0 6px 18px rgba(0, 41, 86, 0.08) !important;
}

.vps-standard_hosting_plan_box:hover {
    box-shadow:
        0 34px 80px rgba(0, 41, 86, 0.18),
        0 12px 28px rgba(255, 80, 3, 0.14) !important;
}

.vps-standard_hosting_plan_box .sold-out-button {
    align-self: center;
    display: inline-flex;
    justify-content: center;
    letter-spacing: 0.18em;
    max-width: 220px;
    min-width: 180px;
    width: auto !important;
}

@media (max-width: 568px) {
    .vps-standard_hosting_plan_box .sold-out-button {
        max-width: 100%;
        width: min(100%, 220px) !important;
    }
}
.renewal-price {
    margin: 10px 0 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #003f7d;
    font-weight: 500;
}
.motion-scroll-hosting {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
    transition:
        opacity 0.9s cubic-bezier(0.17, 0.55, 0.55, 1),
        transform 0.9s cubic-bezier(0.17, 0.55, 0.55, 1);
    will-change: opacity, transform;
}

.motion-scroll-hosting.motion-scroll-active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .motion-scroll-hosting {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* Unified button curve */
.btn-common,
.view_more,
.vps-standard_hosting_plan_box .sold-out-button,
.server_plans .view_more {
    border-radius: 14px !important;
}

.vps-standard_span-price-landing span:first-child {
    font-size: 24px !important;
    font-weight: 700 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vps-hostingplan .container,
    .webhosting_features .container,
    .connect-teams .container,
    #reviews .container,
    .faq .container {
        max-width: 100%;
        padding-left: 28px;
        padding-right: 28px;
    }

    .vps-hostingplan .vps-standard_hosting_plans .row {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 22px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .vps-hostingplan .vps-standard_hosting_plans [class*="col-"] {
        display: flex;
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }

    .vps-standard_hosting_plan_box,
    .webhosting_list_items {
        width: 100%;
        min-height: 100%;
    }

    .vps-standard_hosting_plan_box {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 26px;
    }

    .vps-standard_hosting_plan_box .dmc {
        width: 100%;
        margin-bottom: 25px;
        border-radius: 24px 24px 0 0;
    }

    .vps-standard_hosting_plan_box .vps-standard-features-list {
        padding-left: 24px;
        padding-right: 24px;
    }

    .webhosting_features .row,
    .connect-teams .row {
        align-items: stretch;
        row-gap: 24px;
    }

    .webhosting_features [class*="col-"],
    .connect-teams [class*="col-"] {
        display: flex;
    }

    .connect-support,
    .connect-support-right,
    .chat-illustration,
    .connect-illustration {
        width: 100%;
    }

    .chat-illustration,
    .connect-illustration {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chat-illustration img,
    .connect-illustration img {
        max-width: 100%;
        height: auto;
    }

    .faq {
        margin-top: 56px;
    }
}

/* Restore the first server section clearance under the shared fixed header */
.nav-sec + .vps-hostingplan,
.vps-hostingplan {
    margin-top: 88px !important;
}

.vps-hostingplan h1 {
    margin-top: 0 !important;
}

@media (max-width: 991px) {
    .nav-sec + .vps-hostingplan,
    .vps-hostingplan {
        margin-top: 88px !important;
    }
}

/* Server pages wide layout, excluding the connect section */
.vps-hostingplan > .container,
.webhosting_features > .container,
.hosting-faq-width,
#reviews > .container,
.footer_duke > .footer-top,
.footer_duke > .footer-bottom {
    width: 100%;
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
}

.hosting-faq-width,
.faq {
    width: 100%;
    max-width: 100% !important;
}

.webhosting_features .row {
    width: auto;
    margin-left: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
    margin-right: calc(var(--bs-gutter-x, 1.5rem) * -0.5);
}

@media (max-width: 991px) {
    .vps-hostingplan > .container,
    .webhosting_features > .container,
    .hosting-faq-width,
    #reviews > .container,
    .footer_duke > .footer-top,
    .footer_duke > .footer-bottom {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}
