/* ================================================================
   CASE STUDIES DETAIL PAGE CSS START
   ================================================================ */

/* ── HERO ── */
.csd-hero {
    background: linear-gradient(108deg,
            #ffffff 0%, #ede8fc 14%, #c4b4f0 28%,
            #8060d4 40%, #3442c8 54%, #1b1464 68%,
            #0d0830 80%, #04020f 90%, #04020f 100%);
    padding: 150px 0 80px;
    position: relative;
    overflow: hidden;
}

.csd-detail-section {
    background: #000;
    padding: 50px 0px 80px 0px;
}

.csd-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, transparent, #000);
    pointer-events: none;
}

.csd-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.2;
    pointer-events: none;
}

.csd-orb-l {
    width: 380px;
    height: 380px;
    background: #662d91;
    top: -80px;
    left: -80px;
}

.csd-orb-r {
    width: 300px;
    height: 300px;
    background: #3442c8;
    bottom: 0;
    right: -60px;
}

.csd-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.csd-breadcrumb a {
    font-size: 0.8rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.2s;
}


.csd-breadcrumb a:not(:last-child)::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 10px;
    color: #fff;
    pointer-events: none;
}


.csd-breadcrumb a:hover::after {
    color: rgba(255, 255, 255, 0.6);
}

.csd-breadcrumb a:hover {
    color: rgba(255, 255, 255, 0.6);
}

.csd-hero-content {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}


.csd-title {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.12;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
}

.csd-sub {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.75;
    max-width: 600px;
    margin: 0 auto;
}


/* ── LAYOUT WRAP ── */
.csd-layout-wrap {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    align-items: start;
}

.csd-main-col {
    min-width: 0;
}

/* ── SIDEBAR ── */
.csd-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

/* Sidebar Box */
.csd-sidebar-box {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.csd-sidebar-heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 20px;
}

/* Sidebar Card */
.csd-sidebar-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.csd-sidebar-card:first-of-type {
    padding-top: 0;
}

.csd-sidebar-card:last-child {
    border-bottom: none;
    padding-bottom: 0;
}


.csd-sc-title {
    font-size: 0.85rem;
    color: #444;
    line-height: 1.5;
    margin: 0;
    flex: 1;
}

.csd-sc-arrow {
    color: #444;
    font-size: 0.75rem;
    margin-top: 3px;
    flex-shrink: 0;
}

/* Sidebar CTA Box */
.csd-sidebar-cta {
    background: #fff;
    border-radius: 18px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.csd-cta-label {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #636262;
    margin-bottom: 8px;
}

.csd-cta-heading {
    font-size: 1.15rem;
    font-weight: 900;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.3;
}

.csd-cta-sub {
    font-size: 0.8rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 20px;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .csd-layout-wrap {
        grid-template-columns: 1fr;
    }

    .csd-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {

    .csd-sidebar-box,
    .csd-sidebar-cta {
        padding: 26px 18px;
    }
}

/* ── DESCRIPTION ── */

.csd-white-box {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 52px 56px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.csd-desc-content p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 20px;
}

.csd-desc-content p:last-child {
    margin-bottom: 0;
}

/* Headings fix */
.csd-desc-content h1,
.csd-desc-content h2,
.csd-desc-content h3,
.csd-desc-content h4,
.csd-desc-content h5,
.csd-desc-content h6 {
    color: #1a1a1a !important;
    font-weight: 700 !important;
}

/* Image */
.csd-case-image {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 32px;
    display: block;
}

/* Bullet List */
.csd-bullet-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.csd-bullet-list li {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.9;
    margin-bottom: 6px;
}

.csd-bullet-list li:last-child {
    margin-bottom: 0;
}

.csd-btn-wrap {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 767.98px) {
    .csd-hero {
        padding: 120px 0 60px;
    }

    .csd-white-box {
        padding: 32px 24px;
    }

    .csd-featured-img {
        aspect-ratio: 16 / 9;
    }

    .csd-img-wrap {
        transform: translateY(-20px);
    }
}

@media (max-width: 575.98px) {
    .csd-white-box {
        padding: 26px 18px;
    }

    .csd-title {
        font-size: 1.8rem;
    }
}

/* ================================================================
   CASE STUDIES DETAIL PAGE CSS END
   ================================================================ */


/* ================================================================
   SERVICE DETAIL PAGE — Pricing Section CSS
   ================================================================ */

/* ── PRICING SECTION (standalone, full-width, separate from sidebar layout) ── */
.sdp-pricing-section {
    background: #000;
    padding: 80px 0 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sdp-pricing-header {
    text-align: center;
    margin-bottom: 48px;
}

/* ── PRICING GRID ── */
.sdp-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
    max-width: 1000px;
    margin: 0 auto;
}

/* ── INDIVIDUAL PRICE CARD ── */
.sdp-price-card {
    background: #fff;
    border-radius: 18px;
    padding: 32px 26px 28px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.sdp-price-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.32);
}

/* ── FEATURED CARD ── */
.sdp-card-featured {
    border-color: #3442c8;
    box-shadow: 0 24px 70px rgba(52, 66, 200, 0.22);
}

.sdp-card-featured:hover {
    box-shadow: 0 32px 80px rgba(52, 66, 200, 0.32);
}

/* Popular badge */
.sdp-popular-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #3442c8, #662d91);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 50px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(100, 45, 145, 0.4);
}

