.product-wrapper {
    margin-block-end: 21px;
}

.product-wrapper img {
    width: 100%;
}

.img-wrapper,
.slick-dotted.slick-slider {
    margin-block-end: 20px;
}

.img-wrapper img {
    aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}

.img-wrapper ul li{
    margin: 0;
}

.slick-dots li button::before {
    font-size: 10px;
}

.validation,
.tools,
.power-tools,
.expansion,
.product-category {
    padding-inline: 16px;
    scroll-margin-top: 80px;
}

.test-automation__links-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 24px;
}

.test-automation__links-wrapper a {
    padding: 10px 16px;
    border: 1px solid #d5dcf6ff;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.test-automation__links-wrapper a:hover {
    background-color: #f0f3ff;
    border-color: #b0bcff;
}

.test-automation {
    padding: 16px;
    background-color: #f0f3ff;
    height: fit-content;
    margin-block: -7px 21px;
    scroll-margin-top: 80px;
}

.test-instrumentation {
    padding: 16px;
    background-color: #f0f3ff;
    height: fit-content;
    margin-block-end: 21px;
    scroll-margin-top: 80px;
}

.test-automation__container,
.test-instrumentation__container {
    max-width: 1368px;
    margin-inline: auto;
}

@media (min-width: 768px) {
    .test-automation,
    .test-instrumentation {
        padding-block: 32px;
        margin-block-end: 32px;
    }

    .test-automation {
        margin-block-start: -15px;
    }
}

/* validation section styles */
.validation {
    max-width: 1368px;
    margin-inline: auto;
}

.validation__tag {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
}

.product-category__title {
    margin-block: 0 24px;
    font-weight: 600;
    line-height: 150%
}

.validation__card {
    padding: 20px;
    border: 1px solid #bbc2dcff;
    margin-block-end: 24px;
    border-radius: 6px;
}

.validation__card-status {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
    margin-block-end: 10px;
    text-transform: uppercase;
}

.validation__card-title {
    font-weight: 600;
    margin-block-end: 24px;
    line-height: 150%;
}

.validation__card-sub-title {
    line-height: 150%;
    font-weight: 700;
}

.tools__card-img-wrapper {
    width: 100%;
    max-width: 100%; /* Keeps it from expanding past the parent */
    overflow: hidden;
}

.power-tools__card-content img {
    width: 100%;
    height: fit-content;
}

.validation__content ul {
    margin-block-end: 16px;
}

.validation__content li {
    margin: 0 0 10px 20px;
    font-size: 12px;
}

.validation__content a {
    text-decoration: underline;
    font-weight: 700;
}

@media(min-width: 768px) {
    .validation__card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .validation__content li {
        font-size: 16px;
    }

    .validation__content a {
        font-size: 16px;
    }
}

/* styles for test automation tools */

.tools {
    max-width: 1368px;
    margin-inline: auto;
}

.tools__title {
    margin-block: 0 24px;
    font-weight: 600;
    line-height: 150%
}

.tools__card {
    padding: 20px;
    border: 1px solid #bbc2dcff;
    margin-block-end: 24px;
    border-radius: 6px;
    max-width: 100%;
    overflow: hidden;
}

.tools__card-status {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
    margin-block-end: 10px;
    text-transform: uppercase;
}

.tools__card-title {
    margin-block-end: 16px;
    font-weight: 600;
    line-height: 150%;
}

.tools__card-content p {
    margin-block: 0 16px;
}

.tools__card img {
    width: 100%;
    height: fit-content;
}

.tools__card-content p:last-child {
    margin-block-end: 0;
}

.tools__card-content ul {
    margin-block-end: 16px;
}

.tools__card-content li {
    margin: 0 0 10px 20px;
    font-size: 12px;
}

.tools__card-content a {
    text-decoration: underline;
    font-weight: 700;
}

@media(min-width: 768px) {
    .tools__card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .tools__card-content li {
        font-size: 16px;
    }

    .tools__card-content a {
        font-size: 16px;
    }
}

@media(min-width: 1024px) {
    .tools__card-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }

    .tools__card {
        grid-column: span 2;
    }

    .tools__card.ud {
        grid-column: span 3;
    }
}
/* Control & Power Management Tools section styles */

.power-tools {
    max-width: 1368px;
    margin-inline: auto;
}

.power-tools__title {
    margin-block: 0 24px;
    font-weight: 600;
    line-height: 150%
}

