@media (max-width: 768px) {

    .site-header .container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 16px;
    }

    /* .container {
    flex-direction: column;
    align-items: flex-start;
  } */

    /* .main-nav {
        margin-top: 15px;
    } */

    .main-nav a {
        display: block;
        margin: 8px 0;
    }

    .service-boxes {
        flex-direction: column;
        gap: 20px;
    }

    .service-card {
        flex: 1 1 100%;
    }

    .hero-section h2 {
        font-size: 26px;
    }

    .hero-section p {
        font-size: 16px;
    }

    .menu-toggle {
        display: flex;
    }

    .hero-overlay h2 {
        font-size: 28px;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #4b4f53;
        flex-direction: column;
        z-index: 10;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .main-nav a {
        padding: 10px 20px;
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .main-nav.show {
        display: flex;
    }

    .site-header {
        position: relative;
    }

    .pricing-grid {
        flex-direction: column;
    }

    .pricing-card {
        flex: 1 1 100%;
    }

    .portfolio-grid {
        flex-direction: column;
    }

    .portfolio-item {
        flex: 1 1 100%;
    }

    .portfolio-item img {
        height: 180px;
    }

    .blog-post-card {
        flex-direction: column;
    }

    .blog-post-card img {
        width: 100%;
        height: auto;
    }

    .blog-post-header h1 {
        font-size: 24px;
    }

    .blog-post-content {
        padding: 20px;
    }

    .featured-image {
        width: 100%;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .service-card img {
        width: 70px;
        height: 70px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-subtitle {
        font-size: 16px;
    }

    .btn-secondary {
        font-size: 14px;
        padding: 10px 16px;
    }

    .pricing-table thead {
        display: none;
    }

    .pricing-table {
        display: block;
        width: 100%;
    }

    .pricing-table tr {
        display: block;
    }

    .pricing-table td {
        display: block;
        /* width: 100%; */
    }

    .pricing-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 10px;
        background-color: #fff;
    }

    .pricing-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .pricing-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        top: 14px;
        font-weight: bold;
        text-align: left;
        color: #333;
    }



    .dropdown-menu {
        position: relative;
        background-color: #333;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .order-table,
    .order-table thead,
    .order-table tbody,
    .order-table th,
    .order-table td,
    .order-table tr {
        display: block;
    }

    .order-table tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ccc;
        background-color: rgb(224, 229, 247);
    }

    .order-table th {
        position: absolute;
        left: -9999px;
    }

    .order-table td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #c9c3c3;
        min-height: 16px;
    }

    .order-table td:before {
        position: absolute;
        top: 12px;
        left: 16px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
    }
    
    .videoIframeDiv {
        width: 960px;
        height: 540px;
        padding-bottom: 5px;
        padding-top: 5px;
    }    
}