/* --- IT SUPPORT & HELPDESK SPECIALIZED PAGE STYLES --- */
.hd-main {
    font-family: 'Inter', sans-serif;
    color: #2b3b51;
    overflow-x: hidden;
}

/* 1. PROFESSIONAL BACKGROUND HERO SECTION */
.hd-hero {
    padding: 40px 0 60px;
    background-image: url('../images/it-support-bg.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Deep Navy-to-Black Overlay */
.hd-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(3, 10, 28, 0.85) 30%, rgba(3, 10, 28, 0.6) 100%);
    z-index: 1;
}

/* Subtle Glow Orbs for Depth */
.hd-hero::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: #2563eb;
    filter: blur(150px);
    opacity: 0.2;
    top: -100px;
    right: -100px;
    z-index: 2;
}

.hd-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 10;
}

.hd-hero-row {
    display: flex;
    align-items: center;
    gap: 60px;
    text-align: left;
}

.hd-hero-left {
    flex: 1.2;
}

.hd-hero-right {
    flex: 0.8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Glassmorphism Badge Tag */
.hd-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #4da3ff;
}

.hd-hero-tag i {
    font-size: 14px;
}

.hd-hero-title {
    font-size: 1.85rem; /* Reduced from 2.2rem */
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #ffffff;
    letter-spacing: -0.5px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.hd-hero-desc {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 30px;
    max-width: 95%;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Quick Features Grid */
.hd-hero-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.hd-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

.hd-badge i {
    color: #10b981;
    font-size: 16px;
    filter: drop-shadow(0 0 5px rgba(16, 185, 129, 0.4));
}

/* Buttons */
.hd-hero-btns {
    display: flex;
    gap: 20px;
}

.btn-hd-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.4);
    transition: all 0.3s ease;
    border: none;
}

.btn-hd-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(37, 99, 235, 0.55);
    color: #fff;
}

.btn-hd-outline {
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    backdrop-filter: blur(4px);
}

.btn-hd-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    color: #fff;
}

/* Right Side Image & Floating Cards */
.hd-hero-img-wrap {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.hd-hero-img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6);
    z-index: 2;
    position: relative;
}

/* Floating Stats Cards - Enhanced Glassmorphism */
.hd-float-card {
    position: absolute;
    background: rgba(15, 23, 42, 0.9);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 15px 22px;
    border-radius: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: hdFloat 4s ease-in-out infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.hd-float-1 { top: 10%; right: -40px; animation-delay: 0s; }
.hd-float-2 { bottom: 15%; left: -50px; animation-delay: 2s; }

.hd-float-icon {
    width: 45px;
    height: 45px;
    background: rgba(37, 99, 235, 0.2);
    color: #3b82f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.hd-float-content strong {
    display: block;
    font-size: 16px;
    color: #fff;
}

.hd-float-content span {
    font-size: 12px;
    color: #94a3b8;
}

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

/* 2. UNIFIED FEATURE SECTION (Left Content, Right Image) */
.hd-feature {
    padding: 60px 0;
    background: #ffffff;
    position: relative;
}

.hd-feature-grid {
    display: flex;
    align-items: center;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hd-feature-left {
    flex: 1.3;
}

.hd-feature-right {
    flex: 0.8;
    position: relative;
    padding-top: 50px;
    padding-right: 20px;
}

.hd-collage {
    position: relative;
    width: 100%;
    min-height: 480px;
}

.collage-item {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    background: #fff;
    transition: transform 0.4s ease;
}

.collage-item:hover {
    transform: translateY(-5px);
    z-index: 50;
}

.collage-item img {
    width: 100%;
    display: block;
}

/* Main Team Image */
.item-main {
    width: 85%;
    right: 0;
    top: 50px;
    z-index: 5;
}

/* Mobile Image */
.item-top {
    width: 40%;
    right: 20px;
    top: -40px;
    z-index: 10;
}

/* Laptop Coffee Image */
.item-left {
    width: 45%;
    left: -40px;
    top: 100px;
    z-index: 15;
}

/* Desktop Setup Image */
.item-bottom {
    width: 40%;
    left: 20px;
    bottom: -30px;
    z-index: 20;
}

.hd-feature-tag {
    display: inline-block;
    padding: 4px 12px;
    background: #f1f5f9;
    color: #2563eb;
    font-size: 10px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 15px;
}

.hd-feature-title {
    font-size: 1.55rem; /* Reduced from 1.8rem */
    font-weight: 800;
    color: #0b1c3d;
    line-height: 1.25;
    margin-bottom: 15px;
}

.hd-feature-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 20px;
}

.hd-feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.hd-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}

