@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;
    --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;
}

/* Final shared-pricing overrides kept last so legacy responsive rules cannot override the redesign. */
.shared-pricing-design .standard_hosting_plans {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 63, 125, 0.12);
    border-right: 0;
    border-bottom: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 63, 125, 0.08);
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

.shared-pricing-design .standard_hosting_plan_box {
    align-items: stretch;
    border: 0;
    border-right: 1px solid rgba(0, 63, 125, 0.12);
    border-bottom: 1px solid rgba(0, 63, 125, 0.12);
    margin: 0;
    min-height: 100%;
    padding: 34px 30px;
    text-align: left;
    width: 100%;
    transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.shared-pricing-design .standard_hosting_plan_box:hover {
    background: rgba(0, 63, 125, 0.035);
    box-shadow: inset 0 0 0 1px rgba(0, 63, 125, 0.05);
}

.shared-pricing-design .standard_hosting_plans [class*="col-"] {
    display: flex;
}

.shared-pricing-design .standard_hosting_features {
    flex: 1;
}

.shared-pricing-design .standard-features-list {
    margin: 0 0 28px;
    padding: 0;
}

.shared-pricing-design .standard-features-list li {
    align-items: flex-start;
    border: 0;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 13px;
    padding-bottom: 0;
}

.shared-pricing-design .standard-features-list li img {
    display: inline-block;
    flex: 0 0 18px;
    height: 18px;
    margin: 2px 10px 0 0;
    width: 18px;
}

.shared-pricing-design .standard-features-list li::before {
    content: none;
}

.shared-pricing-design .view_more {
    background: #f0f3ff;
    border: 1px solid rgba(0, 63, 125, 0.22);
    border-radius: 10px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 !important;
    padding: 15px 22px !important;
    text-transform: uppercase;
    width: 100%;
}

.shared-pricing-design .view_more:hover {
    background: #E37434;
    border-color: #E37434;
    color: #ffffff;
}

.shared-pricing-design .standard_hosting_plan_box > a {
    margin-top: auto;
    text-decoration: none;
}

@media (max-width: 568px) {
    .shared-pricing-design .standard_hosting_plans {
        width: 100%;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        padding: 28px 22px;
        width: 100%;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .shared-pricing-design .standard_hosting_plans {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 14px;
        width: 100%;
    }

    .shared-pricing-design .standard_hosting_plans .row {
        --bs-gutter-x: 26px;
        --bs-gutter-y: 26px;
    }

    .shared-pricing-design .standard_hosting_plans [class*="col-"] {
        padding-left: 13px;
        padding-right: 13px;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(0, 63, 125, 0.12);
        border-radius: 18px;
        box-shadow: 0 16px 40px rgba(0, 63, 125, 0.08);
        padding: 28px 22px;
    }
}

@media (max-width: 767px) {
    .shared-pricing-design .standard_hosting_plans {
        background: transparent;
        border: 0;
        box-shadow: none;
        padding: 10px 0;
        overflow: visible;
    }

    .shared-pricing-design .standard_hosting_plans .row {
        --bs-gutter-y: 22px;
        row-gap: 22px;
    }

    .shared-pricing-design .standard_hosting_plans [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(0, 63, 125, 0.12);
        border-radius: 18px;
        box-shadow: 0 14px 34px rgba(0, 63, 125, 0.08);
        margin: 0;
    }
}

/* Shared hosting page alignment cleanup */
.hostingplan .container,
.webhosting_features .container,
.connect-teams .container,
.faq,
#reviews .container {
    max-width: 1240px;
}

.web-fea-heading,
.connect-teams .col-lg-6:first-child {
    max-width: 100%;
}

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

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

.webhosting_features .row,
.connect-teams .row {
    align-items: center;
}

.webhosting_list_items,
.standard_hosting_plan_box {
    height: 100%;
}

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

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

    .shared-pricing-design {
        padding: 72px 0 24px;
    }

    .shared-pricing-design h1,
    .web-fea-heading h1,
    .connect-teams h1 {
        font-size: 40px;
    }

    .shared-pricing-design > .container > p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 17px;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        padding: 30px 24px;
    }

    .webhosting_features {
        margin-top: 72px;
    }

    .webhosting_list_items {
        padding: 30px 24px;
    }

    .connect-teams {
        margin-top: 68px;
    }

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

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

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

    .shared-pricing-design {
        padding: 68px 0 20px;
    }

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

    .shared-pricing-design > .container > p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 16px;
        max-width: 640px;
    }

    .shared-pricing-design .standard_hosting_plans .row {
        --bs-gutter-x: 22px;
        --bs-gutter-y: 22px;
    }

    .shared-pricing-design .standard_hosting_plans [class*="col-"] {
        display: flex;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        padding: 24px 18px;
    }

    .shared-pricing-design .standard_hosting_plan_box h3 {
        font-size: 14px;
        margin-bottom: 18px;
        letter-spacing: 1.2px;
    }

    .shared-pricing-design .standard_landing_discount {
        gap: 8px;
        margin-bottom: 12px;
    }

    .shared-pricing-design .standard_landing_discount h4 {
        font-size: 15px;
    }

    .shared-pricing-design .save {
        padding: 4px 10px;
        font-size: 11px;
        line-height: 1.2;
    }

    .shared-pricing-design .standard_span-price-landing {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .shared-pricing-design .standard_span-price-landing span:first-child {
        font-size: 24px;
    }

    .shared-pricing-design .standard_span-price-landing .decimal_price {
        font-size: 24px;
    }

    .shared-pricing-design .standard_span-price-landing span:last-child {
        font-size: 14px;
        margin-left: 4px;
    }

    .shared-pricing-design .benifts_stanadard {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .shared-pricing-design .standard-features-list {
        margin-bottom: 20px;
    }

    .shared-pricing-design .standard-features-list li {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
        gap: 8px;
    }

    .shared-pricing-design .standard-features-list li img {
        flex: 0 0 16px;
        width: 16px;
        height: 16px;
        margin: 2px 8px 0 0;
    }

    .shared-pricing-design .view_more {
        min-height: 50px;
        padding: 12px 16px !important;
        font-size: 13px;
    }

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

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

    .webhosting_list_items {
        padding: 28px 22px;
    }

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

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

    .connect-teams .row {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .connect-teams .col-lg-6:first-child,
    .connect-teams .col-lg-6:last-child {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    .connect-teams h1 {
        font-size: 34px;
        line-height: 1.18;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .connect-teams p {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .connect-support,
    .connect-support:has(> img) {
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
    }

    .connect-support:has(> img) {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .connect-support:has(> img) > a {
        min-width: 0;
        width: 100%;
    }

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

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

    .shared-pricing-design,
    .webhosting_features,
    .connect-teams {
        margin-top: 54px;
    }

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

    .shared-pricing-design > .container > p,
    .web-fea-heading p,
    .connect-teams p {
        font-size: 15px;
        line-height: 1.65;
        max-width: 100%;
    }

    .shared-pricing-design .standard_hosting_plan_box,
    .webhosting_list_items {
        padding: 24px 20px;
    }

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

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

/* Top clearance for service pages under the fixed modern header */
.nav-sec + .hostingplan,
.nav-sec + .vps-hostingplan,
.nav-sec + .offersplan {
    margin-top: 88px !important;
}

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

.view_more:hover,
.shared-pricing-design .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);
}

/* Modern shared hosting pricing layout */
.shared-pricing-design {
    background: linear-gradient(180deg, #f9f9ff 0%, #ffffff 100%);
    padding: 70px 0 20px;
}

.shared-pricing-design .container {
    max-width: 1240px;
}

.shared-pricing-design h1 {
    color: var(--primary-color);
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.shared-pricing-design h1 span {
    color: var(--primary-color);
    font-weight: 700;
}

.shared-pricing-design > .container > p {
    color: #737781;
    font-size: 18px;
    max-width: 650px;
    margin: 18px auto 44px;
}

.shared-pricing-design .standard_hosting_plans {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 63, 125, 0.12);
    border-right: 0;
    border-bottom: 0;
    box-shadow: 0 24px 70px rgba(0, 63, 125, 0.08);
    border-radius: 18px;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.shared-pricing-design .standard_hosting_plans .row {
    align-items: stretch;
}

.shared-pricing-design .standard_hosting_plans [class*="col-"] {
    display: flex;
}

.shared-pricing-design .standard_hosting_plan_box {
    align-items: stretch;
    background: transparent;
    border-right: 1px solid rgba(0, 63, 125, 0.12);
    border-bottom: 1px solid rgba(0, 63, 125, 0.12);
    min-height: 100%;
    width: 100%;
    padding: 34px 30px;
    text-align: left;
}

.shared-pricing-design .standard_hosting_plan_box h3 {
    color: #111c2d;
    font-size: clamp(22px, 1.7vw, 26px);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    letter-spacing: -0.01em;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.shared-pricing-design .standard_landing_discount {
    justify-content: flex-start;
    gap: 12px;
    margin: 18px 0 20px;
}

.shared-pricing-design .standard_landing_discount h4 {
    color: #737781;
    font-size: 16px;
    font-weight: 400;
}

.shared-pricing-design .standard_landing_discount .save {
    background: var(--secondary-color);
    border-radius: 999px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: 0;
    padding: 7px 12px;
    text-transform: uppercase;
}

.shared-pricing-design .standard_span-price-landing {
    color: #E37434;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 2px;
    text-align: center;
    width: 100%;
}

.shared-pricing-design .standard_span-price-landing span {
    color: #E37434;
    font-size: 22px;
    font-weight: 500;
}

.shared-pricing-design .standard_span-price-landing .decimal_price {
    font-size: 24px !important;
    font-weight: 700;
    color: #E37434;
}

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

.shared-pricing-design .standard_span-price-landing span:last-child {
    color: var(--primary-color);
}

.shared-pricing-design .benifts_stanadard {
    color: #737781;
    font-size: 14px;
    margin: 8px 0 24px !important;
    text-align: left;
    width: auto;
}

.shared-pricing-design .standard_hosting_features {
    flex: 1;
}

.shared-pricing-design .standard-features-list {
    color: #000000;
    margin: 0 0 28px;
    padding: 0;
}

.shared-pricing-design .standard-features-list li {
    align-items: flex-start;
    border: 0;
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 13px;
    padding-bottom: 0;
}

.shared-pricing-design .standard-features-list li img {
    display: inline-block;
    flex: 0 0 18px;
    height: 18px;
    margin: 2px 10px 0 0;
    width: 18px;
}

.shared-pricing-design .standard-features-list li::before {
    content: none;
}

.shared-pricing-design .standard_hosting_plan_box > a {
    margin-top: auto;
    text-decoration: none;
}

.shared-pricing-design .view_more {
    background: #f0f3ff;
    border: 1px solid rgba(0, 63, 125, 0.22);
    border-radius: 10px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 15px 22px;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 991px) {
    .shared-pricing-design {
        padding-top: 50px;
    }

    .shared-pricing-design h1 {
        font-size: 38px;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        padding: 30px 26px;
        margin: 0;
        border: 0;
        border-right: 1px solid rgba(0, 63, 125, 0.12);
        border-bottom: 1px solid rgba(0, 63, 125, 0.12);
    }
}

@media (max-width: 568px) {
    .shared-pricing-design h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .shared-pricing-design > .container > p {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .shared-pricing-design .standard_hosting_plans {
        width: 100%;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        width: 100%;
        padding: 28px 22px;
    }
}

.btn-common {
    background: var(--primary-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: #0165fa;
    color: #fff;

}


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

/* ---------------- sectio Pricing section-------------------------------- */
.hostingplan h1 {
    text-align: center;
    margin-top: 0;
}

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

.nav-sec + .hostingplan,
.nav-sec + .offersplan {
    margin-top: 0 !important;
}

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

.hostingplan p {
    text-align: center;
    margin-top:20px;
}

.standard_hosting_plans {
    background: #FFFFFF;
    border: 1.5px solid #003F7D;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 35px 0;
    margin-top: 45px;

}

.standard_hosting_plans .row {
    padding: 0 !important;

}

.standard_hosting_plan_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid var(--primary-color);
}

.stanadard-border {
    border: none !important;
}


.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: 75px;
}

.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;


}

.standard_hosting_plan_box h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: var(--font-weight-normal);
    color: #454545;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.standard_landing_discount {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.standard_landing_discount h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: var(--paragraph-color);
}

.standard_landing_discount .save {
    padding: 5px 15px;
    background-color: #E37434;
    font-size: 16px;
    color: #fff;
    border-radius: 30px;
    margin-left: 15px;
}

.standard-features-list {
    margin-top: 15px;
    color: #000000;
    margin-left: 15px;
}

.standard-features-list li {
    margin-bottom: 12px;
    font-weight: 400;
}

.standard-features-list li img {
    margin-right: 10px;
}

.save2 {
    background-color: var(--secondary-color) !important;
}

.standard_span-price-landing {
    font-size: 42px;
    color: #E37434;
    margin-top: 8px;
    text-align: center;
    width: 100%;
}

.standard_span-price-landing span {
    font-size: 20px;
    color: #E37434;
}

.benifts_stanadard {
    font-size: 12px;
    width: 200px;
    margin-top: 10px !important;
}

.view_more {
    padding: 8px 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 189.5%;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    color: var(--primary-color);
    background-color: #ffff;
    transition: all 0.3s ease-in;
    margin-top: 25px;
}

.view_more:hover {
    color: #ffffff;
    background-color: #E37434;
}

/* ---------------------------------------------Section webhosting_features Start ------------------------------- */
.webhosting_features h1 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: var(--heding-color);
}

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

.webhosting_features_list .row {
    row-gap: 30px;
}

.webhosting_list_items {
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(0, 63, 125, 0.05);
    height: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.webhosting_list_items img {
    width: 60px;
    height: 60px;
    padding: 12px;
    background: rgba(0, 63, 125, 0.03);
    border-radius: 16px;
}


.webhosting_list_items h4 {
    font-size: 22px;
    font-weight: 600;
    color: var(--heding-color);
    margin: 25px 0 15px 0;
}

.webhosting_list_items p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--paragraph-color);
    margin: 0 !important;
    text-align: left;
    max-width: 100% !important;
}

/* ----------------------section connect teams------------------------------------------------------- */
.connect-teams {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 80% 50%, rgba(0, 63, 125, 0.03) 0%, transparent 50%);
}

.connect-teams h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--heding-color);
    margin-bottom: 20px;
}

.connect-teams h1 span {
    color: var(--primary-color);
}

.connect-teams p {
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 1.6;
    color: var(--paragraph-color);
    max-width: 500px;
}

.connect-support {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.connect-support:has(> img) {
    display: grid;
    grid-template-columns: 44px minmax(180px, max-content);
    align-items: center;
    column-gap: 12px;
    row-gap: 14px;
}

.connect-support br {
    display: none;
}

.connect-support a {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid rgba(0, 63, 125, 0.08);
    border-radius: 12px;
    color: var(--heding-color) !important;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.connect-support:has(> img) > a {
    justify-content: center;
    min-width: 255px;
}

.connect-support a:hover {
    border-color: var(--primary-color);
    box-shadow: 0 10px 25px rgba(0, 63, 125, 0.08);
}

.connect-support img {
    width: 44px;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.connect-support:has(> img) > img {
    width: 44px;
    height: 44px;
    padding: 9px;
    box-sizing: border-box;
    background: rgba(0, 63, 125, 0.08);
    border-radius: 50%;
}

.chat-illustration {
    width: 100%;
    animation: floatIllustration 4s ease-in-out infinite;
}

@keyframes floatIllustration {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
    100% { transform: translateY(0px); }
}
/* -----------------reviews (Service Pages Light Theme)------------------ */
#reviews {
    padding: 95px 0;
    background: linear-gradient(135deg, #001b3c 0%, #003f7d 100%);
    position: relative;
    overflow: hidden;
}

.t_monial {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 10px;
}

.t_monial span {
    color: #E37434 !important;
}

.t-monial-para {
    max-width: 600px;
    margin: 0 auto 60px auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 18px;
}

.review.glass-card {
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(14px) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 24px !important;
    padding: 40px !important;
    margin: 20px 10px;
    box-shadow: 0 18px 45px rgba(0, 27, 60, 0.2);
    transition: all 0.3s ease;
}

.review.glass-card p {
    color: #424750 !important;
    font-size: 16px !important;
    font-style: normal !important;
    line-height: 1.6 !important;
}

.person h5 {
    color: var(--heding-color) !important;
    margin: 0;
    font-weight: 600;
}

.person img {
    border: 2px solid var(--primary-color) !important;
    padding: 3px !important;
}

#reviews-carousel .owl-dot span {
    background: rgba(255, 255, 255, 0.45) !important;
}

#reviews-carousel .owl-dot.active span {
    background: #E37434 !important;
}


/* ---------------------faq--------------------------------------------- */
.faqh {
    text-align: center;
    margin-bottom: 60px;
    font-size: 42px;
    font-weight: 700;
    color: var(--heding-color);
}

#faq-heading {
    font-weight: 600;
    font-size: 18px;
    color: var(--heding-color) !important;
    margin: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.faq-text {
    font-weight: 400;
    color: var(--paragraph-color);
    line-height: 1.7;
    margin: 20px 0 0 30px;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.faq {
    max-width: 900px;
    margin: 80px auto;
    background: transparent;
}

.faq img {
    width: 20px;
    margin-right: 12px;
    vertical-align: middle;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(0, 63, 125, 0.08);
    border-left: 4px solid var(--primary-color);
    padding: 22px 30px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 70px; /* Adjusted initial height */
}

.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: all 0.4s ease;
    border-top: 2px solid var(--primary-color);
    border-right: 2px solid var(--primary-color);
    position: absolute;
    top: 30px;
    right: 30px;
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked+label>.faq-arrow {
    transform: rotate(-45deg);
    top: 35px;
}

.faq input[type="checkbox"]:checked+label {
    background: #fff !important;
    height: 240px; /* Adjusted expanded height */
}

.faq input[type="checkbox"]:checked+label .faq-text {
    opacity: 1;
}

.faq input[type='checkbox']:not(:checked)+label {
    height: 70px;
}

::-webkit-scrollbar {
    display: none;
}
.standard-features-list li {
    margin-bottom: 12px;
    /* margin-bottom: 1px; */
    border-bottom: 1px dotted #c5c5c5;
    /* padding: 7px 0; */
    padding-bottom: 5px;
}
.standard-features-list li:last-child {
    border: none;
}
.connect-support a{
    color: #333;
}
@media (max-width: 1200px) {

    .faq {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .standard-features-list {
        font-size: 14px !important;
    }

    .hostingplan {
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    .faq {
        width: 100%;
        margin-top: 75px;
    }

    section {
        margin-top: 75px !important;
    }

    .standard_hosting_plan_box {
        border: none;
    }

    .view_more {
        margin-top: 10px;
        margin-bottom: 52px;
    }

    .faqh {
        margin-bottom: 50px;
    }

    .standard_hosting_plans {
        background: #FFFFFF;
        border: 1.5px solid #003F7D;
        box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 15px 15px;
        margin-top: 75px;
        border: none;
        margin-top: 30px;
    }

    .standard_hosting_plan_box {
        border: 0.5px solid #003F7D;
        padding: 25px 0;
        margin: 10px;
        border-radius: 4px;
    }

    .stanadard-border {
        border: 0.5px solid #003F7D !important;
    }

    .standard_hosting_plan_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-right: 1px solid var(--primary-color);
    }

    .hostingplan p {
        text-align: center;
        margin-top: 10px;
    }

    .webhosting_features p {
        /* text-align: center; */
        margin-top: 20px;
        margin-bottom: 70px;
    }
    .chat-illustration {
        width: 70%;
        margin-top: 30px;
    }

}


@media (max-width: 768px) {
    .faqh {
        margin-bottom: 30px;
    }

    .faq {
        width: 100%;
        margin-top: 50px;
    }

    section {
        margin-top: 50px !important;
    }

    p.faq-heading.text-dark {
        font-size: 14px !important;
    }

    .chat-illustration {
        width: 70%;
        margin-top: 20px;
    }

    h1 {
        font-size: 40px !important;
    }

    .hostingplan h1 {
        text-align: center;
        margin-top: 0;
    }
    .webhosting_features p {
        /* text-align: center; */
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .footer_duke {
        margin-top: 50px;
    }
   


}

@media (max-width: 568px) {
    .standard_span-price-landing {
        font-size: 40px;
    }

    h1 {
        font-size: 30px !important;
    }

    section {
        margin-top: 40px;
    }

    .webhosting_list_items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .faq img {
        display: none;

    }

    .faq label {
        padding-top: 8px;
    }

    p.faq-heading.text-dark {
        max-width: 250px;
        font-weight: 500 !important;
    }

    .faq-text {
        margin-top: 23px;
    }

    .standard_hosting_plans {
        padding: 0px 0;
        padding-top: 30px;
        margin-top: 30px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .view_more {
        margin-top: 5px;
        margin-bottom: 30px;
    }

    .webhosting_features p {
        margin-top: 8px !important;
        margin-bottom: 30px;
        text-align: center;
    }

    .footer_duke {
        margin-top: 40px;
    }

    .hostingplan {
        margin-top: 70px;
    }

    .hostingplan p {
        text-align: center;
        margin-top: 10px;
    }

    .webhosting_list_items h4 {
        font-size: 22px;
    }

    .standard_landing_discount {
        margin: 10px 0;
    }

    .connect-teams h1 {
        text-align: center;
    }

    .connect-teams p {
        margin-top: 15px;
    }

    .faq-text {
        font-weight: 400;
        color: #919191;
        width: 100%;
        padding-left: 0;
        margin: 16px 0 20px 0 !important;
        font-size: 14px;
        line-height: 1.75;
        padding-top: 0;
    }

    .faq label {
        height: auto;
        min-height: 70px;
        padding: 14px 20px 16px;
    }

    .faq input[type='checkbox']:not(:checked)+label {
        height: 70px;
    }

    .faq input[type="checkbox"]:checked+label {
        height: auto;
        min-height: 240px;
        padding-bottom: 20px;
    }

    .faq .faq-arrow {
        right: 20px;
        top: 26px;
    }

    .faq input[type="checkbox"]:checked+label>.faq-arrow {
        top: 30px;
    }

    .standard_hosting_plan_box {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .webhosting_features h1 {
        text-align: center;
    }
    .hostingplan h1 span {
        line-height: 36px;
    }
    .connect-teams h1 {
        text-align: left;
        line-height: 36px;
    }
    .connect-teams h1 span {
        line-height: 36px;
    }
    .t_monial {
        font-size: 40px;
        text-align: center;
        line-height: 26px;
    }
    .standard_hosting_plans {
        padding: 10px 0;
    }
   

}

/* Final shared-pricing overrides kept last so legacy responsive rules cannot override the redesign. */
.shared-pricing-design .standard_hosting_plans {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 63, 125, 0.12);
    border-right: 0;
    border-bottom: 0;
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0, 63, 125, 0.08);
    margin-top: 0;
    overflow: hidden;
    padding: 0;
}

.shared-pricing-design .standard_hosting_plan_box {
    align-items: stretch;
    border: 0;
    border-right: 1px solid rgba(0, 63, 125, 0.12);
    border-bottom: 1px solid rgba(0, 63, 125, 0.12);
    margin: 0;
    min-height: 100%;
    padding: 34px 30px;
    text-align: left;
    width: 100%;
}

.shared-pricing-design .standard_hosting_plans [class*="col-"] {
    display: flex;
}

.shared-pricing-design .standard_hosting_features {
    flex: 1;
}

.shared-pricing-design .standard-features-list {
    margin: 0 0 28px;
    padding: 0;
}

.shared-pricing-design .standard-features-list li {
    align-items: flex-start;
    border: 0;
    display: flex;
    font-size: 15px;
    gap: 10px;
    line-height: 1.45;
    margin-bottom: 13px;
    padding-bottom: 0;
}

.shared-pricing-design .standard-features-list li img {
    display: inline-block;
    flex: 0 0 18px;
    height: 18px;
    margin: 2px 10px 0 0;
    width: 18px;
}

.shared-pricing-design .standard-features-list li::before {
    content: none;
}

.shared-pricing-design .view_more {
    background: #f0f3ff;
    border: 1px solid rgba(0, 63, 125, 0.22);
    border-radius: 10px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0 !important;
    padding: 15px 22px !important;
    text-transform: uppercase;
    width: 100%;
}

.shared-pricing-design .standard_hosting_plan_box > a {
    margin-top: auto;
    text-decoration: none;
}

@media (max-width: 568px) {
    .shared-pricing-design .standard_hosting_plans {
        width: 100%;
    }

    .shared-pricing-design .standard_hosting_plan_box {
        padding: 28px 22px;
        width: 100%;
    }
}

.view_more:hover,
.view_more:focus,
.shared-pricing-design .view_more:hover,
.shared-pricing-design .view_more:focus {
    background: #E37434 !important;
    border-color: #E37434 !important;
    color: #ffffff !important;
    box-shadow: 0 16px 32px rgba(255, 80, 3, 0.28);
    transform: translateY(-2px);
}
.renewal-price {
    margin: 20px 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,
.shared-pricing-design .view_more {
    border-radius: 14px !important;
}

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

.hostingplan,
.nav-sec + .hostingplan {
    margin-top: 88px !important;
}

.nav-sec + .offersplan {
    margin-top: 0 !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .connect-teams {
        padding: 64px 0 46px;
    }

    .connect-teams .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .connect-teams .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        row-gap: 18px !important;
    }

    .connect-teams .col-lg-6:first-child,
    .connect-teams .col-lg-6:last-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .connect-teams h1 {
        text-align: center !important;
        font-size: 34px !important;
        line-height: 1.18 !important;
        margin: 0 auto 12px !important;
        max-width: 680px !important;
    }

    .connect-teams p {
        text-align: center !important;
        max-width: 680px !important;
        margin: 0 auto 14px !important;
    }

    .connect-support,
    .connect-support:has(> img) {
        width: 100% !important;
        max-width: 520px !important;
        margin: 0 auto !important;
    }

    .connect-support:has(> img) {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        column-gap: 12px !important;
        row-gap: 14px !important;
    }

    .connect-support:has(> img) > a {
        width: 100% !important;
        min-width: 0 !important;
    }

    .chat-illustration {
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .connect-teams {
        padding: 72px 0 54px;
    }

    .connect-teams .container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .connect-teams .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        row-gap: 20px !important;
    }

    .connect-teams .col-lg-6:first-child,
    .connect-teams .col-lg-6:last-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .connect-teams h1 {
        text-align: center !important;
        font-size: 38px !important;
        line-height: 1.18 !important;
        margin: 0 auto 12px !important;
        max-width: 760px !important;
    }

    .connect-teams p {
        text-align: center !important;
        max-width: 760px !important;
        margin: 0 auto 14px !important;
    }

    .connect-support,
    .connect-support:has(> img) {
        width: 100% !important;
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    .connect-support:has(> img) {
        grid-template-columns: 44px minmax(0, 1fr) !important;
        column-gap: 12px !important;
        row-gap: 14px !important;
    }

    .connect-support:has(> img) > a {
        width: 100% !important;
        min-width: 0 !important;
    }

    .chat-illustration {
        width: 100% !important;
        max-width: 460px !important;
        margin: 0 auto !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .connect-teams .col-lg-6.motion-scroll-hosting {
        display: block !important;
    }

    .connect-teams .col-lg-6.motion-scroll-hosting > h1,
    .connect-teams .col-lg-6.motion-scroll-hosting > p {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        clear: both !important;
    }

    .connect-teams .col-lg-6.motion-scroll-hosting > h1 {
        text-align: center !important;
        margin: 0 auto 18px !important;
    }

    .connect-teams .col-lg-6.motion-scroll-hosting > p {
        text-align: center !important;
        margin: 0 auto 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .connect-support:has(> img) {
        display: grid !important;
        grid-template-columns: 52px minmax(300px, 420px) !important;
        justify-content: center !important;
        align-items: center !important;
        column-gap: 14px !important;
        row-gap: 16px !important;
        width: auto !important;
        max-width: 500px !important;
        margin: 0 auto !important;
    }

    .connect-support:has(> img) > img {
        justify-self: center;
        margin: 0 !important;
    }

    .connect-support:has(> img) > a {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 420px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .connect-support:has(> img) {
        display: grid !important;
        grid-template-columns: 52px minmax(320px, 440px) !important;
        justify-content: center !important;
        align-items: center !important;
        column-gap: 14px !important;
        row-gap: 16px !important;
        width: auto !important;
        max-width: 530px !important;
        margin: 0 auto !important;
    }

    .connect-support:has(> img) > img {
        justify-self: center;
        margin: 0 !important;
    }

    .connect-support:has(> img) > a {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 440px !important;
    }
}

@media (max-width: 767px) {
    .connect-teams {
        padding: 42px 0 32px !important;
    }

    .connect-teams h1 {
        margin-bottom: 10px !important;
    }

    .connect-teams p {
        margin-bottom: 12px !important;
    }

    .connect-teams .row {
        row-gap: 16px !important;
    }
}

/* Shared hosting page full-width section spacing */
.shared-pricing-design > .container,
.webhosting_features > .container,
.connect-teams > .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;
}

.webhosting_features > .container {
    max-width: 100% !important;
}

.webhosting_features_list .row {
    --bs-gutter-x: 24px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.connect-teams .row {
    --bs-gutter-x: 56px;
    width: auto;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
}

.connect-teams .col-lg-6.motion-scroll-hosting:first-child {
    flex: 0 0 42% !important;
    max-width: 42% !important;
}

.connect-teams .col-lg-6.motion-scroll-hosting:first-child > h1,
.connect-teams .col-lg-6.motion-scroll-hosting:first-child > p,
.connect-teams .col-lg-6.motion-scroll-hosting:first-child > .connect-support {
    width: 100%;
    max-width: 100% !important;
}

.connect-teams .col-lg-6.motion-scroll-hosting:first-child > h1 {
    display: block;
    width: 100%;
    line-height: 1.2;
}

.connect-teams .col-lg-6.motion-scroll-hosting:first-child > p {
    display: block;
    width: 100%;
    margin-right: 0;
}

.connect-teams .col-lg-6.motion-scroll-hosting:last-child {
    flex: 0 0 58% !important;
    max-width: 58% !important;
}

.connect-teams p {
    max-width: 100%;
}

.connect-support {
    width: 100%;
    max-width: 100%;
}

.connect-support:has(> img) {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 44px minmax(0, 1fr);
}

.connect-support:has(> img) > a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    justify-content: flex-start;
}

.hosting-faq-width {
    width: 100%;
    max-width: 100% !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.faq {
    width: 100%;
    max-width: 100% !important;
    margin: 80px auto;
}

.connect-teams > .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.chat-illustration {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
}

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

    .connect-teams .row {
        --bs-gutter-x: 24px;
        width: auto;
        margin-left: calc(var(--bs-gutter-x) * -0.5);
        margin-right: calc(var(--bs-gutter-x) * -0.5);
    }

    .connect-teams .col-lg-6.motion-scroll-hosting:first-child,
    .connect-teams .col-lg-6.motion-scroll-hosting:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .connect-teams .row {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        row-gap: 18px !important;
    }

    .connect-teams .col-lg-6,
    .connect-teams .col-lg-6.motion-scroll-hosting,
    .connect-teams .col-lg-6:first-child,
    .connect-teams .col-lg-6:last-child {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }

    .connect-teams h1,
    .connect-teams p {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
    }

    .connect-teams .col-lg-6.motion-scroll-hosting:first-child {
        max-width: 560px !important;
        margin: 0 auto !important;
    }

    .connect-teams h1 {
        font-size: 28px !important;
        line-height: 1.24 !important;
        letter-spacing: -0.01em;
        text-wrap: balance;
    }

    .connect-teams p {
        max-width: 520px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .connect-support,
    .connect-support:has(> img) {
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
    }

    .connect-support:has(> img) {
        display: grid !important;
        grid-template-columns: 44px minmax(0, 1fr) !important;
        align-items: center !important;
        column-gap: 12px !important;
        row-gap: 14px !important;
    }

    .connect-support:has(> img) > img {
        justify-self: center !important;
        margin: 0 !important;
    }

    .connect-support:has(> img) > a {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        justify-content: center !important;
        text-align: center !important;
        white-space: normal !important;
    }

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

@media (min-width: 768px) and (max-width: 991px) {
    .connect-teams .col-lg-6.motion-scroll-hosting:first-child {
        max-width: 760px !important;
        margin: 0 auto !important;
    }

    .connect-teams h1 {
        max-width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        font-size: 36px !important;
        line-height: 1.2 !important;
        text-wrap: balance;
    }

    .connect-teams p {
        max-width: 680px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
