.elementor-74376 .elementor-element.elementor-element-ae0e744{--display:flex;}/* Start custom CSS for html, class: .elementor-element-127f0ac *//* =========================
SATYAM DEVELOPERS PROFILE CSS
Class Prefix: satyam-dev
========================= */

.satyam-dev-page,
.satyam-dev-page * {
    box-sizing: border-box;
}

.satyam-dev-page {
    background: #f7f8fb;
    color: #121826;
    font-family: "Inter", Arial, sans-serif;
    padding: 30px 0;
    width: 100%;
    overflow-x: hidden;
}

.satyam-dev-page img {
    max-width: 100%;
    display: block;
}

.satyam-dev-page ::selection {
    background: #e8eefc;
    color: #173b8f;
}

.satyam-dev-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
}

.satyam-dev-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 30px;
    align-items: start;
}

.satyam-dev-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
    min-width: 0;
}

.satyam-dev-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 32px;
}

.satyam-dev-card {
    background: #ffffff;
    border: 1px solid #e3e8f2;
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.055);
    min-width: 0;
}

.satyam-dev-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    padding: 18px 22px;
    background: #ffffff;
    border: 1px solid #e3e8f2;
    border-radius: 28px;
    box-shadow: 0 8px 22px rgba(17, 24, 39, 0.045);
}

.satyam-dev-topbar-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.satyam-dev-brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #153e90, #2563eb);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 21px;
}

.satyam-dev-brand-label {
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2563eb;
}

.satyam-dev-brand-title {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 900;
    color: #111827;
}

.satyam-dev-topbar-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.satyam-dev-topbar-links a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    color: #667085;
    transition: 0.25s ease;
}

.satyam-dev-topbar-links a:hover {
    color: #1d4ed8;
}

.satyam-dev-topbar-btn {
    padding: 11px 18px;
    border-radius: 16px;
    background: #111827;
    color: #ffffff !important;
}

.satyam-dev-hero {
    overflow: hidden;
}

.satyam-dev-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.satyam-dev-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    border: 1px solid transparent;
}

.satyam-dev-badge-blue {
    background: #eef4ff;
    color: #1d4ed8;
    border-color: #c7d7fe;
}

.satyam-dev-badge-green {
    background: #ecfdf5;
    color: #047857;
    border-color: #a7f3d0;
}

.satyam-dev-badge-gray {
    background: #f8fafc;
    color: #475467;
    border-color: #e5e7eb;
}

.satyam-dev-hero-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.satyam-dev-hero-content h1 {
    font-size: 43px;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -0.035em;
    margin: 0 0 20px;
    color: #101828;
}

.satyam-dev-hero-content p {
    font-size: 18px;
    line-height: 1.82;
    color: #667085;
    margin: 0 0 32px;
    font-weight: 500;
    max-width: 900px;
}

.satyam-dev-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 32px;
    width: 100%;
}

.satyam-dev-btn {
    display: inline-block;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 900;
    transition: all 0.25s ease;
    text-align: center;
}

.satyam-dev-btn-primary {
    background: #1d4ed8;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.18);
}

.satyam-dev-btn-primary:hover {
    background: #1e40af;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.24);
}

.satyam-dev-btn-outline {
    background: #ffffff;
    color: #111827;
    border: 1px solid #d0d5dd;
}

.satyam-dev-btn-outline:hover {
    border-color: #1d4ed8;
    color: #1d4ed8;
    transform: translateY(-3px);
}

.satyam-dev-btn-light {
    background: #f8fafc;
    color: #111827;
    border: 1px solid #e5e7eb;
}

.satyam-dev-btn-light:hover {
    background: #ffffff;
    transform: translateY(-3px);
}

.satyam-dev-btn-white {
    background: #ffffff;
    color: #1d4ed8;
}

.satyam-dev-btn-glass {
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.satyam-dev-full-btn {
    width: 100%;
    margin-top: 14px;
}

.satyam-dev-stat-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 100%;
}

.satyam-dev-stat-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 18px;
}

.satyam-dev-stat-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 900;
}

.satyam-dev-stat-mini-value {
    margin-top: 6px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 900;
    color: #111827;
}

.satyam-dev-hero-facts {
    width: 100%;
}

.satyam-dev-facts-card {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 24px;
}

.satyam-dev-facts-card h3 {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
}

.satyam-dev-fact-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px dashed #d0d5dd;
}

.satyam-dev-fact-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.satyam-dev-fact-row span {
    width: 40%;
    font-size: 14px;
    color: #667085;
}

.satyam-dev-fact-row strong {
    width: 60%;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    color: #101828;
}

.satyam-dev-gallery {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 14px;
}

.satyam-dev-gallery-main,
.satyam-dev-gallery-item {
    overflow: hidden;
    border-radius: 26px;
    position: relative;
    cursor: pointer;
}

.satyam-dev-gallery-main img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.satyam-dev-gallery-side {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 14px;
}

.satyam-dev-gallery-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

