.breadcrumb {
    --_c-bg: #D9D9D933;
    --_c-light: #5e5e5e;
    text-transform: capitalize;
    background-color: var(--_c-bg);
    padding: 6px;
    margin-top: 11px;
}

.breadcrumb li {
    display: inline-flex;
    align-items: center
}

.breadcrumb li:not(:first-child):before {
    content: "/";
    margin-right: 3px;
    color: var(--_c-light)
}

.breadcrumb li>* {
    font-size: var(--fs-xs)
}

.breadcrumb li a {
    color: var(--_c-light)
}

.breadcrumb li a:hover {
    color: #000
}

.breadcrumb li span,
.showcase .product-item a:hover :nth-child(2) {
    color: var(--c-primary)
}



.showcase {
    padding-block: 35px 20px;
    --_c-bg-light: #d9d9d91a
}

.showcase .wrapper {
    display: grid;
    grid-template-columns: minmax(380px, 474px) minmax(550px, 690px);
    gap: 30px;
    align-items: center;
}


.showcase .card > :first-child {
    font-size: var(--fs-lg, 30px);
    font-weight: 600;
    margin-bottom: 22px;
}

.showcase .content > :first-child {
    color: var(--c-light);
    line-height: var(--lh-df);
    height: 98px;
    margin-bottom: 28px;
}

.showcase .content :where(ul, ol){
    margin-bottom: 40px;
    margin-top: 14px;
}


.showcase .content :where(ul, ol) li {
    position: relative;
    font-size: var(--fs-xs, 14px);
    padding-left: 27px;
    width: 48%;
    display: inline-block;
    color: #767676;
    margin-bottom: 14px;
}

.showcase .content :where(ul, ol) li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 13px;
    height: 10px;
    background: url('https://www.kolaxopackaging.com/theme/website/images/icons/check-dark.png') center/contain no-repeat;
    content: ''
}



.showcase .product-item  {
    display: grid;
    grid-template-columns: repeat(3 ,1fr);
    gap: 30px 18px;
}

.showcase .product-item img {
    height:220px;
    object-fit: cover;
    margin-bottom: 14px;
    border-radius: 15px;
    transition: transform .4s;
}

.showcase .product-item a:hover img {
    transform: scale(0.98);
}


.showcase .product-item :nth-child(2) {
    font-size: var(--fs-sm, 18px);
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block;
}


.showcase .product-item :nth-child(2) {
    font-size: var(--fs-sm, 18px);
    font-weight: 600;
    text-transform: capitalize;
    color: #000;
    display: block
}


.services {
    padding-block: 70px;
}

.services .head {
    margin-bottom: 38px;
    text-align: center
}

.services .head>:first-child * {
    display: block;
    font-size: var(--fs-xs, 14px);
    font-weight: 500;
    color: var(--c-primary);
    margin-bottom: 8px
}

.services .head>:first-child {
    font-size: calc(var(--fs-lg, 30px) - 2px);
    font-weight: 700;
    line-height: 35px
}

.services .head p {
    max-width: 995px;
    margin-inline: auto
}

.services .wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 1px 5px;
    overflow: hidden;
}

.services .slider-card {
    min-width: calc(33.3333% - 20px);
}

.services .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background-color: #FCFCFC;
    padding: 28px 5px 21px 20px;
}

.services .content>:first-child {
    font-size: var(--fs-sm, 18px);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4;
    color: var(--c-primary);
}

.services .content p {
    color: #666666;
    height: 74px;
    font-size: var(--fs-xs, 14px);
    line-height: var(--lh-lg);
}

.services .content:hover>svg {
    filter: var(--fl-primary)
}

.services :where(.head, .head *, .wrapper, .content, .content > *) {
    transition: var(--transition)
}

#next,
#prev {
    color: red
}

.advisory {
    padding-block: 35px 30px
}

.advisory .wrapper {
    display: grid;
    grid-template-columns: auto minmax(405px, 462px);
    gap: 43px;
    align-items: center
}

.advisory .content {
    max-width: 685px
}

.advisory .content>:first-child * {
    display: block;
    width: fit-content;
    color: var(--c-primary);
    background-color: var(--c-bg);
    font-size: var(--fs-xs, 14px);
    font-weight: 500;
    padding: 10px;
    margin: 0
}

.advisory .content>:first-child,
.brand .content>:first-child {
    font-weight: 700;
    font-size: var(--fs-md, 24px);
    line-height: var(--lh-df)
}

.advisory .content>:first-child {
    margin-bottom: 10px
}

