.rs-header-logo {
    padding: 10px 0;
}


/*TOP BAR*/
.rs-header-top.rs-header-top-eight {
    background: linear-gradient(270deg,
            #EEA124,
            #CA8112,
            #EEA124,
            #CA8112);
    background-size: 400% 400%;
    animation: topBarGradient 8s ease infinite;

    border-radius: 0 0 30px 30px;
}

@keyframes topBarGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*NAVBAR BUTTON*/
.ke-button-getintouch a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    transition: all .4s ease;

    background: radial-gradient(circle at top left,
            #EEA124 0%,
            #E5971E 35%,
            #D98A18 60%,
            #CA8112 100%);

    box-shadow:
        0 10px 25px rgba(202, 129, 18, .35),
        inset 0 1px 0 rgba(255, 255, 255, .25);
}

.ke-button-getintouch a::before {
    content: '';
    position: absolute;
    inset: -50%;
    background: radial-gradient(circle,
            rgba(255, 255, 255, .35) 0%,
            transparent 65%);
    transform: translateX(-100%);
    transition: transform .8s ease;
    z-index: -1;
}

.ke-button-getintouch a:hover::before {
    transform: translateX(100%);
}

.ke-button-getintouch a:hover {
    transform: translateY(-3px);
    box-shadow:
        0 15px 35px rgba(202, 129, 18, .45),
        inset 0 1px 0 rgba(255, 255, 255, .3);
}

.ke-button-getintouch i {
    font-size: 20px;
    transition: transform .4s ease;
}

.ke-button-getintouch a:hover i {
    transform: translateX(6px) rotate(-45deg);
}



/*About us*/

.rs-image img {
    border-radius: 50px;
}

.ke-about a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;

    background: linear-gradient(135deg,
            #EEA124 0%,
            #CA8112 100%);

    box-shadow: 0 10px 25px rgba(202, 129, 18, 0.25);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.ke-about a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);

    transition: all 0.6s ease;
}

.ke-about a:hover::before {
    left: 100%;
}

.ke-about a:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(202, 129, 18, 0.35);
}

.ke-about i {
    transition: transform 0.4s ease;
}

.ke-about a:hover i {
    transform: translateX(6px);
}



/*products*/


.rs-section-title-wrapper h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1px;
}

.ke-product-imdex {
    float: right;
}

.ke-product-imdex a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;

    background: linear-gradient(135deg,
            #EEA124 0%,
            #CA8112 100%);

    box-shadow: 0 10px 25px rgba(202, 129, 18, 0.25);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.ke-product-imdex a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;

    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);

    transition: all 0.6s ease;
}

.ke-product-imdex a:hover::before {
    left: 100%;
}

.ke-product-imdex a:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(202, 129, 18, 0.35);
}

.ke-product-imdex i {
    transition: transform 0.4s ease;
}

.ke-product-imdex a:hover i {
    transform: translateX(6px);
}

.ke-product-home img {
    border-radius: 30px;
}

.ke-product-home {
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.ke-product-home-image {
    overflow: hidden;
    border-radius: 30px;
}

.ke-product-home-image img {
    width: 100%;
    transition: transform 0.5s ease;
}

/* Product Name */
.ke-product-home a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* Hover Effects */
.ke-product-home:hover .ke-product-home-image img {
    transform: scale(1.08);
}

.ke-product-home:hover a {
    color: #ffb400 !important;
    transform: translateY(-3px);
}

.ke-product-home:hover a i {
    transform: translateX(0px);
}

.ke-product-home a i {
    transition: transform 0.4s ease;
}

/*footer navbar*/

.footer-navbar-menu {
    margin: 50px 0;
}

.footer-navbar-menu ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    list-style: none;
    color: white;
}

.footer-gov-logo img {
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .footer-navbar-menu ul {
        line-height: 30px;
        text-align: center;
        display: block;
        list-style: none;
        color: white;
    }

    .rs-footer-copyright {
        margin-bottom: 20px;
    }

}



/*kettle section*/

.kettle-section-img {
    padding: 0px 30px;
}

@media only screen and (max-width: 767px) {
    .kettle-section-img {
        padding: 0px;
    }
}


/*product inner*/

.product-img-inner {
    overflow: hidden;
    border-radius: 25px;
    position: relative;

    /* Load Animation */
    opacity: 0;
    transform: translateY(40px);
    animation: imageReveal 1s ease forwards;
}

.product-img-inner img {
    width: 100%;
    display: block;
    border-radius: 25px;

    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
        filter 0.8s ease;
}

/* Hover Effect */
.product-img-inner:hover img {
    transform: scale(1.08);
    filter: brightness(1.05);
}

/* Optional Shine Effect */
.product-img-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.25),
            transparent);
    z-index: 2;
    transition: 0.8s;
}

.product-img-inner:hover::before {
    left: 150%;
}

@keyframes imageReveal {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.product-img-inner{
    overflow:hidden;
    border-radius:25px;
    background:#fff;
    padding:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.5s ease;
}

.product-img-inner:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}*/

.product-title h1 {
    color: #CA8112;
    font-size: 28px;
}

.rs-postbox-quote h2 {
    color: #CA8112;
    font-size: 22px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .product-title h1 {
        font-size: 16px;
    }

    .rs-postbox-quote h2 {
        font-size: 16px;
    }
}


.ks-services {
    background: #eae8e0;
    padding: 10px;
    border-radius: 20px;
}

.ks-services-icon {
    background: #fff;
    padding: 20px;
    display: block;
    margin: 0 auto;
    width: 50px;
}



/*why choose us*/

.why-choose-img img {
    border-radius: 20px;
}

.why-choose-img {
    padding: 50px;
}

@media only screen and (max-width: 767px) {
    .why-choose-img {
        padding: 0px;
    }
}

.paddingt-80 {
    padding: 80px 0 0 0;
}

.rs-portfolio-details-working-step-wrapper {
    margin-top: 50px;
}

.rs-work-step-wrapper {
    align-items: stretch;
}

.rs-work-step-item {
    height: 100%;
}

.rs-work-step-title {
    font-size: 20px;
}

/*border: 5px solid transparent; 
  border-radius: 20px; 
  background: 
    linear-gradient(#fff, #fff) padding-box, 
    linear-gradient(to right, #ff4e50, #f9d423) border-box;

    #F7F7F7*/




/*=========================================
    MACHINE GUIDE CARDS
=========================================*/

.ke-machine-guide {
    position: relative;
    overflow: hidden;
    background: #f8f8f8;
}

.ke-guide-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 22px;
    padding: 35px 30px;
    height: 100%;
    overflow: hidden;
    transition: .45s ease;
    z-index: 1;
}

/* Top Gradient Line */

