/* section.1 */
/* section.1 - Modern Mesh Gradient Style */
.hosting-section {
    padding: 80px 5%;
    font-family: "Segoe UI", sans-serif;
    position: relative;
    background-color: #f0f2f5;
    /* Soft mesh gradient look */
    background:
        radial-gradient(circle at 10% 20%, #e0e7ff 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, #dbeafe 0%, transparent 40%);
}

/* Glassmorphism Effect for Footer Highlight */
.footer-highlight {
    background: rgba(255, 255, 255, 0.7); /* Transparent white */
    backdrop-filter: blur(10px); /* Glass blur effect */
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px;
    border-left: 6px solid #007bff;
    border-radius: 15px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

/* Image container with subtle glow */
.image-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: 0.4s ease;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 40px;
}

.content-side {
    flex: 1;
}

.main-title {
    font-size: 2.5rem;
    color: #1a1a1a;
    margin-bottom: 25px;
    line-height: 1.2;
}

.main-text p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Image Placeholder Style */
.image-side {
    flex: 0 0 400px;
}

/* Image styling ko refine karne ke liye ye add karein */
.image-placeholder img {
    width: 100%;
    height: auto;
    border-radius: 20px; /* Corners ko round karne ke liye */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15); /* Soft shadow for depth */
    transition: transform 0.3s ease;
    display: block;
}

/* Hover effect for a premium feel */
.image-placeholder img:hover {
    transform: scale(1.02);
}

/* Image side container ko center align karne ke liye */
.image-placeholder {
    background: transparent !important; /* Placeholder ka background remove kiya */
    border: none !important; /* Dashed border hatane ke liye */
    padding: 0 !important;
}

/* Bottom Highlight Section */
.footer-highlight {
    background: #a8a8c5;
    padding: 30px;
    border-left: 6px solid #007bff;
    border-radius: 8px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #333;
}

/* Responsive */
@media (max-width: 900px) {
    .flex-wrapper {
        flex-direction: column;
        text-align: center;
    }
    .image-side {
        width: 100%;
    }
}

/* section 2 */
/* Base Styles for the Section */
.digiature-hosting-section {
    position: relative;
    /* Deep blue to subtle purple gradient for "colorful" and tech look */
    background: linear-gradient(135deg, #0b1120, #17244a, #2c1a4e);
    color: #ffffff;
    font-family:
        "Poppins", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; /* Poppins gives a modern tech feel */
    padding: 80px 20px;
    overflow: hidden; /* Contains the pattern overlay */
}

/* Subtle Geometric Pattern Overlay */
.geometric-pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        #242424 0,
        #242424 1px,
        transparent 0,
        transparent 50%
    );
    background-size: 10px 10px;
    opacity: 0.15; /* Keeps the pattern subtle so text is readable */
    z-index: 1; /* Sits on top of the gradient */
}

/* Container to Center Content */
.hosting-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2; /* Ensures content is above the pattern */
    text-align: center;
}

/* Header Styles */
.section-header .main-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.section-header .section-description {
    font-size: 1.2rem;
    color: #cccccc;
    margin-bottom: 60px;
    line-height: 1.6;
}

/* Services List Wrapper */
.services-wrapper {
    margin-bottom: 60px;
}

/* The List Itself */
.hosting-services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allows wrapping across multiple rows */
    justify-content: center; /* Centers items in rows */
    gap: 30px; /* Precise control of agl-bgl and top-bottom spacing */
}

/* Design for Individual Service Items (Using Tags, Not Boxes) */
.hosting-services-list .service-tag {
    font-size: 1.15rem;
    font-weight: 500;
    color: #e0e0e0;
    text-decoration: none;
    padding: 10px 0; /* Vertical space only, horizontal space via gap */
    border-bottom: 2px solid transparent; /* Required for the hover transition */
    transition:
        color 0.3s ease,
        border-bottom-color 0.3s ease;
    cursor: pointer;
}

/* Subtle "Colorful" Hover Effect */
.hosting-services-list .service-tag:hover {
    color: #61dafb; /* Neon blue/cyan for contrast and "colorful" feel */
    border-bottom-color: #61dafb; /* Underline on hover */
}

