
.main .head,
.services .head {
    text-align: center
}

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

.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 {
    color: var(--c-primary)
}


.new-product {
    padding-block: 35px 70px;
}


.new-product .wrapper {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 30px;
    align-items: center;
}

.new-product .heading {
    margin-bottom: 12px;
}

.new-product .heading :first-child {
    background-color: #F7F7F7;
    padding: 12px;
    border-radius: 6px;
    width: fit-content;
    color: var(--c-primary);
    font-weight: 700;
    font-size: calc(var(--fs-md) - 2px );
    margin-bottom: 24px;
}

.new-product .heading :nth-child(2) {
    color: #747474;
    font-weight: 400;
    font-size: var(--fs-base);
}

.new-product .pro-detail > :first-child {
    font-weight: 700;
    font-size: calc(var(--fs-md) + 2px );
    margin-bottom: 40px;
}

.new-product .pro-detail > :first-child > :first-child {
    color: #747474;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}


.new-product .pro-detail > p {
    color: var(--c-light);
    line-height: var(--lh-df);
    max-height: 98px;
    margin-bottom: 28px;
    font-weight: 400;
}



.new-product .pro-detail :where(ul, ol) {
    padding-left: 30px;
    margin-block: 20px 40px;
}


.new-product .pro-detail :where(ul, ol) li {
    position: relative;
    font-size: var(--fs-xs, 14px);
    padding-left: 27px;
    color: #767676;
    margin-bottom: 10px;
}



.new-product .pro-detail :where(ul, ol) li::before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/icons/check-dark.png) center / contain no-repeat;
    content: '';
}


.new-product .custom-btn {
    width: 150px;
    display: block;
    color: var(--c-primary);
    border: 2px solid var(--c-primary);
    border-radius: 6px;
    padding: 8.5px;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
    margin-left: auto;
}

.new-product .custom-btn:hover{
    background-color: var(--c-primary);
    color: #fff;
}


.quote .wrapper {gap: 25px !important;}

.quote .content {position: relative; max-width: calc(100% - 67.5px);}

.quote .content .head {
    margin-bottom: 30px;
}   

.quote .content .head :first-child > :first-child {
    font-size: var(--fs-xs);
    color: #747474;
    font-weight: 500;
    background-color: #FCFCFC;
    border-radius: 6px;
    width: fit-content;
    margin-bottom: 18px;
    display: block;
    padding: 8px;
} 

.quote .content .head :first-child {
    color: #515151;
    font-weight: 600;
    font-size: 28px;
}




.quote .content .head :nth-child(2) {
    color: #515151;
    font-size: calc(var(--fs-lg, 30px) - 2px);
    font-weight: 600;
    line-height: 35px;
}

.quote .vertical-slider {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.quote .slider-card {
    height: fit-content;
}

.quote .card-content {
    padding: 34px 20px 35px 36px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px;
    border: 1px solid #DEDEDE;
}

.quote .card-content :first-child {
    font-size: var(--fs-base, 16px);
    font-weight: 600;
    text-transform: uppercase;
    color: #747474;
    display: block;
    margin-bottom: 10px;
}

.quote .card-content p { 
    color: #767676;
    font-size: var(--fs-xs);
}

.quote .dots {position: absolute; inset: 0 0 0 calc(100% + 44px); width: fit-content; height: fit-content; margin-block: auto;}

.services {
    padding-bottom: 37px
}

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

.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-left: 5px;
    overflow-x: hidden
}

.exclusive,
.services {
    min-width: calc(25% - 23.5px)
}

.services .content {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 18px
}

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

.services .content p {
    max-width: 325px;
    max-height: 98px
}

.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: 30px 57px
}

.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: 35px 30px;
    --_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-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;
    min-width: calc(33.3333% - 20px);
    min-height: 70px;
    border-left: 1px dotted var(--_c-border);
    padding-left: 16px
}

.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);
    font-weight: 600;
    margin-bottom: 5px;
    color: #747474;
}

.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;
    --_c-text: #686868;
}

.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;
    max-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 {
    color: var(--_c-text);
    line-height: var(--lh-xl);
    margin-bottom: 15px
}

.details .content p a {
    display: inline-block;
    font-weight: 600;
    color: #000;
}

.details .content p a:hover{
    color: var(--c-primary);
}

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

.details .content :where(ul, ol) li {
    list-style: disc inside;
}

.details .content :where(ul, ol) li a {
    color:var(--_c-text);
    display: inline-block;
    font-weight: 500;
}
.details .content :where(ul, ol) li a:hover{
    color: var(--c-primary)
}



.details .content li:not(:last-of-type) {
    color: var(--_c-text);
    margin-bottom: 5px
}

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

.testimonials {
    padding-block: 35px 65px;
    --_c-text: #686868
}

.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;
    line-height: var(--lh-df);
    margin-bottom: 10px;
    max-width: 300px;
    color: #747474;
}

.testimonials .review>p {
    height: 174px;
    color: var(--_c-text)
}

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

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

    .new-product .heading :first-child {
        margin-bottom: 16px;
    }

    .new-product .pro-detail > :first-child{
        font-size: 20px;
        margin-bottom: 16px;
        
    }

    .new-product .pro-detail > :nth-child(2){
        margin-bottom: 16px;
    }

    .new-product .pro-detail :where(ul, ol){
        margin-left: 0;
    }


    .new-product .pro-detail :where(ul, ol){
        margin-bottom: 18px;
    }

    .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) {

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

    .new-product .custom-btn {
        margin-left: unset;
    }

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

    .quote .content {max-width: calc(100% - 36px);}
    .quote .dots {left: calc(100% + 18px);}

    .main .head p {
        max-height: 96px
    }

    .services .wrapper {
        gap: 20px
    }

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

    .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
    }

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


    .new-product {
        padding-block: 50px;
    }
}

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

    .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) {
    .brand .wrapper {
        gap: 20px
    }

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

    .brand .content li {
        width: 100%
    }

    .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) {
    .main {
        padding-block: 30px 15px
    }

    .main .head :nth-child(2) {
        margin-bottom: 6px
    }

    .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%
    }
}