.ke-guide-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: linear-gradient(90deg, #EEA124, #CA8112);
    transition: .45s;
}

/* Background Glow */

.ke-guide-card::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(238, 161, 36, .08);
    transition: .45s;
    z-index: -1;
}

/* Hover */

.ke-guide-card:hover {

    transform: translateY(-10px);

    border-color: #EEA124;

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .08),
        0 10px 30px rgba(202, 129, 18, .12);

}

.ke-guide-card:hover::before {

    width: 100%;

}

.ke-guide-card:hover::after {

    transform: scale(1.4);

}

/*=========================================
    ICON
=========================================*/

.ke-guide-card .icon {

    width: 75px;
    height: 75px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 28px;

    margin-bottom: 28px;

    transition: .45s;

    box-shadow: 0 12px 30px rgba(202, 129, 18, .25);

}

.ke-guide-card:hover .icon {

    transform: rotateY(180deg);

}

/*=========================================
    TITLE
=========================================*/

.ke-guide-card h5 {

    font-size: 26px;
    font-weight: 700;

    color: #111;

    margin-bottom: 15px;

    line-height: 1.3;

}

/*=========================================
    TEXT
=========================================*/

.ke-guide-card p {

    margin: 0;

    color: #666;

    font-size: 16px;

    line-height: 1.8;

}

/*=========================================
    RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .ke-guide-card {

        padding: 30px 25px;

    }

}

@media(max-width:767px) {

    .ke-guide-card {

        padding: 25px 20px;
        text-align: center;

    }

    .ke-guide-card .icon {

        margin: auto auto 22px;

        width: 65px;
        height: 65px;
        font-size: 24px;

    }

    .ke-guide-card h5 {

        font-size: 22px;

    }

}

/*=========================================
        MACHINE GUIDE HEADING
=========================================*/

.ke-machine-guide {
    padding: 120px 0;
    background: #f8f9fb;
    position: relative;
    overflow: hidden;
}

.ke-machine-guide::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(238, 161, 36, .08);
    top: -150px;
    left: -120px;
}

.ke-machine-guide::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(202, 129, 18, .06);
    right: -120px;
    bottom: -120px;
}

/*=========================================
        SUB TITLE
=========================================*/

.ke-guide-subtitle {

    display: inline-flex;
    align-items: center;
    gap: 12px;

    padding: 10px 24px;

    border-radius: 50px;

    background: rgba(238, 161, 36, .12);

    color: #CA8112;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 20px;

}

.ke-guide-subtitle i {

    width: 34px;
    height: 34px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;

    color: #CA8112;

    font-size: 16px;

}

/*=========================================
        TITLE
=========================================*/

.ke-guide-title {

    font-size: 22px;

    font-weight: 800;

    line-height: 1.2;

    color: #1c1c1c;

    margin-bottom: 20px;

}

.ke-guide-title span {

    color: #CA8112;

}

/*=========================================
        DESCRIPTION
=========================================*/

.ke-guide-desc {

    max-width: 100%;

    margin: 0 auto;

    color: #666;

    font-size: 16px;

    line-height: 1.9;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1199px) {

    .ke-guide-title {

        font-size: 44px;

    }

}

@media(max-width:991px) {

    .ke-machine-guide {

        padding: 90px 0;

    }

    .ke-guide-title {

        font-size: 38px;

    }

    .ke-guide-desc {

        font-size: 16px;

    }

}

@media(max-width:767px) {

    .ke-machine-guide {

        padding: 70px 0;

    }

    .ke-guide-title {

        font-size: 18px;

    }

    .ke-guide-subtitle {

        font-size: 12px;
        padding: 8px 18px;

    }

    .ke-guide-subtitle i {

        width: 28px;
        height: 28px;
        font-size: 14px;

    }

    .ke-guide-desc {

        font-size: 15px;
        line-height: 1.8;

    }

}

/*=========================================
        MACHINE FORM
=========================================*/

.ke-machine-form {
    margin-top: 60px;
    background: #fff;
    padding: 50px;
    border-radius: 25px;
    border: 1px solid #ececec;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden;
}

.ke-machine-form::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #EEA124, #CA8112);
}

/*=========================================
        FORM GROUP
=========================================*/

.ke-form-group {
    margin-bottom: 25px;
}

.ke-form-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.ke-form-group label span {
    color: #CA8112;
}

/*=========================================
        INPUT / SELECT / TEXTAREA
=========================================*/

.ke-machine-form .form-control,
.ke-machine-form .form-select {

    width: 100% !important;
    display: block !important;

    height: 58px;

    border: 1px solid #dddddd;

    border-radius: 14px;

    padding: 0 18px;

    background: #fafafa;

    font-size: 15px;

    color: #222;

    box-shadow: none;

    transition: .35s;

}

.ke-machine-form textarea.form-control {

    min-height: 170px;

    height: 170px;

    padding: 18px;

    resize: none;

}

.ke-machine-form input::placeholder,
.ke-machine-form textarea::placeholder {

    color: #999;

}

/*=========================================
        SELECT
=========================================*/

.ke-machine-form .form-select {

    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat: no-repeat;

    background-position: right 18px center;

    background-size: 16px;

}

/*=========================================
        FOCUS
=========================================*/

.ke-machine-form .form-control:focus,
.ke-machine-form .form-select:focus {

    border-color: #CA8112;

    background: #fff;

    box-shadow: 0 0 0 5px rgba(202, 129, 18, .12);

}

/*=========================================
        BUTTON
=========================================*/

.ke-submit-btn {

    width: 100%;

    height: 60px;

    border: none;

    border-radius: 60px;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 18px;

    font-weight: 700;

    transition: .4s;

    overflow: hidden;

    position: relative;

}

.ke-submit-btn::before {

    content: "";

    position: absolute;

    left: -100%;

    top: 0;

    width: 100%;

    height: 100%;

    background: rgba(255, 255, 255, .18);

    transform: skewX(-30deg);

    transition: .6s;

}

.ke-submit-btn:hover::before {

    left: 120%;

}

.ke-submit-btn:hover {

    transform: translateY(-3px);

    box-shadow: 0 18px 35px rgba(202, 129, 18, .30);

}

.ke-submit-btn i {

    margin-right: 10px;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .ke-machine-form {

        padding: 35px;

    }

}

@media(max-width:767px) {

    .ke-machine-form {

        padding: 25px 20px;

        border-radius: 18px;

    }

    .ke-machine-form .form-control,
    .ke-machine-form .form-select {

        height: 54px;

        font-size: 14px;

    }

    .ke-machine-form textarea.form-control {

        min-height: 140px;

    }

    .ke-submit-btn {

        height: 55px;

        font-size: 16px;

    }

}

