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

.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------------------------------ */

/* ---------------- Featured Services Static Redesign -------------------------------- */

.vpsfeature_service {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.feature_service2 {
    text-align: center;
    margin-bottom: 80px;
}

.feature_service2 h1 {
    font-size: 44px;
    font-weight: 700;
    color: var(--heding-color);
    margin-bottom: 20px;
}

.feature_service2 p {
    font-size: 18px;
    color: var(--paragraph-color);
    max-width: 650px;
    margin: 0 auto;
}

.vps-fea-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background: #fdfdff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(0, 63, 125, 0.05);
    position: relative;
    transition: all 0.4s ease;
}

.vps-fea-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 63, 125, 0.04);
    background: #ffffff;
    border-color: rgba(0, 63, 125, 0.1);
}

.vps-fea-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: var(--primary-color);
    border-radius: 0 4px 4px 0;
}

.vps-fea-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: rgba(0, 63, 125, 0.04);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    align-self: center;
}

.vps-fea-icon img {
    width: 32px;
    height: 32px;
    display: block;
}

.vps-fea-text h3 {
    font-size: 22px;
    font-weight: 600;
    color: var(--heding-color);
    margin-bottom: 12px;
}

.vps-fea-text p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--paragraph-color);
    margin: 0;
}

.vps-fea-text {
    align-self: center;
}

.vps-illustration-box {
    padding: 20px;
}

.vps-main-img {
    max-width: 100%;
    height: auto;
    animation: floatIllustration 4s ease-in-out infinite;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.08));
}

@keyframes floatIllustration {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0px); }
}

/* ---------------- Staggered Reveal -------------------------------- */
.reveal-left .vps-fea-item:nth-child(1) { transition-delay: 0.1s; }
.reveal-left .vps-fea-item:nth-child(2) { transition-delay: 0.2s; }
.reveal-left .vps-fea-item:nth-child(3) { transition-delay: 0.3s; }

.reveal-right .vps-fea-item:nth-child(1) { transition-delay: 0.1s; }
.reveal-right .vps-fea-item:nth-child(2) { transition-delay: 0.2s; }
.reveal-right .vps-fea-item:nth-child(3) { transition-delay: 0.3s; }

/* ---------------- Responsive -------------------------------- */

@media (max-width: 991px) {
    .vpsfeature_service {
        padding: 80px 0;
    }
    
    .feature_service2 {
        margin-bottom: 50px;
    }

    .vps-illustration-box {
        margin: 40px 0;
    }

    .order-lg-1 { order: 1 !important; }
    .order-lg-2 { order: 2 !important; }
}

@media (max-width: 768px) {
    .feature_service2 h1 {
        font-size: 32px;
    }
    
    .vps-fea-item {
        padding: 20px;
    }
}

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

/* VPS feature page alignment cleanup */
.vpsfeature_service .container,
.connect-teams .container,
#reviews .container {
    max-width: 1240px;
}

.feature_service2 h1,
.connect-teams h1 {
    line-height: 1.15;
}

.feature_service2 p,
.connect-teams p {
    line-height: 1.7;
}

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

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

    .feature_service2 h1,
    .connect-teams h1 {
        font-size: 40px;
    }

    .feature_service2 p,
    .connect-teams p {
        font-size: 17px;
    }

    .vps-fea-item {
        padding: 26px 24px;
    }

    .vps-fea-text h3 {
        font-size: 20px;
    }

    .vps-illustration-box {
        padding: 10px;
    }

    .vps-main-img {
        max-width: 420px;
    }

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

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

    .feature_service2 h1,
    .connect-teams h1 {
        font-size: 38px;
        line-height: 1.14;
    }

    .feature_service2 p,
    .connect-teams p {
        font-size: 16px;
        max-width: 640px;
    }

    .vpsfeature_service .row {
        display: flex;
        flex-direction: column;
        row-gap: 28px;
    }

    .vpsfeature_service .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        display: block;
    }

    .vpsfeature_service .reveal-left,
    .vpsfeature_service .reveal-right {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .vps-fea-item {
        padding: 24px 22px;
        margin-bottom: 22px;
    }

    .vps-fea-icon {
        width: 56px;
        height: 56px;
        margin-right: 18px;
    }

    .vps-fea-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .vps-illustration-box {
        margin: 12px 0;
        padding: 0;
    }

    .vps-main-img {
        max-width: 380px;
    }

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

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

    .vpsfeature_service,
    .connect-teams {
        margin-top: 54px;
    }

    .feature_service2 h1,
    .connect-teams h1 {
        font-size: 32px;
        line-height: 1.16;
    }

    .feature_service2 p,
    .connect-teams p {
        font-size: 15px;
        line-height: 1.65;
        max-width: 100%;
    }

    .vps-fea-item {
        padding: 22px 20px;
        margin-bottom: 18px;
    }

    .vps-fea-text h3 {
        font-size: 18px;
    }

    .vps-fea-text p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.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-hostingplan .view_more {
    border-radius: 14px !important;
}

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

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

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

    .vps-fea-item {
        width: 100%;
        min-height: 100%;
        padding: 24px 22px;
        margin-bottom: 0;
    }

    .vps-illustration-box,
    .chat-illustration,
    .connect-illustration {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

@media (max-width: 991px) {
    .vps-illustration-secondary {
        display: none !important;
    }

    .vps-features-secondary {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* Server pages wide layout, excluding the connect section */
.vps-hostingplan > .container,
.vpsfeature_service > .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;
}

.vpsfeature_service .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,
    .vpsfeature_service > .container,
    .hosting-faq-width,
    #reviews > .container,
    .footer_duke > .footer-top,
    .footer_duke > .footer-bottom {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}



