.elementor-74380 .elementor-element.elementor-element-196acf5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b63ef09 */.tsdev-page,
.tsdev-page * {
    box-sizing: border-box;
}

.tsdev-page {
    background: #f6f8fb;
    color: #101827;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

.tsdev-page img {
    max-width: 100%;
    display: block;
}

.tsdev-page ::selection {
    background: #dbeafe;
    color: #1e3a8a;
}

@keyframes tsdevFadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tsdev-main > section,
.tsdev-sidebar > div {
    animation: tsdevFadeIn 0.6s ease-out forwards;
}

.tsdev-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.tsdev-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.tsdev-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.tsdev-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.tsdev-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 32px;
    padding: 28px;
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.055);
    min-width: 0;
}

.tsdev-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.055);
}

.tsdev-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.tsdev-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 22px;
}

.tsdev-brand-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
}

.tsdev-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #101827;
}

.tsdev-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.tsdev-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #64748b;
    transition: 0.3s ease;
}

.tsdev-topbar-links a:hover {
    color: #2563eb;
}

.tsdev-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.tsdev-hero {
    overflow: hidden;
}

.tsdev-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.tsdev-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid transparent;
}

.tsdev-badge-blue {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

.tsdev-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.tsdev-badge-gray {
    background: #f8fafc;
    color: #475569;
    border-color: #e2e8f0;
}

.tsdev-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tsdev-hero-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tsdev-hero-content h1 {
    font-size: 44px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
    color: #0f172a;
}

.tsdev-hero-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #64748b;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 900px;
}

.tsdev-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
    width: 100%;
}

.tsdev-hero-actions .tsdev-btn {
    flex: 1;
    min-width: 145px;
    padding: 14px 10px;
}

.tsdev-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 900;
    transition: all 0.3s ease;
    text-align: center;
}

.tsdev-btn-primary {
    background: #2563eb;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.tsdev-btn-primary:hover {
    background: #1d4ed8;
    transform: translateY(-3px);
}

.tsdev-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #cbd5e1;
}

.tsdev-btn-outline:hover {
    border-color: #2563eb;
    color: #2563eb;
    transform: translateY(-3px);
}

.tsdev-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e2e8f0;
}

.tsdev-btn-light:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.tsdev-btn-white {
    background: #ffffff;
    color: #2563eb;
}

.tsdev-btn-glass {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(4px);
}

.tsdev-full-btn {
    width: 100%;
}

.tsdev-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 16px;
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

.tsdev-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 18px;
}

.tsdev-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
}

.tsdev-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #0f172a;
}

.tsdev-hero-facts {
    width: 100%;
    display: flex;
    justify-content: center;
}

.tsdev-facts-card {
    width: 100%;
    max-width: 920px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 24px;
}

.tsdev-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.tsdev-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #cbd5e1;
}

.tsdev-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.tsdev-fact-row span {
    width: 42%;
    font-size: 14px;
    color: #64748b;
}

.tsdev-fact-row strong {
    width: 58%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
}

.tsdev-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
}

.tsdev-gallery-main,
.tsdev-gallery-item {
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    cursor: pointer;
}

.tsdev-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.tsdev-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.tsdev-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.tsdev-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

.tsdev-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.tsdev-section-head h2,
.tsdev-dark-inner h2,
.tsdev-cta-grid h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.tsdev-section-head p,
.tsdev-project-box p,
.tsdev-service-card p,
.tsdev-check-box p,
.tsdev-faq-item p,
.tsdev-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
}

.tsdev-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.tsdev-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 10px;
}

.tsdev-highlight-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #475569;
    border: 1px solid #e2e8f0;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    font-weight: 600;
}

.tsdev-highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 42%;
    background: #2563eb;
    border-radius: 0 4px 4px 0;
    opacity: 0.35;
}

.tsdev-highlight-box:hover {
    transform: translateY(-5px);
    border-color: #2563eb;
    box-shadow: 0 20px 40px rgba(37, 99, 235, 0.08);
    color: #0f172a;
}

.tsdev-service-grid,
.tsdev-project-grid,
.tsdev-check-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.tsdev-service-card,
.tsdev-project-box,
.tsdev-check-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    padding: 22px;
    transition: all 0.3s ease;
}

.tsdev-service-card:hover,
.tsdev-project-box:hover,
.tsdev-check-box:hover {
    box-shadow: 0 16px 28px rgba(15, 23, 42, 0.07);
    transform: translateY(-3px);
}

.tsdev-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 18px;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.tsdev-service-card h3,
.tsdev-dark-box h3,
.tsdev-project-box h3,
.tsdev-check-box h3,
.tsdev-faq-item h3,
.tsdev-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 900;
    color: #0f172a;
}

.tsdev-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tsdev-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #334155;
}

.tsdev-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #172554 100%);
    color: #ffffff;
}

.tsdev-dark-inner p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.9;
}

.tsdev-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.tsdev-dark-box {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 20px;
}

.tsdev-dark-box h3 {
    color: #ffffff;
}

.tsdev-dark-box p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.tsdev-coverage-card {
    background: #101827;
    color: #ffffff;
}

.tsdev-coverage-card .tsdev-section-head h2,
.tsdev-coverage-card .tsdev-section-head p {
    color: #ffffff;
}