.satyam-dev-gallery-overlay-text {
    position: absolute;
    inset: auto 14px 14px 14px;
    background: rgba(17, 24, 39, 0.82);
    color: #ffffff;
    text-align: center;
    border-radius: 14px;
    padding: 10px 12px;
    font-size: 13px;
    font-weight: 900;
}

.satyam-dev-section-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
}

.satyam-dev-section-head h2,
.satyam-dev-dark-inner h2,
.satyam-dev-cta-grid h2 {
    margin: 0 0 8px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 950;
    letter-spacing: -0.025em;
}

.satyam-dev-section-head p,
.satyam-dev-service-card p,
.satyam-dev-client-box p,
.satyam-dev-faq-item p,
.satyam-dev-side-text {
    margin: 0;
    font-size: 15px;
    line-height: 1.82;
    color: #667085;
}

.satyam-dev-chip {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    background: #eef4ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
}

.satyam-dev-highlight-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.satyam-dev-highlight-box {
    background: #ffffff;
    border-radius: 22px;
    padding: 22px;
    font-size: 15px;
    line-height: 1.65;
    color: #475467;
    border: 1px solid #e5e7eb;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: all 0.28s ease;
}

.satyam-dev-highlight-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 24px;
    width: 4px;
    height: 42px;
    background: #1d4ed8;
    border-radius: 0 4px 4px 0;
}

.satyam-dev-highlight-box:hover {
    transform: translateY(-4px);
    border-color: #1d4ed8;
    box-shadow: 0 18px 35px rgba(29, 78, 216, 0.08);
}

.satyam-dev-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.satyam-dev-service-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 22px;
    transition: all 0.28s ease;
}

.satyam-dev-service-card:hover {
    box-shadow: 0 16px 28px rgba(17, 24, 39, 0.06);
    transform: translateY(-3px);
    border-color: #1d4ed8;
}

.satyam-dev-service-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #eef4ff;
    color: #1d4ed8;
    font-size: 18px;
    font-weight: 950;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.satyam-dev-service-card h3,
.satyam-dev-dark-box h3,
.satyam-dev-client-box h3,
.satyam-dev-check-box h3,
.satyam-dev-faq-item h3,
.satyam-dev-sidebar-title {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 900;
    color: #111827;
}

.satyam-dev-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.satyam-dev-tag-grid span {
    display: inline-block;
    padding: 12px 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 800;
    color: #344054;
}

.satyam-dev-dark-section {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #ffffff;
}

.satyam-dev-dark-inner p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 16px;
    line-height: 1.9;
}

.satyam-dev-dark-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.satyam-dev-dark-box {
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 22px;
    padding: 20px;
}

.satyam-dev-dark-box h3 {
    color: #ffffff;
}

.satyam-dev-dark-box p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 14px;
}

.satyam-dev-coverage-card {
    background: #101828;
    color: #ffffff;
}

.satyam-dev-coverage-card .satyam-dev-section-head h2,
.satyam-dev-coverage-card .satyam-dev-section-head p {
    color: #ffffff;
}

.satyam-dev-coverage-card .satyam-dev-section-head p {
    opacity: 0.72;
}

.satyam-dev-coverage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.satyam-dev-coverage-grid div {
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.085);
    padding: 16px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.satyam-dev-client-grid,
.satyam-dev-check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.satyam-dev-check-grid {
    grid-template-columns: repeat(3, 1fr);
}

.satyam-dev-client-box,
.satyam-dev-check-box {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 26px;
    padding: 26px;
    transition: all 0.28s ease;
}

.satyam-dev-client-box:hover,
.satyam-dev-check-box:hover {
    transform: translateY(-4px);
    border-color: #1d4ed8;
    box-shadow: 0 20px 42px rgba(29, 78, 216, 0.08);
}

.satyam-dev-faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.satyam-dev-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.25s ease;
}

.satyam-dev-faq-item[open] {
    border-color: #1d4ed8;
    box-shadow: 0 10px 25px rgba(29, 78, 216, 0.06);
}

.satyam-dev-faq-item summary {
    list-style: none;
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.satyam-dev-faq-item summary::-webkit-details-marker {
    display: none;
}

.satyam-dev-faq-item summary h3 {
    margin: 0;
    font-size: 17px;
    flex: 1;
}

.satyam-dev-faq-item summary::after {
    content: "+";
    font-size: 22px;
    color: #1d4ed8;
    font-weight: 600;
    width: 30px;
    height: 30px;
    background: #eef4ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.satyam-dev-faq-item[open] summary::after {
    content: "−";
    background: #1d4ed8;
    color: #ffffff;
}

.satyam-dev-faq-item p {
    padding: 0 24px 24px;
}

.satyam-dev-cta-section {
    background: linear-gradient(90deg, #1d4ed8 0%, #153e90 100%);
    color: #ffffff;
}

.satyam-dev-cta-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.satyam-dev-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);
}

.satyam-dev-cta-grid p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.9;
}