.advisory .content p {
    font-size: var(--fs-base, 16px);
    max-height: 72px;
    margin-bottom: 35px
}

.advisory .content :not(p):has(+ :where(ul, ol)) {
    display: block;
    font-weight: 600;
    color: var(--c-light);
    margin-bottom: 26px
}

.advisory .content li {
    position: relative;
    font-size: var(--fs-xs, 14px);
    line-height: var(--lh-xl);
    color: var(--c-light);
    margin-bottom: 10px;
    padding-left: 33px;
    display: flex;
    align-items: center
}

.advisory .content li:last-child,
.brand .content li:last-child,
.info .content li:last-child {
    margin: 0
}

.advisory .content li::before,
.brand .content li::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 13px;
    height: 10px;
    background: url('https://www.kolaxopackaging.com/theme/website/images/icons/check-dark.png') center/contain no-repeat;
    content: ''
}

.advisory :where(.wrapper, .content, .content *) {
    transition: var(--transition)
}

.brand {
    padding-block: 70px;
}

.brand .wrapper {
    display: grid;
    grid-template-columns: minmax(460px, 509px) minmax(450px, 570px);
    gap: 110px;
    align-items: center
}

.brand .content>:first-child {
    margin-bottom: 15px
}

.brand .content p {
    font-size: var(--fs-base, 16px);
    line-height: var(--lh-lg);
    max-height: 111px
}

.brand .content :where(ul, ol) {
    margin-block: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.brand .content li,
.info .content li {
    color: var(--_c-lght);
    margin-bottom: 10px;
    align-items: center
}

.brand .content li {
    position: relative;
    font-size: var(--fs-xs, 14px);
    color: #747474;
    width: 50%;
    height: 30px;
    padding-left: 27px;
    display: flex
}

.brand .content>a.button {
    width: 141px;
    float: right
}

.brand .brand-image {
    position: relative
}

.brand .brand-image::before {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100%;
    max-width: 495px;
    height: 100%;
    max-height: 530px;
    background-color: var(--c-bg);
    border-radius: 10px;
    z-index: -1;
    content: ''
}

.brand .brand-image img {
    width: 100%;
    max-width: 509px;
    max-height: 533px;
    object-fit: cover;
    border-radius: 10px
}

.brand :where(.wrapper, .content *) {
    transition: var(--transition)
}

.info {
    --_c-lght: #5e5e5e;
    padding-block: 70px;
    --_c-light: #FCFCFC
}

.info .wrapper {
    display: grid;
    grid-template-columns: minmax(400px, 481px) 1fr;
    justify-content: space-between;
    gap: 12px
}

.info .content>:first-child * {
    width: fit-content;
    color: var(--c-primary);
    background-color: var(--c-bg);
    font-size: var(--fs-xs, 14px);
    font-weight: 500;
    padding: 10px;
    display: block;
    margin: 0
}

.info .content>:first-child {
    font-size: var(--fs-md, 24px);
    font-weight: 700;
    line-height: var(--lh-df)
}

.info .content p {
    max-width: 456px;
    font-size: var(--fs-base, 16px);
    max-height: 72px;
    margin-block: 12px 23px
}

.info .content :where(ul, ol) {
    position: relative;
    max-width: 495px;
    background-color: var(--_c-light);
    padding: 28px 32px;
    border-top-right-radius: 67px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 5%);
    margin-inline: auto -107px;
    z-index: 5
}

.info .content li {
    position: relative;
    font-size: var(--fs-xs, 14px);
    font-weight: 500;
    line-height: var(--lh-xl);
    padding-left: 31px;
    display: flex
}

.info .content li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 13px;
    height: 10px;
    background: url('https://www.kolaxopackaging.com/theme/website/images/icons/check.png') center/contain no-repeat;
    content: ''
}

.info .info-image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px
}

.info .info-image img {
    display: block;
    width: 100%;
    max-width: 318px;
    height: 466px;
    object-fit: cover;
    border-radius: 15px;
}

.info .info-image img:nth-of-type(2) {
    height: 481px;
    margin-top: -100px
}

.info :where(.wrapper, .content, .content *) {
    transition: var(--transition)
}

.exclusive {
    padding-block: 33px;
    --_c-border: #AEAEAE4D;
    --_c-pink: #BB1F3680
}

.exclusive .wrapper {
    display: grid;
    grid-template-columns: minmax(520px, 666px) minmax(400px, 470px);
    gap: 38px;
    margin-bottom: 31px
}