.hd-feature-list li i {
    color: #10b981;
    font-size: 16px;
}

.hd-feature-img-wrap {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.08);
}

.hd-feature-img {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

.hd-feature-img-wrap:hover .hd-feature-img {
    transform: scale(1.05);
}

/* 3. COMPACT 3D SERVICE TYPES (6-CARD GRID) */
.hd-services {
    padding: 50px 0;
    background: radial-gradient(circle at 10% 10%, #010a26 0%, #081a42 100%);
    position: relative;
    overflow: hidden;
}

.hd-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 5;
    perspective: 1200px; /* Base for 3D */
}

.hd-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.hd-section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
}

.hd-section-subtitle {
    font-size: 15px;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
}

/* 3. MINI 3D SERVICE TYPES (6-CARD GRID) */
.hd-services {
    padding: 50px 0;
    background: radial-gradient(circle at 10% 10%, #010a26 0%, #081a42 100%);
    position: relative;
    overflow: hidden;
}

/* New: Full Section Tech Background Overlay */
.hd-services::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/it-services-section-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15; /* Desaturated for subtle depth */
    z-index: 1;
    pointer-events: none;
    filter: blur(2px);
}

.hd-services-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 5;
    perspective: 1200px;
}

.hd-section-header {
    text-align: center;
    margin-bottom: 35px;
}

.hd-section-title {
    font-size: 1.6rem; /* Reduced from 2.0rem */
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
}

.hd-section-subtitle {
    font-size: 14px;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto;
}

.hd-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.hd-service-card {
    background: #162447;
    padding: 25px 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: left;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    cursor: pointer;
}

/* Card Thematic Background */
.hd-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.12;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.8s ease, opacity 0.5s ease;
    filter: saturate(0.2) contrast(1.2);
}

.hd-service-card:hover .hd-card-bg {
    opacity: 0.25;
    transform: scale(1.15) translateZ(-5px);
}

.hd-service-card:hover {
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg) translateY(-5px);
    background: #1c2d5a;
    box-shadow: -15px 20px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(37, 99, 235, 0.7);
}

.hd-service-icon {
    width: 45px;
    height: 45px;
    background: rgba(37, 99, 235, 0.2);
    color: #4da3ff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    transition: all 0.4s ease;
    border: 1px solid rgba(37, 99, 235, 0.3);
    transform-style: preserve-3d;
}

.hd-service-card:hover .hd-service-icon {
    background: #2563eb;
    color: #ffffff;
    transform: translateZ(35px) scale(1.1);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.6);
}

.hd-service-title {
    font-size: 17px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
    transition: transform 0.4s ease;
    letter-spacing: -0.2px;
}

.hd-service-card:hover .hd-service-title {
    transform: translateZ(25px);
}

.hd-service-text {
    font-size: 12.8px;
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 20px;
    position: relative;
    z-index: 5;
    transition: transform 0.4s ease;
}

.hd-service-card:hover .hd-service-text {
    transform: translateZ(15px);
}

.hd-service-btn {
    margin-top: auto;
    padding: 8px 16px;
    background: #000000;
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    border-radius: 4px;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 5;
    transform: translateZ(10px);
}

.hd-service-btn:hover {
    background: #ffffff;
    color: #000000 !important;
    transform: translateZ(30px) scale(1.05);
}

.hd-service-btn:hover {
    background: #ffffff;
    color: #000000 !important;
    transform: translateZ(25px) scale(1.05);
}

/* 4. CIRCULAR WORKFLOW PROCESS (4 STEPS) */
.hd-workflow {
    padding: 50px 0 60px; /* Reduced from 80px */
    background: #f8fbff; /* Added light professional background */
    text-align: center;
}

.hd-workflow-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hd-workflow-header {
    margin-bottom: 40px; /* Reduced from 60px */
}

.hd-workflow-tag {
    color: #2563eb;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
}

.hd-workflow-title {
    font-size: 1.9rem; /* Reduced from 2.5rem */
    font-weight: 800;
    color: #0b1c3d;
}

.hd-workflow-title em {
    font-style: italic;
    color: #2563eb;
    font-weight: 400;
}

.hd-steps-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    margin-top: 40px;
}

