:root {
    --bg-color: white;
    --text-color: #000;
    --lt-grn-color: #E5F0DA;
    --lt-yellow-color: #FAEBD2;
    --lavender-color: #F3E8FA;
    --yellow-color: #FFB92B;
    --pink-color: #FDD7D7;
    --lt-blue-color: #CFEAF8;
}

.ltYllwBg {
    background-color: var(--lt-yellow-color);
}

.ltGrnBg {
    background-color: var(--lt-grn-color);
}

.lavenderBg {
    background-color: var(--lavender-color);
}

.yllwTxt {
    color: var(--yellow-color) !important;
}

.ltPinkBg {
    background-color: var(--pink-color);
}

.ltBlueBg {
    background-color: var(--lt-blue-color);
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Thin.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/Exo/Exo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans';
    src: url('../fonts/Instrument_Sans/InstrumentSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans';
    src: url('../fonts/Instrument_Sans/InstrumentSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans';
    src: url('../fonts/Instrument_Sans/InstrumentSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans';
    src: url('../fonts/Instrument_Sans/InstrumentSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans_cond';
    src: url('../fonts/Instrument_Sans/InstrumentSans_SemiCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans_cond';
    src: url('../fonts/Instrument_Sans/InstrumentSans_SemiCondensed-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Instrument_Sans_cond';
    src: url('../fonts/Instrument_Sans/InstrumentSans_SemiCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito_sans';
    src: url('../fonts/Nunito_sans/NunitoSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

html,
body {
    height: auto;
    scroll-behavior: smooth;
}

body {
    font-family: 'Instrument_Sans';
    font-weight: 400;
}

p {
    font-size: 18px;
    color: #000;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: 'Instrument_Sans';
    font-weight: 400;
}

ul li,
ol li {
    font-size: 18px;
    line-height: normal;
    color: #000;
    line-height: 1.4;
}

a:focus-visible {
    outline: none;
}


.ff_instrument_Sans {
    font-family: 'Instrument_Sans';
}

.ff_instrument_Sans_cond {
    font-family: 'Instrument_Sans_cond';
}

.ff_Nunito_sans {
    font-family: 'Nunito_sans';
}

.ff_exo {
    font-family: 'Exo';
}

.container,
.container-mid {
    width: 100%;
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-max {
    width: 100%;
    max-width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

.commonSec {
    padding: 120px 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #914e2d;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: 0.3s;
    font-family: 'Instrument_Sans';
    font-weight: normal;
}

.secH {
    color: #3C3C3C;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 25px;
}


/* slick arrows */
.slick-arrow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    font-size: 0;
    background-color: transparent;
    transition: .4s;

    &::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 15px;
        background-image: url(../images/common/slick-prev.png);
        background-repeat: no-repeat;
        background-size: contain;
        transition: .4s;
    }

    &.slick-next {
        &::after {
            background-image: url(../images/common/slick-next.png);
        }
    }

    &:hover,
    &:focus {
        &::after {
            filter: brightness(0) saturate(100%) invert(8%) sepia(63%) saturate(7229%) hue-rotate(359deg) brightness(84%) contrast(109%);
        }
    }

    &.slick-disabled {
        cursor: auto;
        opacity: 0.5;

        &:hover,
        &:focus {
            &::after {
                filter: none;
            }
        }
    }
}

.centeredSliderDiv {
    .slick-slider {
        padding-bottom: 80px;

        .slick-arrow {
            position: absolute;
            top: auto;
            bottom: 0px;

            &.slick-prev {
                left: calc(50% - 50px);
            }

            &.slick-next {
                left: auto;
                right: calc(50% - 50px);
            }
        }
    }
}

.form-group {
    margin-bottom: 20px;
    row-gap: 20px;
}

form {

    input,
    select,
    textarea {
        display: block;
        width: 100%;
        height: 50px;
        padding: 10px 0px;
        color: #000;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.65);
        background-color: transparent;
        outline: 0;
        border-radius: 0;

        &::placeholder {
            color: #000;
        }
    }

    textarea {
        resize: none;
        height: 90px;
    }
}

.submitBox {
    margin-top: 40px;
    position: relative;

    &.commonBtn {
        min-width: auto;
        width: 145px;
        height: 45px;
        margin: 0px auto;
        position: relative;
        border: 1px solid transparent;
        transition: all 0.5s;

        input {
            background-color: transparent !important;
            font-weight: 500;
            font-size: 18px !important;
            position: absolute;
            top: 0;
            left: 0;
            width: 100% !important;
            height: 100%;
            z-index: 2;
            padding: 3px 12px;
            text-align: left;
            padding-left: 30px;
        }

        &::after {
            content: '';
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            border-radius: 50%;
            background-image: url(../images/common/Arrow.png);
            background-repeat: no-repeat;
            background-size: 15px;
            background-position: center center;
            background-color: #FFF;
            transition: all 0.5s;
            z-index: 1;
        }

        &:hover {
            background-color: transparent;
            border-color: #C19A63;

            input {
                color: #000 !important;
            }

            &::after {
                background-color: var(--yellow-color);
                transform: translateY(-50%) rotate(53deg);
            }
        }
    }

    .wpcf7-spinner {
        position: absolute;
        bottom: -30px;
    }
}

input[type="submit"] {
    display: inline-block !important;
    width: 140px !important;
    height: 50px;
    color: #fff !important;
    text-align: center;
    border-radius: 35px !important;
    background-color: #C19A63 !important;
    border: 1px solid transparent !important;
    font-size: 20px;
    transition: all 0.5s;
}

.nice-select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 0;
    padding: 0;
    /* z-index: 1; */

    &.disableSel {
        pointer-events: none;
        opacity: 0.5;

        &.active {
            pointer-events: auto;
            opacity: 1;
        }
    }

    span {
        font-size: 18px;
        color: #000;
    }

    .list {
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
    }

    &::after {
        background-image: url(../images/common/form-arrow.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 15px;
        border: none;
        -webkit-transform-origin: unset;
        -ms-transform-origin: unset;
        transform-origin: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 0;
    }

    &.open {
        &::after {
            top: 10px;
            -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }
    }
}

.commonBtn {
    width: 250px;
    background-color: #fff;
    border-radius: 85px;
    border: 1px solid transparent;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s;

    .btnText {
        transition: transform 0.5s;
    }

    &::after {
        content: '';
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%) scale(0.7);
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-image: url(../images/common/Arrow.png);
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: center;
        background-color: #FFF;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }

    &:hover {
        width: 280px;
        background-color: #C19A63;
        justify-content: flex-start;
        color: #fff;

        .btnText {
            transform: translateX(10px);
        }

        &::after {
            opacity: 1;
            visibility: visible;
            transform: translateY(-50%) scale(1);
        }
    }
}

.commonHvrBtn {
    width: auto;
    min-width: 220px;
    transition: all 0.5s;

    a {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        height: 100%;
        background-color: #C19A63;
        border-radius: 85px;
        color: #fff;
        position: relative;
        font-size: 22px;
        font-weight: 500;
        padding: 10px 20px;
        border: 1px solid transparent;
        transition: all 0.5s;

        &::after {
            content: '';
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-image: url(../images/common/Arrow.png);
            background-repeat: no-repeat;
            background-size: 18px;
            background-position: center;
            background-color: #FFF;
            transition: all 0.5s;
        }
    }

    &:hover {
        a {
            border-color: #88401B;
            background-color: #fff;
            color: #000;

            &::after {
                background-color: #FFB92B;
                transform: translateY(-50%) rotate(52deg);
            }
        }
    }
}

.commonBtnTwo {
    min-width: 200px;
    border-radius: 85px;
    background-color: #fff;
    transition: all 0.5s;

    a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 20px;
        color: #000;
        padding: 10px 20px;
        text-align: center;
        transition: all 0.5s;
    }

    &:hover {
        background-color: #C19A63;

        a {
            color: #fff;
        }
    }
}

.commonDetBtn {
    width: 250px;
    height: 60px;
    background-color: #C19A63;
    border-radius: 85px;
    margin-left: auto;
    border: 1px solid transparent;
    transition: all 0.5s;

    a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 25px;
        color: #fff;
        padding: 10px;
        transition: all 0.5s;
    }

    &:hover {
        background-color: transparent;
        border-color: #C19A63;

        a {
            color: #3C3C3C;
        }
    }
}

/*== why section start ==*/
.whySec {
    position: relative;

    &::before {
        content: '';
        position: absolute;
        bottom: -80px;
        left: 0;
        width: 420px;
        height: 350px;
        background-image: url(../images/home/why-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        transform: translateY(-150%);
        transition: transform 1s cubic-bezier(.68, -0.6, .32, 1.6);
        opacity: 0;
    }

    &.active {
        &::before {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .whySecBtm {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;

        .whyCard {
            width: 33.33%;
            text-align: center;
            border-bottom: 1px solid rgba(0, 0, 0, 0.25);
            border-right: 1px solid rgba(0, 0, 0, 0.25);
            padding: 30px 25px;
            transition: all 0.5s;
            position: relative;

            &::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 350px;
                height: 350px;
                background-image: url(../images/common/hover-bg.png);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: center center;
                transition: all 0.5s;
                opacity: 0;
                visibility: hidden;
                z-index: 1;
            }

            &:nth-child(3n) {
                border-right: none;
            }

            &:last-child,
            &:nth-last-child(2),
            &:nth-last-child(3) {
                border-bottom: none;
            }

            .whyImg {
                width: 85px;
                height: 85px;
                margin: 0px auto 20px;
                position: relative;
                z-index: 2;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                    filter: brightness(0) saturate(100%);
                }
            }

            .whyTxt {
                font-size: 25px;
                position: relative;
                z-index: 2;
            }

            &:hover {
                &::after {
                    opacity: 1;
                    visibility: visible;
                }

                .whyImg {
                    img {
                        filter: brightness(0) saturate(100%) invert(15%) sepia(62%) saturate(16%) hue-rotate(32deg) brightness(100%) contrast(80%);
                    }
                }
            }
        }
    }
}

/*== why section start ==*/

/*== why tiles start (home + about) ==*/
.whySec {
    .whyGrid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
        gap: 26px;
        position: relative;
        z-index: 2;

        /* middle column sits lower so the block does not read as a plain table */
        .whyTile {
            &:nth-child(3n + 2) {
                margin-top: 40px;
            }
        }
    }

    .whyTile {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 26px;
        padding: 34px 30px 38px;
        transition: transform 0.5s cubic-bezier(.22, .61, .36, 1), box-shadow 0.5s;

        &::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform 0.5s cubic-bezier(.22, .61, .36, 1);
            background: linear-gradient(90deg, #C19A63 0%, #88401B 100%);
        }

        .whyNum {
            position: absolute;
            top: 22px;
            right: 26px;
            font-family: "Nunito Sans", sans-serif;
            font-size: 46px;
            font-weight: 800;
            line-height: 1;
            color: rgba(60, 60, 60, 0.08);
            transition: color 0.5s;
        }

        .whyIcon {
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-bottom: 24px;
            background-color: var(--lt-yellow-color);
            transition: background-color 0.5s;

            img {
                width: 44px;
                height: 44px;
                object-fit: contain;
                filter: brightness(0) saturate(100%);
                transition: filter 0.5s, transform 0.5s;
            }
        }

        .whyTitle {
            font-family: "Nunito Sans", sans-serif;
            font-size: 23px;
            font-weight: 700;
            line-height: 1.3;
            color: #3C3C3C;
            transition: color 0.5s;
        }

        .whyLine {
            display: block;
            width: 34px;
            height: 3px;
            border-radius: 3px;
            margin-top: 18px;
            background-color: rgba(0, 0, 0, 0.12);
            transition: width 0.5s cubic-bezier(.22, .61, .36, 1), background-color 0.5s;
        }

        /* a soft colour per tile, so six cards do not read as six clones */
        &:nth-child(6n + 1) .whyIcon {
            background-color: var(--lt-grn-color);
        }

        &:nth-child(6n + 2) .whyIcon {
            background-color: var(--pink-color);
        }

        &:nth-child(6n + 3) .whyIcon {
            background-color: var(--lt-blue-color);
        }

        &:nth-child(6n + 4) .whyIcon {
            background-color: var(--lavender-color);
        }

        &:nth-child(6n + 5) .whyIcon {
            background-color: var(--lt-yellow-color);
        }

        &:nth-child(6n) .whyIcon {
            background-color: #FDE8D4;
        }

        &:hover {
            transform: translateY(-8px);
            box-shadow: 3px 3px 12px #7dcdee54;

            &::before {
                transform: scaleX(1);
            }

            .whyNum {
                color: rgba(193, 154, 99, 0.45);
            }

            .whyIcon {
                background: linear-gradient(135deg, #C19A63 0%, #88401B 100%);

                img {
                    filter: brightness(0) invert(1);
                    transform: scale(1.08);
                }
            }

            .whyTitle {
                color: #88401B;
            }

            .whyLine {
                width: 60px;
                background-color: #C19A63;
            }
        }
    }
}


/*== clients section start ==*/
.clientSec {
    position: relative;
    overflow: hidden;

    &::after {
        content: '';
        position: absolute;
        right: -270px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url(../images/common/masala-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 500px;
        height: 500px;
    }

    .clientSecInn {
        position: relative;
        z-index: 2;
        overflow: hidden;
        border-radius: 40px;

        .clientMarquee {
            /* full-bleed: stretch the rows edge-to-edge beyond the container */
            width: 100vw;
            margin-left: calc(50% - 50vw);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            gap: 30px;

            .clientMarqueeRow {
                overflow: hidden;

                .clientMarqueeTrack {
                    display: flex;
                    width: max-content;
                    animation: clientMarqueeScroll 60s linear infinite;
                    will-change: transform;
                }

                &.marqueeLtr .clientMarqueeTrack {
                    animation-direction: reverse;
                }

                &:hover .clientMarqueeTrack {
                    animation-play-state: paused;
                }
            }

            .clientSlide {
                flex: 0 0 auto;
                width: 250px;
                padding: 0px 15px;

                .clientCard {
                    width: 100%;
                    height: 110px;
                    border-radius: 12px;
                    border: 1px solid rgba(0, 0, 0, 0.25);
                    padding: 15px 20px;
                    background-color: #fff;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }
            }
        }
    }
}

@keyframes clientMarqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        /* track holds 4 copies of the logo set; -50% lands on an identical frame */
        transform: translateX(-50%);
    }
}

/*== clients section end ==*/

/*== certification section start ==*/
.certificSec {
    position: relative;

    &::after {
        content: '';
        position: absolute;
        top: -200px;
        right: 0;
        background-image: url(../images/common/paneer-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 320px;
        height: 320px;
        z-index: 1;
        transform: translateY(-150%);
        transition: transform 1s cubic-bezier(.68, -0.6, .32, 1.6);
        opacity: 0;
    }

    &.active {
        &::after {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .certificRight {
        .certificRtFlx {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;

            .certificCard {
                width: 50%;
                height: 170px;
                padding: 10px 12px;

                .certificImg {
                    width: 100%;
                    height: 100%;
                    background-color: #fff;
                    border-radius: 12px;
                    padding: 15px 15px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }
                }

                &:nth-child(2n) {
                    position: relative;
                    top: 25px;
                }
            }
        }
    }
}

/*== certification section end ==*/

/*== distribute section start ==*/
.distributeSec {
    width: 100%;
    /* min-height: 450px; */
    /* background-size: cover; */
    background-color: #1e1e1e;
    position: relative;
    z-index: 2;
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 380px;
        height: 100%;
        background-image: url(../images/common/distribute-Bg-1-img.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right;
        z-index: -1;
        transform: translateX(-100%);
        transition: transform 1s ease-out;
        opacity: 0;
    }

    &::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 380px;
        height: 100%;
        background-image: url(../images/common/distribute-Bg-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        transform: translateX(100%);
        transition: transform 1.5s ease-out;
        opacity: 0;
        background-position: left;
    }

    &.active {
        &::before {
            transform: translateX(0);
            opacity: 1;
        }

        &::after {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .distributeWrap {
        width: 100%;
        max-width: 90%;
        margin: 0px auto;

        .distributeWrapPara {
            width: 100%;
            max-width: 80%;
            margin: 0px auto;
            text-align: center;

            p {
                color: #fff;
            }
        }

        .distributeBtnDiv {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 25px;
            margin-top: 30px;

            .commonBtnDiv {
                /* width: calc(50% - 12px); */

                &:first-child {
                    .commonBtn {
                        margin-left: auto;
                    }
                }
            }
        }
    }
}

/*== distribute section end ==*/

/*== frospice about start ==*/
.frosAbtSec {
    position: relative;

    &::before {
        content: '';
        position: absolute;
        background-image: url(../images/common/cumin-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 400px;
        height: 400px;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1;
    }

    &::after {
        content: '';
        position: absolute;
        background-image: url(../images/common/cinnamon-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 400px;
        height: 400px;
        bottom: -60px;
        right: -100px;
    }

    &.active {
        &::before {
            animation: animTwo 1s ease-in-out forwards;

        }
    }

    .frosAbtSlide {
        padding: 0px 10px;

        &:nth-child(4n+1) {
            .frosAbtCard {
                background-color: #CFEAF8;
            }
        }

        &:nth-child(4n+2) {
            .frosAbtCard {
                background-color: #FFEFCC;
            }
        }

        &:nth-child(4n+3) {
            .frosAbtCard {
                background-color: #FDD7D7;
            }
        }

        &:nth-child(4n+4) {
            .frosAbtCard {
                background-color: #F0F5D2;
            }
        }

        .frosAbtCard {
            width: 100%;
            height: 350px;
            border-radius: 15px;
            padding: 18px 20px;

            .frosAbtImg {
                width: 50px;
                height: 50px;
                margin-left: auto;
                margin-bottom: 12px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: contain;
                }
            }

            .frosAbtHead {
                font-size: 22px;
                margin-bottom: 10px;
            }

            .frosAbtPara {
                height: 180px;
                overflow-x: auto;
                padding-right: 8px;
            }
        }
    }
}

@keyframes animTwo {

    0% {
        transform: scale(0.8);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

/*== frospice about end ==*/

/*== get in touch section end ==*/
.getInTouchSec {
    position: relative;

    .getTouchBg {
        content: '';
        position: absolute;
        bottom: -10px;
        left: -10px;
        width: 250px;
        height: auto;
        z-index: -1;
        animation: swing 1.5s ease-in-out infinite;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    /* faq section */
    .faqSec {
        padding-bottom: 100px;
        position: relative;

        &::before {
            content: '';
            position: absolute;
            background-image: url(../images/common/cumin-bg.png);
            background-repeat: no-repeat;
            background-size: contain;
            width: 300px;
            height: 600px;
            top: 5%;
            left: 0;
            z-index: -1;
        }

        .faqSecInn {
            width: 100%;
            max-width: 70%;
            margin: 0px auto;

            .faqContent {
                .faqAcc-container {
                    .faqAcc {
                        margin-bottom: 30px;

                        .faqAcc-head {
                            position: relative;
                            cursor: pointer;
                            border-radius: 55px;
                            background: #FFF;
                            box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.15);
                            padding: 20px 30px;

                            h3 {
                                color: #000;
                                font-family: "Instrument_Sans";
                                font-size: 20px;
                                font-weight: 500;
                            }

                            &::after {
                                color: #C79F64;
                                position: absolute;
                                right: 25px;
                                top: 50%;
                                transform: translateY(-50%);
                                font-size: 20px;
                                content: "\2b";
                                font-family: "FontAwesome";
                            }
                        }

                        .faqAcc-content {
                            display: none;
                            padding: 20px 30px 0;

                            .faqAccTxt {
                                padding-left: 20px;
                                position: relative;

                                &::before {
                                    width: 4px;
                                    height: 100%;
                                    background-color: #C79F64;
                                    content: "";
                                    left: 0;
                                    top: 0;
                                    position: absolute;
                                }
                            }
                        }

                        &.active {
                            .faqAcc-head {
                                &::after {
                                    content: "\f068";
                                }
                            }
                        }

                        &:first-child {
                            .faqAcc-content {
                                display: block;
                            }
                        }
                    }
                }
            }
        }

    }

    /* get in touch form */
    .getInTouchBtm {
        position: relative;

        &::after {
            content: '';
            position: absolute;
            background-image: url(../images/common/cinnamon-bg.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: right;
            width: 400px;
            height: 400px;
            bottom: auto;
            top: -300px;
            right: 0;
            z-index: -1;
        }

        .getInTouchInn {
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 30px;
            padding: 80px 0px;
            overflow: hidden;

            .formSec {
                padding-right: 20px;
            }

            form {

                input,
                select,
                textarea {
                    display: block;
                    width: 100%;
                    color: #fff;
                    border: none;
                    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
                    background-color: transparent;
                    outline: 0;
                    border-radius: 0;

                    &::placeholder {
                        color: #fff;
                    }
                }

                input[type="submit"] {
                    transition: all 0.5s;

                    &:hover {
                        background-color: #fff !important;
                        color: #000 !important;
                    }
                }

                .nice-select {
                    span {
                        color: #fff;
                    }

                    &::after {
                        filter: none;
                    }
                }

                .submitBox {
                    .wpcf7-spinner {
                        left: 30px;
                    }
                }

            }

            form.wpcf7-form.invalid,
            form.failed,
            form.aborted {
                .wpcf7-response-output {
                    color: #ff8c8c;
                }
            }

            form.wpcf7-form.invalid,
            form.failed,
            form.aborted {
                .wpcf7-not-valid-tip {
                    color: #ff8c8c;
                }
            }

            .getInTouchImg {
                transform: translateX(-100%);
                transition: transform 1s ease-out;
                opacity: 0;
            }
        }
    }

    &.active {
        .getInTouchBtm {
            .getInTouchInn {
                .getInTouchImg {
                    transform: translateX(0);
                    opacity: 1;
                }
            }
        }
    }

}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(6deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*== get in touch section end ==*/

/* breadcrumb */
.breadcrumbSec {
    position: relative;
    padding: 100px 0px 20px;

    &::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 630px;
        background-image: url(../images/common/innerPage-bg.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top;
        z-index: -1;
        opacity: 0;
    }

    &.active {
        &::after {
            transform: translateY(0);
            opacity: 1;
        }
    }

    ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;

        li {
            position: relative;
            padding: 0px 8px;

            &:first-child {
                padding-left: 0;
            }

            &:not(:first-child) {
                &::after {
                    content: '\f054';
                    position: absolute;
                    font-family: fontawesome;
                    color: #000;
                    font-size: 12px;
                    left: -4px;
                    top: 5px;
                }
            }

            a {
                font-weight: 600;
            }

            a,
            span {
                font-size: 16px;
                color: #000;
                transition: all 0.5s;
            }

            a {
                &:hover {
                    color: #88401B;
                }
            }
        }
    }
}


/*== inner page common about start ==*/
.commonAbtSec {
    position: relative;
    z-index: 2;

    .commonAbtImg {
        width: 100%;
        height: 400px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }

        &.commonAbtResImg {
            display: none;
        }
    }
}

/*== inner page common about end ==*/

/* specification table */
.specificationTable {
    width: 100%;
    overflow-y: auto;

    table {
        width: 100%;

        thead {
            tr {
                th {
                    &:first-child {
                        border-left: 0;
                        text-align: left;
                    }

                    &:last-child {
                        border-right: 0;
                    }
                }

                &:first-child {
                    th {
                        border-top: 0;
                    }
                }
            }
        }

        tbody {
            tr {
                &:last-child {
                    td {
                        border-bottom: 0;
                    }
                }

                td {
                    &:first-child {
                        border-left: 0;
                        text-align: left;
                    }

                    &:last-child {
                        border-right: 0;
                    }
                }
            }
        }

        th,
        td {}

        th {
            color: #00435E;
            font-family: "Instrument_Sans";
            font-size: 22px;
            font-weight: 700;
            padding: 20px 18px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.25);
        }

        td {
            font-size: 18px;
            text-align: center;
            padding: 20px 18px;
            border: 1px solid rgba(0, 0, 0, 0.25);
        }
    }
}

/* common popup */
.commonPopup {
    display: none;
    width: 100%;
    max-width: 550px;
    padding: 35px 25px;
    border: 4px solid #914e2d;
    border-radius: 20px;
    overflow: hidden;

    .popUpHead {
        text-align: center;
        color: #88401B;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .commonPopupInn {

        form {

            input,
            select,
            textarea {
                width: 100%;
                height: 45px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.65);
                background-color: transparent;
                padding: 8px 0px;
                font-size: 16px;
                color: #000;
            }

            .nice-select {
                height: 45px;
                line-height: 35px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.5);
                margin-bottom: 20px;
                padding: 8px 0px;
                font-size: 16px;
                z-index: 1;

                &::after {
                    top: 15px;
                    filter: brightness(0) saturate(100%) invert(27%) sepia(15%) saturate(3469%) hue-rotate(343deg) brightness(97%) contrast(91%);
                }

                &.open {
                    &::after {
                        top: 6px;
                    }
                }
            }

            textarea {
                height: 100px;
            }

            .submitBox {
                display: flex;
                justify-content: center;
            }

            .inputBox {
                margin-bottom: 20px;

                &.submitBox {
                    margin-top: 20px;
                }
            }

        }

        input[type="submit"] {
            font-weight: 700;
            transition: all 0.5s;

            &:hover {
                background-color: #fff !important;
                color: #88401B !important;
                border-color: #88401B !important;
            }
        }

        input[readonly] {
            cursor: auto;
            opacity: 0.5;
        }
    }

}

/* common Card */
.commonCardListing {
    position: relative;
    z-index: 2;
}

.commonCard {
    width: 100%;
    height: 430px;
    padding-bottom: 0;

    .commonCardImg {
        width: 100%;
        height: 360px;

        a {
            display: block;
            width: 100%;
            height: 100%;
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 20px;
        }
    }

    .brochureBtn {
        width: 100%;
        transition: all 0.5s;
        background: transparent;
        box-shadow: none;
        margin-top: 8px;

        a {
            color: #000;
            font-size: 17px;
            line-height: 22px;
            padding: 9px 0px;
            padding-right: 60px !important;
            transition: all 0.5s;

            &::after {
                background-color: #C79F64;
                background-image: url(../images/common/file.png);
                background-size: 20px;
            }
        }

        &:hover {
            border-color: transparent;

            a {
                color: #fff;

                &::after {
                    transform: translateY(-50%) rotate(0deg);
                    background-color: #fff;
                    background-image: url(../images/common/file-black.png);
                }
            }
        }
    }

    &:hover {
        .brochureBtn {
            background-color: #C79F64;

            a {
                color: #fff;
                padding: 12px 10px;

                &::after {
                    background-color: #fff;
                    background-image: url(../images/common/file-black.png);
                }
            }
        }
    }
}

/* common tab */
.tabWrap {
    margin-bottom: 30px;

    .tabs {
        display: flex;
        align-items: center;
        justify-content: center;

        .tabLi {
            margin: 0 15px;

            .tabTitle {
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 12px 30px;
                background-color: #ffffff;
                color: #000000;
                border-radius: 50px;
                transition: .4s;
            }

            &.active {
                .tabTitle {
                    background-color: #C79F64;
                    color: #ffffff;
                    font-weight: 600;
                }
            }
        }
    }
}

.tabContWrap {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 48px 100px;

    .accTrigger {
        display: none;
    }

    .accEach {
        display: none;

        &.active {
            display: block;
        }
    }
}

.commonListCard {
    border: 1px solid #00000025;
    border-radius: 15px;
    height: 100%;

    .ListCardImg {
        width: 100%;
        height: 400px;
        border-radius: 15px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 15px;
        }
    }

    .ListCardCont {
        padding: 20px;

        .ListCardContTp {
            margin-bottom: 20px;

            .ListCardContDt {
                display: flex;
                margin-bottom: 15px;

                li {
                    &:not(:last-child) {
                        position: relative;
                        padding-right: 30px;

                        &::after {
                            content: "";
                            position: absolute;
                            top: 50%;
                            right: 15px;
                            transform: translateY(-50%);
                            width: 1px;
                            height: 70%;
                            background-color: #000;

                        }
                    }

                    .pstTile {
                        font-size: 16px;
                    }
                }
            }

            .ListCardContHead {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;

                .ListCardContTitle {
                    font-size: 25px;
                    font-weight: 600;
                    color: #000;
                }
            }
        }

        .ListCardContBtn {
            &.commonBtn {
                display: inline-block;
                min-width: 200px;

            }
        }
    }
}

/* pagination */
.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;

    .page-numbers {
        display: flex;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        color: #000000;
        border: 1px solid rgba(0, 0, 0, .25);
        font-weight: 700;
        transition: .2s;

        &.current,
        &:hover {
            border: none;
            background-color: #C79F64;
        }

        &.next {
            font-size: 0;
            position: relative;

            &::after {
                content: "\f101";
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                left: 50%;
                font-family: fontawesome;
                font-size: 16px;
            }
        }

        &.prev {
            font-size: 0;
            position: relative;

            &::after {
                content: "\f100";
                position: absolute;
                top: 50%;
                transform: translate(-50%, -50%);
                left: 50%;
                font-family: fontawesome;
                font-size: 16px;
            }
        }
    }
}

.lgtSky {
    background-color: #CFEAF8;
}

.customList {
    li {
        position: relative;
        padding-left: 25px;
        padding-left: 30px;

        &:not(:last-child) {
            margin-bottom: 15px;
        }

        &::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            background-image: url(../images/common/check-mark.png);
            background-repeat: no-repeat;
            width: 20px;
            height: 20px;
            background-size: contain;
        }
    }
}

/* common slider */
.usageSlider {
    .usageSlide {
        padding: 0px 15px;

        .usageCard {
            width: 100%;

            .usageImg {
                width: 100%;
                height: 350px;
                margin-bottom: 15px;
                border-radius: 20px;
                overflow: hidden;
                transition: all 0.5s;

                a {
                    display: block;
                    width: 100%;
                    height: 100%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        transition: all 0.5s;
                    }
                }

            }

            .usageTxt {
                .usageTxtHead {
                    display: block;
                    width: 100%;
                    height: 100%;
                    color: #000;
                    font-family: "Instrument_Sans";
                    font-size: 18px;
                    font-weight: 500;
                    transition: all 0.5s;
                }
            }

            &:hover {
                .usageImg {
                    a {
                        img {
                            transform: scale(1.10);
                        }
                    }
                }

                .usageTxt {
                    .usageTxtHead {
                        color: rgb(136, 64, 27);
                    }
                }
            }
        }
    }
}

/* start form  */
.wpcf7 form .wpcf7-response-output {
    border: none;
    padding: 0;
    padding-top: 6px;
    margin: 0;
    font-size: 15px;
}

form.wpcf7-form.invalid,
form.failed,
form.aborted {
    .wpcf7-not-valid-tip {
        font-size: 15px;
    }

    .wpcf7-response-output {
        border: unset;
        padding: 0;
        margin: 0;
        color: #dc3232;
    }
}

/* end form */

/* start search result */
.search {
    .recipeListingPage {
        h2 {
            color: #3C3C3C;
            font-size: 48px;
            font-weight: 700;
            line-height: 1.1;
            font-family: "Nunito Sans", sans-serif;
            margin-bottom: 20px;
        }

        .echRecipeLst {
            margin-bottom: 20px;
        }

        .commonCard {
            background: var(--lt-yellow-color);
            border-radius: 20px;
            padding: 10px;
            height: 100%;

            .commonCardImg {
                margin-bottom: 10px;
            }


            .commonBtn {
                padding: 10px 20px;
                justify-content: flex-start;
                background-color: transparent;
                box-shadow: unset;
                width: 100%;

                a {
                    color: #000;
                    transition: .4s;
                }

                &:hover {
                    width: 100%;
                    background-color: #C19A63;

                    a {
                        color: #ffffff;
                    }
                }
            }
        }
    }
}

.search-no-results {

    p {
        background-color: #ccccccab;
        padding: 14px 20px;
        border-radius: 10px;
    }

    .noResultWrap {
        background-color: #ccccccab;
        padding: 14px 20px;
        border-radius: 10px;

        h3 {
            margin-bottom: 10px;
        }

        p {
            background-color: unset;
            padding: 0;
        }
    }
}

.search-results {
    .secH {
        span {
            color: #88401b;
        }
    }

    .echSrchItm {
        margin-bottom: 20px;

        .search-item {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            background: var(--lt-yellow-color);
            /* border: 1px solid #00000025; */
            border-radius: 15px;
            padding: 16px;
            transition: .4s;

            .eachSearch {
                width: 100%;

                .search-thumb {
                    width: 100%;
                    height: 300px;
                    display: block;
                    margin-bottom: 20px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 15px;
                    }
                }

                h2 {
                    a {
                        font-size: 25px;
                        color: #000;
                        transition: .4s;
                        display: block;
                        width: 100%;
                        height: 100%;
                        margin-bottom: 8px;
                        position: relative;
                        padding-bottom: 8px;

                        &::after {
                            content: "";
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 100px;
                            height: 2px;
                            border-radius: 10px;
                            background-color: #000;
                            transition: .4s;
                        }
                    }
                }

                .post-type {
                    margin-bottom: 10px;

                    &+p {
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 4;
                        overflow: hidden;
                        height: 108px;
                        -webkit-box-orient: vertical;
                    }
                }
            }

            &:hover {
                /* box-shadow: 2px 3px 9px #bfbfbf; */

                .eachSearch {
                    h2 {
                        a {
                            color: #88401B;

                            &::after {
                                width: 150px;
                                background-color: #88401B;
                            }
                        }
                    }
                }
            }
        }
    }

    .screen-reader-text {
        display: none;
    }

    .navigation {
        .nav-links {
            display: flex;
            gap: 10px;
        }
    }
}

/* end search result */

/* start whatsapp button */
.whatsappBtnDiv {
    position: fixed;
    /* top: 60%; */
    bottom: 6%;
    right: 0;
    z-index: 20;
    width: 50px;
    height: 44px;
    border-radius: 50px 0 0 50px;
    overflow: hidden;

    .whatsappBtn {
        display: block;
        width: 100%;
        height: 100%;
        padding: 8px 2px 8px 8px;
        background-color: #25d366;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    /* &:hover {
        .whatsappBtn {
            img {
                filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(15%) hue-rotate(246deg) brightness(105%) contrast(105%);
            }
        }
    } */
}

/* end whatsapp button */

/* start captcha */
.captchaWrap {
    p {
        display: flex;

        .wpcf7-captchac {
            width: 110px;
            object-fit: none;
            background-color: #fff;
            height: 50px;
            border-radius: 5px;
            box-shadow: 0px 0px 10px #cccccc8a;

        }

        .wpcf7-form-control-wrap {
            width: calc(100% - 110px);
            padding-left: 10px;
        }
    }
}

/* end captcha */

/* start responsive */
@media (max-width: 1768px) {

    /* breadcrumd sec */
    .breadcrumbSec {
        &::after {
            width: 20%;
        }
    }

    /* end breadcrumb */

    .whySec {
        &::before {
            width: 320px;
            height: 290px;
        }
    }

    .clientSec {
        &::after {
            right: -220px;
            width: 400px;
            height: 400px;
        }
    }

    .certificSec {
        &::after {
            top: -160px;
            width: 250px;
            height: 250px;
        }
    }
}

@media (max-width: 1680px) {
    .breadcrumbSec {
        &::after {
            width: 16%;
        }
    }
}

@media(max-width: 1600px) {

    p,
    ul li,
    ol li,
    a {
        font-size: 16px;
        line-height: 25px;
    }

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

    .commonBtn {
        font-size: 16px;
    }

    .customList {
        li {
            padding-left: 25px;

            &::before {
                top: 2px;
                width: 18px;
                height: 18px;
            }

            &:not(:last-child) {
                margin-bottom: 12px;
            }
        }
    }

    .breadcrumbSec {
        padding: 60px 0px 20px;

        &::after {
            width: 16%;
        }

        ul {
            li {
                &:not(:first-child) {
                    &::after {
                        top: 1px;
                        font-size: 10px;
                    }
                }
            }
        }
    }

    .commonSec {
        padding: 80px 0;
    }

    .secH {
        font-size: 62px;
    }

    .commonHvrBtn {
        a {
            font-size: 18px;
        }
    }

    .commonDetBtn {
        width: 180px;
        height: 48px;

        a {
            font-size: 18px;
        }
    }

    .commonBtn {
        width: 220px;
        font-size: 18px;

        &:hover {
            width: 250px;
        }
    }

    input[type="submit"] {
        font-size: 18px;
    }

    .whySec {
        &::before {
            bottom: -60px;
            width: 260px;
            height: 200px;
        }

        .whySecBtm {
            .whyCard {
                .whyImg {
                    width: 65px;
                    height: 65px;
                    margin: 0px auto 15px;
                }

                .whyTxt {
                    font-size: 22px;
                }

                &::after {
                    width: 280px;
                    height: 280px;
                }
            }
        }
    }

    .clientSec {
        &::after {
            right: -170px;
            width: 300px;
            height: 300px;
        }
    }

    .certificSec {
        &::after {
            top: -110px;
            width: 180px;
            height: 180px;
        }

        .certificRight {
            .certificRtFlx {
                .certificCard {
                    height: 130px;
                }
            }
        }
    }

    .distributeSec {
        &::before {
            width: 300px;
        }

        &::after {
            width: 300px;
        }
    }

    .getInTouchSec {
        .faqSec {
            padding-bottom: 80px;

            &::before {
                width: 300px;
                height: 400px;
            }

            .faqSecInn {
                .faqContent {
                    .faqAcc-container {
                        .faqAcc {
                            .faqAcc-head {
                                h3 {
                                    font-size: 18px;
                                }
                            }
                        }
                    }
                }
            }
        }

        .getInTouchBtm {
            &::after {
                width: 300px;
                height: 300px;
                right: 0;
            }

            .getInTouchInn {
                padding: 55px 0px;
            }
        }
    }

    .specificationTable {
        table {
            th {
                font-size: 20px;
                padding: 12px 15px;
            }

            td {
                font-size: 16px;
                padding: 14px 15px;
            }
        }
    }


    .search {
        .recipeListingPage {
            h2 {
                font-size: 40px;
            }

            .commonCard {
                .commonBtn {
                    &::after {
                        width: 34px;
                        height: 34px;
                        background-size: 14px;
                    }
                }
            }
        }
    }

    .search-results {
        .echSrchItm {
            .search-item {
                .eachSearch {
                    .post-type {
                        &+p {
                            height: 96px;
                        }
                    }
                }
            }
        }
    }

    .nice-select {
        span {
            font-size: 16px;
        }
    }

}

@media (max-width: 1480px) {
    .breadcrumbSec {
        &::after {
            width: 12%;
        }
    }
}

@media (max-width: 1440px) {

    .breadcrumbSec {
        padding: 40px 0px 20px;
    }

    .secH {
        font-size: 50px;
    }

    .commonHvrBtn {
        a {
            font-size: 16px;

            &::after {
                width: 36px;
                height: 36px;
                background-size: 15px;
            }
        }
    }

    .commonBtn {
        font-size: 16px;
    }

    input[type="submit"] {
        font-size: 16px;
    }

    .nice-select {
        &::after {
            width: 16px;
            height: 16px;
            right: 10px;
        }
    }

    .specificationTable {
        table {
            th {
                font-size: 16px;
                padding: 10px 12px;
            }

            td {
                font-size: 14px;
                padding: 10px 12px;
            }
        }
    }

    .commonAbtSec {
        .commonAbtImg {
            height: 350px;
        }
    }

    .whySec {
        &::before {
            bottom: -60px;
            width: 220px;
            height: 200px;
        }

        .whySecBtm {
            .whyCard {
                &::after {
                    width: 240px;
                    height: 240px;
                }

                .whyTxt {
                    font-size: 19px;
                }

                .whyImg {
                    width: 56px;
                    height: 56px;
                    margin: 0px auto 10px;
                }
            }
        }
    }

    .certificSec {
        &::after {
            top: -75px;
            width: 130px;
            height: 120px;
        }
    }

    .distributeSec {
        &::before {
            width: 200px;
        }

        &::after {
            width: 230px;
        }
    }

    .getInTouchSec {
        .getTouchBg {
            width: 150px;
        }

        .getInTouchBtm {
            &::after {
                width: 260px;
                height: 260px;
            }

            .getInTouchInn {
                padding: 40px 0px;

                .getInTouchImg {
                    width: 320px;
                    height: auto;
                }
            }
        }
    }

    .usageSlider {
        .usageSlide {
            .usageCard {
                .usageImg {
                    height: 300px;
                }
            }
        }
    }

    .commonListCard {
        .ListCardCont {
            .ListCardContTp {
                .ListCardContHead {
                    .ListCardContTitle {
                        font-size: 20px;
                    }
                }
            }
        }
    }

    .search-results {
        .echSrchItm {
            .search-item {
                .eachSearch {
                    h2 {
                        a {
                            font-size: 22px;
                        }
                    }
                }
            }
        }
    }

    .search {
        .recipeListingPage {
            h2 {
                font-size: 36px;
            }

        }
    }


}

@media (max-width: 1366px) {
    .container-max {
        padding: 0 40px;
    }

    .container,
    .container-mid {
        max-width: 95%;
    }

    p,
    ul li,
    ol li,
    a {
        font-size: 14px;
        line-height: 23px;
    }

    .customList {
        li {
            &:not(:last-child) {
                margin-bottom: 10px;
            }
        }
    }

    form {

        input,
        select,
        textarea {
            height: 40px;
            padding: 6px 0px;
            font-size: 14px;
        }

        textarea {
            height: 70px;
        }
    }

    .nice-select {
        span {
            font-size: 14px;
        }
    }

    .form-group {
        margin-bottom: 18px;
        row-gap: 18px;
    }

    .commonHvrBtn {
        a {
            font-size: 14px;

            &::after {
                width: 32px;
                height: 32px;
                background-size: 13px;
            }
        }
    }

    .commonBtn {
        font-size: 14px;
    }

    .getInTouchSec {
        .faqSec {
            .faqSecInn {
                .faqContent {
                    .faqAcc-container {
                        .faqAcc {
                            .faqAcc-head {
                                padding: 14px 20px;
                                padding-right: 50px;

                                &::after {
                                    /* top: 16px; */
                                    font-size: 14px;
                                }

                                h3 {
                                    font-size: 16px;
                                    line-height: 24px;
                                }
                            }

                            .faqAcc-content {
                                padding: 16px 20px 0;
                            }
                        }
                    }
                }
            }
        }
    }

    .commonListCard {
        .ListCardCont {
            .ListCardContTp {
                .ListCardContHead {
                    .ListCardContTitle {
                        font-size: 18px;
                    }
                }
            }
        }
    }

    .captchaWrap {
        p {
            .wpcf7-captchac {
                width: 100px;
                height: 40px;
            }
            .wpcf7-form-control-wrap {
                width: calc(100% - 100px);
            }
        }
    }
}

@media (max-width: 1280px) {
    .container-max {
        padding: 0 20px;
    }

    .getInTouchSec {
        .getInTouchBtm {
            .getInTouchInn {
                padding: 30px 0px;
            }
        }
    }

    .usageSlider {
        .usageSlide {
            .usageCard {
                .usageImg {
                    height: 260px;
                }
            }
        }
    }
}

@media (max-width: 1200px) {
    .secH {
        font-size: 42px;
    }
}

@media (max-width: 1199px) {
    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .whySec {
        &::before {
            bottom: -60px;
            width: 140px;
            height: 150px;
        }

        .whySecBtm {
            .whyCard {
                padding: 25px 15px;

                &::after {
                    width: 200px;
                    height: 200px;
                }

                .whyImg {
                    width: 46px;
                    height: 46px;
                }

                .whyTxt {
                    font-size: 17px;
                }
            }
        }

        .whyGrid {
            gap: 20px;
        }

        .whyTile {
            padding: 28px 24px 32px;

            .whyNum {
                font-size: 40px;
                top: 20px;
                right: 22px;
            }

            .whyIcon {
                width: 70px;
                height: 70px;
                margin-bottom: 20px;

                img {
                    width: 38px;
                    height: 38px;
                }
            }

            .whyTitle {
                font-size: 20px;
            }
        }

    }

    .clientSec {
        &::after {
            content: normal;
        }

        .clientSecInn {
            .clientMarquee {
                gap: 20px;

                .clientSlide {
                    width: 210px;
                    padding: 0px 10px;
                }
            }
        }
    }

    .frosAbtSec {
        .frosAbtSlide {
            .frosAbtCard {
                .frosAbtHead {
                    font-size: 20px;
                }
            }
        }
    }

    .getInTouchSec {
        .faqSec {
            &::before {
                width: 200px;
                height: 300px;
            }
        }

        .getInTouchBtm {
            &::after {
                width: 260px;
                height: 260px;
                right: 0;
            }
        }
    }
}

@media (max-width: 1024px) {

    .container,
    .container-mid {
        max-width: 100%;
    }

    .wpcf7-spinner {
        width: 20px;
        height: 20px;
    }

    .submitBox {
        .wpcf7-spinner {
            bottom: -24px;
        }
    }

    .secH {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .breadcrumbSec {
        &::after {
            content: normal;
        }
    }

    .whySec {
        &::before {
            bottom: -50px;
            width: 120px;
            height: 120px;
        }
    }

    .distributeSec {
        &.active {
            &::before {
                opacity: 0.5;
            }

            &::after {
                opacity: 0.5;
            }
        }

        .distributeWrap {
            max-width: 95%;
            backdrop-filter: blur(6px);
            background: rgba(185, 185, 185, 0.25);
            padding: 30px 20px;
            border-radius: 25px;

            .distributeWrapPara {
                max-width: 100%;
            }
        }
    }

    .getInTouchSec {
        .faqSec {
            &::before {
                content: normal;
            }

            .faqSecInn {
                max-width: 100%;
            }
        }

        .getInTouchBtm {
            &::after {
                content: normal;
            }
        }
    }

    .search {
        .recipeListingPage {
            h2 {
                font-size: 32px;
            }

        }
    }
}

@media (max-width: 991px) {

    .commonSec {
        padding: 60px 0;
    }

    .commonPopup {
        padding: 30px 25px;

        .popUpHead {
            font-size: 22px;
        }

        .commonPopupInn {
            form {

                input,
                select,
                textarea {
                    font-size: 14px;
                }
            }
        }
    }

    .breadcrumbSec {
        padding: 20px 0px 30px;

        ul {
            li {
                &:not(:first-child) {
                    &::after {
                        font-size: 8px;
                    }
                }

                a,
                span {
                    font-size: 14px;
                }
            }
        }
    }

    input[type="submit"] {
        font-size: 14px;
    }

    form.wpcf7-form.invalid,
    form.failed,
    form.aborted {
        .wpcf7-not-valid-tip {
            font-size: 14px;
        }
    }

    .wpcf7 form .wpcf7-response-output {
        font-size: 14px;
    }

    .commonAbtSec {
        .commonAbtLt {
            .secH {
                text-align: center;
            }
        }

        .commonAbtImg {
            &.commonAbtResImg {
                display: block;
                margin-bottom: 15px;
            }
        }

        .commonAbtRt {
            display: none;
        }
    }

    .specificationTable {
        table {
            th {
                font-size: 14px;
                padding: 8px 8px;
            }

            td {
                font-size: 13px;
                padding: 8px 8px;
            }
        }
    }

    .certificSec {
        .certificLeft {
            text-align: center;
        }

        .certificRight {
            padding-top: 20px;

            .certificRtFlx {

                .certificCard {
                    width: 25%;

                    &:nth-child(2n) {
                        position: static;
                    }
                }
            }
        }
    }

    .frosAbtSec {
        .frosAbtSlide {
            .frosAbtCard {
                height: 290px;

                .frosAbtHead {
                    text-align: center;
                }

                .frosAbtPara {
                    height: 130px;
                    overflow-x: auto;
                    padding-right: 8px;
                    text-align: center;
                }

                .frosAbtImg {
                    width: 42px;
                    height: 42px;
                    margin: 0px auto 10px;
                }
            }
        }
    }

    .getInTouchSec {
        .getInTouchBtm {
            .getInTouchInn {
                padding: 40px 25px;

                .col-lg-4 {
                    display: none;
                }

                .secH {
                    text-align: center;
                }

                .formSec {
                    padding-right: 0;

                    .submitBox {
                        display: flex;
                        justify-content: center;

                        .wpcf7-spinner {
                            left: 45%;
                            transform: translateX(-50%);
                        }
                    }
                }

            }

            &::after {
                width: 170px;
                height: 170px;
                top: -180px;
            }
        }

        .faqSec {
            padding-bottom: 60px;
        }
    }

    form {

        input,
        select,
        textarea {
            font-size: 14px;

            &::placeholder {
                font-size: 14px;

            }
        }
    }

    .nice-select {
        span {
            font-size: 14px;
        }
    }

    .commonDetBtn {
        width: 170px;
        height: 44px;

        a {
            font-size: 16px;
        }
    }

    .search-results {
        .echSrchItm {
            .search-item {
                .eachSearch {
                    h2 {
                        a {
                            font-size: 18px;
                        }
                    }
                }
            }
        }
    }

    .search {
        .recipeListingPage {
            h2 {
                font-size: 28px;
            }

        }
    }


    .whySec {
        .whyGrid {
            grid-template-columns: repeat(2, 1fr);

            .whyTile {
                &:nth-child(3n + 2) {
                    margin-top: 0;
                }

                &:nth-child(2n) {
                    margin-top: 30px;
                }
            }
        }
    }

}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
    }

    .secH {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .commonSec {
        padding: 50px 0;
    }

    .commonAbtSec {
        .commonAbtLt {
            .secH {
                text-align: center;
            }

            .commonAbtTxt {
                transform: none !important;
            }
        }

        .commonAbtImg {
            height: auto;
        }

        .commonAbtRt {
            display: none;
        }
    }

    input[type="submit"] {
        width: 120px !important;
        height: 42px;
    }

    .whySec {
        .whySecBtm {
            transform: none !important;

            .whyCard {
                width: 50%;
                border-bottom: 1px solid rgba(0, 0, 0, 0.25);
                border-right: 1px solid rgba(0, 0, 0, 0.25);

                &:nth-child(even) {
                    border-right: none;
                }

                &:nth-child(3n) {
                    border-right: 1px solid rgba(0, 0, 0, 0.25);
                }

                &:nth-last-child(3) {
                    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
                }

                &:last-child {
                    border-right: none;
                }

                &:last-child,
                &:nth-last-child(2) {
                    border-bottom: none;
                }
            }
        }

        .whyGrid {
            grid-template-columns: 1fr;
            gap: 16px;

            .whyTile {
                &:nth-child(2n) {
                    margin-top: 0;
                }
            }
        }

        .whyTile {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0 18px;
            padding: 22px 20px;

            .whyNum {
                display: none;
            }

            .whyIcon {
                width: 62px;
                height: 62px;
                margin-bottom: 0;
                flex-shrink: 0;

                img {
                    width: 34px;
                    height: 34px;
                }
            }

            .whyTitle {
                font-size: 19px;
                width: calc(100% - 80px);
            }

            .whyLine {
                display: none;
            }
        }
    }

    .clientSec {
        .clientSecInn {
            .clientMarquee {
                gap: 15px;

                .clientSlide {
                    width: 170px;
                    padding: 0px 8px;

                    .clientCard {
                        height: 90px;
                        padding: 12px 15px;
                    }
                }
            }
        }
    }

    .certificSec {
        .certificLeft {
            p {
                transform: none !important;
            }
        }

        .certificRight {
            .certificRtFlx {
                .certificCard {
                    height: 110px;
                }
            }
        }
    }

    .distributeSec {
        &.active {
            &::before {
                opacity: 0.4;
            }

            &::after {
                opacity: 0.4;
            }
        }

        .distributeWrap {
            max-width: 100%;
            backdrop-filter: blur(10px);

            .distributeWrapPara {
                transform: none !important;
            }

            .distributeBtnDiv {
                gap: 18px;
                transform: none !important;

                .commonBtnDiv {
                    .commonBtn {
                        padding: 10px 8px;
                        background-color: #C19A63;
                        justify-content: flex-start;
                        color: #fff;
                        width: 200px;

                        &::after {
                            width: 36px;
                            height: 36px;
                            opacity: 1;
                            visibility: visible;
                            transform: translateY(-50%) scale(1);
                            background-size: 16px;
                        }

                        &:hover {
                            .btnText {
                                transform: none;
                            }
                        }
                    }
                }
            }
        }
    }

    .frosAbtSec {
        overflow: hidden;

        &::before {
            width: 250px;
            height: 250px;
            opacity: 0.5 !important;
        }
    }

    .getInTouchSec {
        .getTouchBg {
            width: 160px;
        }

        .faqSec {
            padding-bottom: 50px;

            .faqSecInn {
                .faqContent {
                    .faqAcc-container {
                        .faqAcc {
                            margin-bottom: 24px;

                            .faqAcc-head {
                                h3 {
                                    font-size: 15px;
                                    line-height: 24px;
                                }
                            }
                        }
                    }
                }
            }
        }
    }

    .commonListCard {
        .ListCardCont {
            padding: 15px;

            .ListCardContTp {
                .ListCardContHead {
                    .ListCardContTitle {
                        font-size: 17px;
                    }
                }

                .ListCardContDt {
                    li {
                        .pstTile {
                            font-size: 15px;
                        }
                    }
                }
            }
        }
    }

}

@media(max-width: 767px) {
    .search-results {
        .echSrchItm {
            .search-item {
                .eachSearch {
                    .post-type {
                        &+p {
                            height: auto;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 640px) {
    .certificSec {
        &::after {
            top: -40px;
            width: 100px;
            height: 80px;
        }

        .certificRight {
            .certificRtFlx {
                .certificCard {
                    width: 50%;
                }
            }
        }
    }
}

@media (max-width: 575px) {

    boxy,
    html {
        overflow-x: hidden;
    }

    .secH {
        font-size: 32px;
    }

    /* .commonSec {
        overflow: hidden;
    } */

    .commonPopup {
        .commonPopupInn {
            form {

                .inputBox {
                    margin-bottom: 15px;
                }

                input,
                select,
                textarea {
                    height: 45px;
                    padding: 6px 0px;
                }

                textarea {
                    height: 70px;
                }
            }
        }
    }

    .whySec {
        .whySecBtm {
            .whyCard {
                width: 100%;
                border-bottom: 1px solid rgba(0, 0, 0, 0.25) !important;
                border-right: none !important;
                padding: 18px 0px;

                &:last-child {
                    border-bottom: none !important;
                }
            }
        }
    }

    .centeredSliderDiv {
        .slick-slider {
            padding-bottom: 60px;
        }
    }

    .certificSec {
        overflow: hidden;

        &::after {
            content: normal;
        }
    }

    .whatsappBtnDiv {
        display: none;
    }
}

@media (max-width: 480px) {
    .secH {
        font-size: 28px;
    }

    .distributeSec {
        .distributeWrap {
            .distributeBtnDiv {
                flex-wrap: wrap;

                .commonBtnDiv {
                    width: 100%;

                    .commonBtn {
                        width: 100%;
                        padding: 10px 15px;
                    }
                }
            }
        }
    }

    .clientSec {
        .clientSecInn {
            .clientMarquee {

                .clientSlide {
                    width: 150px;

                    .clientCard {
                        height: 70px;
                    }
                }
            }
        }
    }
}

/*==== min width ====*/
@media(min-width: 1921px) {

    .container,
    .container-mid {
        max-width: 1600px;
    }

    p,
    ul li,
    ol li,
    li a {
        font-size: clamp(18px, 0.9vw, 22px);
        line-height: 1.4;
    }

    .breadcrumbSec {
        ul {
            li {

                a,
                span {
                    font-size: clamp(16px, 0.9vw, 20px);
                }

                &:not(:first-child) {
                    &::after {
                        top: 7px;
                    }
                }
            }
        }
    }

    .getInTouchSec {
        .getInTouchBtm {
            .getInTouchInn {
                form {

                    input,
                    select,
                    textarea {
                        font-size: clamp(16px, 0.9vw, 18px);
                    }

                    .nice-select {
                        span {
                            font-size: clamp(16px, 0.9vw, 18px);
                        }

                        ul {
                            li {
                                font-size: clamp(16px, 0.9vw, 18px);
                            }
                        }
                    }
                }
            }
        }
    }

    .commonPopup {
        .commonPopupInn {
            form {

                input,
                select,
                textarea {
                    font-size: clamp(16px, 0.9vw, 18px);
                }
            }
        }
    }

    .usageSlider {
        .usageSlide {
            .usageCard {
                .usageTxt {
                    .usageTxtHead {
                        font-size: clamp(18px, 0.9vw, 22px);
                    }
                }
            }
        }
    }

    .commonCard {
        .brochureBtn {
            a {
                font-size: clamp(17px, 0.9vw, 20px);
            }
        }
    }

    .commonListCard {
        .ListCardCont {
            .ListCardContTp {
                .ListCardContDt {
                    li {
                        .pstTile {
                            font-size: clamp(16px, 0.9vw, 18px);
                        }
                    }
                }
            }
        }
    }

    form {

        input,
        select,
        textarea {
            font-size: clamp(16px, 0.9vw, 18px);
        }

        .nice-select {
            span {
                font-size: clamp(16px, 0.9vw, 18px);
            }

            ul {
                li {
                    font-size: clamp(16px, 0.9vw, 18px);
                }
            }
        }
    }

    .nice-select {
        span {
            font-size: clamp(16px, 0.9vw, 18px);
        }

        ul {
            li {
                font-size: clamp(16px, 0.9vw, 18px);
            }
        }
    }
}

@media (min-width: 2400px) {
    .breadcrumbSec {
        ul {
            li {
                &:not(:first-child) {
                    &::after {
                        top: 8px;
                    }
                }
            }
        }
    }
}

@media (min-width: 3840px) {

    .thank-you-page,
    .page-not-found-page {
        min-height: 55vh;
    }
}