/* Footer Styles */
.section-footer {
    /* Light Box Styling */
    background: #d7ecef; /* Bilkul saaf white/light background */
    border-radius: 20px;
    padding: 20px;
    margin-top: 50px;
    text-align: center;

    /* Box ko highlight karne ke liye soft shadow */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-footer .infrastructure-note {
    font-size: 1.15rem;
    color: #333333; /* Darker text for readability */
    font-weight: 500;
    margin: 0;
}

/* section.3 */
/* Section Wrapper */
.hosting-section-unique {
    padding: 60px 20px;
    background: linear-gradient(
        135deg,
        rgb(116, 140, 171) 0%,
        rgb(143, 160, 188) 28%,
        rgb(199, 208, 218) 62%,
        rgb(231, 236, 239) 100%
    );
    font-family: sans-serif;
}

.hosting-container-unique {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

/* Typography */
.hosting-title-unique {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1a1a1a;
}
.hosting-subtitle-unique {
    color: #666;
    margin-bottom: 40px;
}

/* Grid Layout */
.chevron-grid-unique {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 50px;
}

/* Chevron Styling */
.chevron-box-unique {
    padding: 14px 20px 14px 40px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: left;
    background: linear-gradient(90deg, #c71d6f, #008080);
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    transition: 0.3s;
}

.chevron-box-unique span {
    font-size: 0.75rem;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 6px;
    border-radius: 4px;
    margin-right: 8px;
}

/* Footer Box */
.footer-note-unique {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    color: #333;
    font-size: 1.05rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .chevron-grid-unique {
        grid-template-columns: 1fr;
    }
}

/* section.4 */
.hosting {
    padding: 80px 20px;
    font-family: system-ui;

    /* 🌈 Soft textured background */
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(59, 130, 246, 0.15),
            transparent 40%
        ),
        radial-gradient(
            circle at 90% 20%,
            rgba(14, 165, 233, 0.12),
            transparent 45%
        ),
        radial-gradient(
            circle at 50% 90%,
            rgba(99, 102, 241, 0.1),
            transparent 50%
        ),
        linear-gradient(135deg, #f8fbff, #ffffff);
}

.hosting-container {
    max-width: 1100px;
    margin: auto;
}

/* Header */
.hosting-header {
    text-align: center;
    margin-bottom: 50px;
}

.hosting-header h2 {
    font-size: 36px;
    color: #0f172a;
    margin-bottom: 10px;
}

.hosting-header p {
    color: #64748b;
    max-width: 700px;
    margin: auto;
}

/* Grid */
.hosting-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* 🔥 Cards */
.left,
.right {
    padding: 25px;
    border-radius: 16px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
    transform-origin: center;

    z-index: 1;
}

/* Left card */
.left {
    background: linear-gradient(
        135deg,
        rgba(59, 130, 246, 0.12),
        rgba(255, 255, 255, 0.85)
    );
    border: 1px solid rgba(59, 130, 246, 0.18);
    box-shadow: 0 12px 30px rgba(59, 130, 246, 0.1);
}

/* Right card */
.right {
    background: linear-gradient(
        135deg,
        rgba(14, 165, 233, 0.12),
        rgba(255, 255, 255, 0.85)
    );
    border: 1px solid rgba(14, 165, 233, 0.18);
    box-shadow: 0 12px 30px rgba(14, 165, 233, 0.1);
}

/* 🔥 Zoom hover effect */
.left:hover,
.right:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
    z-index: 2;
}

/* Titles */
.left h3,
.right h3 {
    margin-bottom: 20px;
    color: #1e293b;
    font-size: 20px;
    border-left: 4px solid #3b82f6;
    padding-left: 10px;
}

/* Items */
.item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    color: #334155;
    font-size: 15px;
    transition: 0.2s ease;
}

.item span {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: linear-gradient(135deg, #2563eb, #60a5fa);

    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);

    flex-shrink: 0;

    transition: 0.35s ease;
}

.item span i {
    font-size: 18px;
    color: #fff;
}

/* Hover item */
.item:hover {
    transform: translateX(6px);
    color: #0f172a;
}

/* Footer */
.hosting-footer {
    text-align: center;
    margin-top: 40px;
    color: #475569;
    font-weight: 500;
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .hosting-grid {
        grid-template-columns: 1fr;
    }

    .left:hover,
    .right:hover {
        transform: scale(1.02);
    }
}

/* section.5 */
.hosting-intro {
    max-width: 1200px;
    margin: 30px auto 40px;
}

/* Top Content */
.intro-content {
    text-align: center;
    margin-bottom: 30px;
}

.intro-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e8f1fb;
    color: #2c5d8a;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.intro-content h2 {
    font-size: 38px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 15px;
}