.hd-step-item {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Circular Image Frame */
.hd-step-img-wrap {
    width: 145px; /* Shrunk from 170px */
    height: 145px; /* Shrunk from 170px */
    border-radius: 50%;
    border: 6px solid #ffffff; /* Reduced border from 8px */
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 20px; /* Reduced from 30px */
    position: relative;
    background: #ffffff;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hd-step-item:hover .hd-step-img-wrap {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(37, 99, 235, 0.15);
}

.hd-step-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hd-step-item:hover .hd-step-img-wrap img {
    transform: scale(1.1);
}

/* Numbered Badge */
.hd-step-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 36px;
    background: #0b1c3d;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    border: 3px solid #ffffff;
    z-index: 10;
}

/* Connecting Arrow */
.hd-step-arrow {
    position: absolute;
    top: 75px;
    right: -25px;
    width: 40px;
    opacity: 0.3;
    pointer-events: none;
}

.hd-step-item:last-child .hd-step-arrow {
    display: none;
}

.hd-step-info {
    max-width: 200px;
}

.hd-step-title {
    font-size: 16px; /* Reduced from 18px */
    font-weight: 800;
    color: #0b1c3d;
    margin-bottom: 8px; /* Reduced from 12px */
}

.hd-step-desc {
    font-size: 12.5px; /* Reduced from 13.5px */
    color: #64748b;
    line-height: 1.5;
}

/* Responsive Customization */
@media (max-width: 991px) {
    .hd-steps-row {
        flex-direction: column;
        gap: 50px;
    }
    .hd-step-arrow {
        display: none;
    }
}

/* 3. REMOTE VS ON-SITE SECTION */
.hd-compare {
    padding: 100px 0;
    background: #ffffff;
}

.hd-compare-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    gap: 40px;
}

.hd-compare-card {
    flex: 1;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.hd-compare-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    border-color: #2563eb;
}

.hd-compare-icon {
    font-size: 45px;
    color: #2563eb;
    margin-bottom: 30px;
}

.hd-compare-title {
    font-size: 24px;
    font-weight: 800;
    color: #0b1c3d;
    margin-bottom: 20px;
}

.hd-compare-list {
    list-style: none;
    padding: 0;
}

.hd-compare-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
    font-size: 15px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hd-compare-list li::before {
    content: '\F633';
    font-family: Bootstrap-icons;
    color: #22c55e;
    font-weight: 800;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .hd-hero {
        padding: 80px 0 60px;
        text-align: center;
    }

    .hd-hero-row {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .hd-hero-right {
        order: -1; /* Image on top for mobile */
    }

    .hd-hero-img {
        max-width: 350px;
    }

    .hd-steps {
        grid-template-columns: repeat(2, 1fr);
    }
    .hd-steps::before {
        display: none;
    }
    .hd-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .hd-compare-container {
        flex-direction: column;
    }
    .hd-steps {
        grid-template-columns: 1fr;
    }
}

/* 5. WHY CHOOSE US - COMPACT EXPERIENCE SECTION */
.hd-why-us {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.hd-why-us-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Left: Significantly Smaller Image with Larger Circular Overlay */
.hd-why-us-left {
    flex: 1;
    position: relative;
    max-width: 380px; /* Further reduced from 440px */
}

.hd-why-us-img-frame {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    z-index: 5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    border: 5px solid #ffffff; /* Added white border for more "pop" */
}

.hd-why-us-img-frame img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.8s ease;
}

/* The Blue Circular Sweep Graphic (Enlarged) */
.hd-why-us-left::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -60px;
    width: 480px; /* Enlarged from 300px */
    height: 480px; /* Enlarged from 300px */
    border: 55px solid rgba(37, 99, 235, 0.1);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}

/* Right: Content (Compact) */
.hd-why-us-right {
    flex: 1;
}

.hd-why-us-tag {
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.hd-why-us-title {
    font-size: 1.85rem; /* Reduced from 2.6rem */
    font-weight: 800;
    color: #0b1c3d;
    line-height: 1.25;
    margin-bottom: 15px;
}

.hd-why-us-text {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Feature Boxes (Compact) */
.hd-feature-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.hd-feature-box {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hd-feature-icon-circle {
    width: 50px;
    height: 50px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #2563eb;
    flex-shrink: 0;
}

.hd-feature-label {
    font-size: 13.5px;
    font-weight: 700;
    color: #0b1c3d;
    line-height: 1.2;
}

/* Checklist Grid (Tight) */
.hd-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
    margin-bottom: 35px;
}

.hd-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #475569;
    font-weight: 600;
}

.hd-check-item i {
    color: #2563eb;
    font-size: 14px;
}

/* Learn More Button (Mini) */
.hd-btn-learn {
    background: #2563eb;
    color: #ffffff !important;
    padding: 10px 25px;
    border-radius: 4px;
    font-weight: 800;
    font-size: 12.5px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
}

.hd-btn-learn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

/* 6. LATEST FROM OUR BLOG SECTION (Replicated from Cloud Page) */
.dev-blog-section {
    padding: 50px 0 60px; /* Reduced from 80px/90px */
    background: #f8fafc;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.dev-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.dev-blog-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #2563eb;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dev-blog-title {
    font-size: 1.8rem; /* Reduced from 2.3rem */
    font-weight: 800;
    color: #0b1c3d;
    margin-bottom: 12px;
}

.dev-blog-divider {
    width: 60px;
    height: 4px;
    background: #2563eb;
    border-radius: 2px;
    margin: 0 auto 35px; /* Reduced from 50px */
}

.dev-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
}