.satyam-dev-cta-actions {
    display: grid;
    gap: 12px;
}

.satyam-dev-profile-card {
    text-align: center;
}

.satyam-dev-profile-top {
    margin-bottom: 22px;
}

.satyam-dev-profile-logo {
    width: 92px;
    height: 92px;
    border-radius: 28px;
    margin: 0 auto 14px;
    background: linear-gradient(135deg, #1d4ed8, #0f172a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(29, 78, 216, 0.18);
}

.satyam-dev-profile-logo span {
    font-size: 42px;
    font-weight: 950;
}

.satyam-dev-profile-top h3 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 950;
}

.satyam-dev-profile-top p {
    margin: 0;
    font-size: 14px;
    color: #1d4ed8;
    font-weight: 800;
}

.satyam-dev-sidebar-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-align: left;
}

.satyam-dev-sidebar-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.satyam-dev-sidebar-row-last {
    border-bottom: none;
    padding-bottom: 0;
}

.satyam-dev-sidebar-row span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 900;
    margin-bottom: 6px;
}

.satyam-dev-sidebar-row strong,
.satyam-dev-sidebar-row a {
    font-size: 14px;
    line-height: 1.75;
    color: #111827;
    font-weight: 800;
    text-decoration: none;
}

.satyam-dev-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.satyam-dev-mini-box {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 16px;
}

.satyam-dev-mini-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #98a2b3;
    font-weight: 900;
}

.satyam-dev-mini-value {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.55;
    color: #111827;
}

.satyam-dev-form-card {
    box-shadow: 0 14px 28px rgba(29, 78, 216, 0.08);
    border: 1px solid #dbeafe;
}

.satyam-dev-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.satyam-dev-form-group label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #98a2b3;
    font-weight: 900;
    margin-bottom: 8px;
}

.satyam-dev-form input,
.satyam-dev-form select {
    width: 100%;
    border: none;
    background: #f8fafc;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    color: #111827;
    outline: none;
}

.satyam-dev-form input:focus,
.satyam-dev-form select:focus {
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.10);
}

.satyam-dev-form-double {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.satyam-dev-form-btn {
    width: 100%;
    border: none;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 15px;
    font-weight: 950;
    border-radius: 18px;
    padding: 15px 18px;
    cursor: pointer;
    transition: 0.25s ease;
}

.satyam-dev-form-btn:hover {
    background: #1e40af;
}

.satyam-dev-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;
}

.satyam-dev-lightbox.active {
    display: flex;
}

.satyam-dev-lightbox img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}

.satyam-dev-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ffffff;
    font-size: 40px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 1199px) {
    .satyam-dev-layout {
        grid-template-columns: 1fr;
    }

    .satyam-dev-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .satyam-dev-highlight-grid,
    .satyam-dev-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .satyam-dev-coverage-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .satyam-dev-gallery {
        grid-template-columns: 1fr;
    }

    .satyam-dev-gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .satyam-dev-dark-grid,
    .satyam-dev-check-grid,
    .satyam-dev-cta-grid {
        grid-template-columns: 1fr;
    }

    .satyam-dev-hero-content h1 {
        font-size: 36px;
    }

    .satyam-dev-section-head h2,
    .satyam-dev-dark-inner h2,
    .satyam-dev-cta-grid h2 {
        font-size: 29px;
    }

    .satyam-dev-fact-row {
        flex-direction: column;
    }

    .satyam-dev-fact-row span,
    .satyam-dev-fact-row strong {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .satyam-dev-container {
        padding: 0 12px;
    }

    .satyam-dev-topbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .satyam-dev-topbar-links {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .satyam-dev-topbar-btn {
        grid-column: span 2;
    }

    .satyam-dev-card,
    .satyam-dev-topbar {
        border-radius: 22px;
        padding: 20px;
    }

    .satyam-dev-hero-content h1 {
        font-size: 29px;
    }

    .satyam-dev-hero-content p {
        font-size: 16px;
    }

    .satyam-dev-stat-mini-grid,
    .satyam-dev-highlight-grid,
    .satyam-dev-service-grid,
    .satyam-dev-coverage-grid,
    .satyam-dev-client-grid,
    .satyam-dev-mini-grid,
    .satyam-dev-form-double,
    .satyam-dev-sidebar {
        grid-template-columns: 1fr;
    }

    .satyam-dev-gallery-side {
        grid-template-columns: 1fr;
    }

    .satyam-dev-gallery-main img,
    .satyam-dev-gallery-item img {
        height: 220px;
        min-height: auto;
    }

    .satyam-dev-hero-actions {
        flex-direction: column;
    }

    .satyam-dev-btn {
        width: 100%;
    }
}

@media (max-width: 380px) {
    .satyam-dev-hero-content h1 {
        font-size: 25px;
    }

    .satyam-dev-card {
        padding: 16px;
    }

    .satyam-dev-container {
        padding: 0 10px;
    }
}/* End custom CSS */