/* ── CARD TOP ── */
.sdp-card-top {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.sdp-plan-tag {
    display: inline-block;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3442c8;
    margin-bottom: 10px;
}

.sdp-price-range {
    font-size: 1.6rem;
    font-weight: 900;
    color: #0d0d26;
    line-height: 1.1;
    margin-bottom: 4px;
    font-family: var(--font-main);
}

.sdp-price-sep {
    font-weight: 400;
    color: #aaa;
    margin: 0 4px;
}

.sdp-plus {
    font-size: 1.2rem;
    font-weight: 700;
    color: #3442c8;
}

.sdp-price-period {
    font-size: 0.78rem;
    font-weight: 600;
    color: #888;
    margin-bottom: 12px;
}

.sdp-plan-desc {
    font-size: 0.82rem;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* ── FEATURE LIST ── */
.sdp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.sdp-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.84rem;
    color: #444;
    line-height: 1.5;
}

.sdp-feature-list li i {
    color: #3442c8;
    font-size: 0.85rem;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ── PLAN BUTTONS ── */
.sdp-plan-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: var(--font-main);
    transition: all 0.25s ease;
    text-decoration: none;
    cursor: pointer;
    margin-top: auto;
}

.sdp-btn-outline {
    background: transparent;
    border: 2px solid #3442c8;
    color: #3442c8;
}

.sdp-btn-outline:hover {
    background: rgba(52, 66, 200, 0.07);
    color: #3442c8;
    transform: translateY(-2px);
}

.sdp-btn-filled {
    background: linear-gradient(135deg, #3442c8, #662d91);
    border: 2px solid transparent;
    color: #fff;
    box-shadow: 0 8px 24px rgba(100, 45, 145, 0.35);
}

.sdp-btn-filled:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(100, 45, 145, 0.55);
}

/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
    .sdp-pricing-grid {
        grid-template-columns: 1fr;
        max-width: 460px;
    }

    .sdp-pricing-section {
        padding: 60px 0 80px;
    }
}

@media (max-width: 575.98px) {
    .sdp-price-range {
        font-size: 1.4rem;
    }
}

/* ================================================================
   SERVICE DETAIL PAGE CSS END
   ================================================================ */

   /* ================================================================
   POLICY DETAIL PAGE CSS END
   ================================================================ */

   .policy-card-body {
    padding: 52px 56px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.policy-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #000;
}
 /* ================================================================
   POLICY DETAIL PAGE CSS END
   ================================================================ */