/* Start custom CSS for html, class: .elementor-element-2cfc335 *//* =========================================
   TOP & BOTTOM CAP BOXES
   ABOUT SECTION WITH IMAGE
========================================= */

.tbc-about-section {
    width: 100%;

    padding: 50px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.tbc-about-wrap {
    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    gap: 60px;

    align-items: center;
}


/* =========================================
   CONTENT
========================================= */

.tbc-about-content {
    max-width: 680px;
}

.tbc-about-label {
    display: block;

    margin-bottom: 9px;

    color: #92715f;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.tbc-about-content h2 {
    margin: 0 0 22px;

    color: #292929;

    font-size: 43px;

    line-height: 1.08;

    font-weight: 400;
}

.tbc-about-content h2 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   PARAGRAPHS
========================================= */

.tbc-about-content p {
    margin: 0 0 13px;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}

.tbc-about-content p b,
.tbc-about-content p strong {
    color: #3f332d;

    font-weight: 700;
}


/* =========================================
   IMAGE
========================================= */

.tbc-about-image {
    position: relative;

    width: 100%;

    height: 520px;

    overflow: hidden;

    background: #e8ddd5;
}

.tbc-about-image::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    border: 1px solid rgba(90,52,32,0.13);

    border-radius: 50%;

    z-index: 1;
}

.tbc-about-image img {
    position: relative;

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    z-index: 2;

    transition: transform 0.5s ease;
}

.tbc-about-image:hover img {
    transform: scale(1.04);
}


/* =========================================
   IMAGE LABEL
========================================= */

.tbc-image-label {
    position: absolute;

    left: 20px;
    bottom: 20px;

    z-index: 5;

    padding: 13px 18px;

    background: #5a3420;

    color: #ffffff;
}

.tbc-image-label span {
    display: block;

    color: #d9b9a8;

    font-size: 8px;

    font-weight: 700;

    letter-spacing: 1.5px;
}