.ke-machine-form .nice-select {
    width: 100% !important;
    float: none !important;
    height: 58px;
    line-height: 58px;
    border: 1px solid #ddd;
    border-radius: 14px;
    padding: 0 18px;
    background: #fafafa;
}

.ke-machine-form .nice-select .current {
    font-size: 15px;
    color: #222;
}

.ke-machine-form .nice-select .list {
    width: 100%;
    border-radius: 12px;
}

.ke-machine-form .nice-select::after {
    right: 20px;
}

/*------------------------*/

/*==================================================
        PROCESS SECTION
==================================================*/

.ke-process-section {
    position: relative;
    padding: 50px 0;
    background: #f8f9fb;
    overflow: hidden;
}

.ke-process-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(238, 161, 36, .06);
    border-radius: 50%;
    top: -180px;
    left: -180px;
}

.ke-process-section:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(202, 129, 18, .05);
    border-radius: 50%;
    right: -150px;
    bottom: -150px;
}

/*==================================================
        HEADING
==================================================*/

.ke-process-subtitle {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(238, 161, 36, .12);
    color: #CA8112;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.ke-process-title {
    font-size: 22px;
    font-weight: 700;
    color: #1d1d1d;
    line-height: 1.25;
    margin-bottom: 20px;
}

.ke-process-desc {
    max-width: 100%;
    margin: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

/*==================================================
        CARD
==================================================*/

.ke-process-card {

    position: relative;

    background: #fff;

    border-radius: 24px;

    padding: 45px 30px 35px;

    border: 1px solid #ececec;

    height: 100%;

    transition: .4s;

    overflow: hidden;

    z-index: 2;

}

.ke-process-card:before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 100%;

    height: 5px;

    background: linear-gradient(90deg, #EEA124, #CA8112);

    transform: scaleX(0);

    transition: .4s;

}

.ke-process-card:hover {

    transform: translateY(-10px);

    border-color: #EEA124;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.ke-process-card:hover:before {

    transform: scaleX(1);

}

/*==================================================
        STEP NUMBER
==================================================*/

.ke-step-number {

    position: absolute;

    top: 52px;

    right: 22px;

    font-size: 48px;

    font-weight: 800;

    color: rgba(202, 129, 18, .10);

    line-height: 1;

}

/*==================================================
        ICON
==================================================*/

.ke-process-icon {

    width: 80px;

    height: 80px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 30px;

    margin-bottom: 28px;

    box-shadow: 0 12px 30px rgba(202, 129, 18, .25);

    transition: .4s;

}

.ke-process-card:hover .ke-process-icon {

    transform: rotateY(180deg);

}

/*==================================================
        CONTENT
==================================================*/

.ke-process-card h4 {

    font-size: 24px;

    font-weight: 700;

    line-height: 1.35;

    color: #222;

    margin-bottom: 18px;

    min-height: 68px;

}

.ke-process-card p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*==================================================
        ARROW
==================================================*/

.ke-arrow {

    position: absolute;

    right: -18px;

    top: 50%;

    transform: translateY(-50%);

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 16px;

    box-shadow: 0 8px 20px rgba(202, 129, 18, .25);

}

.col-xl-3:last-child .ke-arrow {
    display: none;
}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:1199px) {

    .ke-process-title {
        font-size: 40px;
    }

}

@media(max-width:991px) {

    .ke-process-section {
        padding: 90px 0;
    }

    .ke-process-title {
        font-size: 34px;
    }

    .ke-process-desc {
        font-size: 16px;
    }

    .ke-arrow {
        display: none;
    }

}

@media(max-width:767px) {

    .ke-process-section {
        padding: 70px 0;
    }

    .ke-process-title {
        font-size: 18px;
    }

    .ke-process-desc {
        font-size: 15px;
    }

    .ke-process-card {
        padding: 35px 25px;
        text-align: center;
    }

    .ke-process-icon {
        width: 70px;
        height: 70px;
        font-size: 26px;
        margin: 0 auto 25px;
    }

    .ke-process-card h4 {
        font-size: 21px;
        min-height: auto;
    }

    .ke-step-number {
        font-size: 34px;
    }

}

/*==========================cold press machine page===================*/

.ke-hero-content {
    max-width: 1000px;
    margin: auto;
}

.ke-subtitle {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(238, 161, 36, .12);
    color: #CA8112;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ke-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
    margin-bottom: 18px;
}

.ke-description {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}


.ke-hero-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 35px;
}

.ke-price-btn,
.ke-expert-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 60px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .35s ease;
}


.ke-price-btn {
    background: linear-gradient(135deg, #EEA124, #CA8112);
    color: #fff;
    box-shadow: 0 12px 30px rgba(202, 129, 18, .25);
}

.ke-price-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(202, 129, 18, .35);
}



.ke-expert-btn {
    background: #fff;
    color: #CA8112;
    border: 2px solid #CA8112;
}

.ke-expert-btn:hover {
    background: #CA8112;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(202, 129, 18, .20);
}



@media(max-width:991px) {

    .ke-title {
        font-size: 20px;
    }

    .ke-description {
        font-size: 15px;
        line-height: 1.8;
    }

}

@media(max-width:767px) {

    .ke-subtitle {
        font-size: 12px;
        padding: 8px 18px;
    }

    .ke-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .ke-description {
        font-size: 15px;
    }

    .ke-hero-btns {
        flex-direction: column;
        gap: 15px;
    }

    .ke-price-btn,
    .ke-expert-btn {
        width: 100%;
        max-width: 320px;
        padding: 15px 20px;
    }

}


/*compare*/

/*=========================================
        MACHINE VARIANTS
=========================================*/

.ke-machine-variants {
    padding: 80px 0;
    background: #EDF2EC;
    position: relative;
}

.ke-section-heading {
    margin-bottom: 10px;
}

.ke-section-heading .ke-subtitle {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    background: rgba(238, 161, 36, .12);
    color: #CA8112;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.ke-section-heading .ke-title {
    font-size: 22px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.ke-section-heading .ke-description {
    max-width: 100%;
    margin: auto;
    color: #666;
    font-size: 16px;
    line-height: 1.9;
}

/*=========================================
        CARD
=========================================*/

.ke-variant-card {

    background: #fff;

    border-radius: 24px;

    overflow: hidden;

    border: 1px solid #ececec;

    height: 100%;

    transition: .4s;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .04);

}

.ke-variant-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 25px 60px rgba(0, 0, 0, .10);

}

/*=========================================
        IMAGE
=========================================*/

.ke-variant-image {

    position: relative;

    background: #fff;

    padding: 20px 20px 0;

    overflow: hidden;

}

.ke-variant-image img {

    width: 100%;

    transition: .5s;
    border-radius: 15px;
}

