/* =========================================================
   GOOGLE FONT
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');


/* =========================================================
   GLOBAL FONT
   ========================================================= */

.kg-wrapper,
.kg-wrapper *,
#kgMorphSection,
#kgMorphSection * {
    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   WRAPPER
   ========================================================= */

.kg-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(180deg, #faf8f3, #f3eee7);
    position: relative;
    overflow: hidden;
}


/* =========================================================
   BACKGROUND VECTOR
   ========================================================= */

.kg-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("https://demo.kginnovation.in/wp-content/uploads/2026/03/Vector-scaled.jpg") center / cover no-repeat;
    opacity: .10;
    z-index: 0;
}


/* =========================================================
   TOP RIGHT CORNER
   ========================================================= */

.kg-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: #efe8df;
    border-bottom-left-radius: 200px;
    z-index: 1;
}


/* =========================================================
   BOTTOM LEFT CORNER
   ========================================================= */

.corner-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: #efe8df;
    border-top-right-radius: 200px;
    z-index: 1;
}


/* =========================================================
   PRODUCT BOX
   ========================================================= */

.kg-product-box {
    width: 100%;
    max-width: 1100px;
    background: #fff;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}


/* =========================================================
   ACCORDION ITEM
   ========================================================= */

.kg-accordion-item {
    margin-bottom: 20px;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0e7db;
    overflow: hidden;
}


/* =========================================================
   ACCORDION TITLE
   ========================================================= */

.kg-accordion-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;

    padding: 22px 30px;

    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;

    color: #7d5e40;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* =========================================================
   ACCORDION ICON
   ========================================================= */

.kg-icon {
    width: 28px;
    height: 28px;

    background: #caa278;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-family: "Cormorant Garamond", serif !important;
    font-size: 18px;
    font-weight: 400;

    border-radius: 50%;
    transition: .4s;
}


.kg-accordion-item.active .kg-icon {
    transform: rotate(45deg);
}


/* =========================================================
   ACCORDION CONTENT
   ========================================================= */

.kg-accordion-content {
    max-height: 0;
    overflow: hidden;

    transition: max-height .5s ease;

    padding: 0 30px;

    font-family: "Cormorant Garamond", serif !important;
}


.kg-accordion-item.active .kg-accordion-content {
    padding: 15px 30px 30px;
}


/* =========================================================
   TABLE
   ========================================================= */

.kg-table {
    width: 100%;

    border-collapse: separate;
    border-spacing: 0;

    background: #faf8f5;

    border: 1px solid #e4d6c3;
    border-radius: 10px;

    overflow: hidden;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 18px !important;
    font-weight: 400 !important;
    font-style: normal !important;

    font-variant: normal !important;
    font-variant-numeric: normal !important;
    font-feature-settings: normal !important;
}


/* =========================================================
   TABLE BODY
   ========================================================= */

.kg-table tbody {
    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   TABLE ROW
   ========================================================= */

.kg-table tr {
    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   ALTERNATE ROW COLOR
   ========================================================= */

.kg-table tr:nth-child(odd) {
    background: #e9e1d7;
}


/* =========================================================
   TABLE CELLS
   IMPORTANT:
   WoodMart was changing TD to display:flex.
   We reset it here.
   ========================================================= */

.kg-table td,
.kg-table th {
    display: table-cell !important;

    vertical-align: middle !important;

    min-height: 0 !important;

    padding: 18px 20px !important;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 18px !important;

    font-weight: 400 !important;

    font-style: normal !important;

    line-height: 1.5 !important;

    letter-spacing: 0.5px !important;

    color: #7d5e40;

    text-transform: none !important;

    font-variant: normal !important;

    font-variant-numeric: normal !important;

    font-feature-settings: normal !important;
}


/* =========================================================
   FIRST TABLE COLUMN
   ========================================================= */

.kg-table td:first-child,
.kg-table th:first-child {

    width: 35% !important;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 18px !important;

    font-weight: 400 !important;

    font-style: normal !important;

    color: #7d5e40 !important;
}


/* =========================================================
   SECOND TABLE COLUMN
   NUMBERS + VALUES
   ========================================================= */

.kg-table td:last-child,
.kg-table th:last-child {

    width: 65% !important;

    text-align: left !important;

    font-family: "Cormorant Garamond", serif !important;

    font-size: 18px !important;

    font-weight: 400 !important;

    font-style: normal !important;

    color: #7d5e40 !important;

    font-variant: normal !important;

    font-variant-numeric: normal !important;

    font-feature-settings: normal !important;
}


/* =========================================================
   FORCE ALL ELEMENTS INSIDE TABLE CELLS
   ========================================================= */

.kg-table td *,
.kg-table th * {

    font-family: "Cormorant Garamond", serif !important;

    font-size: inherit !important;

    font-weight: 400 !important;

    font-style: normal !important;

    line-height: inherit !important;

    letter-spacing: inherit !important;

    font-variant: normal !important;

    font-variant-numeric: normal !important;

    font-feature-settings: normal !important;
}


/* =========================================================
   SPANS
   ========================================================= */

.kg-table td span,
.kg-table th span {

    font-family: "Cormorant Garamond", serif !important;

    font-weight: 400 !important;

    font-style: normal !important;
}


/* =========================================================
   STRONG / BOLD / EM
   ========================================================= */

.kg-table td strong,
.kg-table td b,
.kg-table td em,

.kg-table th strong,
.kg-table th b,
.kg-table th em {

    font-family: "Cormorant Garamond", serif !important;

    font-weight: 400 !important;

    font-style: normal !important;
}


/* =========================================================
   PRODUCT SPECIFICATION HEADING
   ========================================================= */

.kg-wrapper h1,
.kg-wrapper h2,
.kg-wrapper h3,
.kg-wrapper h4,
.kg-wrapper h5,
.kg-wrapper h6 {

    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   PARAGRAPHS / TEXT
   ========================================================= */

.kg-wrapper p,
.kg-wrapper span,
.kg-wrapper a,
.kg-wrapper button,
.kg-wrapper div {

    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   MORPH VIDEO SECTION
   ========================================================= */

#kgMorphSection {
    position: relative;
    background: white;

    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   MORPH STICKY
   ========================================================= */

#kgMorphSection .kp-sticky {
    position: sticky;
    top: 0;

    height: 100vh;

    overflow: hidden;
}


/* =========================================================
   MAIN VIDEO
   ========================================================= */

#kgMorphSection .kp-wide {
    position: absolute;

    width: 100%;
    height: 100%;

    transition: .7s ease;

    z-index: 1;
}


#kgMorphSection .kp-wide video {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   CENTER VIDEO
   ========================================================= */

#kgMorphSection .kp-center-wrap {

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, 20%);

    opacity: 0;

    transition: all .8s ease;

    z-index: 2;
}


/* =========================================================
   VERTICAL VIDEO
   ========================================================= */

#kgMorphSection .kp-vertical {

    width: 360px;
    height: 500px;
}


