h3 {
    margin-top: 2rem;
}

.media-videos {
    display: flex;
    justify-content: center;
    gap: 4rem;
    /* min-height: 30rem; */
}

.video {
    min-height: 20rem;
}

.pipe-cutting {
    background-color: #DBDADA; /* light gray background like in Figma */
    padding: 4rem 2rem;
    margin-top: 5rem;
}

.section-title {
    font-family: "Saira Stencil One", sans-serif;
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.features h3 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 2rem;
}

.features p {
    font-size: 1.3rem;
}

.features ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.features li {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.6;
}

/* Media grid layout */
.media-grid {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    gap: 1rem;
    align-items: stretch;
}


/* Video */
.video iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

/* Images grid */
.images {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5rem;
}

    .images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

.specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

    .specs-table th,
    .specs-table td {
        border-bottom: 1px solid #ddd;
        padding: 12px 15px;
        text-align: left;
    }

    .specs-table th {
        font-weight: bold;
        text-transform: uppercase;
        width: 40%;
    }

    .specs-table td {
        color: #333;
    }

    .specs-table tr:nth-child(even) {
        background-color: #f9f9f9;
    }
/*.video iframe{
    min-height: 25rem;
}*/
.headings {
    display: flex;
    gap: 3rem;
}

    .headings img {
        max-width: 50rem;
    }

.application {
    display: flex;
    gap: 3rem;
    /* max-height: 450px; */
    /* flex-direction: row; */
}

.properties-text {
    max-width: 400px;
}

.properties {
    display: flex;
    /* margin-top: 40rem; */
    gap: 3rem;
    /* flex-direction: column; */
}

.properties-image img {
    min-width: 350px;
}

.map iframe {
    border: 0;
    min-height: 500px;
}

.customer-service-text {
    max-width: 877px;
}

.contacts {
    display: flex;
    gap: 9rem;
    /* width: 100%; */
}

.contacts-text {
    max-width: 15rem;
}

.about p {
    font-size: 1.5rem;
}

.about li {
    font-size: 1.3rem;
}

.mission h3 {
    font-weight: 600;
    margin-bottom: 1rem;
}

.mission p {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 3.5rem;
}

a {
    color: #fb5500;
    text-decoration: none;
}

section.products-section {
    margin-top: 8rem;
}

@media (max-width: 1050px) {
    .map iframe {
        max-width: 50rem;
        width: 100%;
    }

    .media-grid {
        display: flex;
        flex-direction: column;
    }

    .video iframe {
        width: 100%;
        min-height: 25rem;
        border-radius: 8px;
    }
}

@media (max-width: 850px) {
    .map iframe {
        max-width: 40rem;
    }

    .media-grid {
        display: flex;
        flex-direction: column;
    }

    .video {
        width: 100%
    }

        .video iframe {
            width: 100%;
            min-height: 20rem;
            border-radius: 8px;
        }

    .contacts {
        max-width: 30rem;
        gap: 5rem;
    }
}

@media (max-width: 450px) {
    .section-title {
        font-size: 3.6rem;
    }

    .media-grid {
        display: flex;
        flex-direction: column;
    }

    .video {
        width: 100%;
        min-height: 12rem;
    }

        .video iframe {
            min-height: 12rem;
            width: 100%;
            height: 100%;
            border-radius: 8px;
        }
}

@media (max-width: 620px) {
    .contacts {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 1000px) {
    .headings {
        flex-direction: column;
    }
}

@media (max-width: 550px) {
    img {
        width: 100%
    }
}
.positioner-page {
    background-color: #fff;
    font-family: "Inter", sans-serif;
    color: #333;
    padding-bottom: 4rem;
}

.header-banner {
    background-color: #e85c15;
    padding: 1.5rem 3rem;
    text-align: left;
    color: white;
    font-family: "Saira Stencil One", sans-serif;
    font-size: 2.5rem;
    width: fit-content;
    border-radius: 0 0.25rem 0.25rem 0;
}

.content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 4rem;
    gap: 2rem;
}

.text-section {
    flex: 1 1 500px;
    max-width: 700px;
}

    .text-section h2 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #2d2d2d;
        margin-bottom: 1rem;
    }

    .text-section p {
        line-height: 1.6;
        margin-bottom: 1.5rem;
    }

.table-title {
    background-color: #3b73d9;
    color: white;
    font-weight: bold;
    padding: 0.4rem 0.8rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    border-radius: 2px;
}

.spec-table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1rem;
}

    .spec-table th {
        background-color: #fff;
        color: #e85c15;
        text-align: left;
        padding: 0.6rem 0.8rem;
        border-bottom: 2px solid #f2f2f2;
    }

    .spec-table td {
        padding: 0.6rem 0.8rem;
        border-bottom: 1px solid #eee;
    }

    .spec-table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

.image-section {
    flex: 1 1 400px;
    text-align: center;
}

    .image-section img {
        max-width: 100%;
        height: auto;
        border-radius: 6px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

/* Responsive adjustments */
@media (max-width: 900px) {
    .content {
        flex-direction: column;
        align-items: center;
        padding: 2rem;
    }

    .header-banner {
        text-align: center;
        margin: 0 auto;
    }

    .text-section {
        max-width: 100%;
    }

    .image-section {
        order: -1;
        margin-bottom: 2rem;
    }
}
@media (max-width: 400px) {
    .section-title {
        font-size: 3.2rem;
    }
}@media (max-width: 700px) {
    .application {
        flex-direction: column;
    }
}
@media (max-width: 700px) {
    .properties {
        flex-direction: column;
        
    }
    .properties-image img{
            min-width: 320px;
    }
}
@media (max-width: 700px) {
    .headings-images img{
        max-width: 30rem;
        
    }
    
}