.ke-variant-card:hover img {

    transform: scale(1.05);

}

/*=========================================
        BADGE
=========================================*/

.ke-badge {

    position: absolute;

    top: 40px;

    left: 40px;

    background: #EEA124;

    color: #fff;

    padding: 8px 18px;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: .5px;

}

.ke-badge.premium {

    background: #CA8112;

}

/*=========================================
        CONTENT
=========================================*/

.ke-variant-content {

    padding: 20px;

}

.ke-variant-content h3 {

    font-size: 18px;

    font-weight: 700;

    color: #D98A18;

    margin-bottom: 10px;

    line-height: 1.3;

}

.ke-variant-content p {

    color: #666;

    line-height: 1.9;

    margin-bottom: 25px;

    font-size: 16px;

}

/*=========================================
        LIST
=========================================*/

.ke-variant-content ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.ke-variant-content ul li {

    position: relative;

    padding-left: 34px;

    margin-bottom: 0;

    color: #444;

    line-height: 1.7;

    border-bottom: 1px solid #f2f2f2;

    padding-bottom: 5px;

}

.ke-variant-content ul li:last-child {

    margin-bottom: 0;

    border: none;

    padding-bottom: 0;

}

.ke-variant-content ul li::before {

    content: "✓";

    position: absolute;

    left: 0;

    top: 1px;

    width: 22px;

    height: 22px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 12px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:1199px) {

    .ke-section-heading .ke-title {

        font-size: 36px;

    }

}

@media(max-width:991px) {

    .ke-machine-variants {

        padding: 90px 0;

    }

    .ke-section-heading {

        margin-bottom: 45px;

    }

    .ke-variant-content h3 {

        font-size: 26px;

    }

}

@media(max-width:767px) {

    .ke-machine-variants {

        padding: 70px 0;

    }

    .ke-section-heading .ke-title {

        font-size: 28px;

    }

    .ke-section-heading .ke-description {

        font-size: 15px;

    }

    .ke-variant-image {

        padding: 20px;

    }

    .ke-variant-content {

        padding: 25px;

    }

    .ke-variant-content h3 {

        font-size: 22px;

    }

    .ke-variant-content p {

        font-size: 15px;

    }

    .ke-variant-content ul li {

        font-size: 14px;

    }

}


/*==================================================
            CAPACITY WISE SECTION
==================================================*/

.ke-section-heading {
    width: 100%;
    margin-bottom: 30px;
}

.ke-subtitle {
    display: inline-block;
    padding: 10px 22px;
    border-radius: 50px;
    background: rgba(238, 161, 36, .12);
    color: #CA8112;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.ke-title {
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    color: #222;
    line-height: 1.5;
    margin-bottom: 18px;
}

.ke-description {
    width: 100%;
    font-size: 16px;
    line-height: 1.9;
    color: #666;
    margin: 0 auto;
}

/*==================================================
                PRODUCT CARD
==================================================*/

.ke-product-home {

    background: #fff;

    border-radius: 22px;

    overflow: hidden;

    border: 1px solid #ececec;

    transition: .4s ease;

    height: 100%;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .05);

}

.ke-product-home:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);

}

/*==================================================
                IMAGE
==================================================*/

.ke-product-home-image {

    position: relative;

    background: #f8f8f8;

    padding: 20px;

    overflow: hidden;

}

.ke-product-home-image img {

    width: 100%;

    transition: .5s;

}

.ke-product-home:hover .ke-product-home-image img {

    transform: scale(1.05);

}

/*==================================================
                CONTENT
==================================================*/

.ke-product-content {

    padding: 20px;

    text-align: center;

}

.ke-product-content h3 {

    margin-bottom: 0px;

    font-size: 18px;

    font-weight: 500;

    line-height: 1.4;

}

.ke-product-content h3 a {

    color: #222;

    text-decoration: none;

    transition: .3s;

}

.ke-product-content h3 a:hover {

    color: #CA8112;

}

.ke-product-content p {

    font-size: 15px;

    line-height: 1.8;

    color: #666;

    margin-bottom: 25px;

}

/*==================================================
                BUTTON
==================================================*/

.ke-know-more-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 14px 30px;

    border-radius: 50px;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    text-decoration: none;

    font-size: 15px;

    font-weight: 600;

    transition: .35s;

    overflow: hidden;

    position: relative;

}

.ke-know-more-btn i {

    transition: .35s;

}

.ke-know-more-btn:hover {

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(202, 129, 18, .28);

}

.ke-know-more-btn:hover i {

    transform: translateX(5px);

}

/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:991px) {

    .ke-section-heading {

        margin-bottom: 45px;

    }

    .ke-product-content {

        padding: 25px;

    }

}

@media(max-width:767px) {

    .ke-subtitle {

        font-size: 12px;

        padding: 8px 18px;

    }

    .ke-title {

        font-size: 22px;

    }

    .ke-description {

        font-size: 16px;

    }

    .ke-product-home-image {

        padding: 20px;

    }

    .ke-product-content {

        padding: 22px;

    }

    .ke-product-content h3 {

        font-size: 20px;

    }

    .ke-product-content p {

        font-size: 15px;

    }

    .ke-know-more-btn {

        width: 100%;

    }

}

/*==================================================
            CAPACITY COMPARISON TABLE
==================================================*/

.ke-capacity-table {

    background: #fff;

    border-radius: 24px;

    padding: 55px;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);

    border: 1px solid #ececec;

}

/*=========================================
        HEADING
=========================================*/

.ke-capacity-table .ke-section-heading {

    width: 100%;

    margin-bottom: 40px;

}

.ke-capacity-table .ke-subtitle {

    display: inline-block;

    padding: 10px 22px;

    border-radius: 50px;

    background: rgba(238, 161, 36, .12);

    color: #CA8112;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 18px;

}

.ke-capacity-table .ke-title {

    width: 100%;

    font-size: 22px;

    font-weight: 700;

    color: #222;

    margin-bottom: 18px;

    line-height: 1.5;

}

.ke-capacity-table .ke-description {

    width: 100%;

    font-size: 16px;

    color: #666;

    line-height: 1.9;

}

/*=========================================
        TABLE
=========================================*/

.ke-compare-table {

    margin: 0;

    border-collapse: separate;

    border-spacing: 0;

    overflow: hidden;

    border-radius: 18px;

}

.ke-compare-table thead th {

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    text-align: center;

    padding: 18px;

    border: none;

}

.ke-compare-table thead th:first-child {

    text-align: left;

    border-radius: 18px 0 0 0;

}

.ke-compare-table thead th:last-child {

    border-radius: 0 18px 0 0;

}