.tbc-image-label strong {
    display: block;

    margin-top: 3px;

    color: #ffffff;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .5px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-about-section {
        padding: 55px 20px;
    }

    .tbc-about-wrap {
        gap: 40px;
    }

    .tbc-about-content h2 {
        font-size: 37px;
    }

    .tbc-about-content p {
        font-size: 12px;
    }

    .tbc-about-image {
        height: 450px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .tbc-about-section {
        padding: 45px 18px;
    }

    .tbc-about-wrap {
        display: flex;

        flex-direction: column;

        gap: 30px;
    }

    .tbc-about-content {
        max-width: 100%;
    }

    .tbc-about-content h2 {
        font-size: 33px;
    }

    .tbc-about-content p {
        font-size: 12px;

        line-height: 1.7;
    }

    .tbc-about-image {
        width: 100%;

        height: 400px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-about-section {
        padding: 40px 15px;
    }

    .tbc-about-content h2 {
        font-size: 29px;
    }

    .tbc-about-content p {
        font-size: 11.5px;
    }

    .tbc-about-image {
        height: 340px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ddb56e *//* =========================================
   TOP & BOTTOM CAP BOXES
   NEW KEY FEATURES DESIGN
========================================= */

.tbc-new-features {
    width: 100%;

    padding: 50px 20px;

    background: #f1ebe5;

    overflow: hidden;
}

.tbc-new-features-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   TOP AREA
========================================= */

.tbc-new-features-top {
    display: grid;

    grid-template-columns: 1fr 0.7fr;

    gap: 80px;

    align-items: end;

    padding-bottom: 38px;

    border-bottom: 1px solid #d4c6bb;
}

.tbc-new-features-top span {
    display: block;

    margin-bottom: 8px;

    color: #916a54;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}

.tbc-new-features-top h2 {
    margin: 0;

    color: #292522;

    font-size: 42px;

    line-height: 1.1;

    font-weight: 400;
}

.tbc-new-features-top h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.tbc-new-features-top > p {
    margin: 0;

    color: #6c625c;

    font-size: 13px;

    line-height: 1.8;
}


/* =========================================
   FEATURE AREA
========================================= */

.tbc-new-feature-area {
    display: grid;

    grid-template-columns: 0.28fr 1fr;

    gap: 55px;

    padding-top: 40px;
}


/* =========================================
   LEFT SIDE
========================================= */

.tbc-new-feature-left {
    position: relative;

    min-height: 420px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    padding-bottom: 5px;
}

.tbc-new-feature-left::after {
    content: "";

    position: absolute;

    top: 0;

    right: 0;

    width: 1px;

    height: 100%;

    background: #d4c6bb;
}

.tbc-feature-big-number {
    color: #d3c3b8;

    font-size: 105px;

    line-height: .8;

    font-weight: 800;

    letter-spacing: -8px;
}

.tbc-feature-big-text {
    display: flex;

    flex-direction: column;

    gap: 5px;
}

.tbc-feature-big-text strong {
    color: #5a3420;

    font-size: 13px;

    letter-spacing: 2px;
}

.tbc-feature-big-text span {
    color: #88766b;

    font-size: 11px;
}


/* =========================================
   FEATURE GRID
========================================= */

.tbc-new-feature-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 45px;

    row-gap: 0;
}


/* =========================================
   FEATURE ITEM
========================================= */

.tbc-new-feature-item {
    position: relative;

    min-height: 175px;

    padding: 0 0 25px;

    margin-bottom: 2px;

    border-bottom: 1px solid #d4c6bb;

    transition: transform .3s ease;
}

.tbc-new-feature-item:hover {
    transform: translateY(-4px);
}


/* =========================================
   NUMBER
========================================= */

.tbc-new-feature-item > span {
    display: block;

    margin-bottom: 18px;

    color: #a68b79;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   TITLE
========================================= */

.tbc-new-feature-item h3 {
    margin: 0 0 9px;

    color: #342d29;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;

    transition: color .3s ease;
}

.tbc-new-feature-item:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.tbc-new-feature-item p {
    max-width: 320px;

    margin: 0;

    color: #706761;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-new-features {
        padding: 55px 20px;
    }

    .tbc-new-features-top {
        gap: 40px;
    }

    .tbc-new-features-top h2 {
        font-size: 36px;
    }

    .tbc-new-feature-area {
        grid-template-columns: 0.22fr 1fr;

        gap: 35px;
    }

    .tbc-feature-big-number {
        font-size: 80px;
    }

    .tbc-new-feature-grid {
        column-gap: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tbc-new-features {
        padding: 45px 18px;
    }

    .tbc-new-features-top {
        display: block;

        padding-bottom: 28px;
    }

    .tbc-new-features-top h2 {
        font-size: 30px;

        margin-bottom: 15px;
    }

    .tbc-new-features-top > p {
        font-size: 12px;
    }

    .tbc-new-feature-area {
        display: block;

        padding-top: 30px;
    }

    .tbc-new-feature-left {
        min-height: auto;

        display: block;

        padding: 0 0 25px;

        margin-bottom: 30px;

        border-bottom: 1px solid #d4c6bb;
    }

    .tbc-new-feature-left::after {
        display: none;
    }

    .tbc-feature-big-number {
        display: inline-block;

        margin-right: 12px;

        font-size: 55px;

        letter-spacing: -4px;
    }

    .tbc-feature-big-text {
        display: inline-flex;

        vertical-align: middle;
    }

    .tbc-new-feature-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .tbc-new-feature-item {
        min-height: auto;

        padding-bottom: 20px;

        margin-bottom: 20px;
    }

    .tbc-new-feature-item h3 {
        font-size: 16px;
    }

    .tbc-new-feature-item p {
        max-width: 100%;

        font-size: 11.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-new-features {
        padding: 40px 15px;
    }

    .tbc-new-features-top h2 {
        font-size: 27px;
    }

    .tbc-feature-big-number {
        font-size: 48px;
    }

    .tbc-new-feature-item h3 {
        font-size: 15px;
    }

    .tbc-new-feature-item p {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aedb96d *//* =========================================
   TOP & BOTTOM CAP BOX TYPES
   CLEAN HORIZONTAL DESIGN
========================================= */

.tbc-types-section {
    width: 100%;

    padding: 50px 20px;

    background: #ffffff;

    overflow: hidden;
}

.tbc-types-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.tbc-types-heading {
    max-width: 720px;

    margin: 0 auto 40px;

    text-align: center;
}

.tbc-types-heading span {
    display: block;

    margin-bottom: 8px;

    color: #92715f;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2px;
}

.tbc-types-heading h2 {
    margin: 0 0 11px;

    color: #292929;

    font-size: 39px;

    line-height: 1.15;

    font-weight: 400;
}

.tbc-types-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.tbc-types-heading p {
    margin: 0;

    color: #6c6661;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   TYPES GRID
========================================= */

.tbc-types-list {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #d9d1cb;

    border-left: 1px solid #d9d1cb;
}


/* =========================================
   TYPE ITEM
========================================= */

.tbc-type-item {
    min-height: 190px;

    padding: 22px 22px;

    border-right: 1px solid #d9d1cb;

    border-bottom: 1px solid #d9d1cb;

    background: #ffffff;

    transition:
        background 0.3s ease,
        padding-left 0.3s ease;
}

.tbc-type-item:hover {
    background: #f5eee8;

    padding-left: 27px;
}


/* =========================================
   TOP LINE
========================================= */

.tbc-type-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;
}

.tbc-type-top span {
    color: #a58b7a;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.tbc-type-top em {
    color: #92715f;

    font-size: 13px;

    font-style: normal;

    font-weight: 700;

    letter-spacing: 1.4px;
}


/* =========================================
   TITLE
========================================= */

.tbc-type-item h3 {
    margin: 0 0 10px;

    color: #352e2a;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.tbc-type-item:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.tbc-type-item p {
    max-width: 300px;

    margin: 0;

    color: #706963;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-types-section {
        padding: 55px 20px;
    }

    .tbc-types-heading h2 {
        font-size: 35px;
    }

    .tbc-type-item {
        min-height: 180px;

        padding: 19px;
    }

    .tbc-type-item h3 {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tbc-types-section {
        padding: 45px 18px;
    }

    .tbc-types-heading {
        margin-bottom: 30px;
    }

    .tbc-types-heading h2 {
        font-size: 30px;
    }

    .tbc-types-heading p {
        font-size: 12px;
    }

    .tbc-types-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .tbc-type-item {
        min-height: 175px;

        padding: 17px;
    }

    .tbc-type-top {
        margin-bottom: 20px;
    }

    .tbc-type-item h3 {
        font-size: 14px;
    }

    .tbc-type-item p {
        font-size: 11px;

        line-height: 1.6;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-types-section {
        padding: 40px 15px;
    }

    .tbc-types-heading h2 {
        font-size: 27px;
    }

    .tbc-types-list {
        grid-template-columns: 1fr;
    }

    .tbc-type-item {
        min-height: auto;

        padding: 17px 15px;
    }

    .tbc-type-item h3 {
        font-size: 15px;
    }

    .tbc-type-item p {
        max-width: 100%;

        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 *//* =========================================
   TOP & BOTTOM CAP BOXES
   CUSTOMIZATION + BRANDING
========================================= */

.tbc-custom-section {
    width: 100%;
    padding: 50px 20px;
    background: #f5efe9;
    overflow: hidden;
}

.tbc-custom-wrap {
    max-width: 1150px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: start;
}


/* =========================================
   COMMON LABEL
========================================= */

.tbc-custom-label {
    display: block;
    margin-bottom: 10px;

    color: #92715f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}


/* =========================================
   MAIN HEADINGS
========================================= */

.tbc-custom-left h2,
.tbc-branding h2 {
    margin: 0 0 17px;

    color: #292929;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 400;
}

.tbc-custom-left h2 strong,
.tbc-branding h2 strong {
    color: #5a3420;
    font-weight: 700;
}


/* =========================================
   INTRO / DESCRIPTION
========================================= */

.tbc-custom-intro,
.tbc-branding > p {
    margin: 0 0 30px;

    color: #625b55;

    font-size: 14px;
    line-height: 1.8;
}


/* =========================================
   CUSTOMIZATION LIST
========================================= */

.tbc-custom-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 40px;

    border-top: 1px solid #d7cbc2;
}


/* =========================================
   CUSTOM ITEM
========================================= */

.tbc-custom-item {
    display: flex;

    gap: 15px;

    padding: 19px 0;

    border-bottom: 1px solid #d7cbc2;

    transition: padding-left .3s ease;
}

.tbc-custom-item:hover {
    padding-left: 7px;
}


/* NUMBER */

.tbc-custom-item > span {
    flex: 0 0 30px;

    color: #a18573;

    font-size: 11px;

    font-weight: 800;
}


/* TITLE */

.tbc-custom-item h3 {
    margin: 0 0 7px;

    color: #3b322d;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 700;

    transition: color .3s ease;
}

.tbc-custom-item:hover h3 {
    color: #5a3420;
}


/* DESCRIPTION */

.tbc-custom-item p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   BRANDING SIDE
========================================= */

.tbc-branding {
    padding-left: 45px;

    border-left: 1px solid #d4c6bb;
}


/* BRANDING LIST */

.tbc-branding-elements {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 30px;

    row-gap: 0;

    border-top: 1px solid #d7cbc2;
}

.tbc-branding-elements div {
    padding: 15px 0;

    border-bottom: 1px solid #d7cbc2;

    color: #4b4039;

    font-size: 13px;

    font-weight: 600;
}

.tbc-branding-elements span {
    margin-right: 9px;

    color: #5a3420;

    font-size: 14px;

    font-weight: 800;
}


/* =========================================
   BRANDING NOTE
========================================= */

.tbc-branding-note {
    margin-top: 25px;

    padding-left: 17px;

    border-left: 3px solid #5a3420;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-custom-section {
        padding: 55px 20px;
    }

    .tbc-custom-wrap {
        gap: 40px;
    }

    .tbc-custom-left h2,
    .tbc-branding h2 {
        font-size: 35px;
    }

    .tbc-custom-intro,
    .tbc-branding > p {
        font-size: 13px;
    }

    .tbc-custom-item h3 {
        font-size: 15px;
    }

    .tbc-custom-item p {
        font-size: 12px;
    }

    .tbc-branding {
        padding-left: 30px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .tbc-custom-section {
        padding: 45px 18px;
    }

    .tbc-custom-wrap {
        display: block;
    }

    .tbc-custom-left h2,
    .tbc-branding h2 {
        font-size: 31px;
    }

    .tbc-custom-intro,
    .tbc-branding > p {
        font-size: 13px;

        line-height: 1.75;
    }

    .tbc-custom-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .tbc-custom-item {
        padding: 17px 0;
    }

    .tbc-custom-item h3 {
        font-size: 16px;
    }

    .tbc-custom-item p {
        font-size: 12.5px;

        line-height: 1.7;
    }

    .tbc-branding {
        margin-top: 40px;

        padding: 35px 0 0;

        border-left: none;

        border-top: 1px solid #d4c6bb;
    }

    .tbc-branding-elements {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 20px;
    }

    .tbc-branding-elements div {
        font-size: 12px;

        padding: 13px 0;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-custom-section {
        padding: 40px 15px;
    }

    .tbc-custom-left h2,
    .tbc-branding h2 {
        font-size: 28px;
    }

    .tbc-custom-item h3 {
        font-size: 15px;
    }

    .tbc-custom-item p {
        font-size: 12px;
    }

    .tbc-branding-elements div {
        font-size: 11.5px;
    }

    .tbc-branding-note {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdad985 *//* =========================================
   TOP & BOTTOM CAP BOXES
   APPLICATIONS SECTION
========================================= */

.tbc-applications-section {
    width: 100%;

    padding: 50px 20px;

    background: #ffffff;

    overflow: hidden;
}

.tbc-applications-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.tbc-applications-heading {
    max-width: 780px;

    margin: 0 auto 45px;

    text-align: center;
}

.tbc-applications-heading span {
    display: block;

    margin-bottom: 9px;

    color: #92715f;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 2px;
}

.tbc-applications-heading h2 {
    margin: 0 0 13px;

    color: #292929;

    font-size: 39px;

    line-height: 1.15;

    font-weight: 400;
}

.tbc-applications-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.tbc-applications-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   APPLICATION GRID
========================================= */

.tbc-applications-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 45px;

    row-gap: 0;

    border-top: 1px solid #ddd5cf;
}


/* =========================================
   APPLICATION ITEM
========================================= */

.tbc-application-item {
    display: flex;

    gap: 16px;

    padding: 23px 0;

    border-bottom: 1px solid #ddd5cf;

    transition:
        transform 0.3s ease,
        padding-left 0.3s ease;
}

.tbc-application-item:hover {
    padding-left: 7px;

    transform: translateY(-2px);
}


/* =========================================
   NUMBER ICON
========================================= */

.tbc-app-icon {
    width: 39px;

    height: 39px;

    flex: 0 0 39px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #f1e8e1;

    color: #5a3420;

    font-size: 10px;

    font-weight: 800;

    transition: all 0.3s ease;
}

.tbc-application-item:hover .tbc-app-icon {
    background: #5a3420;

    color: #ffffff;
}


/* =========================================
   TITLE
========================================= */

.tbc-application-item h3 {
    margin: 0 0 7px;

    color: #382f2a;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.tbc-application-item:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.tbc-application-item p {
    margin: 0;

    color: #706963;

    font-size: 12.5px;

    line-height: 1.65;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-applications-section {
        padding: 55px 20px;
    }

    .tbc-applications-heading h2 {
        font-size: 35px;
    }

    .tbc-applications-grid {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 35px;
    }

    .tbc-application-item h3 {
        font-size: 15px;
    }

    .tbc-application-item p {
        font-size: 12px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tbc-applications-section {
        padding: 45px 18px;
    }

    .tbc-applications-heading {
        margin-bottom: 30px;
    }

    .tbc-applications-heading h2 {
        font-size: 30px;
    }

    .tbc-applications-heading p {
        font-size: 12px;
    }

    .tbc-applications-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .tbc-application-item {
        padding: 17px 0;
    }

    .tbc-app-icon {
        width: 35px;

        height: 35px;

        flex-basis: 35px;
    }

    .tbc-application-item h3 {
        font-size: 15px;
    }

    .tbc-application-item p {
        font-size: 12px;

        line-height: 1.65;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-applications-section {
        padding: 40px 15px;
    }

    .tbc-applications-heading h2 {
        font-size: 27px;
    }

    .tbc-application-item h3 {
        font-size: 14px;
    }

    .tbc-application-item p {
        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-01271b0 *//* =========================================
   TOP & BOTTOM CAP BOXES
   MANUFACTURING PROCESS
   HORIZONTAL TIMELINE
========================================= */

.tbc-process-section {
    width: 100%;

    padding: 65px 20px;

    background: #f3eee9;

    overflow: hidden;
}

.tbc-process-wrap {
    max-width: 1200px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.tbc-process-heading {
    max-width: 760px;

    margin: 0 auto 42px;

    text-align: center;
}

.tbc-process-heading span {
    display: block;

    margin-bottom: 9px;

    color: #92715f;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}

.tbc-process-heading h2 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 400;
}

.tbc-process-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.tbc-process-heading p {
    margin: 0;

    color: #69615b;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   HORIZONTAL SCROLL
========================================= */

.tbc-process-scroll {
    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    padding: 10px 0 18px;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

    scrollbar-color: #9a7865 #ddd4cd;
}


/* Chrome / Edge Scrollbar */

.tbc-process-scroll::-webkit-scrollbar {
    height: 6px;
}

.tbc-process-scroll::-webkit-scrollbar-track {
    background: #ddd4cd;

    border-radius: 10px;
}

.tbc-process-scroll::-webkit-scrollbar-thumb {
    background: #9a7865;

    border-radius: 10px;
}


/* =========================================
   TRACK
========================================= */

.tbc-process-track {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(9, minmax(225px, 225px));

    width: max-content;

    padding: 10px 35px 20px;
}


/* =========================================
   CONNECTING LINE
========================================= */

.tbc-process-track::before {
    content: "";

    position: absolute;

    top: 31px;

    left: 145px;

    right: 145px;

    height: 1px;

    background: #c5b5aa;

    z-index: 0;
}


/* =========================================
   STEP
========================================= */

.tbc-process-step {
    position: relative;

    width: 225px;

    padding: 0 17px;

    z-index: 1;
}


/* =========================================
   TOP NUMBER
========================================= */

.tbc-process-top {
    display: flex;

    align-items: center;

    height: 45px;

    margin-bottom: 24px;
}

.tbc-process-top span {
    width: 43px;

    height: 43px;

    flex: 0 0 43px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f3eee9;

    border: 1px solid #9b7d6b;

    border-radius: 50%;

    color: #5a3420;

    font-size: 10px;

    font-weight: 800;

    transition: all .3s ease;
}

.tbc-process-step:hover .tbc-process-top span {
    background: #5a3420;

    color: #ffffff;

    border-color: #5a3420;

    transform: scale(1.08);
}


/* =========================================
   TITLE
========================================= */

.tbc-process-step h3 {
    min-height: 45px;

    margin: 0 0 10px;

    color: #352d28;

    font-size: 16px;

    line-height: 1.4;

    font-weight: 700;

    transition: color .3s ease;
}

.tbc-process-step:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.tbc-process-step p {
    margin: 0;

    color: #6d6560;

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-process-section {
        padding: 55px 20px;
    }

    .tbc-process-heading h2 {
        font-size: 35px;
    }

    .tbc-process-track {
        grid-template-columns:
            repeat(9, minmax(220px, 220px));
    }

    .tbc-process-step {
        width: 220px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .tbc-process-section {
        padding: 45px 18px;
    }

    .tbc-process-heading {
        margin-bottom: 30px;
    }

    .tbc-process-heading h2 {
        font-size: 30px;
    }

    .tbc-process-heading p {
        font-size: 12px;
    }

    .tbc-process-track {
        grid-template-columns:
            repeat(9, minmax(215px, 215px));

        padding-left: 20px;

        padding-right: 40px;
    }

    .tbc-process-step {
        width: 215px;

        padding: 0 13px;
    }

    .tbc-process-step h3 {
        font-size: 15px;
    }

    .tbc-process-step p {
        font-size: 11.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-process-section {
        padding: 40px 15px;
    }

    .tbc-process-heading h2 {
        font-size: 27px;
    }

    .tbc-process-track {
        grid-template-columns:
            repeat(9, minmax(205px, 205px));

        padding-left: 15px;

        padding-right: 35px;
    }

    .tbc-process-step {
        width: 205px;
    }

    .tbc-process-step h3 {
        font-size: 14px;
    }

    .tbc-process-step p {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adefce *//* =========================================
   TOP & BOTTOM CAP BOXES
   CTA - COLOURED DESIGN
========================================= */

.tbc-final-cta {
    width: 100%;
    padding: 0px 20px;

    background: #eee4dc;

    overflow: hidden;
}

.tbc-final-cta-inner {
    max-width: 1150px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1.4fr .6fr;

    align-items: stretch;

    border: 1px solid rgba(90, 52, 32, 0.18);

    background: #e5d7cc;
}


/* =========================================
   LEFT CONTENT
========================================= */

.tbc-final-cta-main {
    padding: 50px 65px 50px 45px;

    background: #e5d7cc;
}


/* LABEL */

.tbc-final-cta-label {
    display: block;

    margin-bottom: 12px;

    color: #76513d;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* TITLE */

.tbc-final-cta-main h2 {
    margin: 0;

    color: #302723;

    font-size: 46px;

    line-height: 1.08;

    font-weight: 400;
}

.tbc-final-cta-main h2 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}


/* LINE */

.tbc-final-cta-line {
    width: 60px;

    height: 3px;

    margin: 22px 0;

    background: #5a3420;
}


/* DESCRIPTION */

.tbc-final-cta-main p {
    max-width: 760px;

    margin: 0 0 12px;

    color: #5e554f;

    font-size: 14px;

    line-height: 1.8;
}

.tbc-final-cta-main p b {
    color: #4b2a19;

    font-weight: 700;
}


/* =========================================
   RIGHT SIDE
========================================= */

.tbc-final-cta-action {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 50px 38px;

    background: #5a3420;

    position: relative;

    overflow: hidden;
}


/* Decorative Line */

.tbc-final-cta-action::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    right: -80px;
    top: -80px;

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 50%;
}

.tbc-final-cta-action::after {
    content: "";

    position: absolute;

    width: 110px;
    height: 110px;

    right: -50px;
    top: -50px;

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 50%;
}


/* SMALL LABEL */

.tbc-final-cta-small {
    position: relative;

    z-index: 2;

    display: block;

    margin-bottom: 12px;

    color: #d9b9a8;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;
}


/* RIGHT TITLE */

.tbc-final-cta-action h3 {
    position: relative;

    z-index: 2;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: 28px;

    line-height: 1.2;

    font-weight: 400;
}

.tbc-final-cta-action h3 strong {
    display: block;

    color: #f0d5c5;

    font-weight: 700;
}


/* RIGHT DESCRIPTION */

.tbc-final-cta-action p {
    position: relative;

    z-index: 2;

    margin: 0 0 25px;

    color: #dfcfc5;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   BUTTON
========================================= */

.tbc-final-cta-btn {
    position: relative;

    z-index: 2;

    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    width: fit-content;

    padding: 14px 20px;

    background: #f0d5c5;

    color: #4d2b1b;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    transition: all .3s ease;
}

.tbc-final-cta-btn span {
    font-size: 18px;

    line-height: 1;
}

.tbc-final-cta-btn:hover {
    background: #ffffff;

    color: #5a3420;

    gap: 32px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .tbc-final-cta {
        padding: 55px 20px;
    }

    .tbc-final-cta-main {
        padding: 45px 35px;
    }

    .tbc-final-cta-main h2 {
        font-size: 38px;
    }

    .tbc-final-cta-action {
        padding: 40px 28px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 700px) {

    .tbc-final-cta {
        padding: 45px 18px;
    }

    .tbc-final-cta-inner {
        display: block;
    }

    .tbc-final-cta-main {
        padding: 35px 25px;
    }

    .tbc-final-cta-main h2 {
        font-size: 32px;
    }

    .tbc-final-cta-main p {
        font-size: 13px;

        line-height: 1.75;
    }

    .tbc-final-cta-action {
        padding: 35px 25px;
    }

    .tbc-final-cta-action h3 {
        font-size: 25px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .tbc-final-cta {
        padding: 40px 15px;
    }

    .tbc-final-cta-main {
        padding: 30px 20px;
    }

    .tbc-final-cta-main h2 {
        font-size: 28px;
    }

    .tbc-final-cta-main p {
        font-size: 12px;
    }

    .tbc-final-cta-action {
        padding: 30px 20px;
    }

    .tbc-final-cta-action h3 {
        font-size: 23px;
    }

}/* End custom CSS */