#kgMorphSection .kp-vertical video {

    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 28px;

    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.35);
}


/* =========================================================
   PRODUCTS
   ========================================================= */

#kgMorphSection .kp-product {

    position: absolute;

    width: 340px;

    top: 50%;

    transform: translateY(40%);

    opacity: 0;

    transition: all .8s ease;

    z-index: 3;
}


/* =========================================================
   LEFT PRODUCT
   ========================================================= */

#kgMorphSection .kp-left {
    left: 6%;
}


/* =========================================================
   RIGHT PRODUCT
   ========================================================= */

#kgMorphSection .kp-right {
    right: 6%;
}


/* =========================================================
   PRODUCT SHOWCASE
   ========================================================= */

.kp-showcase {

    background: #f3efe9;

    border-radius: 32px;

    padding: 45px 30px;

    text-align: center;

    border: 1px solid #e2c8a0;

    box-shadow:
        0 35px 80px rgba(0, 0, 0, 0.18),
        inset 0 0 60px rgba(201, 167, 122, 0.15);

    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   PRODUCT IMAGE
   ========================================================= */

.kp-showcase img {

    width: 250px;

    margin-bottom: 25px;

    transition: .4s;
}


/* =========================================================
   HOVER FLOAT
   ========================================================= */

.kp-showcase:hover img {

    transform: translateY(-10px) scale(1.05);
}


/* =========================================================
   PRODUCT TITLE
   ========================================================= */

.kp-showcase h3 {

    font-family: "Cormorant Garamond", serif !important;

    font-size: 24px;

    font-weight: 600;

    font-style: normal;

    letter-spacing: 2px;

    color: #6a5436;
}


/* =========================================================
   MORPH SECTION TEXT
   ========================================================= */

#kgMorphSection h1,
#kgMorphSection h2,
#kgMorphSection h3,
#kgMorphSection h4,
#kgMorphSection h5,
#kgMorphSection h6,
#kgMorphSection p,
#kgMorphSection span,
#kgMorphSection a,
#kgMorphSection button,
#kgMorphSection div {

    font-family: "Cormorant Garamond", serif !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .kg-wrapper {
        padding: 50px 15px;
    }


    .kg-product-box {
        padding: 35px 20px;
    }


    .kg-accordion-title {
        font-size: 18px;
        padding: 18px 20px;
    }


    .kg-accordion-content {
        padding-left: 20px;
        padding-right: 20px;
    }


    .kg-accordion-item.active .kg-accordion-content {
        padding: 15px 20px 25px;
    }


    /* TABLE MOBILE */

    .kg-table {
        font-size: 15px !important;
    }


    .kg-table td,
    .kg-table th {

        display: table-cell !important;

        padding: 14px 12px !important;

        font-family: "Cormorant Garamond", serif !important;

        font-size: 15px !important;

        font-weight: 400 !important;

        line-height: 1.4 !important;

        letter-spacing: 0.3px !important;

        font-variant: normal !important;

        font-variant-numeric: normal !important;

        font-feature-settings: normal !important;
    }


    .kg-table td:first-child,
    .kg-table td:last-child {

        width: auto !important;
    }


    /* MORPH MOBILE */

    #kgMorphSection .kp-product {
        display: none;
    }


    #kgMorphSection .kp-vertical {

        width: 220px;
        height: 320px;
    }

}


/* =========================================================
   EXTRA SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .kg-wrapper {
        padding: 35px 10px;
    }


    .kg-product-box {
        padding: 25px 12px;
        border-radius: 15px;
    }


    .kg-accordion-title {
        padding: 16px 15px;
        font-size: 16px;
        letter-spacing: 1.2px;
    }


    .kg-table td,
    .kg-table th {

        padding: 12px 10px !important;

        font-size: 14px !important;
    }


    .kg-table td:first-child {
        width: 38% !important;
    }


    .kg-table td:last-child {
        width: 62% !important;
    }

}