.ke-compare-table tbody td {

    padding: 18px;

    vertical-align: middle;

    text-align: center;

    font-size: 15px;

    color: #555;

    border-bottom: 1px solid #ececec;

}

.ke-compare-table tbody td:first-child {

    text-align: left;

    font-weight: 600;

    color: #222;

    background: #fafafa;

    width: 260px;

}

.ke-compare-table tbody tr:nth-child(even) {

    background: #fcfcfc;

}

.ke-compare-table tbody tr:hover {

    background: #fff7eb;

}

.ke-compare-table tbody tr:last-child td {

    border-bottom: none;

}

/*=========================================
        BUTTON
=========================================*/

.ke-table-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 12px 24px;

    border-radius: 50px;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    text-decoration: none;

    font-size: 14px;

    font-weight: 600;

    transition: .35s;

}

.ke-table-btn:hover {

    color: #fff;

    transform: translateY(-3px);

    box-shadow: 0 15px 30px rgba(202, 129, 18, .28);

}

/*=========================================
        MOBILE
=========================================*/

@media(max-width:991px) {

    .ke-capacity-table {

        padding: 35px;

    }

}

@media(max-width:767px) {

    .ke-capacity-table {

        padding: 20px;

        border-radius: 18px;

    }

    .ke-capacity-table .ke-title {

        font-size: 22px;

    }

    .ke-capacity-table .ke-description {

        font-size: 16px;

    }

    .ke-compare-table {

        min-width: 760px;

    }

    .ke-compare-table thead th {

        font-size: 15px;

        padding: 15px;

    }

    .ke-compare-table tbody td {

        padding: 15px;

        font-size: 14px;

    }

    .ke-table-btn {

        padding: 10px 18px;

        font-size: 13px;

    }

}

/*==================================================
        COMMON FEATURES SECTION
==================================================*/

.ke-common-features {
    position: relative;
}

/*=========================================
        FEATURE CARD
=========================================*/

.ke-feature-box {

    position: relative;

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 20px;

    padding: 35px 28px;

    text-align: center;

    height: 100%;

    transition: .35s ease;

    overflow: hidden;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);

}

.ke-feature-box::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(90deg, #EEA124, #CA8112);

    transform: scaleX(0);

    transform-origin: left;

    transition: .35s;

}

.ke-feature-box:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

}

.ke-feature-box:hover::before {

    transform: scaleX(1);

}

/*=========================================
        ICON
=========================================*/

.ke-feature-icon {

    width: 80px;

    height: 80px;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 30px;

    transition: .4s;

    box-shadow: 0 12px 25px rgba(202, 129, 18, .25);

}

.ke-feature-box:hover .ke-feature-icon {

    transform: rotateY(180deg);

}

/*=========================================
        CONTENT
=========================================*/

.ke-feature-box h4 {

    font-size: 20px;

    font-weight: 700;

    color: #222;

    margin-bottom: 15px;

    line-height: 1.4;

    min-height: 56px;

}

.ke-feature-box p {

    font-size: 15px;

    line-height: 1.8;

    color: #666;

    margin: 0;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .ke-feature-box {

        padding: 30px 22px;

    }

}

@media(max-width:767px) {

    .ke-feature-box {

        padding: 28px 20px;

    }

    .ke-feature-icon {

        width: 70px;

        height: 70px;

        font-size: 26px;

        margin-bottom: 20px;

    }

    .ke-feature-box h4 {

        font-size: 18px;

        min-height: auto;

    }

    .ke-feature-box p {

        font-size: 14px;

    }

}

/*==================================================
            SEEDS SUPPORTED
==================================================*/



.ke-seed-card {

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 20px;

    padding: 30px 25px;

    text-align: center;

    height: 100%;

    transition: .35s;

    position: relative;

    overflow: hidden;

}

.ke-seed-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(90deg, #EEA124, #CA8112);

    transform: scaleX(0);

    transition: .35s;

}

.ke-seed-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

}

.ke-seed-card:hover::before {

    transform: scaleX(1);

}

/*=========================================
        ICON
=========================================*/

.ke-seed-icon {

    width: 75px;

    height: 75px;

    margin: 0 auto 22px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 28px;

    transition: .4s;

    box-shadow: 0 12px 25px rgba(202, 129, 18, .22);

}

.ke-seed-card:hover .ke-seed-icon {

    transform: rotateY(180deg);

}

/*=========================================
        CONTENT
=========================================*/

.ke-seed-card h4 {

    font-size: 20px;

    font-weight: 700;

    color: #222;

    margin-bottom: 12px;

    line-height: 1.4;

}

.ke-seed-card p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*=========================================
        NOTE
=========================================*/

.ke-seed-note {

    margin-top: 45px;

    padding: 20px 25px;

    border-radius: 16px;

    background: rgba(238, 161, 36, .08);

    border-left: 5px solid #CA8112;

    color: #555;

    font-size: 16px;

    line-height: 1.8;

}

.ke-seed-note strong {

    color: #CA8112;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .ke-seeds-wrapper {

        padding: 35px;

    }

}

@media(max-width:767px) {

    .ke-seeds-wrapper {

        padding: 20px;

        border-radius: 18px;

    }

    .ke-seed-card {

        padding: 25px 20px;

    }

    .ke-seed-icon {

        width: 65px;

        height: 65px;

        font-size: 24px;

        margin-bottom: 18px;

    }

    .ke-seed-card h4 {

        font-size: 18px;

    }

    .ke-seed-card p {

        font-size: 14px;

    }

    .ke-seed-note {

        margin-top: 30px;

        padding: 18px;

        font-size: 15px;

    }

}

/*==================================================
        HOW IT WORKS
==================================================*/

.ke-work-card {

    position: relative;

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 22px;

    padding: 40px 25px 30px;

    text-align: center;

    height: 100%;

    transition: .35s;

    overflow: hidden;

    box-shadow: 0 12px 35px rgba(0, 0, 0, .05);

}

.ke-work-card:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(90deg, #EEA124, #CA8112);

    transform: scaleX(0);

    transition: .35s;

}

.ke-work-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .10);

}

.ke-work-card:hover:before {

    transform: scaleX(1);

}

/* Number */

.ke-work-number {

    position: absolute;

    top: 18px;

    right: 22px;

    font-size: 42px;

    font-weight: 800;

    color: rgba(202, 129, 18, .10);

}

/* Icon */

.ke-work-icon {

    width: 80px;

    height: 80px;

    margin: 0 auto 25px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 30px;

    transition: .4s;

    box-shadow: 0 12px 30px rgba(202, 129, 18, .25);

}

.ke-work-card:hover .ke-work-icon {

    transform: rotateY(180deg);

}

/* Title */

.ke-work-card h4 {

    font-size: 20px;

    font-weight: 700;

    color: #222;

    margin-bottom: 15px;

    line-height: 1.4;

}

