section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.custom-text {
    h4 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 54px;
        color: #4A4B4C;
    }

    .title-linear {
        background: var(--main-color);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    p {
        color: #101828;
        font-size: 20px;
        font-weight: 400;
        line-height: 130%;
    }

    @media screen and (max-width:768px) {
        h4 {
            font-size: 24px;
            line-height: 34px;
        }

        p {
            font-size: 18px;
            /* text-align: justify; */
        }
    }
}

.sec-about-one {
    @media screen and (max-width:768px) {
        padding-bottom: 0 !important;
    }
}

.sec-about-two {
    .row {
        .col {
            .col-inner {
                .text-des {
                    p {
                        color: #101828;
                        font-size: 20px;
                        font-weight: 500;
                        line-height: 140%;
                        margin-bottom: 0;
                        /* 28px */
                    }
                }
            }
        }
    }

    @media screen and (max-width:768px) {
        padding-top: 0 !important;
    }
}


.sec-about-three {
    .row {
        .col {
            .col-inner {
                .custom-tab {
                    ul.nav {
                        width: 30%;

                        li {
                            text-align: center;

                            a {
                                display: flex;
                                align-items: center;
                                justify-content: center;

                                span {
                                    transition: all 0.3s ease;
                                }
                            }

                            &:last-child {
                                border-top: none;
                            }

                            &.active {
                                a {
                                    span {
                                        background: var(--main-color);
                                        background-clip: text;
                                        -webkit-background-clip: text;
                                        -webkit-text-fill-color: transparent;
                                        font-size: 32px;
                                        font-style: normal;
                                        font-weight: 700;
                                        line-height: 130%;
                                        /* 41.6px */
                                        letter-spacing: 0.96px;
                                        transition: all 0.3s ease;
                                    }
                                }
                            }
                        }
                    }

                    .tab-panels {
                        border-left: none;
                        padding: 16px;
                        border-radius: 16px;
                        border: 1px solid var(--border-color);
                        background: #FFF;

                        .img-mb {
                            img {
                                margin-bottom: 24px;
                            }
                        }
                    }

                    @media screen and (max-width:768px) {
                        flex-flow: nowrap;
                        flex-direction: column;
                        align-items: center;
                        justify-content: center;

                        ul.nav {
                            display: flex;
                            flex-direction: row;
                            width: 90% !important;
                            margin-bottom: 10px;

                            li {
                                &.active {
                                    a {
                                        span {

                                            font-size: 24px !important;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

.sec-about-four {
    .row {
        .col {
            .col-inner {}

            &.custom-img-box {
                .col-inner {
                    border-radius: 8px;
                    overflow: hidden;
                    box-shadow: 0 1.771px 10.893px 0 rgba(255, 255, 255, 0.25);

                    .box {

                        .box-text {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            z-index: 2;

                            h4 {
                                color: #FFF;
                                font-size: 24px;
                                font-weight: 700;
                                line-height: 34px;
                                margin-bottom: 20px;
                            }

                            p {
                                color: #FFF;
                                font-size: 16px;
                                font-weight: 500;
                                line-height: normal;
                            }
                        }
                    }

                    &:hover {
                        cursor: pointer;

                        .overlay {

                            border-radius: 8px;
                            background: var(--main-color);
                            backdrop-filter: blur(20.634685516357422px);
                            overflow: hidden;
                        }
                    }
                }
            }
        }
    }
}

.sec-k-three {
    .row {
        .col {
            .col-inner {
                h3 {
                    color: rgba(0, 0, 0, 0.60);
                }
            }
        }
    }
}

.sec-about-five {
    background-color: var(--text-main-color);

    .row {
        .col {
            .col-inner {
                p {
                    color: #101828;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 130%;
                }

                h3 {
                    color: #FFF;
                    font-size: 48px;
                    font-weight: 700;
                    line-height: 120%;

                    /* 57.6px */
                    @media screen and (max-width:768px) {
                        font-size: 24px;
                    }
                }

                h4 {
                    color: #FFF;
                    font-size: 40px;
                    font-weight: 700;
                    line-height: 120%;

                    /* 48px */
                    @media screen and (max-width:768px) {
                        font-size: 24px;
                    }
                }

                .is-btn {
                    width: 350px;
                    border-radius: 999px;
                    border: 2px solid #FFF;
                    padding: 4px;
                    background: var(--main-color);
                    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

                    @media screen and (max-width:768px) {
                        width: 100%;
                    }
                }
            }
        }
    }
}

#form-contact {

    margin: 0 auto;
    padding: 48px 28px;
    border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #FFC800!important;
    background: #FFF;
    position: relative;

    .custom-col-k {


        p:not(p.cf7-submit-wrap) {
            margin-bottom: 10px !important;
        }

        .color-k-main {
            background: var(--main-color);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 600;
        }

        /* Container */
        .cf7-wrap {
            margin: 0 auto;
            padding: 48px 28px;
            border-radius: 20px;
            border-radius: 20px;
            border: 1px solid #FFC800;
            background: #FFF;
            position: relative;

            &::after {
                content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/Group-2085662448.png');
                position: absolute;
                top: 70%;
                right: -42px;
            }

            /* Title */
            .cf7-title {
                text-align: center;
                color: #f37a00;
                font-size: 36px;
                margin: 0 0 22px;
                font-weight: 700;
            }

            /* Labels */
            .cf7-label {
                display: block;
                margin: 18px 0 8px;
                color: #222;
                font-size: 16px;
            }

            /* Row (two columns) */
            .cf7-row {
                display: flex;
                gap: 20px;

                .cf7-col {
                    flex: 1;
                    display: flex;
                    flex-direction: column;

                    .cf7-label-inline {
                        display: block;
                        margin-bottom: 6px;
                        color: #333;
                    }
                }
            }

            /* Inputs and textarea */
            .cf7-input,
            .cf7-textarea,
            .wpcf7-form input[type="tel"],
            .wpcf7-form input[type="email"],
            .wpcf7-form input[type="text"] {
                width: 100%;
                box-sizing: border-box;
                padding: 25px 18px;
                border-radius: 12px;
                border: 1px solid rgba(0, 0, 0, 0.08);
                background: #fff;
                font-size: 15px;
                outline: none;
                box-shadow: none;
                transition: box-shadow .18s, border-color .18s;
                margin-top: 5px;
                margin-bottom: 0;
                font-weight: 500;
            }

            .wpcf7-select {
                width: 100%;
                box-sizing: border-box;
                /* 				padding: 25px 18px; */
                height: 56px;
                border-radius: 12px;
                border: 1px solid rgba(0, 0, 0, 0.08);
                /* 				background: #fff; */
                font-size: 15px;
                outline: none;
                box-shadow: none;
                transition: box-shadow .18s, border-color .18s;
                margin-top: 5px;
                margin-bottom: 0;
                font-weight: 500;
            }

            /* focus */
            .cf7-input:focus,
            .cf7-textarea:focus {
                border-color: rgba(246, 120, 20, 0.9);
                box-shadow: 0 6px 18px rgba(246, 120, 20, 0.08);
            }

            /* Textarea size */
            .cf7-textarea {
                min-height: 160px;
                resize: vertical;
                padding: 18px;
            }

            /* Submit button */
            .cf7-submit-wrap {
                text-align: center;

                .cf7-btn {
                    display: inline-block;
                    width: 100%;
                    padding: 10px 28px;
                    border-radius: 12px;
                    font-size: 18px;
                    font-weight: 700;
                    color: #fff;
                    border: 0;
                    text-transform: unset;
                    cursor: pointer;
                    background: var(--main-color);
                    box-shadow: 0 6px 20px rgba(246, 63, 16, 0.18);
                    margin-bottom: 0;
                    margin-top: 10px;
                }

            }

            @media screen and (max-width:768px) {
                .cf7-row {
                    flex-direction: column;
                }

                .cf7-wrap {
                    padding: 18px;
                }

                .cf7-title {
                    font-size: 28px;
                }
            }
        }

        @media screen and (max-width:768px) {
            .custom-box-text-k {
                padding: 45px 0;
                position: relative;

                &::after {
                    content: url('https://ktech7.k-tech-services.com/info999/wp-content/uploads/2025/11/vvvvv.png');
                    position: absolute;
                    right: 0;
                    bottom: 0;
                }
            }
        }
    }
}