.top-main-section {
    background-image: url(./images/top-bg-1-min.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 50px 0px 50px;
}

.top-main-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.top-main-left {
    flex: 1;
    width: 50%;
}

.brand-logo {
    width: clamp(300px, 20vw, 350px);
}

.top-p-note {
    color: var(--white);
    margin-bottom: 20px;
}

.top-p-note2 p {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: clamp(16px, 2vw, 20px);
}

.top-p-note2 {
    font-size: 18px;
}

.top-main-text {
    position: relative;
}

.hambai {
    position: absolute;
    width: 25%;
    height: auto;
    top: -36%;
    right: 30px;
}


.top-main-text h1 span {
    background: linear-gradient(90deg, #F12711 0%, #F5AF19 100%);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: transparent;
    color: var(--white);
    font-size: clamp(22px, 4vw, 45px);
    padding: 10px 15px;
    margin-bottom: 25px;
    font-weight: bold;
    display: inline-block;
}

.check-list {
    border: 1px solid var(--orange);
    padding: 15px 15px;
    background-color: var(--white);
    border-radius: 10px;
    max-width: 500px;
    margin-top: 15px;
}

.checklist-item {
    margin-bottom: 5px;
    font-size: clamp(14px, 2.1vw, 18px);
}

.checklist-item span {
    color: var(--orange);
}

.top-main-right {
    flex: 1;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.top-form-right {
    background-color: var(--white);
    padding: 30px;
}

.top-form-right h2 {
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .top-form-right {
        padding: 30px 10px;
    }

    .hambai {
        position: absolute;
        width: 25%;
        height: auto;
        top: -27%;
        right: 0px;
    }

}

.main-cta-button {
    display: none;
}

@media (max-width: 767px) {
    .top-main-section {
        background-position: top;
        background-size: inherit;
        height: 51%;
    }

    .hambai {
        position: absolute;
        width: 25%;
        height: auto;
        top: -36%;
        right: 12px;
    }
}

@media (max-width: 767px) {
    .top-main-wrap {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .brand-logo {
        width: clamp(260px, 71vw, 300px);
    }

    .top-main-left {
        width: 100%;
    }

    .top-main-text {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .top-main-text h1 span {
        font-size: clamp(18px, 5.8vw, 36px);
        padding: 10px 7px;
        margin-bottom: 10px;
        font-weight: bold;
        display: inline-block;
    }

    .check-list {
        max-width: 767px;
    }

    .main-cta-button {
        display: block;
        margin: 0 auto;
        font-weight: bold;
        width: 100%;
        max-width: 400px;
        text-align: center;
        margin-bottom: 30px;
        color: var(--white);
        padding: 20px 25px;
        font-size: clamp(20px, 3vw, 24px);
        text-decoration: none;
        border-radius: 6px;
        background: transparent linear-gradient(180deg, #F12711 0%, #F5AF19 100%) 0% 0% no-repeat padding-box;
        transition: background-color 0.3s ease;
    }

    .top-main-right {
        max-width: 100%;
    }

    .top-form-right {
        padding: 30px 30px;
    }
}

@media (max-width: 370px) {
    .top-form-right {
        padding: 30px 15px;
    }

    .hambai {
        position: absolute;
        width: 28%;
        height: auto;
        top: -33%;
        right: 30px;
    }
}

/* .problems-section {
    position: relative;
    color: var(--white);
    padding: 30px 0px;
    z-index: 1;
    overflow: hidden;
} */

.problems-section {
    position: relative;
    padding: 70px 0;
    z-index: 1;
    background-image: url(./images/tri-banner-2-bg.webp);
    background-attachment: fixed;
    /* This enables parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.problems-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #00000050 40%, #00000050);
    z-index: -1;
}

/* .parallax-bg {
    position: absolute;
    top: -64px;
    left: 0;
    width: 100%;
    height: 104%;
    background-image: url(./images/tri-banner-2-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
    will-change: transform;
} */

.problems-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.problems-container .main-heading {
    color: var(--white);
}

.tri-banner-mb {
    display: none;
}

@media (max-width: 600px) {
    .tri-banner-pc {
        display: none;
    }

    .tri-banner-mb {
        display: block;
    }
}

.tri-ai-camera {
    text-align: center;
    padding: 20px 0px 50px;
}

.tri-ai-camera img {
    width: 70px;
}

.tri-ai-camera h2 {
    font-size: clamp(20px, 4vw, 40px);
}

.tri-ai-camera span {
    color: var(--orange);
}

/*  */
.introduction-example {
    background-color: #FFF4DB;
    padding: 50px 0px;
}

.ie-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.ie-card {
    background-color: var(--white);
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ie-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ie-card-content {
    padding: 20px;
}

.ie-card-content h2 {
    font-size: 18px;
    margin: 0 0 10px;
}

.ie-highlight {
    color: #f26922;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.ie-card-content p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}

/*  */



/* feature */
.section-feature {
    padding: 70px 0px;
}


.ribbon {
    width: 50px;
    padding: 10px 0;
    position: absolute;
    top: -7px;
    left: 14px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: var(--main-color);
    background: linear-gradient(180deg, #F12711 0%, #F5AF19 100%);
    z-index: 1;
}

.ribbon span {
    display: block;
    font-size: 40px;
    line-height: 50px;
}

.ribbon:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #8D5A20;
    border-right: 6px solid transparent;
}

.ribbon:before,
.ribbon:after {
    content: "";
    position: absolute;
}

.ribbon:after {
    height: 0;
    width: 0;
    bottom: -23.5px;
    left: 0;
    border-left: 25px solid #f5ab17;
    border-right: 25px solid #f5ab17;
    border-bottom: 25px solid transparent;
}

.main-heading {
    text-align: center;
    font-size: clamp(23px, 3vw, 40px);
    font-weight: 600;
    color: var(--black);
    margin-bottom: 3rem;
    line-height: 1.5;
    position: relative;
}

.main-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--orange);
    margin: 0.5rem auto 0;
}

.feature-block {
    background-color: var(--white);
    border-radius: 12px;
    padding: 24px 16px 16px;
    margin-bottom: 3.5rem;
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
    align-items: center;
}
.feature-block:last-child{
    margin-bottom: 0rem;
}

.feature-text-wrap {
    width: 50%;
}

.feature-title {
    margin-left: 70px;
}

.feature-title h3 {
    font-size: clamp(18px, 5vw, 30px);

}

.feature-block figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: 30px;
    justify-content: space-between;
}

.feature-fig-2 img {
    width: 46%;
}

.feature-fig-3 img {
    width: 30%;
}

.feature-fig-06 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feature-fig-06 img {
    width: 31.33%;
}


/* .feature-fig-pc {
    width: 100%;
    max-width: clamp(300px, 42vw, 500px);
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
} */

.feature-fig-mb {
    display: none;
}

@media (max-width: 700px) {

    .feature-block {
        padding: 10px;
    }

    .feature-text-wrap {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .ribbon {
        width: 35px;
        font-size: 10px;
    }

    .ribbon span {
        font-size: 24px;
        line-height: 30px;
    }

    .ribbon:after {
        border-left: 17px solid #f5ab17;
        border-right: 18px solid #f5ab17;
    }

    .feature-title {
        margin-left: 50px;
    }

    .feature-fig-06 {
        justify-content: center;
        gap: 10px;
        margin-top: -10px;
    }

    .feature-fig-06 img {
        width: 47%;
    }
}


.section-tri-camera {
    position: relative;
    padding: 70px 0;
    z-index: 1;
    background-image: url(./images/top-bg-2-min.webp);
    background-attachment: fixed;
    /* This enables parallax */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tri-camer-ttt p {
    max-width: 1024px;
    margin: 0 auto;
    color: var(--white);
    font-weight: 500;
    font-size: clamp(26px, 4vw, 40px);
    letter-spacing: normal;
}

.parallax-bg-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    will-change: transform;
}

.flow-section {
    padding: 30px 0px 70px;
}

.container-wrapper {
    overflow-x: auto;
    cursor: grab;
}

.flow-container {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.step {
    text-align: center;
    position: relative;
}

/* .step::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -145px;
    height: 1px;
    background-color: #f7931e;
} */

.step:not(:last-child)::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    right: -150px;
    height: 1px;
    z-index: 1;
    border-top: 3px solid var(--black);
}


.step-circle {
    border: 3px solid var(--black);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background: var(--black);
    position: relative;
    z-index: 3;
}

.step-circle img {
    width: 60px;
    height: 60px;
}

.step-title {
    margin-top: 10px;
    font-size: 16px;
}

.mbSucrose {
    display: block;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: var(--black);
}

/* Optional Scrollbar Styling */
.container-wrapper::-webkit-scrollbar {
    height: 8px;
}

.container-wrapper::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 4px;
}

.container-wrapper::-webkit-scrollbar-track {
    background: transparent;
}


@media (max-width: 600px) {
    .flow-container {
        width: 768px;
        align-items: flex-start;
    }

    .step-circle {
        width: 100px;
        height: 100px;
    }

    .step:not(:last-child)::after {
        right: -100px;
    }

    .step-circle img {
        width: 40px;
        height: 40px;
    }
}


/* faq  */
.tri-faq-section {
    background-color: var(--white);
    padding: 50px 0px 50px;
}

.tri-faq {
    margin-top: 70px;
}

.tri-faq-container-wrap {
    margin: 40px auto 1px;
}

.tri-faq-item {
    margin: 20px 0;
    overflow: hidden;
}

.tri-faq-question {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    align-items: flex-start;
    display: flex;
    color: var(--white);
    padding: 10px 10px 10px 10px;
    background-color: var(--orange);
    z-index: 2;
}

.tri-faq-opened {
    background-color: var(--main-color) !important;
    border-top: 1px solid #F5F5F5;
    box-shadow: 1px 3px 6px #00000029;
}


.q-icon {
    font-size: 20px;
    margin-right: 10px;
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    height: 28px;
    width: 28px;
    line-height: 26px;
}

.a-icon {
    font-size: 20px;
    color: var(--orange);
    position: absolute;
    font-weight: bold;
    left: 14px;
    top: 14px;
}

.tri-faq-answer {
    /* display: none; */
    position: relative;
    padding: 15px 15px 15px 15px;
    margin-bottom: 10px;
    transition-duration: 500ms;
    background: var(--white) 0% 0% no-repeat padding-box;
    transition-property: all;
    transition: max-height 0.3s ease-in-out;
    transition-timing-function: ease-in;
    border-top: none;
    border: 1px solid var(--light-grey);
}

.tri-faq-answer p {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 16px;
}

.tri-faq-answer p span {
    font-weight: bold;
}

.tri-faq-answer p a {
    color: var(--secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.tri-faq-sign {
    font-size: 1.2em;
    margin-right: 5px;
}

.tri-faq-icon {
    position: absolute;
    right: 10px;
    font-size: 25px;
    color: var(--white)
}

.footer-banner {
    padding: 0px 0px 30px;
}

.footer-banner figure {
    position: relative;
}

.footer-banner figure a {
    position: absolute;
    left: 50%;
    bottom: 10%;
    height: 18%;
    width: 44.5%;
    background-color: transparent;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 1;
}

/* tri-cta-form-section */
.tri-cta-form-section {
    padding: 70px 0px;
    background: #FFF4DB;
}

.form-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.quote-form label {
    display: block;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
}

.quote-form br {
    display: none;
}

.label-note {
    color: gray;
}

.required {
    background-color: #ff4ca0;
    color: var(--white);
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: 8px;
    vertical-align: middle;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 8px;
    background-color: var(--white);
    box-sizing: border-box;
}

.top-form-right label {
    font-size: clamp(14px, 2vw, 16px);
    display: block;
    margin-bottom: 3px;
}

.top-form-right h2.main-heading {
    font-size: clamp(22px, 2vw, 40px);
}

.top-form-right input[type="text"],
.top-form-right input[type="email"],
.top-form-right input[type="tel"],
.top-form-right textarea {
    width: 100%;
    padding: 6px 14px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 4px;
    margin-bottom: 8px;
    background-color: var(--white);
    box-sizing: border-box;
}


textarea {
    height: 120px;
    resize: vertical;
}

/* button[type="submit"] {
    background-color: var(--black);
    color: var(--white);
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: 20px auto 0;
    transition: background-color 0.3s ease;
} */

.quote-form input[type="submit"] {
    background-color: #111;
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: background-color 0.3s ease;
}

/*  */
.tri-footer {
    padding-top: 30px;
}

.footer-inner-wrap {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.footer-left-logo h2 {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
}

.footer-inner-wrap p {
    font-size: clamp(16px, 4vw, 20px);
    font-weight: 500;
}

.footer-inner-wrap figure {
    max-width: 230px;
}

.footer-right-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-copy-right {
    padding: 10px 5px;
    background-color: #EDEDED;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-inner-wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .footer-left-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-right-logo {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}