/* Description */

.ke-work-card p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*==================================================
        BUSINESS USE
==================================================*/


.ke-business-card {

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 18px;

    padding: 20px 10px;

    height: 100%;

    text-align: center;

    transition: .35s;

    position: relative;

    overflow: hidden;

}

.ke-business-card:before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background: linear-gradient(90deg, #EEA124, #CA8112);

    transform: scaleX(0);

    transition: .35s;

}

.ke-business-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 18px 45px rgba(0, 0, 0, .10);

}

.ke-business-card:hover:before {

    transform: scaleX(1);

}

.ke-business-card i {

    width: 50px;

    height: 50px;

    margin: 0 auto 22px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 20px;

    transition: .4s;

    box-shadow: 0 12px 25px rgba(202, 129, 18, .22);

}

.ke-business-card:hover i {

    transform: rotateY(180deg);

}

.ke-business-card h4 {

    margin: 0;

    font-size: 18px;

    font-weight: 700;

    color: #222;

    line-height: 1.5;

}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:991px) {

    .ke-business-wrapper {

        padding: 35px;

    }

}

@media(max-width:767px) {

    .ke-work-card {

        padding: 30px 20px;

    }

    .ke-work-icon {

        width: 70px;

        height: 70px;

        font-size: 26px;

    }

    .ke-work-card h4 {

        font-size: 18px;

    }

    .ke-work-card p {

        font-size: 14px;

    }

    .ke-work-number {

        font-size: 32px;

    }

    .ke-business-wrapper {

        padding: 20px;

        border-radius: 18px;

    }

    .ke-business-card {

        padding: 25px 20px;

    }

    .ke-business-card i {

        width: 65px;

        height: 65px;

        font-size: 24px;

        margin-bottom: 18px;

    }

    .ke-business-card h4 {

        font-size: 18px;

    }

}

/*==================================================
        KAVISH ADVANTAGE
==================================================*/

.ke-advantage-wrapper {

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 15px 45px rgba(0, 0, 0, .05);

}

/*=========================================
        ITEM
=========================================*/

.ke-advantage-item {

    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 28px 30px;

    height: 100%;

    transition: .35s;

    border-bottom: 1px solid #ececec;

}

.ke-advantage-item:hover {

    background: #fffaf3;

}

.ke-advantage-item span {

    flex-shrink: 0;

    width: 46px;

    height: 46px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 18px;

    box-shadow: 0 8px 20px rgba(202, 129, 18, .22);

    transition: .35s;

}

.ke-advantage-item:hover span {

    transform: rotate(360deg) scale(1.08);

}

.ke-advantage-item h4 {

    margin: 0 0 8px;

    font-size: 19px;

    font-weight: 700;

    color: #222;

    transition: .3s;

}

.ke-advantage-item:hover h4 {

    color: #CA8112;

}

.ke-advantage-item p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*=========================================
        COLUMN DIVIDER
=========================================*/

@media(min-width:992px) {

    .ke-advantage-wrapper .col-lg-6:nth-child(odd) {

        border-right: 1px solid #ececec;

    }

}

/*=========================================
        LAST ROW
=========================================*/

.ke-advantage-wrapper .col-lg-12 .ke-advantage-item {

    border-bottom: none;

    background: #fafafa;

}

.ke-advantage-wrapper .col-lg-12 .ke-advantage-item:hover {

    background: #fff7eb;

}

/*=========================================
        RESPONSIVE
=========================================*/

@media(max-width:991px) {

    .ke-advantage-item {

        padding: 24px;

    }

    .ke-advantage-wrapper .col-lg-6 {

        border-right: none;

    }

}

@media(max-width:767px) {

    .ke-advantage-wrapper {

        border-radius: 18px;

    }

    .ke-advantage-item {

        gap: 15px;

        padding: 20px;

    }

    .ke-advantage-item span {

        width: 40px;

        height: 40px;

        font-size: 16px;

    }

    .ke-advantage-item h4 {

        font-size: 17px;

    }

    .ke-advantage-item p {

        font-size: 14px;

        line-height: 1.7;

    }

}

/*==================================================
                FINAL CTA
==================================================*/

.ke-final-cta-wrapper {

    background: linear-gradient(135deg, #1d1d1d, #2d2d2d);

    border-radius: 24px;

    padding: 60px;

    position: relative;

    overflow: hidden;

}

.ke-final-cta-wrapper::before {

    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    background: rgba(238, 161, 36, .08);

    border-radius: 50%;

    top: -120px;

    right: -80px;

}

.ke-final-cta-wrapper::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    border: 2px dashed rgba(255, 255, 255, .08);

    border-radius: 50%;

    bottom: -80px;

    left: -60px;

}

/* Content */

.ke-final-cta-wrapper .ke-subtitle {

    color: #EEA124;

}

.ke-final-cta-wrapper .ke-title {

    color: #fff;

    font-size: 22px;

    margin: 15px 0;

}

.ke-final-cta-wrapper .ke-description {

    color: rgba(255, 255, 255, .82);

    font-size: 16px;

    line-height: 1.9;

    margin: 0;

}

/* Buttons */

.ke-cta-buttons {

    display: flex;

    flex-direction: column;

    gap: 16px;

}

.ke-btn-primary,
.ke-btn-whatsapp,
.ke-btn-call {

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    font-weight: 600;

    font-size: 16px;

    height: 56px;

    border-radius: 12px;

    transition: .35s;

}

.ke-btn-primary {

    background: #EEA124;

    color: #fff;

}

.ke-btn-primary:hover {

    background: #CA8112;

    color: #fff;

}

.ke-btn-whatsapp {

    background: #25D366;

    color: #fff;

}

.ke-btn-whatsapp:hover {

    background: #1ea952;

    color: #fff;

}

.ke-btn-call {

    background: #fff;

    color: #222;

}

.ke-btn-call:hover {

    background: #f3f3f3;

    color: #222;

}

@media(max-width:991px) {

    .ke-final-cta-wrapper {

        padding: 40px 30px;

    }

    .ke-cta-buttons {

        margin-top: 35px;

    }

}

@media(max-width:767px) {

    .ke-final-cta-wrapper {

        padding: 30px 20px;

        border-radius: 18px;

    }

    .ke-btn-primary,
    .ke-btn-whatsapp,
    .ke-btn-call {

        height: 52px;

        font-size: 15px;

    }

}

/*--------------------------------------------*/


/*==================================================
        SPECIFICATION TABLE
==================================================*/

.ke-specification-wrapper {

    background: #fff;

    border-radius: 24px;

    padding: 55px;

    border: 1px solid #ececec;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);

}

/*=============================*/