.intro-content p {
    max-width: 800px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
}

/* Best For + Features */
.hosting-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.highlight-box {
    background: linear-gradient(135deg, #2c5d8a, #1f4464);
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    transition: 0.3s;
}

.highlight-box:hover {
    transform: translateY(-5px);
}

.highlight-box h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.highlight-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.highlight-box ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.highlight-box ul li:last-child {
    border-bottom: none;
}

.highlight-box ul li::before {
    content: "✓";
    color: #7dd3fc;
    margin-right: 10px;
    font-weight: bold;
}

/* Pricing Section */
.pricing-section {
    padding: 20px 0 50px;
    background: #fff;
}

.pricing-container {
    max-width: 1200px;
    margin: auto;
}

.section-title {
    display: none; /* upar heading already hai */
}

@media (max-width: 767px) {
    .pricing-card {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .pricing-card:hover {
        transform: none;
    }
}
.pricing-section {
    padding: 0;
    background: #fdfdfd;
    font-family: sans-serif;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 100%;
}

.pricing-card {
    padding: 30px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05); /* Sirf beech mein halki line */
    display: flex;
    flex-direction: column;
}

/* Colorful Gradient Backgrounds */
.pricing-card:nth-child(1) {
    background: linear-gradient(180deg, #ffffff 0%, #e0f2fe 100%);
}
.pricing-card:nth-child(2) {
    background: linear-gradient(180deg, #ffffff 0%, #dcfce7 100%);
}
.pricing-card:nth-child(3) {
    background: linear-gradient(180deg, #ffffff 0%, #ede9fe 100%);
}
.pricing-card:nth-child(4) {
    background: linear-gradient(180deg, #ffffff 0%, #fef3c7 100%);
}

.card-header {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.price {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}
.features-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}
.features-list li {
    padding: 8px 0;
    color: #555;
    font-size: 0.9rem;
}
.order-btn {
    padding: 12px;
    background: #2c5d8a;
    color: white;
    border: none;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}

/* section.6 */
.business-cloud-section {
    position: relative;
    overflow: hidden;
    padding: 90px 20px;

    background: linear-gradient(135deg, #081028 0%, #10214d 50%, #173b8f 100%);
}

.business-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.business-content {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
}

.business-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    backdrop-filter: blur(10px);

    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.business-content h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.business-content p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    line-height: 1.8;
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.business-card {
    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(14px);

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 20px;

    padding: 30px;

    transition: 0.4s ease;
}

.business-card:hover {
    transform: translateY(-10px);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.35),
        0 0 30px rgba(59, 130, 246, 0.25);
}

.business-card h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
}

.business-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.business-card ul li {
    color: rgba(255, 255, 255, 0.85);

    padding: 12px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.business-card ul li:last-child {
    border: none;
}

.business-card ul li::before {
    content: "✓";
    color: #60a5fa;
    font-weight: bold;
    margin-right: 10px;
}

/* Floating Shapes */

.floating-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.shape-1 {
    width: 280px;
    height: 280px;

    background: rgba(59, 130, 246, 0.25);

    top: -80px;
    left: -80px;

    animation: floatOne 8s ease-in-out infinite;
}

.shape-2 {
    width: 320px;
    height: 320px;

    background: rgba(37, 99, 235, 0.2);

    right: -100px;
    bottom: -100px;

    animation: floatTwo 10s ease-in-out infinite;
}

@keyframes floatOne {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
}

@keyframes floatTwo {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-40px);
    }
}

@media (max-width: 768px) {
    .business-grid {
        grid-template-columns: 1fr;
    }

    .business-content h2 {
        font-size: 30px;
    }

    .business-card {
        padding: 22px;
    }
}

/* section.7 */
.vps-section {
    padding: 90px 20px;
    background:
        radial-gradient(
            circle at top right,
            rgba(59, 130, 246, 0.08),
            transparent 30%
        ),
        #f8fbff;
    overflow: hidden;
}

.vps-container {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* Left Side */

.vps-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #eaf3ff;
    color: #2563eb;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vps-left h2 {
    font-size: 42px;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 20px;
}

.vps-left p {
    color: #64748b;
    line-height: 1.8;
    font-size: 16px;
}

.vps-note {
    margin-top: 25px;
    background: linear-gradient(135deg, #2563eb, #60a5fa);
    color: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
}

/* Right Side */

.vps-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.vps-feature {
    min-height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 25px;

    border-radius: 20px;

    color: #fff;
    font-weight: 600;
    font-size: 16px;

    position: relative;
    overflow: hidden;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);

    transition: all 0.4s ease;
}

.vps-feature::before {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    top: -50px;
    right: -50px;
}

.vps-feature:hover {
    transform: translateY(-10px) scale(1.04);
}

/* Colorful Cards */

.feature-1 {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.feature-2 {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.feature-3 {
    background: linear-gradient(135deg, #059669, #34d399);
}

.feature-4 {
    background: linear-gradient(135deg, #ea580c, #fb923c);
}

.feature-5 {
    background: linear-gradient(135deg, #dc2626, #f87171);
}

.feature-6 {
    background: linear-gradient(135deg, #0891b2, #22d3ee);
}

/* Mobile */

@media (max-width: 991px) {
    .vps-container {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .vps-left {
        text-align: center;
    }

    .vps-left h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .vps-section {
        padding: 60px 15px;
    }

    .vps-left h2 {
        font-size: 28px;
    }

    .vps-right {
        grid-template-columns: 1fr;
    }

    .vps-feature {
        min-height: 100px;
        font-size: 15px;
    }
}
/* section.8 */
.wp-hosting-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #faf7ff 0%, #f3e8ff 50%, #e9d5ff 100%);
    position: relative;
}

.wp-container {
    max-width: 1200px;
    margin: auto;
}

.wp-header {
    text-align: center;
    max-width: 850px;
    margin: auto;
    margin-bottom: 60px;
}

.wp-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: #e8f1ff;
    color: #2563eb;
    font-weight: 600;
    margin-bottom: 15px;
}

.wp-header h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 15px;
}

.wp-header p {
    color: #64748b;
    line-height: 1.8;
}

.wp-layout {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 20px;
    align-items: center;
}

.wp-center-line {
    width: 6px;
    height: 100%;
    min-height: 420px;
    margin: auto;
    border-radius: 30px;

    background: linear-gradient(to bottom, #2563eb, #7c3aed, #06b6d4);
}

.wp-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wp-card {
    background: #edd0e7;
    padding: 25px;
    border-radius: 20px;

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);

    transition: 0.35s;
}

.wp-card:hover {
    transform: translateY(-8px);
}

.wp-icon {
    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;

    border-radius: 14px;

    margin-bottom: 15px;

    background: linear-gradient(135deg, #2563eb, #60a5fa);

    color: #fff;
}

.feature-card .wp-icon {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.wp-card h4 {
    margin: 0;
    color: #0f172a;
    font-size: 18px;
}

.wp-bottom-features {
    margin-top: 50px;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.wp-bottom-features span {
    position: relative;
    overflow: hidden;

    padding: 14px 22px;
    border-radius: 50px;

    background: linear-gradient(135deg, #0f172a 0%, #172554 50%, #1e3a8a 100%);

    color: #fff;

    font-weight: 600;
    font-size: 14px;

    border: none;

    cursor: pointer;

    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);

    transition: all 0.4s ease;
}

/* Shine Effect */

.wp-bottom-features span::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80px;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.35),
        transparent
    );

    transform: skewX(-20deg);

    transition: 0.8s;
}

.wp-bottom-features span:hover::before {
    left: 150%;
}

/* Hover */

.wp-bottom-features span:hover {
    transform: translateY(-5px) scale(1.03);

    background: linear-gradient(135deg, #1e3a8a, #2563eb, #3b82f6);

    box-shadow: 0 18px 35px rgba(37, 99, 235, 0.25);
}

/* Mobile */

@media (max-width: 768px) {
    .wp-bottom-features {
        gap: 10px;
    }

    .wp-bottom-features span {
        font-size: 13px;
        padding: 12px 18px;
    }
}

/* section 9 */
.security-protection-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #eef4ff 0%, #c7d7ed 50%, #a5c4f5 100%);
}

.security-wrapper {
    max-width: 1300px;
    margin: auto;
}

.security-heading {
    text-align: center;
    max-width: 850px;
    margin: auto;
    margin-bottom: 70px;
}

.security-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;

    background: #e8f1ff;
    color: #2563eb;

    font-weight: 600;
    margin-bottom: 15px;
}

.security-heading h2 {
    font-size: 42px;
    color: #0f172a;
    margin-bottom: 15px;
}

.security-heading p {
    color: #64748b;
    line-height: 1.8;
}

/* Timeline */

.security-timeline {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
}

.security-timeline::before {
    content: "";

    position: absolute;

    top: 40px;
    left: 5%;
    width: 90%;
    height: 4px;

    background: linear-gradient(90deg, #2563eb, #7c3aed, #06b6d4);

    z-index: 1;
}

.security-step {
    position: relative;
    z-index: 2;

    text-align: center;
}

.step-icon {
    width: 80px;
    height: 80px;

    margin: auto auto 20px;

    border-radius: 50%;

    background: linear-gradient(135deg, #2563eb, #3b82f6);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 32px;
    color: #fff;

    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.25);

    transition: 0.3s;
}

.security-step:hover .step-icon {
    transform: scale(1.1);
}

.security-step h4 {
    font-size: 18px;
    color: #0f172a;
    margin-bottom: 10px;
}

.security-step p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}

.security-bottom-note {
    margin-top: 60px;

    text-align: center;

    padding: 22px;

    border-radius: 18px;

    background: linear-gradient(135deg, #0f172a, #172554, #1e3a8a);

    color: #fff;

    font-size: 17px;
    font-weight: 500;
}

/* Mobile */

@media (max-width: 991px) {
    .security-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .security-timeline::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .security-heading h2 {
        font-size: 30px;
    }

    .security-timeline {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* section.10 */
.migration-support-new {
    padding: 90px 20px;

    background: linear-gradient(135deg, #fffaf5 0%, #ffedd5 50%, #fed7aa 100%);

    overflow: hidden;
}

.migration-support-container {
    max-width: 1200px;
    margin: auto;

    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

/* Left */

.migration-label {
    display: inline-block;

    padding: 8px 18px;

    border-radius: 50px;

    background: #fff;

    color: #ea580c;

    font-size: 14px;
    font-weight: 600;

    margin-bottom: 18px;
}

.migration-left h2 {
    font-size: 42px;
    line-height: 1.3;
    color: #1f2937;
    margin-bottom: 20px;
}

.migration-left p {
    color: #475569;
    line-height: 1.8;
}

.migration-cta {
    margin-top: 25px;

    padding: 18px 22px;

    border-radius: 15px;

    background: #fff;

    border-left: 5px solid #ea580c;

    font-weight: 600;

    color: #334155;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* Right */

.migration-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.support-tile {
    background: #fff;

    padding: 28px 20px;

    border-radius: 22px;

    text-align: center;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-height: 260px; /* sab cards same size */

    transition: 0.35s ease;

    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}
.support-tile h4 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    flex: 1;
}

.support-tile span {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 15px;

    border-radius: 18px;

    color: #fff;
}

/* Font Awesome Icons */

.support-tile span i {
    font-size: 28px;
    color: #fff;
    transition: 0.35s ease;
}

/* Individual Icon Colors */

.tile-1 span {
    background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.tile-2 span {
    background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.tile-3 span {
    background: linear-gradient(135deg, #06b6d4, #22d3ee);
}

.tile-4 span {
    background: linear-gradient(135deg, #10b981, #34d399);
}

.tile-5 span {
    background: linear-gradient(135deg, #f97316, #fb923c);
}

.tile-6 span {
    background: linear-gradient(135deg, #ef4444, #f87171);
}

/* Hover Effect */

.support-tile:hover span {
    transform: scale(1.08);
}

.support-tile:hover span i {
    transform: rotate(10deg);
}
/* Mobile */

@media (max-width: 991px) {
    .migration-support-container {
        grid-template-columns: 1fr;
    }

    .migration-left {
        text-align: center;
    }

    .migration-left h2 {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .migration-right {
        grid-template-columns: repeat(2, 1fr);
    }

    .migration-left h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .migration-right {
        grid-template-columns: 1fr;
    }
}

/* section.11 */
.why-hosting {
    padding: 90px 20px;
    background:
        radial-gradient(
            circle at top left,
            rgba(59, 130, 246, 0.18),
            transparent 35%
        ),
        radial-gradient(
            circle at bottom right,
            rgba(14, 165, 233, 0.15),
            transparent 40%
        ),
        #0f172a;
    position: relative;
    overflow: hidden;
}

.why-hosting .container {
    max-width: 1200px;
    margin: auto;
}

.section-heading {
    text-align: center;
    margin-bottom: 60px;
}

.section-heading span {
    display: inline-block;
    background: rgba(59, 130, 246, 0.15);
    color: #60a5fa;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.section-heading p {
    max-width: 750px;
    margin: auto;
    color: #94a3b8;
    line-height: 1.8;
}

.hosting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.hosting-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 35px 30px;
    border-radius: 20px;
    transition: 0.4s;
}

.hosting-card:hover {
    transform: translateY(-8px);
    border-color: #3b82f6;
    box-shadow: 0 15px 35px rgba(59, 130, 246, 0.25);
}

.hosting-card i {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 28px;
    margin-bottom: 20px;
}

.hosting-card h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 12px;
}

.hosting-card p {
    color: #94a3b8;
    line-height: 1.7;
}

.hosting-bottom {
    margin-top: 50px;
    text-align: center;
}

.hosting-bottom p {
    display: inline-block;
    background: rgba(59, 130, 246, 0.12);
    color: #bfdbfe;
    padding: 18px 30px;
    border-radius: 50px;
    font-weight: 600;
    border: 1px solid rgba(59, 130, 246, 0.25);
}

@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 32px;
    }

    .hosting-card {
        padding: 25px;
    }
}
/* section,12 */
.faq-premium {
    padding: 110px 20px;
 background:
    radial-gradient(circle at 20% 25%,
        rgba(37, 99, 235, 0.16),
        transparent 50%
    ),
    radial-gradient(circle at 55% 45%,
        rgba(34, 197, 94, 0.10),   /* subtle green pop */
        transparent 55%
    ),
    radial-gradient(circle at 90% 85%,
        rgba(168, 85, 247, 0.14),  /* purple luxury tone */
        transparent 50%
    ),
    #f8fafc;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* LEFT SIDE */
.faq-badge {
    display: inline-block;
    background: #dbeafe;
    color: #2563eb;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.faq-left h2 {
    font-size: 44px;
    color: #0f172a;
    margin-bottom: 15px;
}

.faq-left p {
    color: #64748b;
    line-height: 1.7;
}

.faq-highlight {
    margin-top: 30px;
    padding: 20px;
    background: #e2e8f0;;
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.faq-highlight h4 {
    margin-bottom: 8px;
    color: #0f172a;
}

/* RIGHT SIDE */
.faq-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.faq-item:hover {
    transform: translateY(-3px);
}

.faq-q {
    width: 100%;
    padding: 18px 20px;
    border: none;
    background: #fff;
    color: #0f172a;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-q span {
    font-size: 22px;
    color: #2563eb;
    transition: 0.3s;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: #64748b;
    line-height: 1.7;
    transition: 0.4s ease;
}

/* ACTIVE */
.faq-item.active .faq-a {
    max-height: 180px;
    padding: 0 20px 18px;
}

.faq-item.active .faq-q span {
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .faq-left h2 {
        font-size: 32px;
    }
}