.power-tools__card {
    padding: 20px;
    border: 1px solid #bbc2dcff;
    margin-block-end: 24px;
    border-radius: 6px;
    max-width: 100%;
    overflow: hidden;
}

.power-tools__card strong {
    color: #000;
}

.power-tools__card-status {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
    margin-block-end: 10px;
    text-transform: uppercase;
}

.power-tools__card-title {
    margin-block-end: 16px;
    font-weight: 600;
    line-height: 150%;
}

.power-tools__card-content p {
    margin-block: 0 16px;
}

.power-tools__card-content p:last-child {
    margin-block-end: 0;
}

.power-tools__card-content ul {
    margin-block-end: 16px;
}

.power-tools__card-content li {
    margin: 0 0 10px 20px;
    font-size: 12px;
}

.power-tools__card-content a {
    text-decoration: underline;
    font-weight: 700;
}

@media(min-width: 768px) {
    .power-tools__card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .power-tools__card-content li {
        font-size: 16px;
    }

    .power-tools__card-content a {
        font-size: 16px;
    }
}

@media(min-width: 1024px) {
    .power-tools__card-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Test instrument sticky */

.test-instrumentation__tag {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
}

.test-instrumentation__links-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 24px;
}

.test-instrumentation__links-wrapper a {
    padding: 10px 16px;
    border: 1px solid #d5dcf6ff;
    color: #333;
    border-radius: 4px;
    transition: background-color 0.2s;
    cursor: pointer;
}

.test-instrumentation__links-wrapper a:hover {
    background-color: #f0f3ff;
    border-color: #b0bcff;
}

/* Expansion plan section styles */

.expansion {
    max-width: 1368px;
    margin-inline: auto;
}

.expansion__card-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-block-end: 32px;
}

.expansion__title {
    margin-block: 0 24px;
    font-weight: 600;
}

.expansion__desc {
    margin-block-end: 24px;
}

.expansion__card {
    padding: 16px;
    border: 1px solid #bbc2dcff;
    border-radius: 6px;
}

.expansion__card-tag {
    padding: 6px 10px;
    color: #1A2D7A;
    margin-block-end: 8px;
    width: fit-content;
    border: 1px solid #1A2D7A;
    border-radius: 4px
}

.expansion__card-title {
    margin-block-end: 16px;
    font-weight: 600;
    line-height: 150%;
}

.expansion__card-content p {
    margin-block-end: 16px;
}

.expansion__card-content p:last-child {
    margin-block-end: 0;
}

.expansion__card-content ul {
    margin-block-end: 16px;
}

.expansion__card-content li {
    margin: 0 0 10px 20px;
    font-size: 12px;
}

@media(min-width: 768px) {
    .expansion__card-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .expansion__card-content li {
        font-size: 16px;
    }
}

/* product category */

.product-category {
    padding-inline: 0;
}

.product-category__card {
    max-width: 1368px;
    margin-inline: auto;
    margin-block-end: 24px;
    padding-inline: 16px
}

.product-category__title-wrapper {
    background-color: #f0f3ff;
    padding: 32px 16px;
    margin-block-end: 24px;
}

.product-category__title-wrapper h2,
.product-category__title-wrapper p {
    max-width: 1368px;
    margin-inline: auto;
}

.product-category__title {
    margin-block: 0 24px;
    font-weight: 600;
}

.product-category__desc {
    margin: 0;
}

.product-category__card-tag {
    background-color: #d5dcf6ff;
    padding: 5px 10px;
    color: #3B3535;
    margin-block-end: 8px;
    width: fit-content;
    border-radius: 6px;
    text-transform: uppercase;
}

.product-category__card-title {
    margin-block-end: 24px;
}

.product-category__card p:last-child {
    margin-block-end: 0;
}

.product-category__sub-title {
    margin-block-end: 21px;
    font-weight: 700;
}

.product-category__capability-container {
    display: flex;
    flex-direction: column;
    row-gap: 16px
}

.product-category__capability-title {
    margin-block-end: 16px;
    font-weight: 600;
}

.product-category__capability-content li {
    margin: 0 0 10px 20px;
    line-height: 150%;
    font-size: 12px;
}

.product-category__link {
    text-decoration: underline;
    font-weight: 700;
    display: block;
    margin-block-end: 20px;
}

@media(min-width: 768px) {
    .product-category__capability-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
    }

    .product-category__capability-content li {
        font-size: 16px;
    }

    .product-category__link {
        font-size: 16px;
    }
}