.ke-spec-table {

    margin: 0;

    border-collapse: separate;

    border-spacing: 0;

    overflow: hidden;

    border-radius: 18px;

}

/*=============================*/

.ke-spec-table thead th {

    background: #1f2c49;

    color: #fff;

    font-size: 16px;

    font-weight: 700;

    padding: 18px 20px;

    text-align: center;

    border: none;

}

.ke-spec-table thead th:first-child {
    width: 260px;
    border-radius: 16px 0 0 0;
}

.ke-spec-table thead th:last-child {
    border-radius: 0 16px 0 0;
}

/*=============================*/

.ke-spec-table tbody td {

    padding: 18px 20px;

    font-size: 15px;

    color: #555;

    vertical-align: middle;

    border-bottom: 1px solid #ececec;

}

.ke-spec-table tbody td:first-child {

    font-weight: 700;

    color: #222;

    background: #fafafa;

}

.ke-spec-table tbody tr:nth-child(even) {

    background: #fcfcfc;

}

.ke-spec-table tbody tr:hover {

    background: #fff8ef;

}

.ke-spec-table tbody tr:last-child td {

    border-bottom: none;

}

/*=============================*/

.ke-spec-note {

    margin-top: 35px;

    padding: 22px 28px;

    background: #fff7eb;

    border-left: 5px solid #EEA124;

    border-radius: 12px;

    color: #555;

    line-height: 1.8;

    font-size: 15px;

}

.ke-spec-note strong {

    color: #CA8112;

}

/*=============================5 HP Cold Press Oil Machine====================*/

@media(max-width:991px) {

    .ke-specification-wrapper {

        padding: 35px;

    }

}

@media(max-width:767px) {

    .ke-specification-wrapper {

        padding: 20px;

        border-radius: 18px;

    }

    .ke-spec-table {

        min-width: 760px;

    }

    .ke-spec-table thead th {

        font-size: 15px;

        padding: 15px;

    }

    .ke-spec-table tbody td {

        font-size: 14px;

        padding: 15px;

    }

    .ke-spec-note {

        padding: 18px;

        font-size: 14px;

    }

}

/*==========================
    BUSINESS CARD
==========================*/

.ke-business-card {

    background: #fff;

    border: 1px solid #e8e8e8;

    border-radius: 18px;

    padding: 35px 25px;

    text-align: center;

    height: 100%;

    transition: .35s;

    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);

}

.ke-business-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .10);

}

/*==========================
        ICON
==========================*/

.ke-business-icon {

    width: 78px;

    height: 78px;

    margin: 0 auto 22px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    font-size: 30px;

    transition: .35s;

    box-shadow: 0 12px 28px rgba(202, 129, 18, .25);

}

.ke-business-card:hover .ke-business-icon {

    transform: rotate(12deg) scale(1.08);

}

/*==========================
        TITLE
==========================*/

.ke-business-card h4 {

    font-size: 20px;

    font-weight: 700;

    color: #1d2b4f;

    margin-bottom: 12px;

    line-height: 1.4;

}

/*==========================
      DESCRIPTION
==========================*/

.ke-business-card p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*==========================
      RESPONSIVE
==========================*/

@media(max-width:991px) {

    .ke-business-card {

        padding: 30px 20px;

    }

}

@media(max-width:767px) {

    .ke-business-card {

        padding: 28px 18px;

    }

    .ke-business-icon {

        width: 64px;

        height: 64px;

        font-size: 24px;

        margin-bottom: 18px;

    }

    .ke-business-card h4 {

        font-size: 18px;

    }

    .ke-business-card p {

        font-size: 14px;

        line-height: 1.7;

    }

}

/*==================================================
            SEEDS SUPPORTED SECTION
==================================================*/



.ke-seed-card {

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 18px;

    padding: 30px 20px;

    text-align: center;

    height: 100%;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.ke-seed-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .10);

}

/*==================================================
                EMOJI ICON
==================================================*/

.ke-seed-icon {

    width: 78px;

    height: 78px;

    margin: 0 auto 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 38px;

    border-radius: 50%;

    border: 1px solid rgba(238, 161, 36, .25);

    transition: .35s;

}

.ke-seed-card:hover .ke-seed-icon {

    transform: rotate(10deg) scale(1.12);

    background: linear-gradient(135deg, #EEA124, #CA8112);

}

/*==================================================
                TITLE
==================================================*/

.ke-seed-card h4 {

    margin: 0;

    font-size: 19px;

    font-weight: 700;

    color: #1d2b4f;

    transition: .3s;

}

.ke-seed-card:hover h4 {

    color: #CA8112;

}

/*==================================================
                NOTE BOX
==================================================*/

.ke-seed-note {

    margin-top: 45px;

    padding: 30px;

    background: #fff8ef;

    border-left: 5px solid #EEA124;

    border-radius: 14px;

}

.ke-seed-note h5 {

    margin-bottom: 12px;

    font-size: 20px;

    font-weight: 700;

    color: #1d2b4f;

}

.ke-seed-note p {

    margin: 0;

    color: #666;

    font-size: 16px;

    line-height: 1.9;

}

/*==================================================
                RESPONSIVE
==================================================*/

@media(max-width:991px) {

    .ke-seeds-wrapper {

        padding: 40px;

    }

}

@media(max-width:767px) {

    .ke-seeds-wrapper {

        padding: 25px;

        border-radius: 18px;

    }

    .ke-seed-card {

        padding: 22px 15px;

    }

    .ke-seed-icon {

        width: 62px;

        height: 62px;

        font-size: 30px;

        margin-bottom: 16px;

    }

    .ke-seed-card h4 {

        font-size: 16px;

        line-height: 1.4;

    }

    .ke-seed-note {

        padding: 20px;

    }

    .ke-seed-note h5 {

        font-size: 18px;

    }

    .ke-seed-note p {

        font-size: 14px;

        line-height: 1.8;

    }

}

/*==================================================
        FEATURE LIST (IN-HOUSE MANUFACTURING)
==================================================*/

.ke-feature-list {

    display: flex;

    flex-direction: column;

    gap: 22px;

}

.ke-feature-item {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    padding: 22px;

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 16px;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);

}

.ke-feature-item:hover {

    transform: translateY(-6px);

    border-color: #EEA124;

    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);

}

.ke-feature-item i {

    width: 52px;

    height: 52px;

    border-radius: 50%;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    flex-shrink: 0;

}

.ke-feature-item h4 {

    font-size: 20px;

    font-weight: 700;

    color: #1d2b4f;

    margin-bottom: 8px;

}

.ke-feature-item p {

    margin: 0;

    font-size: 15px;

    line-height: 1.8;

    color: #666;

}

/*==================================================
        SUPPORT SECTION
==================================================*/