.tsdev-coverage-card .tsdev-section-head p {
    opacity: 0.75;
}

.tsdev-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.tsdev-coverage-grid div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.tsdev-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tsdev-faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tsdev-faq-item[open] {
    border-color: #2563eb;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.06);
}

.tsdev-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.tsdev-faq-item summary::-webkit-details-marker {
    display: none;
}

.tsdev-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    flex: 1;
}

.tsdev-faq-item summary::after {
    content: "+";
    font-size: 22px;
    color: #2563eb;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsdev-faq-item[open] summary::after {
    content: "−";
    background: #2563eb;
    color: #ffffff;
}

.tsdev-faq-item p {
    padding: 0 24px 24px;
}

.tsdev-cta-section {
    background: linear-gradient(90deg, #2563eb 0%, #1e40af 100%);
    color: #ffffff;
}

.tsdev-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.tsdev-cta-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 900;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.82);
}

.tsdev-cta-grid p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.9;
}

.tsdev-cta-actions {
    display: grid;
    gap: 12px;
}

.tsdev-profile-card {
    text-align: center;
}

.tsdev-profile-top {
    margin-bottom: 22px;
}

.tsdev-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    overflow: hidden;
    border: 4px solid #eff6ff;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #0f172a, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tsdev-profile-logo span {
    font-size: 26px;
    font-weight: 950;
}

.tsdev-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 950;
}

.tsdev-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #2563eb;
    font-weight: 800;
}

.tsdev-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.tsdev-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e2e8f0;
}

.tsdev-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.tsdev-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 6px;
}

.tsdev-sidebar-row strong,
.tsdev-sidebar-row a {
    font-size: 14px;
    line-height: 1.8;
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.tsdev-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.tsdev-mini-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px;
}

.tsdev-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #94a3b8;
    font-weight: 900;
}

.tsdev-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.6;
    color: #0f172a;
}

.tsdev-form-card {
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.08);
    border: 1px solid #dbeafe;
}

.tsdev-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.tsdev-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    font-weight: 900;
    margin-bottom: 8px;
}

.tsdev-form input,
.tsdev-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    color: #0f172a;
    outline: none;
}

.tsdev-form input:focus,
.tsdev-form select:focus {
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.tsdev-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.tsdev-form-btn {
    width: 100%;
    border: none;
    background: #2563eb;
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.3s ease;
}

.tsdev-form-btn:hover {
    background: #1d4ed8;
}

.tsdev-lightbox {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.tsdev-lightbox.active {
    display: flex;
}

.tsdev-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 12px;
}

.tsdev-lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.tsdev-layout,
.tsdev-main,
.tsdev-sidebar,
.tsdev-card,
.tsdev-hero,
.tsdev-hero-grid,
.tsdev-gallery {
    min-width: 0 !important;
    max-width: 100% !important;
}

@media (max-width: 1199px) {
    .tsdev-layout {
        grid-template-columns: 1fr;
    }

    .tsdev-sidebar {
        position: static;
    }

    .tsdev-highlight-grid,
    .tsdev-service-grid,
    .tsdev-project-grid,
    .tsdev-check-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tsdev-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .tsdev-cta-grid {
        grid-template-columns: 1fr;
    }

    .tsdev-gallery {
        grid-template-columns: 1fr;
    }

    .tsdev-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .tsdev-dark-grid {
        grid-template-columns: 1fr;
    }

    .tsdev-hero-content h1 {
        font-size: 38px;
    }

    .tsdev-section-head h2,
    .tsdev-dark-inner h2,
    .tsdev-cta-grid h2 {
        font-size: 28px;
    }

    .tsdev-fact-row {
        flex-direction: column;
    }

    .tsdev-fact-row span,
    .tsdev-fact-row strong {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tsdev-container {
        padding: 0 12px;
    }

    .tsdev-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .tsdev-topbar-links {
        width: 100%;
    }

    .tsdev-card,
    .tsdev-topbar {
        border-radius: 24px;
        padding: 20px;
    }

    .tsdev-hero-content h1 {
        font-size: 30px;
    }

    .tsdev-hero-content p {
        font-size: 16px;
    }

    .tsdev-stat-mini-grid,
    .tsdev-highlight-grid,
    .tsdev-service-grid,
    .tsdev-project-grid,
    .tsdev-check-grid,
    .tsdev-coverage-grid,
    .tsdev-mini-grid,
    .tsdev-form-double {
        grid-template-columns: 1fr;
    }

    .tsdev-gallery-side {
        grid-template-columns: 1fr;
    }

    .tsdev-gallery-main img,
    .tsdev-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .tsdev-hero-actions {
        flex-direction: column;
    }

    .tsdev-btn {
        width: 100%;
    }
}

@media (max-width: 426px) {
    .tsdev-hero-content h1 {
        font-size: 28px;
    }

    .tsdev-topbar-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .tsdev-topbar-btn {
        grid-column: span 2;
    }
}

@media (max-width: 321px) {
    .tsdev-hero-content h1 {
        font-size: 24px;
    }

    .tsdev-card {
        padding: 15px;
    }

    .tsdev-container {
        padding: 0 10px;
    }
}/* End custom CSS */