* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #efeded;
    color: #333;
    line-height: 1.6;
}

/* Top strip */
.top-strip {
    background: #143247;
    color: #fff;
    font-size: 13px;
}

.top-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.top-strip-inner a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

.top-strip-inner a:hover {
    text-decoration: underline;
}

/* Main header */
.main-header {
    background: #17384d;
    border-bottom: 1px solid #102838;
}

.main-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 1px;
}

.site-logo a {
    text-decoration: none;
}

.site-logo .best {
    color: #ffffff;
}

.site-logo .tech {
    color: #f26b21;
    margin-left: 4px;
}

.main-nav a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 28px;
    font-size: 15px;
}

.main-nav a:hover {
    text-decoration: underline;
}

/* Page wrapper */
.page-wrapper {
    max-width: 1200px;
    margin: 40px auto;
    background: transparent;
}

/* Banner */
.section-banner {
    background: #0d2a3e;
    color: #fff;
    padding: 26px 40px;
}

.section-banner h1 {
    font-size: 28px;
    font-weight: normal;
}

.image-banner {
    background:
        linear-gradient(rgba(13, 42, 62, 0.85), rgba(13, 42, 62, 0.85)),
        url("../images/tech-banner.39644c7b1219.jpg");
    background-size: cover;
    background-position: center;
    min-height: 150px;
    display: flex;
    align-items: center;
}

.image-banner p {
    color: #dbeafe;
    font-size: 15px;
}

/* Main layout */
.content-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    background: #ffffff;
    min-height: 700px;
}

/* Sidebar */
.sidebar {
    background: #f2f2f2;
    padding: 30px 24px;
    border-right: 1px solid #ddd;
}

.sidebar h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #222;
}

.sidebar ul {
    list-style: none;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
}

.sidebar ul li a:hover {
    color: #0d2a3e;
    text-decoration: underline;
}

/* Content */
.main-content {
    padding: 35px 45px;
}

.main-content h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin-bottom: 18px;
}

.main-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #17384d;
}

.main-content p {
    margin-bottom: 14px;
    font-size: 16px;
    color: #444;
}

/* Lists */
.bullet-list {
    margin: 15px 0 20px 25px;
}

.bullet-list li {
    margin-bottom: 8px;
    font-size: 16px;
}

/* Pricing table */
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.pricing-table th,
.pricing-table td {
    border: 1px solid #d8d8d8;
    padding: 12px 14px;
    text-align: left;
}

.pricing-table th {
    background: #17384d;
    color: #fff;
}

.pricing-table tr:nth-child(even) {
    background: #f8f8f8;
}

/* Form */
.request-form {
    max-width: 650px;
    margin-top: 20px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 6px;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 11px 12px;
    border: 1px solid #cfcfcf;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #17384d;
}

.submit-btn {
    background: #17384d;
    color: white;
    border: none;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.submit-btn:hover {
    background: #0d2a3e;
}

.page-link {
    color: #17384d;
    font-weight: bold;
}

/* Services image cards */
.service-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin: 25px 0;
}

.service-image-card {
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.service-image-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.service-image-card h3 {
    padding: 15px 15px 5px;
    color: #17384d;
}

.service-image-card p {
    padding: 0 15px 18px;
}

/* Homepage */
.home-hero {
    background: linear-gradient(135deg, #f8f8f8, #eef5fb);
    border-left: 5px solid #17384d;
    padding: 35px;
    margin-bottom: 30px;
}

.hero-label {
    color: #f26b21;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.home-hero h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    margin-top: 22px;
}

.primary-btn,
.secondary-btn {
    display: inline-block;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

.primary-btn {
    background: #17384d;
    color: #ffffff;
}

.secondary-btn {
    border: 1px solid #17384d;
    color: #17384d;
    background: #ffffff;
}

.quick-services,
.why-section,
.service-area {
    margin-bottom: 35px;
}

.quick-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 20px;
}

.quick-grid div {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 18px;
}

.quick-grid h3 {
    margin-top: 0;
}

/* Contact page - simple layout for all screens */
.contact-layout {
    display: block;
    width: 100%;
    max-width: 760px;
}

.contact-info-box {
    width: 100%;
    background: #f8f8f8;
    border-left: 4px solid #17384d;
    padding: 22px;
    margin-bottom: 25px;
}

.contact-info-box p,
.contact-info-box a {
    word-break: break-word;
}

.contact-image-box {
    width: 100%;
    max-width: 760px;
}

.contact-image-box img {
    width: 100%;
    max-width: 760px;
    height: auto;
    display: block;
    object-fit: cover;
    border: 1px solid #ddd;
}

/* Tablet */
@media screen and (max-width: 1000px) {
    .page-wrapper {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .main-header-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .main-nav a {
        margin-left: 0;
        margin-right: 16px;
    }

    .content-layout {
        display: block;
        width: 100%;
    }

    .sidebar {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .main-content {
        width: 100%;
    }
}

/* Phone */
@media screen and (max-width: 700px) {
    .top-strip-inner {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .main-header-inner {
        padding: 18px;
    }

    .site-logo {
        font-size: 22px;
    }

    .main-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        width: 100%;
        margin-top: 12px;
    }

    .main-nav a {
        margin: 0;
        font-size: 15px;
    }

    .page-wrapper {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    .section-banner {
        width: 100%;
        padding: 24px 20px;
    }

    .section-banner h1 {
        font-size: 26px;
    }

    .section-banner p {
        font-size: 15px;
    }

    .sidebar {
        width: 100%;
        padding: 20px;
    }

    .sidebar ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .sidebar ul li {
        margin-bottom: 0;
    }

    .main-content {
        width: 100%;
        padding: 24px 18px;
    }

    .main-content h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .main-content p {
        font-size: 16px;
    }

    .home-hero {
        padding: 24px 18px;
    }

    .home-hero h2 {
        font-size: 27px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .primary-btn,
    .secondary-btn {
        text-align: center;
    }

    .quick-grid,
    .service-image-grid {
        grid-template-columns: 1fr;
    }

    .contact-layout {
        max-width: 100%;
    }

    .contact-info-box {
        padding: 18px;
    }

    .contact-image-box img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
/* FORCE CONTACT PAGE MOBILE FIX */
.contact-layout {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
}

.contact-info-box {
    width: 100% !important;
    background: #f8f8f8 !important;
    border-left: 4px solid #17384d !important;
    padding: 22px !important;
    margin-bottom: 25px !important;
}

.contact-image-box {
    width: 100% !important;
    max-width: 760px !important;
}

.contact-image-box img {
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    display: block !important;
    border: 1px solid #ddd !important;
}

@media screen and (max-width: 700px) {
    .contact-layout,
    .contact-info-box,
    .contact-image-box,
    .contact-image-box img {
        width: 100% !important;
        max-width: 100% !important;
    }
}