.ke-support-wrapper {

    background: #fff;

    padding: 60px;

    border-radius: 24px;

    border: 1px solid #ececec;

    box-shadow: 0 20px 60px rgba(0, 0, 0, .06);

}

/*==================================================
        SUPPORT CARD
==================================================*/

.ke-support-card {

    background: #fff;

    border: 1px solid #ececec;

    border-radius: 18px;

    padding: 35px 25px;

    text-align: center;

    height: 100%;

    transition: .35s;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);

}

.ke-support-card:hover {

    transform: translateY(-8px);

    border-color: #EEA124;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .10);

}

.ke-support-card i {

    width: 78px;

    height: 78px;

    margin: 0 auto 20px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg, #EEA124, #CA8112);

    color: #fff;

    font-size: 30px;

    transition: .35s;

}

.ke-support-card:hover i {

    transform: rotate(12deg) scale(1.08);

}

.ke-support-card h4 {

    font-size: 20px;

    font-weight: 700;

    color: #1d2b4f;

    margin-bottom: 12px;

}

.ke-support-card p {

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 1.8;

}

/*==================================================
        IMAGE
==================================================*/

.ke-manufacturing-img {

    border-radius: 22px;

    overflow: hidden;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.ke-manufacturing-img img {

    width: 100%;

    transition: .5s;

}

.ke-manufacturing-img:hover img {

    transform: scale(1.05);

}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:991px) {

    .ke-support-wrapper {

        padding: 40px;

    }

    .ke-feature-list {

        margin-top: 15px;

    }

}

@media(max-width:767px) {

    .ke-support-wrapper {

        padding: 25px;

        border-radius: 18px;

    }

    .ke-feature-item {

        padding: 18px;

        gap: 15px;

    }

    .ke-feature-item i {

        width: 45px;

        height: 45px;

        font-size: 17px;

    }

    .ke-feature-item h4 {

        font-size: 18px;

    }

    .ke-feature-item p {

        font-size: 14px;

        line-height: 1.7;

    }

    .ke-support-card {

        padding: 28px 20px;

    }

    .ke-support-card i {

        width: 65px;

        height: 65px;

        font-size: 24px;

    }

    .ke-support-card h4 {

        font-size: 18px;

    }

    .ke-support-card p {

        font-size: 14px;

        line-height: 1.7;

    }

}


/*=============================
    QUALITY PAGE
==============================*/

.ke-section-heading {
    margin-bottom: 20px;
}

.ke-subtitle {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ca8112;
    margin-bottom: 12px;
}

.ke-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1d;
    margin-bottom: 25px;
}

.ke-description {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 18px;
}

.ke-description:last-child {
    margin-bottom: 0;
}

.ke-section-heading img,
.ke-quality-image img {
    border-radius: 20px;
}

/*=============================
QUALITY CARDS
==============================*/

.ke-quality-card {
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    text-align: center;
    height: 100%;
    border: 1px solid #ededed;
    transition: .35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

.ke-quality-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #EEA124, #CA8112);
    transform: scaleX(0);
    transition: .4s;
}

.ke-quality-card:hover::before {
    transform: scaleX(1);
}

.ke-quality-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.ke-quality-card i {
    width: 85px;
    height: 85px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #EEA124, #CA8112);
    color: #fff;
    font-size: 34px;
    box-shadow: 0 12px 25px rgba(238, 161, 36, .35);
    transition: .35s;
}

.ke-quality-card:hover i {
    transform: rotateY(180deg);
}

.ke-quality-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.4;
}

.ke-quality-card p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.ke-quality-card:hover h4 {
    color: #ca8112;
}

/*=============================
SECTION SPACING
==============================*/

.section-space {
    padding: 50px 0;
}

.ke-shape-section {
    position: relative;
    /*background:#f8f9fb;*/
}

.top-shape,
.bottom-shape {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
}

.top-shape {
    top: 0;
}

.bottom-shape {
    bottom: 0;
}

.top-shape img,
.bottom-shape img {
    width: 100%;
}

.ke-shape-section .container {
    position: relative;
    z-index: 2;
}

/*=============================
IMAGE
==============================*/

img.img-fluid {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

/*=============================
RESPONSIVE
==============================*/

@media(max-width:1199px) {

    .ke-title {
        font-size: 36px;
    }

}

@media(max-width:991px) {

    .section-space {
        padding: 90px 0;
    }

    .ke-title {
        font-size: 32px;
    }

    .ke-description {
        font-size: 16px;
    }

    .ke-quality-card {
        padding: 30px 25px;
    }

    .ke-quality-card h4 {
        font-size: 22px;
    }

}

@media(max-width:767px) {

    .section-space {
        padding: 70px 0;
    }

    .ke-title {
        font-size: 28px;
    }

    .ke-description {
        font-size: 15px;
        line-height: 1.8;
    }

    .ke-quality-card {
        padding: 25px;
    }

    .ke-quality-card i {
        width: 70px;
        height: 70px;
        font-size: 28px;
    }

    .ke-quality-card h4 {
        font-size: 20px;
    }

    .ke-quality-card p {
        font-size: 15px;
    }

}

@media(max-width:575px) {

    .ke-title {
        font-size: 24px;
    }

    .ke-subtitle {
        font-size: 13px;
        letter-spacing: 1px;
    }

}








/*--------------lightbox----------------*/
.product-img-inner {
    display: inline-block;
    text-align: center;

    clear: both;

}

.block {
    display: inline-block;
    background-color: #ccc;
    border-radius: 5px;
    padding: 8px;
}

/*-----------------------------*/

.swiper-slide {
    text-align: center;
}

/* Image Box */
.seeds-slide {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 10px;
    background: #fff;
}

/* Animated Dashed Border */
.seeds-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px dashed #d4a017;
    border-radius: 24px;
    pointer-events: none;
    transition: .4s;
}

/* Image */
.seeds-slide img {
    width: 100%;
    display: block;
    border-radius: 18px;
    transition: transform .6s ease;
}

/* Hover Effects */
.swiper-slide:hover .seeds-slide img {
    transform: scale(1.12);
}

.swiper-slide:hover .seeds-slide::before {
    border-color: #ffb300;
    border: 2px solid #d4a017;
    box-shadow: 0 0 18px rgba(255, 179, 0, .35);
}

/* Title */
.seeds-name {
    margin-top: 5px;
}

.seeds-name p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.swiper-slide:hover .seeds-name p {
    color: #d4a017;
}


.imgborder1px img {
    border: 1px solid #D98A18;
}



.compare-btn a {
    text-align: center;
    background: #D98A18;
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #fff;
}

.bg-f8f8f8{
    background: #f8f8f8;
}
/*D98A18 */