:root {
    --cw-dark: #040817;
    --cw-card: #0b1226;
    --cw-blue: #0b7cff;
    --cw-purple: #7c3cff;
    --cw-cyan: #27d4ff;
    --cw-text: #f8fbff;
    --cw-muted: #a9b5cc;
    --cw-border: rgba(255, 255, 255, 0.1);
}

body.codewid-theme {
    background: var(--cw-dark);
    color: var(--cw-text);
    font-family: Inter, Arial, sans-serif;
}

.cw-page {
    overflow: hidden;
}

.codewid-logo-img {
    max-height: 58px;
    width: auto;
}

.custom-logo {
    max-height: 58px;
    width: auto;
}

.codewid-course-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(15, 49, 58, 0.08);
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.codewid-course-card:hover {
    transform: translateY(-8px);
}

.codewid-course-img {
    background-color: #0f313a;
    background-position: center;
    background-size: cover;
    min-height: 220px;
    padding: 18px;
}

.codewid-course-badge {
    background: linear-gradient(135deg, #0b7cff, #7c3cff);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 13px;
}

.codewid-course-content {
    padding: 28px;
}

.codewid-course-content h3 {
    color: #07145c;
    font-size: 22px;
    line-height: 1.22;
    margin-bottom: 12px;
}

.codewid-course-content p {
    margin-bottom: 0;
}

.codewid-course-meta {
    border-top: 1px solid rgba(15, 49, 58, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    margin-top: 18px;
    padding-top: 18px;
}

.codewid-course-meta span {
    color: #52656d;
    font-size: 14px;
}

.codewid-course-meta i {
    color: #0b7cff;
    margin-right: 5px;
}

.codewid-certificate-cta {
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.codewid-certificate-cta::before {
    background: linear-gradient(135deg, rgba(4, 8, 23, 0.9), rgba(11, 124, 255, 0.82), rgba(124, 60, 255, 0.86));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 0;
}

.codewid-certificate-cta .container {
    position: relative;
    z-index: 1;
}

.cw-nav {
    background: rgba(4, 8, 23, 0.92);
    border-bottom: 1px solid var(--cw-border);
    backdrop-filter: blur(14px);
}

.cw-logo {
    color: var(--cw-text);
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.cw-logo span,
.cw-gradient-text {
    background: linear-gradient(135deg, var(--cw-blue), var(--cw-purple));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.cw-pill {
    border: 1px solid var(--cw-border);
    border-radius: 999px;
    color: var(--cw-muted);
    padding: 8px 15px;
    text-decoration: none;
}

.cw-pill:hover {
    color: var(--cw-text);
    border-color: rgba(39, 212, 255, 0.45);
}

.cw-btn {
    background: linear-gradient(135deg, var(--cw-blue), var(--cw-purple));
    border: 0;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    padding: 13px 24px;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(11, 124, 255, 0.26);
}

.cw-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.cw-hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(11, 124, 255, 0.34), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(124, 60, 255, 0.36), transparent 25%),
        linear-gradient(180deg, #030714 0%, #071025 100%);
    padding: 160px 0 110px;
}

.cw-hero-slider .carousel-control-prev,
.cw-hero-slider .carousel-control-next {
    width: 7%;
}

.cw-hero-slider .carousel-indicators {
    bottom: 28px;
}

.cw-hero-slider .carousel-indicators button {
    background-color: var(--cw-cyan);
    border-radius: 999px;
    height: 8px;
    width: 36px;
}

.cw-hero-service {
    background:
        radial-gradient(circle at 18% 20%, rgba(11, 124, 255, 0.34), transparent 28%),
        radial-gradient(circle at 80% 10%, rgba(124, 60, 255, 0.36), transparent 25%),
        linear-gradient(180deg, #030714 0%, #071025 100%);
}

.cw-hero-course {
    background:
        radial-gradient(circle at 80% 18%, rgba(39, 212, 255, 0.22), transparent 28%),
        linear-gradient(135deg, #040817 0%, #101c3d 55%, #180d38 100%);
}

.cw-hero-ai {
    background:
        radial-gradient(circle at 20% 18%, rgba(124, 60, 255, 0.3), transparent 30%),
        linear-gradient(135deg, #050a1a 0%, #071b32 45%, #10102b 100%);
}

.cw-hero h1 {
    font-size: clamp(42px, 7vw, 86px);
    font-weight: 900;
    line-height: 0.98;
}

.cw-lead {
    color: var(--cw-muted);
    font-size: 18px;
    line-height: 1.8;
}

.cw-logo-mark {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(135deg, rgba(11, 124, 255, 0.22), rgba(124, 60, 255, 0.2));
    border: 1px solid var(--cw-border);
    border-radius: 36px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: center;
    min-height: 340px;
}

.cw-logo-mark .cw-symbol {
    font-size: clamp(72px, 10vw, 150px);
    font-weight: 900;
    letter-spacing: -12px;
}

.cw-hero-photo,
.cw-about-visual {
    background-position: center;
    background-size: cover;
    border: 1px solid var(--cw-border);
    border-radius: 36px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
    min-height: 420px;
}

.cw-hero-photo {
    position: relative;
}

.cw-hero-photo::after {
    background: linear-gradient(135deg, rgba(11, 124, 255, 0.2), rgba(124, 60, 255, 0.38));
    border-radius: inherit;
    content: "";
    inset: 0;
    position: absolute;
}

.cw-about-visual {
    background:
        linear-gradient(135deg, rgba(4, 8, 23, 0.36), rgba(124, 60, 255, 0.45)),
        url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=900&q=80");
    position: relative;
}

.cw-mini-card {
    background: rgba(4, 8, 23, 0.82);
    border: 1px solid var(--cw-border);
    border-radius: 18px;
    display: grid;
    gap: 4px;
    padding: 18px 20px;
    position: absolute;
}

.cw-mini-card strong {
    color: #fff;
}

.cw-mini-card span {
    color: var(--cw-muted);
}

.cw-mini-card.top {
    right: 26px;
    top: 28px;
}

.cw-mini-card.bottom {
    bottom: 28px;
    left: 26px;
}

.cw-stat {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--cw-border);
    border-radius: 18px;
    padding: 18px;
}

.cw-stat strong {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 1;
}

.cw-stat span {
    color: var(--cw-muted);
}

.cw-section {
    padding: 100px 0;
}

.cw-section.alt {
    background: #071025;
}

.cw-subtitle {
    color: var(--cw-cyan);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cw-title {
    font-size: clamp(32px, 5vw, 54px);
    font-weight: 900;
    margin-bottom: 18px;
}

.cw-card {
    background: linear-gradient(180deg, rgba(15, 26, 54, 0.95), rgba(8, 14, 32, 0.98));
    border: 1px solid var(--cw-border);
    border-radius: 24px;
    height: 100%;
    padding: 28px;
}

.cw-card h3,
.cw-card h4 {
    color: var(--cw-text);
}

.cw-card p,
.cw-card li {
    color: var(--cw-muted);
}

.cw-icon {
    align-items: center;
    background: linear-gradient(135deg, var(--cw-blue), var(--cw-purple));
    border-radius: 18px;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-bottom: 22px;
    width: 54px;
}

.cw-course {
    padding: 0;
    overflow: hidden;
}

.cw-course-top {
    background:
        linear-gradient(135deg, rgba(11, 124, 255, 0.86), rgba(124, 60, 255, 0.78)),
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), transparent 32%);
    background-position: center;
    background-size: cover;
    min-height: 154px;
    padding: 22px;
}

.cw-badge {
    background: rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    padding: 7px 12px;
}

.cw-course-body {
    padding: 26px;
}

.cw-meta {
    color: var(--cw-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 14px;
}

.cw-form {
    margin: 110px auto;
    max-width: 560px;
}

.cw-form .form-control,
.cw-form .form-select {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--cw-border);
    border-radius: 14px;
    color: var(--cw-text);
    min-height: 52px;
}

.cw-form .form-control::placeholder {
    color: #748199;
}

.cw-form .form-label {
    color: var(--cw-muted);
    font-weight: 700;
}

.cw-alert {
    border-radius: 16px;
}

.cw-dashboard {
    padding: 130px 0 90px;
}

.cw-table {
    color: var(--cw-text);
}

.cw-table td,
.cw-table th {
    border-color: var(--cw-border);
}

.cw-footer {
    background:
        radial-gradient(circle at 12% 12%, rgba(11, 124, 255, 0.18), transparent 28%),
        radial-gradient(circle at 88% 16%, rgba(124, 60, 255, 0.2), transparent 24%),
        #030714;
    border-top: 1px solid var(--cw-border);
    color: var(--cw-muted);
    padding: 70px 0 28px;
}

.cw-footer p {
    color: var(--cw-muted);
}

.cw-footer-list {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 18px 0 0;
    padding: 0;
}

.cw-footer-list a {
    color: var(--cw-muted);
    text-decoration: none;
}

.cw-footer-list a:hover {
    color: var(--cw-cyan);
}

.cw-social {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid var(--cw-border);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    text-decoration: none;
    width: 42px;
}

.cw-footer-bottom {
    border-top: 1px solid var(--cw-border);
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: space-between;
    margin-top: 48px;
    padding-top: 22px;
}

@media (max-width: 991px) {
    .cw-hero {
        padding-top: 120px;
    }

    .cw-logo-mark {
        min-height: 240px;
    }

    .cw-hero-photo,
    .cw-about-visual {
        min-height: 300px;
    }
}

.codewid-dash-course {
    border-top: 1px solid #e8edf5;
    padding-top: 40px;
}

.codewid-quiz-item {
    background: #f7f9fc;
    border-radius: 10px;
    padding: 16px;
}

.codewid-certificate-card {
    border: 2px dashed #0b7cff;
    border-radius: 12px;
    padding: 28px 20px;
    background: linear-gradient(135deg, rgba(11, 124, 255, 0.06), rgba(124, 60, 255, 0.08));
}

.codewid-certificate-card h3,
.codewid-certificate-card h4,
.codewid-certificate-card h5 {
    margin-bottom: 8px;
}

.codewid-bank-box {
    background: linear-gradient(135deg, rgba(11, 124, 255, 0.08), rgba(124, 60, 255, 0.08));
    border: 1px solid rgba(11, 124, 255, 0.16);
    border-radius: 14px;
    padding: 24px;
}

.codewid-bank-box p {
    border-bottom: 1px solid rgba(15, 49, 58, 0.08);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.codewid-bank-box p:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media print {
    header,
    footer,
    .tv-breadcrumb-area,
    .codewid-quiz-form,
    .tv-btn-secondary,
    .tv-normal-btn {
        display: none !important;
    }

    .codewid-certificate-card {
        border: 2px solid #000;
    }
}

/* Contact page */
.codewid-contact-page {
    font-family: var(--tv-ff-body, 'Inter', sans-serif);
}

.codewid-contact-hero {
    background: linear-gradient(135deg, #0A165E 0%, #1a3a8f 45%, #2B4DFF 100%);
    color: #fff;
    padding: 140px 0 100px;
    position: relative;
}

.codewid-contact-crumb {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
    margin-bottom: 28px;
    padding: 8px 20px;
}

.codewid-contact-crumb a {
    color: #fff;
    text-decoration: none;
}

.codewid-contact-crumb span {
    opacity: 0.7;
}

.codewid-contact-hero h1 {
    color: #fff;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.codewid-contact-hero > .container > p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    margin: 0 auto 32px;
    max-width: 680px;
}

.codewid-contact-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.codewid-contact-form-area {
    background: #fff;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.codewid-contact-form-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(10, 22, 94, 0.08);
    padding: 48px 40px;
}

.codewid-cf7-header h2 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    font-weight: 700;
    margin: 16px 0 12px;
}

.codewid-cf7-header h2 span {
    color: #2B4DFF;
}

.codewid-cf7-header p {
    color: #64748b;
    margin-bottom: 32px;
}

.codewid-cf7-header .codewid-course-badge {
    background: rgba(124, 60, 255, 0.12);
    color: #7c3cff;
}

.codewid-cf7-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
}

.codewid-cf7-full {
    margin-bottom: 20px;
}

.codewid-cf7-col label,
.codewid-cf7-full label,
.wpcf7-form label {
    color: #0A165E;
    display: block;
    font-family: var(--tv-ff-body, 'Inter', sans-serif);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.codewid-contact-form-card .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.codewid-contact-form-card input[type="text"],
.codewid-contact-form-card input[type="email"],
.codewid-contact-form-card input[type="tel"],
.codewid-contact-form-card input[type="url"],
.codewid-contact-form-card textarea,
.codewid-contact-form-card select {
    background: #fff;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    color: #0A165E;
    font-family: var(--tv-ff-body, 'Inter', sans-serif);
    font-size: 15px;
    padding: 14px 18px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.codewid-contact-form-card textarea {
    min-height: 160px;
    resize: vertical;
}

.codewid-contact-form-card input:focus,
.codewid-contact-form-card textarea:focus,
.codewid-contact-form-card select:focus {
    border-color: #2B4DFF;
    box-shadow: 0 0 0 3px rgba(43, 77, 255, 0.12);
    outline: none;
}

.codewid-cf7-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    margin-top: 8px;
}

.codewid-cf7-note {
    color: #94a3b8;
    font-size: 13px;
}

.codewid-contact-form-card input[type="submit"],
.codewid-contact-form-card .wpcf7-submit {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 15px;
    font-weight: 600;
    min-width: 180px;
    padding: 14px 32px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.codewid-contact-form-card input[type="submit"]:hover,
.codewid-contact-form-card .wpcf7-submit:hover {
    box-shadow: 0 10px 28px rgba(43, 77, 255, 0.35);
    transform: translateY(-2px);
}

.codewid-contact-form-card .wpcf7-not-valid-tip {
    color: #dc2626;
    font-size: 12px;
    margin-top: 6px;
}

.codewid-contact-form-card .wpcf7-response-output {
    border-radius: 12px;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 14px 18px;
}

.codewid-info-pill {
    align-items: center;
    background: rgba(43, 77, 255, 0.1);
    border-radius: 999px;
    color: #2B4DFF;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 16px;
    padding: 8px 18px;
}

.codewid-info-pill-red {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.codewid-contact-section-title {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 12px;
}

.codewid-contact-section-title span {
    color: #2B4DFF;
}

.codewid-contact-section-lead {
    color: #64748b;
    margin: 0 auto;
    max-width: 620px;
}

.codewid-info-card {
    border-radius: 18px;
    height: 100%;
    padding: 32px 24px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.codewid-info-card:hover {
    box-shadow: 0 16px 40px rgba(10, 22, 94, 0.1);
    transform: translateY(-4px);
}

.codewid-info-card-blue { background: #eef4ff; }
.codewid-info-card-green { background: #ecfdf5; }
.codewid-info-card-purple { background: #f5f0ff; }
.codewid-info-card-teal { background: #ecfdf8; }

.codewid-info-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: #2B4DFF;
    display: inline-flex;
    font-size: 22px;
    height: 56px;
    justify-content: center;
    margin-bottom: 18px;
    width: 56px;
}

.codewid-info-card-green .codewid-info-icon { color: #10b981; }
.codewid-info-card-purple .codewid-info-icon { color: #7c3cff; }
.codewid-info-card-teal .codewid-info-icon { color: #14b8a6; }

.codewid-info-card h4 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 20px;
    margin-bottom: 10px;
}

.codewid-info-card p {
    color: #334155;
    margin-bottom: 6px;
}

.codewid-info-card p a {
    color: inherit;
    text-decoration: none;
}

.codewid-info-card p a:hover {
    color: #2B4DFF;
}

.codewid-info-card small {
    color: #94a3b8;
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

.codewid-hours-card {
    background: #f8fafc;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    padding: 36px 40px;
}

.codewid-hours-card h3 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 24px;
    margin-bottom: 20px;
}

.codewid-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.codewid-hours-list li {
    align-items: center;
    border-bottom: 1px solid #e8edf5;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.codewid-hours-list li:last-child {
    border-bottom: 0;
}

.codewid-hours-list span {
    color: #64748b;
}

.codewid-hours-list strong {
    color: #2B4DFF;
    font-weight: 600;
}

.codewid-open-badge {
    align-items: center;
    background: #ecfdf5;
    border-radius: 999px;
    color: #059669;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    padding: 8px 16px;
}

.codewid-open-badge i {
    font-size: 8px;
}

.codewid-map-wrap {
    border-radius: 18px;
    box-shadow: 0 16px 50px rgba(10, 22, 94, 0.1);
    overflow: hidden;
}

.codewid-map-wrap iframe {
    border: 0;
    display: block;
    height: 420px;
    width: 100%;
}

.codewid-map-feature {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
}

.codewid-map-feature span {
    align-items: center;
    background: rgba(43, 77, 255, 0.1);
    border-radius: 50%;
    color: #2B4DFF;
    display: inline-flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    margin-bottom: 14px;
    width: 52px;
}

.codewid-map-feature h5 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    margin-bottom: 8px;
}

.codewid-map-feature p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

.codewid-contact-bottom-cta {
    background: linear-gradient(135deg, #0A165E 0%, #1a3a8f 50%, #0A165E 100%);
    color: #fff;
    padding: 90px 0;
}

.codewid-contact-bottom-cta h2 {
    color: #fff;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    margin-bottom: 16px;
}

.codewid-contact-bottom-cta p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0 auto 32px;
    max-width: 620px;
}

.codewid-cta-btn-white {
    background: #fff;
    border-radius: 999px;
    color: #0A165E;
    display: inline-block;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-weight: 600;
    padding: 14px 28px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.codewid-cta-btn-white:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
    color: #0A165E;
    transform: translateY(-2px);
}

.codewid-cta-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #fff;
    display: inline-block;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-weight: 600;
    padding: 14px 28px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.codewid-cta-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .codewid-contact-hero {
        padding: 120px 0 80px;
    }

    .codewid-contact-form-card {
        padding: 32px 22px;
    }

    .codewid-cf7-grid {
        grid-template-columns: 1fr;
    }

    .codewid-cf7-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .codewid-contact-form-card input[type="submit"],
    .codewid-contact-form-card .wpcf7-submit {
        width: 100%;
    }

    .codewid-hours-card {
        padding: 28px 22px;
    }

    .codewid-map-wrap iframe {
        height: 300px;
    }
}

/* Blog cards & single page */
.codewid-blog-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(10, 22, 94, 0.06);
    height: 100%;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.codewid-blog-card:hover {
    box-shadow: 0 20px 50px rgba(10, 22, 94, 0.12);
    transform: translateY(-4px);
}

.codewid-blog-card-thumb {
    display: block;
    overflow: hidden;
    position: relative;
}

.codewid-blog-card-thumb img {
    display: block;
    height: 220px;
    object-fit: cover;
    transition: transform 0.35s ease;
    width: 100%;
}

.codewid-blog-card:hover .codewid-blog-card-thumb img {
    transform: scale(1.05);
}

.codewid-blog-card-cat {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    left: 16px;
    padding: 7px 12px;
    position: absolute;
    top: 16px;
}

.codewid-blog-card-body {
    padding: 24px;
}

.codewid-blog-card-meta {
    color: #94a3b8;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 14px;
    margin-bottom: 12px;
}

.codewid-blog-card-meta i {
    color: #2B4DFF;
    margin-right: 6px;
}

.codewid-blog-card-title {
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.codewid-blog-card-title a {
    color: #0A165E;
    text-decoration: none;
    transition: color 0.2s ease;
}

.codewid-blog-card-title a:hover {
    color: #2B4DFF;
}

.codewid-blog-card-excerpt {
    color: #64748b;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.codewid-blog-card-link {
    align-items: center;
    color: #2B4DFF;
    display: inline-flex;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    text-decoration: none;
}

.codewid-blog-card-link:hover {
    color: #0b7cff;
}

.codewid-single-blog {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(10, 22, 94, 0.06);
    padding: 32px;
}

.codewid-single-blog-title {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 20px;
}

.codewid-single-blog .tv-blog-details-thumb img {
    border-radius: 14px;
    height: auto;
    max-height: 460px;
    object-fit: cover;
    width: 100%;
}

.codewid-blog-sidebar .codewid-sidebar-widget {
    background: #f8fafc;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    margin-bottom: 24px;
    padding: 28px 24px;
}

.codewid-blog-sidebar .codewid-sidebar-widget h4 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 20px;
    margin-bottom: 18px;
}

.codewid-search-form {
    display: flex;
    gap: 10px;
}

.codewid-search-form input[type="search"] {
    background: #fff;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    color: #0A165E;
    flex: 1;
    font-family: var(--tv-ff-body, 'Inter', sans-serif);
    font-size: 14px;
    padding: 12px 14px;
}

.codewid-search-form input[type="search"]:focus {
    border-color: #2B4DFF;
    box-shadow: 0 0 0 3px rgba(43, 77, 255, 0.12);
    outline: none;
}

.codewid-search-form button {
    align-items: center;
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border: 0;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    min-width: 46px;
}

.codewid-blog-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.codewid-blog-sidebar ul li.cat-item {
    align-items: center;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 12px 14px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.codewid-blog-sidebar ul li.cat-item:hover {
    background: rgba(43, 77, 255, 0.06);
    border-color: rgba(43, 77, 255, 0.2);
}

.codewid-blog-sidebar ul li.cat-item a {
    color: #0A165E;
    font-size: 14px;
    text-decoration: none;
}

.codewid-tagcloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.codewid-tagcloud a {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 999px;
    color: #334155;
    font-size: 13px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.codewid-tagcloud a:hover {
    background: #2B4DFF;
    border-color: #2B4DFF;
    color: #fff;
}

.codewid-newsletter-widget p {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 14px;
}

.codewid-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.codewid-newsletter-form input[type="email"] {
    background: #fff;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    color: #0A165E;
    font-size: 14px;
    padding: 12px 14px;
}

.codewid-newsletter-form input[type="email"]:focus {
    border-color: #2B4DFF;
    box-shadow: 0 0 0 3px rgba(43, 77, 255, 0.12);
    outline: none;
}

.codewid-newsletter-form button {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 14px;
    font-weight: 600;
    padding: 12px 18px;
}

.codewid-newsletter-msg {
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 10px 12px;
}

.codewid-newsletter-success {
    background: #ecfdf5;
    color: #059669;
}

.codewid-newsletter-error {
    background: #fef2f2;
    color: #dc2626;
}

.codewid-blog-pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.codewid-blog-pagination .page-numbers {
    align-items: center;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 10px;
    color: #0A165E;
    display: inline-flex;
    justify-content: center;
    min-width: 42px;
    padding: 10px 14px;
    text-decoration: none;
}

.codewid-blog-pagination .page-numbers.current,
.codewid-blog-pagination .page-numbers:hover {
    background: #2B4DFF;
    border-color: #2B4DFF;
    color: #fff;
}

.codewid-search-count {
    color: #64748b;
}

@media (max-width: 767px) {
    .codewid-single-blog {
        padding: 22px 18px;
    }

    .codewid-blog-card-thumb img {
        height: 200px;
    }
}

/* Homepage about visual */
.codewid-about-visual {
    position: relative;
}

.codewid-about-shape {
    background: linear-gradient(135deg, rgba(11, 124, 255, 0.18), rgba(124, 60, 255, 0.22));
    border-radius: 24px;
    height: calc(100% - 24px);
    left: 24px;
    position: absolute;
    top: 24px;
    width: calc(100% - 24px);
    z-index: 0;
}

.codewid-about-visual img {
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(10, 22, 94, 0.18);
    display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.codewid-about-badge {
    align-items: center;
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    left: 20px;
    padding: 10px 16px;
    position: absolute;
    top: 20px;
    z-index: 2;
}

.codewid-about-float-card {
    background: #fff;
    border-radius: 16px;
    bottom: -18px;
    box-shadow: 0 16px 40px rgba(10, 22, 94, 0.12);
    padding: 18px 22px;
    position: absolute;
    right: 24px;
    z-index: 2;
}

.codewid-about-float-card strong {
    color: #2B4DFF;
    display: block;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 28px;
    line-height: 1;
    margin-bottom: 4px;
}

.codewid-about-float-card span {
    color: #64748b;
    font-size: 13px;
}

/* Counter section */
.codewid-counter-area {
    background: linear-gradient(135deg, #0A165E 0%, #1a3a8f 55%, #2B4DFF 100%);
}

.codewid-counter-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 18px;
    height: 100%;
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.25s ease, background 0.25s ease;
}

.codewid-counter-card:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-4px);
}

.codewid-counter-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 56px;
    justify-content: center;
    margin-bottom: 16px;
    width: 56px;
}

.codewid-counter-card h3 {
    color: #fff;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 36px;
    margin-bottom: 8px;
}

.codewid-counter-card p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

/* Process section */
.codewid-process-area {
    background: #f8fafc;
}

.codewid-process-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    position: relative;
}

.codewid-process-grid::before {
    background: linear-gradient(90deg, rgba(43, 77, 255, 0.15), rgba(124, 60, 255, 0.15));
    content: "";
    height: 2px;
    left: 8%;
    position: absolute;
    right: 8%;
    top: 38px;
    z-index: 0;
}

.codewid-process-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(10, 22, 94, 0.06);
    height: 100%;
    padding: 28px 22px;
    position: relative;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    z-index: 1;
}

.codewid-process-card:hover {
    border-color: rgba(43, 77, 255, 0.35);
    box-shadow: 0 18px 44px rgba(43, 77, 255, 0.12);
    transform: translateY(-6px);
}

.codewid-process-num {
    align-items: center;
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border-radius: 14px;
    color: #fff;
    display: inline-flex;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 18px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    margin-bottom: 18px;
    width: 52px;
}

.codewid-process-card h3 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 22px;
    margin-bottom: 10px;
}

.codewid-process-card p {
    color: #64748b;
    margin: 0;
}

/* Testimonials slider */
.codewid-testimonial-area {
    background: #f8fafc;
}

.codewid-testi-nav button {
    align-items: center;
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    color: #0A165E;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    height: 50px;
    justify-content: center;
    transition: all 0.2s ease;
    width: 50px;
}

.codewid-testi-nav button:not(:last-child) {
    margin-right: 12px;
}

.codewid-testi-nav button:hover,
.codewid-testi-nav button.active {
    background: #2B4DFF;
    border-color: #2B4DFF;
    color: #fff;
}

.codewid-testimonial-card {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(10, 22, 94, 0.06);
    height: 100%;
    padding: 32px 28px;
}

.codewid-testimonial-card.is-featured {
    border-color: rgba(43, 77, 255, 0.35);
    box-shadow: 0 18px 44px rgba(43, 77, 255, 0.12);
}

.codewid-testimonial-card p {
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 24px;
    min-height: 92px;
}

.codewid-testimonial-author {
    align-items: center;
    display: flex;
    gap: 14px;
}

.codewid-testimonial-author > span {
    align-items: center;
    background: linear-gradient(135deg, #0b7cff, #7c3cff);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.codewid-testimonial-author h5 {
    color: #0A165E;
    font-size: 18px;
    margin-bottom: 2px;
}

.codewid-testimonial-author small {
    color: #94a3b8;
}

/* Mobile menu visibility */
@media (max-width: 1199px) {
    .tv-header-bar {
        display: block;
    }

    .tv-menu-bar {
        background: transparent;
        border: 0;
        color: #0A165E;
        cursor: pointer;
        font-size: 24px;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .codewid-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .codewid-process-grid::before {
        display: none;
    }

    .codewid-about-float-card {
        bottom: 12px;
        right: 12px;
    }
}

@media (max-width: 767px) {
    .codewid-process-grid {
        grid-template-columns: 1fr;
    }

    .codewid-testimonial-card p {
        min-height: auto;
    }

    .codewid-testi-nav {
        margin-top: 20px;
    }
}

/* Service inner pages */
.codewid-service-hero {
    background: linear-gradient(135deg, #0A165E 0%, #1a3a8f 45%, #2B4DFF 100%);
    color: #fff;
    padding: 140px 0 100px;
}

.codewid-service-crumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 8px;
    justify-content: center;
    margin-bottom: 24px;
}

.codewid-service-crumb a,
.codewid-service-crumb span {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.codewid-service-crumb a:hover {
    color: #fff;
}

.codewid-service-hero h1 {
    color: #fff;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    margin-bottom: 16px;
    text-align: center;
}

.codewid-service-hero > .container > p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 18px;
    margin: 0 auto 28px;
    max-width: 760px;
    text-align: center;
}

.codewid-service-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.codewid-service-main {
    background: #f8fafc;
}

.codewid-service-sidebar .codewid-service-widget {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(10, 22, 94, 0.05);
    margin-bottom: 24px;
    padding: 24px 22px;
}

.codewid-service-sidebar .codewid-service-widget h4 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 20px;
    margin-bottom: 16px;
}

.codewid-service-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.codewid-service-menu li {
    margin-bottom: 10px;
}

.codewid-service-menu li a {
    align-items: center;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    color: #334155;
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    padding: 14px 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.codewid-service-menu li a i {
    color: #94a3b8;
    font-size: 13px;
}

.codewid-service-menu li.is-active a,
.codewid-service-menu li a:hover {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border-color: transparent;
    color: #fff;
}

.codewid-service-menu li.is-active a i,
.codewid-service-menu li a:hover i {
    color: #fff;
}

.codewid-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.codewid-service-tags a {
    background: rgba(43, 77, 255, 0.08);
    border-radius: 999px;
    color: #2B4DFF;
    font-size: 13px;
    padding: 8px 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.codewid-service-tags a:hover {
    background: #2B4DFF;
    color: #fff;
}

.codewid-service-expert-box {
    background: linear-gradient(135deg, #0A165E, #2B4DFF) !important;
    border: 0 !important;
    color: #fff;
}

.codewid-service-expert-box h4,
.codewid-service-expert-box p {
    color: #fff;
}

.codewid-service-expert-box p {
    font-size: 14px;
    margin-bottom: 16px;
    opacity: 0.9;
}

.codewid-service-call-btn {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #0A165E;
    display: inline-flex;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-weight: 600;
    gap: 10px;
    padding: 12px 18px;
    text-decoration: none;
}

.codewid-service-quote-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.codewid-service-quote-form input,
.codewid-service-quote-form textarea {
    background: #fff;
    border: 1px solid #d8e0ec;
    border-radius: 12px;
    color: #0A165E;
    font-family: var(--tv-ff-body, 'Inter', sans-serif);
    font-size: 14px;
    padding: 12px 14px;
    width: 100%;
}

.codewid-service-quote-form input:focus,
.codewid-service-quote-form textarea:focus {
    border-color: #2B4DFF;
    box-shadow: 0 0 0 3px rgba(43, 77, 255, 0.12);
    outline: none;
}

.codewid-service-quote-form button {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border: 0;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 15px;
    font-weight: 600;
    padding: 13px 18px;
}

.codewid-quote-msg {
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 12px;
    padding: 10px 12px;
}

.codewid-quote-success {
    background: #ecfdf5;
    color: #059669;
}

.codewid-quote-error {
    background: #fef2f2;
    color: #dc2626;
}

.codewid-service-content {
    background: #fff;
    border: 1px solid #e8edf5;
    border-radius: 18px;
    box-shadow: 0 12px 40px rgba(10, 22, 94, 0.06);
    padding: 32px;
}

.codewid-service-highlight-card {
    align-items: flex-start;
    background: #f8fafc;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    display: flex;
    gap: 20px;
    margin-bottom: 28px;
    padding: 24px;
}

.codewid-service-highlight-icon {
    align-items: center;
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    border-radius: 16px;
    color: #fff;
    display: inline-flex;
    flex-shrink: 0;
    font-size: 28px;
    height: 64px;
    justify-content: center;
    width: 64px;
}

.codewid-service-highlight-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.codewid-service-highlight-card li {
    color: #334155;
    font-size: 15px;
    margin-bottom: 10px;
}

.codewid-service-highlight-card li:last-child {
    margin-bottom: 0;
}

.codewid-service-highlight-card li i {
    color: #2B4DFF;
    margin-right: 8px;
}

.codewid-service-thumb {
    border-radius: 16px;
    margin-bottom: 28px;
    overflow: hidden;
}

.codewid-service-thumb img {
    display: block;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.codewid-service-content > h2 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.75rem, 3vw, 2.25rem);
    margin-bottom: 16px;
}

.codewid-service-body {
    color: #64748b;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.codewid-service-body p {
    margin-bottom: 16px;
}

.codewid-service-subtitle {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 24px;
    margin: 28px 0 14px;
}

.codewid-service-pillars {
    margin: 24px 0;
}

.codewid-service-pillar-card,
.codewid-service-support-card {
    background: #f8fafc;
    border: 1px solid #e8edf5;
    border-radius: 16px;
    height: 100%;
    padding: 24px 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.codewid-service-pillar-card:hover,
.codewid-service-support-card:hover {
    box-shadow: 0 12px 32px rgba(43, 77, 255, 0.1);
    transform: translateY(-3px);
}

.codewid-service-pillar-card span,
.codewid-service-support-card span {
    align-items: center;
    background: rgba(43, 77, 255, 0.1);
    border-radius: 12px;
    color: #2B4DFF;
    display: inline-flex;
    font-size: 20px;
    height: 48px;
    justify-content: center;
    margin-bottom: 14px;
    width: 48px;
}

.codewid-service-pillar-card h4,
.codewid-service-support-card h4 {
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 20px;
    margin-bottom: 8px;
}

.codewid-service-pillar-card p,
.codewid-service-support-card p {
    color: #64748b;
    font-size: 15px;
    margin: 0;
}

.codewid-service-deliver-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.codewid-service-deliver-list span {
    background: #fff;
    border: 1px solid #e8edf5;
    border-left: 3px solid #2B4DFF;
    border-radius: 10px;
    color: #334155;
    font-size: 14px;
    padding: 10px 14px;
}

.codewid-service-support-cards {
    margin-bottom: 28px;
}

.codewid-service-faq .accordion-items {
    border: 1px solid #e8edf5;
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
}

.codewid-service-faq .accordion-buttons {
    background: #fff;
    box-shadow: none;
    color: #0A165E;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: 16px;
    padding: 18px 20px;
}

.codewid-service-faq .accordion-buttons:not(.collapsed) {
    background: linear-gradient(135deg, #0b7cff, #2B4DFF);
    color: #fff;
}

.codewid-service-faq .accordion-body {
    background: #fff;
    color: #64748b;
    font-size: 15px;
    padding: 18px 20px;
}

.codewid-service-bottom-cta {
    background: linear-gradient(135deg, #0A165E 0%, #1a3a8f 50%, #2B4DFF 100%);
    color: #fff;
    padding: 70px 0;
}

.codewid-service-bottom-cta h2 {
    color: #fff;
    font-family: var(--tv-ff-heading, 'Outfit', sans-serif);
    font-size: clamp(1.5rem, 3vw, 2rem);
    margin-bottom: 10px;
}

.codewid-service-bottom-cta p {
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

@media (max-width: 991px) {
    .codewid-service-content {
        padding: 24px 20px;
    }

    .codewid-service-highlight-card {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .codewid-service-hero {
        padding: 120px 0 80px;
    }

    .codewid-service-bottom-cta .codewid-service-hero-btns {
        justify-content: flex-start;
        margin-top: 20px;
    }
}