.exclusive .content {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.exclusive .content>:first-child {
    font-size: calc(var(--fs-lg, 30px) - 2px);
    font-weight: 700;
    line-height: var(--lh-df);
    margin-bottom: 23px
}

.exclusive .content p {
    max-height: 96px
}

.exclusive :where(ul, ol) {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding-left: 5px;
    overflow: hidden;
}

.exclusive li {
    position: relative;
    border-left: 1px dotted var(--_c-border);
    padding-left: 16px;
    min-width: calc(33.3333% - 20px);
}

.exclusive li::before {
    position: absolute;
    top: 40px;
    left: -3px;
    width: 5px;
    height: 23px;
    background-color: var(--_c-pink);
    content: ''
}

.exclusive li div :first-child {
    display: block;
    font-size: var(--fs-base, 16px);
    color: #747474;
    margin-bottom: 5px
}

.exclusive li p {
    font-size: var(--fs-xs, 14px);
    max-height: 86px
}

.exclusive .exclusive-image img {
    max-height: 293px;
    object-fit: contain
}

.exclusive,
.exclusive * {
    transition: var(--transition)
}

.details {
    padding-block: 35px
}

.details .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    background-color: var(--c-bg);
    padding-top: 60px;
    border-radius: 30px
}

.details .content {
    padding: 0 15px 15px;
    height: 440px
}

.details .content :where(h2, h3, h4) {
    font-size: var(--fs-md, 24px);
    font-weight: 700;
    line-height: var(--lh-df);
    margin-block: 20px 15px
}

.details .content :where(h2, h3, h4):first-child {
    margin-top: 0
}

.details .content p {
    line-height: var(--lh-xl);
    margin-bottom: 15px
}

.details .content :where(ul, ol) {
    margin-bottom: 10px
}

.details .content ul li {
    list-style: disc inside
}

.details .content ol li {
    list-style: decimal inside
}

.details .content li:not(:last-of-type) {
    margin-bottom: 5px
}

.details .details-image img {
    max-height: 489px;
    object-fit: contain;
    border-radius: 50px 0 0
}

.testimonials {
    padding-block: 35px 65px
}

.testimonials .title {
    margin-bottom: 35px;
    text-align: center
}

.testimonials .title :first-child {
    font-size: calc(var(--fs-xl, 36px) + 6px);
    font-weight: 600;
    line-height: var(--lh-xl)
}

.testimonials .wrapper {
    display: flex;
    align-items: flex-start;
    gap: 27px;
    overflow-x: hidden
}

.testimonials .slider-card {
    min-width: calc(33.3333% - 19px)
}

.testimonials .review {
    background-color: var(--c-bg);
    border-radius: 20px;
    padding: 26px
}

.testimonials .review>:first-child {
    display: block;
    font-size: var(--fs-base, 16px);
    font-weight: 700;
    line-height: var(--lh-xl)
}

.testimonials .review :where(ul, ol) {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 23px
}

.testimonials .review>:nth-child(3) {
    display: block;
    font-size: calc(var(--fs-sm, 18px) + 2px);
    font-weight: 600;
    color: #747474;
    line-height: var(--lh-df);
    margin-bottom: 10px;
    max-width: 300px
}

.testimonials .review>p {
    height: 174px;
    color:#747474;
}

.testimonials :where(.title :first-child, .wrapper, .review, .review *) {
    transition: var(--transition)
}

@media only screen and (width <=1200px) {
    .advisory .wrapper {
        gap: 30px
    }

    .brand .wrapper {
        gap: 70px
    }

    .info .wrapper {
        align-items: center
    }

    .info .info-image {
        gap: 24px
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 222px;
        height: 350px
    }

    .exclusive :where(ul, ol) {
        gap: 20px
    }

    .details .wrapper {
        align-items: flex-end
    }

    .testimonials {
        --fs-md: 22px
    }
}