.dev-blog-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    border: 1px solid #f1f5f9;
}

.dev-blog-card:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-8px);
}

.dev-blog-img {
    overflow: hidden;
    height: 185px; /* Reduced from 220px */
}

.dev-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.dev-blog-card:hover .dev-blog-img img {
    transform: scale(1.08);
}

.dev-blog-body {
    padding: 18px 20px 22px; /* Reduced from 25px/30px */
}

.dev-blog-cat {
    display: inline-block;
    font-size: 11px; /* Reduced from 11.5px */
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 10px; /* Reduced from 5px/12px */
    border-radius: 4px;
    margin-bottom: 10px; /* Reduced from 15px */
}

.cat-it-support { background: #eff6ff; color: #2563eb; }
.cat-security { background: #f0fdf4; color: #16a34a; }
.cat-management { background: #fefce8; color: #ca8a04; }

.dev-blog-meta {
    display: flex;
    gap: 15px; /* Reduced from 20px */
    font-size: 12px; /* Reduced from 12.5px */
    color: #64748b;
    margin-bottom: 10px; /* Reduced from 15px */
    align-items: center;
}

.dev-blog-meta i {
    margin-right: 5px;
    color: #2563eb;
}

.dev-blog-heading {
    font-size: 18px;
    font-weight: 800;
    color: #0b1c3d;
    line-height: 1.4;
    margin: 0;
    transition: color 0.3s ease;
}

.dev-blog-card:hover .dev-blog-heading {
    color: #2563eb;
}

/* Blog Section Responsive */
@media (max-width: 991px) {
    .dev-blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .dev-blog-grid {
        grid-template-columns: 1fr;
    }
}

/* 7. PREMIUM GRADIENT CTA BANNER */
.hd-cta-section {
    padding: 80px 0;
    background: #ffffff;
}

.hd-cta-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.hd-cta-banner {
    background: linear-gradient(135deg, #4f46e5 0%, #06b6d4 100%);
    border-radius: 20px;
    padding: 35px 50px; /* Shrunk padding */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #ffffff;
    box-shadow: 0 25px 60px rgba(79, 70, 229, 0.2);
    position: relative;
    overflow: hidden;
}

/* Decorative Scribble Arrow */
.hd-cta-scribble {
    position: absolute;
    bottom: 40px;
    left: 55%;
    width: 80px;
    opacity: 0.8;
}

/* Left Content */
.hd-cta-left {
    flex: 1;
}

.hd-cta-banner-title {
    font-size: 1.6rem; /* Shrunk from 2.2rem */
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 30px;
    max-width: 450px;
}

.hd-cta-contact-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.hd-cta-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hd-cta-contact-icon {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    backdrop-filter: blur(5px);
}

.hd-cta-contact-info span {
    display: block;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 2px;
}

.hd-cta-contact-info strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
}

/* Right Image Frame */
.hd-cta-right {
    flex: 0 0 260px; /* Reduced from 320px */
}

.hd-cta-image-frame {
    width: 100%;
    height: 160px; /* Reduced from 220px */
    background: #000;
    border-radius: 15px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.hd-cta-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.85;
}

/* CTA Responsive */
@media (max-width: 991px) {
    .hd-cta-banner {
        flex-direction: column;
        padding: 40px;
        text-align: center;
    }
    .hd-cta-left {
        width: 100%;
    }
    .hd-cta-banner-title {
        margin: 0 auto 30px;
    }
    .hd-cta-contact-grid {
        justify-content: center;
    }
    .hd-cta-right {
        width: 100%;
        max-width: 400px;
    }
    .hd-cta-scribble {
        display: none;
    }
}

@media (max-width: 576px) {
    .hd-cta-banner-title {
        font-size: 1.6rem;
    }
    .hd-cta-contact-grid {
        flex-direction: column;
        gap: 20px;
    }
}