@media only screen and (width <=991px) {

    .showcase .wrapper{
        grid-template-columns:1fr;
    }

    .showcase .product-item a{
        width: 100%;
    }

    .showcase .card > :first-child {
        margin-bottom:16px;
    }

    .showcase .content > p {
        margin-bottom: 18px;
    }

    .showcase .content :where(ul, ol) {
        margin-bottom: 25px;
    }

    .services {
        padding-block: 50px;
    }

    .services .wrapper {
        gap: 20px
    }

    .exclusive .slider-card,
    .services .slider-card {
        min-width: calc(33.3333% - 14.3333px)
    }

    .brand {
        padding-block: 50px;
    }

    .advisory .wrapper,
    .brand .wrapper,
    .info .wrapper {
        grid-template-columns: 1fr
    }

    .advisory .advisory-image,
    .details .details-image {
        order: -1;
        margin-inline: auto
    }

    .brand .brand-image {
        width: fit-content;
        margin-inline: auto
    }

    .info .content p {
        max-width: 100%
    }

    .info .content :where(ul, ol) {
        max-width: 100%;
        padding: 20px;
        margin: 0
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 318px;
        height: auto;
        margin: 0
    }

    .exclusive .wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }

    .details .wrapper {
        grid-template-columns: 1fr;
        padding: 0
    }

    .details .content {
        max-height: 456px
    }

    .testimonials .slider-card {
        min-width: calc(50% - 14.5px)
    }




    .exclusive .slider-card,
    .services .slider-card {
        min-width: calc(50% - 11px)
    }

    .advisory .content :has(+ ul) {
        margin-block: 20px
    }

    .brand .wrapper {
        gap: 50px
    }

    .brand .content :where(ul, ol) {
        margin-block: 20px
    }

    .brand .brand-image::before {
        bottom: -30px;
        right: -30px
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 260px
    }

    .exclusive .wrapper {
        grid-template-columns: 1fr;
        place-items: center
    }

    .exclusive :where(ul, ol) {
        gap: 20px
    }

    .testimonials {
        --fs-md: 20px
    }

    .testimonials .wrapper {
        gap: 20px
    }

    .testimonials .review {
        padding: 20px
    }
}

@media only screen and (width <=575px) {

    .showcase .product-item {
        grid-template-columns: repeat(2 ,1fr);
        gap:20px;
    }
    .services {
        padding-block: 40px;
    }

    .info {
        padding-block: 40px;
    }
    .brand .wrapper {
        gap: 20px
    }

    .brand .content :where(ul, ol) {
        margin-block: 20px 30px
    }

    .brand .content li {
        width: 100%
    }

    .brand {
        padding-block: 40px;
    }

    .brand .brand-image::before {
        content: none
    }

    .info .wrapper {
        gap: 15px
    }

    .info .content>:nth-child(2) {
        margin-top: 0
    }

    .info .content :where(ul, ol) {
        padding: 12px
    }

    .info .content p {
        margin-block: 8px 16px
    }

    .info .info-image {
        gap: 18px
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 200px
    }

    .testimonials {
        --fs-xl: 26px;
        --fs-md: 18px
    }

    .testimonials .slider-card {
        min-width: calc(100% - 1px)
    }

    .testimonials .review>:nth-child(3) {
        max-width: 100%
    }

    .testimonials .review>p {
        height: 96px
    }
}

@media only screen and (width <=475px) {

    .showcase .product-item {
        grid-template-columns: 1fr;
        justify-self: center;
    }
  

    .services .head {
        margin-bottom: 24px
    }

    .services .head :first-child {
        margin-bottom: 4px
    }

    .exclusive .slider-card,
    .services .slider-card {
        min-width: calc(100% - 1px)
    }

    .services .content {
        gap: 8px;
        place-items: center;
        text-align: center
    }

    .advisory .content :has(+ ul) {
        margin-block: 10px
    }

    .advisory .content li {
        margin-bottom: 5px
    }

    .brand .content :where(ul, ol) {
        margin-block: 10px
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 155px
    }

    .exclusive .wrapper {
        gap: 10px;
        margin-bottom: 20px
    }

    .exclusive .content>:first-child {
        margin-bottom: 12px
    }

    .exclusive :where(ul, ol) {
        align-items: center;
        gap: 5px
    }

    .testimonials {
        --fs-xl: 22px
    }
}

@media only screen and (width <=360px) {
    .info .info-image {
        flex-wrap: wrap
    }

    .info .info-image img:nth-of-type(n+1) {
        max-width: 100%
    }
}

.pagination {
    text-align: end;
    padding-inline: 15px;
    margin-top: 30px;
}

.pagination li {
    display: inline-flex;
}

.pagination li * {
    font-size: var(--fs-base, 16px);
    color: var(--c-primary);
    padding: 4px 10px;
}

.pagination li a.active {
    background-color: var(--c-primary);
    color: #fff;
}

.pagination li :is(span[aria-current="page"], *:hover) {
    background-color: var(--c-primary);
    color: #fff;
}

.pagination li:has(a[aria-hidden="true"]):has(+ li > *[aria-current="page"]) {
    display: none;
}