/* Content Blocks Styles */

/* Common styles for all blocks */
.content-blocks-section {
    padding: 60px 0;
}

.content-blocks-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-title {
    margin-bottom: 30px;
}

.about-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.about-detail {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.service-title {
    margin-bottom: 20px;
    text-align: center;
}

.service-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.service-description {
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.service-items {
    margin-top: 30px;
}

.service-item {
    text-align: center;
    margin: 0;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.service-item-icon {
    margin-bottom: 15px;
}

.service-item-icon img {
    width: 80px;
    height: auto;
}

.service-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* Sub Item List Block */
.sub-item-list-block {
    padding: 40px 0;
    background-color: #f0f2f5;
}

.sub-item-title {
    margin-bottom: 40px;
    text-align: center;
}

.sub-item-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.sub-items {
    margin-top: 30px;
}

.sub-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.sub-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

.sub-item-icon {
    margin-bottom: 20px;
}

.sub-item-icon img {
    width: 60px;
    height: auto;
}

.sub-item-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.sub-item-description p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

/* Form Section Block */
.form-section-block {
    padding: 40px 0;
    background-color: #ffffff;
}

.form-section-title {
    margin-bottom: 30px;
    text-align: center;
}

.form-section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

/* Form styling */
.form-section-content form {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.form-section-content input[type="text"],
.form-section-content input[type="email"],
.form-section-content input[type="tel"],
.form-section-content textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.form-section-content input[type="submit"] {
    background-color: #0066cc;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.form-section-content input[type="submit"]:hover {
    background-color: #0052a3;
}

/* Image Content Block */
.image-content-block {
    padding: 60px 0;
    background-color: #ffffff;
}

.image-content-img {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.image-content-img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.image-content-img:hover img {
    transform: scale(1.03);
}

.image-content-title {
    margin-bottom: 20px;
}

.image-content-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.image-content-content {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
}

.tobin-nav-main-bar{
    min-height: 333px;
    position: relative;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    background-image: var(--nav-main-bg, none);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color, normal, normal;
    display: flex;
    .center-vertical {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .top-icon{
        height: 45px;
        width: auto;
        display: inline-block;
        img {
            height: 45px;
            width: auto;
            object-fit: contain;
        }
    }
    .top-label{
        font-weight: 600;
        font-size: 20px;
        line-height: 42px;
        letter-spacing: -0.04em;
        margin-left: 8px;
            color: var(--tobin-orange);
    }
    .main-title{
        margin-top: 10px;
        .title {
            max-width: 700px;
            font-weight: 600;
            font-size: 58px;
            line-height: 72px;
        }
        .description{
            max-width: 700px;
            font-weight: 600;
            font-size: 48px;
            line-height: 56px;
            margin-top: 20px;
        }
        .content{
            max-width: 700px;
            font-weight: 600;
            font-size: 28px;
            line-height: 34px;
            color: var(--tobin-orange);
            margin-top: 20px;
        }
        ul.tips{
            list-style-type: disc;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #E5E7EB;
            padding-left: 20px;
            margin-top: 20px;
            a{
                color: #E5E7EB;
            }
        }
    }
}
.tobin-nav-main-bar.increase-height{
    height: 540px;
    .center-vertical {
        height: 100%;
    }
}
/* About Content Block */
.about-content-block{
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #ffffff;
        .about-title{
            flex: 1;
            background: linear-gradient(130.06deg, #1C55E0 19.55%, #002982 85.61%);
            border-radius: 24px;
            padding: 32px;
            margin-bottom: 0;
            .title{
                font-weight: 600;
                font-size: 58px;
                line-height: 72px;
                letter-spacing: -0.03em;
                color: #ffffff;
            }
            .description{
                font-weight: 500;
                font-size: 36px;
                line-height: 40px;
                letter-spacing: -0.01em;
                color: #FFFFFF;
            }
        }
        .about-detail{
            height: 100%;
            display: flex;
            flex: 1;
            flex-direction: column;
            justify-content: space-between;
            font-size: 15px;
            line-height: 24px;
            color: #555555;
            .title{
                font-weight: 700;
                font-size: 15px;
                line-height: 24px;
                color: #555555;
            }
            .description{
                font-weight: 400;
                font-size: 15px;
                line-height: 24px;
                color: #555555;
        }
    }
   
}
/* Service List Block */
.service-list-block{
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #ffffff;
    .service-title {
        text-align: left;
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        color: var(--tobin-light-black);
    }
    .service-description {
        text-align: left;
        color: #555;
        max-width: none;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        color: #555555;

    }
    .service-items {
        margin-top: 0;
        .service-item{
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            .service-item-icon{
                width: 43px;
                height: 43px;
                img{
                    width: 43px;
                    height: 43px;
                    object-fit: contain;
                }
            }
            .service-item-title{
                text-align: left;
                font-weight: 600;
                font-size: 28px;
                line-height: 34px;
                letter-spacing: -0.04em;
                color: var(--tobin-light-black);
            }
            .sub-title{
                font-style: normal;
                font-weight: 600;
                font-size: 22px;
                line-height: 27px;
                letter-spacing: -0.04em;
                color: var(--tobin-light-black);
            }
        }
        .service-item:hover{
            transform: none;
            box-shadow: none;
        }
        
    }
    
}

.sub-item-list-block{
    background-color: #ffffff;
    cursor: pointer;
    .sub-item-title h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.01em;
        color: var(--tobin-light-black);
    }
    .sub-items{
        .sub-item{
            height: 100%;
            background-color: #09245F;
            border-radius: 16px;
            border: 4px solid #ffffff;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 24px 16px;
            margin-bottom: 0;
            text-decoration: none;
            .sub-item-icon img{
                width: 54px;
                height: 54px;
                object-fit: contain;
            }
            .sub-item-title{
                margin-bottom: 0;
                h3{
                    font-weight: 600;
                    font-size: 22px;
                    line-height: 27px;
                    text-align: center;
                    letter-spacing: -0.04em;
                    color: #FFFFFF;
                }
            }
            .sub-item-sub-title{
                font-weight: 500;
                font-size: 14px;
                line-height: 20px;
                text-align: center;
                letter-spacing: 0.06em;
                text-transform: uppercase;
                color: var(--tobin-orange);
                margin-bottom: 10px;
            }
            .sub-item-description {
                margin-bottom: 0;
                width: 100%;
                p{
                    font-weight: 400;
                    font-size: 15px;
                    line-height: 17px;
                    text-align: center;
                    color: #FFFFFF;
                }
            }
        }
        .sub-item:hover{
            border: 4px solid var(--tobin-orange);
            transform: none;
            box-shadow: none
        }
    }
}
.image-content-block{
    .image-content-img{
        box-shadow: none;
    }
    .image-content-content{
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #555555;
        ul{
            list-style-type: disc;
            li{
                margin-top: 20px;
            }
        }
    }
    .image-content-title{
        margin-top: 26px;
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -0.01em;
        color: #555555;
    }
    
}

.form-section-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(180deg, #000000 0%, #002982 100%);
    gap: 80px;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    padding-top: 40px;
    min-height: 800px;
    scroll-margin-top: 150px;
    .form-section-title {
        flex-shrink: 0;
        h2{
            font-weight: 600;
            font-size: 58px;
            line-height: 72px;
            text-align: center;
            letter-spacing: -0.03em;

            color: #FFFFFF;
        }
    }

    .form-section-description{
        display: block;
        color: #fff;
    }

    .form-section-content{
        color: #fff;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 400px;
        .gform_title, .gform_required_legend, gform_description{
            display: none;
        }
        form{
            background-color: transparent;
            .gform_body{
                .gfield_label{
                    font-weight: 500;
                    font-size: 16px;
                    line-height: 20px;
                    color: #F2F2F2;
                }
                .gfield_required{
                    color: #F2F2F2;
                }
                .gfield{
                    border-bottom: 1px solid #BBBBBB;
                }
                .ginput_container{
                    input, textarea{
                        color: #ffffff;
                        padding-left: 0px;
                        padding-right: 0px;
                        background: transparent;
                        border-color: transparent;
                        border-radius: 0;
                    }
                    input[type="text"]:focus,
                    input[type="email"]:focus,
                    input[type="tel"]:focus,
                    input[type="password"]:focus,
                    textarea:focus,
                    input[type="text"]:focus-visible,
                    input[type="email"]:focus-visible,
                    input[type="tel"]:focus-visible,
                    input[type="password"]:focus-visible,
                    textarea:focus-visible {
                        outline: none !important;
                        border-color: transparent !important;
                        box-shadow: none !important;
                    }
                    select.gfield_select:focus-visible {
                        outline: none !important;
                        border-color: transparent !important;
                        box-shadow: none !important;
                    }
                    select.gfield_select{
                        text-transform: none;
                        color: #ffffff;
                        background: transparent;
                        padding-left: 0px;
                        padding-right: 0px;
                        width: 100%;
                        box-shadow: none;
                        border-color: transparent;
                        border-radius: 0;
                    }
                    div.fancy-select, select.gfield_select{
                        text-transform: none !important;
                        color: #ffffff;
                        background: transparent;
                        padding-left: 0px;
                        padding-right: 0px;
                        width: 100%;
                        box-shadow: none;
                        border-color: transparent;
                        border-radius: 0;
                    }
                    div.fancy-select div.trigger{
                        color: #ffffff;
                        background: transparent;
                        padding-left: 0px;
                        padding-right: 0px;
                        width: 100%;
                        box-shadow: none;
                        border-color: transparent;
                        border-radius: 0;
                    }
                    div.fancy-select div.trigger::after{
                        border-top-color: #ffffff; 
                    }
                    div.fancy-select ul.options, option{
                        width: 100%;
                        background: rgba(255, 255, 255, .7);
                        padding: 0;
                        margin: 0;
                        li{
                            text-transform: none !important;
                        }
                    }
                    div.fancy-select ul.options li, option{
                        color: #0b0b0b;
                    }
                }
            }
            .gform_footer input[type="submit"]{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 8px 32px;
                gap: 10px;
                background: var(--tobin-orange);
                border-radius: 32px;
            }
        }
    }
    .position-absolute{
        position: absolute;
        height: 100%;
        right: 0;
        bottom: 0;
        width: 45%;
        img{
            width: 100%; 
            height: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            object-fit: cover;
            object-position: left;
        }
    }

}

  /* Slider */
#carouselCaptions{
    .carousel-inner {
        height: 540px;
    }
    .tobin-carousel-caption-text{
        max-width: 567px;
        h2{
            font-weight: 600;
            font-size: 42px;
            line-height: 48px;
            letter-spacing: -0.02em;
            color: #FFFFFF;
            text-align: left;
        }
        p{
            width: 567px;
            height: 58px;
            font-weight: 400;
            font-size: 24px;
            line-height: 29px;
            color: #FFFFFF;
            text-align: left;
        }
    }
    .carousel-item{
        width: 100%;
        height: 540px;
        .linear-gradient {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(180deg, rgba(0, 41, 130, 1) 0%, rgba(0, 41, 130, 0) 100%);
            padding: 2% 3%;
        }
        .tobin-carousel-source {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
        }
    }
    .tobin-carousel-caption-links {
        display: flex;
        flex-direction: row;
        gap: 16px;
        height: fit-content;
        .tobin-link {
            width: 185px;
            height: 180px;
            background-color: #09245F;
            border-radius: 16px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 12px;
            padding: 33px;
            font-weight: 600;
            font-size: 22px;
            line-height: 27px;
            text-align: center;
            letter-spacing: -0.04em;
            color: #FFFFFF;
            img {
                width: 44px;
                height: 44px;
                object-fit: contain;
            }
        }
    }
    .carousel-caption {
        top: 20px;
        display: flex;
        flex-direction: row;
        left: 0;
        right: 0;
        justify-content: center;
        padding: 10px;
    }
    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
}
.tobin-slider-extend-section{
    background: #F0F3F5;
    position: relative;
    .tobin-slider-extend-content{
        .title{
            font-weight: 400;
            font-size: 28px;
            line-height: 72px;
            display: flex;
            align-items: center;
            letter-spacing: -0.04em;
            color: var(--tobin-dark-blue);
        }
        .description{
            font-weight: 400;
            font-size: 13px;
            line-height: 18px;
            color: var(--tobin-dark-blue);
        }
    }
    .links{
        display: flex;
        flex-direction: row;
        align-items: center;

        .tobin-slider-extend-items{
            display: flex;
            flex-wrap: wrap;
            gap: 2%;
            .tobin-slider-extend-item{
                flex: 0 0 23.5%;
                max-width: 23.5%;
                margin: 2% 0;
                box-sizing: border-box;
                align-items: center;
                .tobin-link{
                    padding: 0;
                    background-color: transparent;
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 22px;
                    letter-spacing: -0.04em;
                    color: var(--tobin-orange);!important;
                    width: 100%;
                    border-radius: 0; 
                    text-decoration: none;
                    border: none;
                    align-items: center;
                    h3{
                        white-space: nowrap;
                        font-size: 18px;
                        line-height: 100%;
                        height: 100%;
                        overflow: visible;
                        letter-spacing: normal;
                        /*text-overflow: ellipsis;*/
                        display: block;
                    } 
                }
            }
        }
    }
}
.image-right-content-section{
    padding: 60px 0;
    min-height: 300px;
    .image-right-content-text{
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        color: var(--tobin-light-black);
        max-width: 438px;
        min-height: 100px;
    }
    .image-right-content-text .content,  .image-right-content-text .content p{
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.04em;
        color: #555555;
    }
    .section-title, .section-title h2{
        font-weight: 600;
        font-size: 58px;
        line-height: 72px;
        color: #555555;
        text-align: center;
        margin-bottom: 40px;
    }
}
.items-list-section{
    padding: 60px 0;
    .items-list-container{
        row-gap: 10vh;
        .items-list-item-inner{
            display: flex;
            flex-direction: column;
            gap: 20px;
            .items-list-item-icon{
                img{
                    width: 43px;
                    height: 43px;
                    object-fit: contain;
                }
            }
            .items-list-item-text {
                .items-list-item-link {
                    color: var(--tobin-light-black);
                    font-weight: 600;
                    font-size: 28px;
                    line-height: 34px;
                    letter-spacing: -0.04em;
                    text-decoration: none;
                }
                
            }
        }
    }
}
.client-response-section{
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
    .client-response-title{
        font-weight: 600;
        font-size: 58px;
        line-height: 72px;
        text-align: center;
        letter-spacing: -0.03em;
        color: var(--tobin-light-black);
        margin-bottom: 40px;
    }
    .align-items-center{
        position: relative;
        .client-response-arrow-right{
            position: absolute;
            right: -40px;
            top: calc(50% - 30px);
            cursor: pointer;
        }
        .client-response-arrow-left{
            position: absolute;
            left: -40px;
            top: calc(50% - 30px);
            cursor: pointer;
        }
    }
  
    .client-response-container{
        display: flex;
        flex-wrap: nowrap;
        height: 414px;
        padding-left: 0;
        padding-right: 0;
        position: relative; overflow: hidden;
        .client-response-content{
            background: #D9D9D9;
            border-radius: 24px;
            padding: 24px;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #09245F;
            position: relative;
            max-width: 402px;
            height: 269px;
            width: 100%;
            .client-response-content-quot{
                width: 30px;
                height: 26px;
                margin-bottom: 30px;
            }
            .client-response-text{
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 6;
                overflow: hidden;
                text-overflow: ellipsis;
            }
           
        }
        .client-response-item-inner{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        .client-response-content::after {
            content: "";
            position: absolute;
            left: 27px;
            bottom: -16px;
            transform: rotate(-222.28deg);
            width: 0;
            height: 0;
            border-radius: 2px;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 52px solid #D9D9D9;
        }
        .client-response-track{
            display: flex; position: absolute; left: 0; top: 0;
        }
        
    }
    .client-response-container::-webkit-scrollbar {
        display: none;                  /* Chrome/Safari/Opera */
    }
    .client-response-author{
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-top: 60px;
        width: calc(100% - 28px);
        .client-response-avatar{
            width: 48px;
            height: 48px;
            background-color: var(--tobin-main-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            flex-shrink: 0;
        }
        .client-response-author-content{
            height: 72px;
            flex: 1;
            overflow: hidden;
        }
        .client-response-name{
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            color: var(--tobin-light-black);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .client-response-description{
            width: 100%;
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #555555;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    }
}

.choosing-section{
    padding: 80px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #000000 0%, #002982 100%);

    &.bg-white {
        background: #fff;

        .choosing-header .choosing-title > p,
        .choosing-header .choosing-detail {
            color: var(--tobin-light-black);
        }

        .choosing-item,
        .choosing-item .choosing-item-title .title {
            color: #555;
        }
    }
    .choosing-header{
        .choosing-title > p{
            font-size: 36px;
            font-weight: 500;
            color: #fff;
            line-height: 40px;
            margin-bottom: 32px;
            text-align: center; 
        }
        .choosing-detail{
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            text-align: center;
            color: #FFFFFF;
            max-width: 592px;
            margin: 0 auto;
        }
    }
    .choosing-item{
        padding: 32px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        .choosing-item-title{
            font-weight: 400;
            font-size: 28px;
            line-height: 42px;
            letter-spacing: -0.04em;
            color: var(--tobin-green);
            margin-top: 10px;

            .title {
                font-size: 22px;
                line-height: 33px;
                color: #fff;
                font-weight: 600;
                letter-spacing: 0;
                display: inline-block;
                margin-top: 20px;
            }
        }
        img {
            width: 45px;
            height: 45px;
            object-fit: contain;
        }
        .choosing-item-content{
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #F0F3F5;
        }
    }

    .choosing-item-card {
        display: flex;
        margin-left: -32px;
        margin-right: -32px;
        gap: 90px;

        .image {
            width: 68%;
            flex-shrink: 0;
            img {
                width: 100%;
                height: 100%;
            }
        }

        .content {
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
            color: #F0F3F5;
            display: inline-block;
            letter-spacing: -0.04em;
            text-align: left;
        }
        
    }
}

.why-us-section{
    padding-top: 60px;
    padding-bottom: 60px;
    .why-us-title{
        font-family: 'Inter';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        letter-spacing: -0.01em;
        color:  var(--tobin-light-black);
    }
    .why-us-items{
        margin-top: 40px;
        .why-us-item{
            border-radius: 24px;
            padding: 32px;
            height: 100%;
            &.why-us-item-with-title{
                background: linear-gradient(130.06deg, #1C55E0 19.55%, #002982 85.61%);
                .why-us-item-title h3{
                    font-weight: 600;
                    font-size: 58px;
                    line-height: 72px;
                    letter-spacing: -0.03em;
                    color: #F0F3F5;
                }
                .why-us-item-description{
                    font-weight: 600;
                    font-size: 22px;
                    line-height: 33px;
                    color: #F0F3F5;
                    margin-top: 10px;
                }
            }
            &.why-us-item-with-icon{
                background: #F0F3F5;
                img{
                    width: 50px;
                    height: 55px;
                    object-fit: contain;
                }
                .why-us-item-description{
                    margin-top: 10px;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 22px;
                    line-height: 33px;
                    color: #555555;
                }
            }

        }
    }
}
.grid-text-block{
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    .grid-text-title{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        letter-spacing: -0.03em;
        color: var(--tobin-light-black);
    }
    .grid-text-items{
        margin-top: 30px;
        .grid-text-content{
            font-weight: 400;
            font-size: 15px;
            line-height: 24px;
            color: #555555;
        }
    }
}
.bg-blue-linear{
    background: linear-gradient(180deg, #000000 0%, #002982 100%);
}
.three-panel-highlight-block{
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    .top-panel{
        background:#F0F3F5;
        padding:40px;
        border-radius:24px;
        text-align:center;
        p{
            margin: 0;
        }
        .description{
            margin-top: 10px;
        }
    }
    .comment{
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #555555;
        margin: 20px 0;
    }
    .bottom-panel{
        background:#F0F3F5;
        padding: 32px;
        border-radius:24px;
        text-align: left;
        height: 100%;
        img{
            height: 34px;
            width: auto;
            object-fit: cover;
        }
        .title{
            font-weight: 400;
            font-size: 28px;
            line-height: 36px;
            letter-spacing: -0.04em;
            color: #0047FF;
            margin-top: 10px;
        }
        .description{
            margin-top: 10px;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color:  var(--tobin-light-black);
        }
    }
    .explanation{
        margin-top: 60px;
        font-weight: 600;
        font-size: 28px;
        line-height: 34px;
        letter-spacing: -0.04em;
        color:  var(--tobin-light-black);
    }
}
.image-right-info-left-block{
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    .info-left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        .title{
            font-weight: 500;
            font-size: 36px;
            line-height: 40px;
            color: #FFFFFF;
        }
        .description{
            margin-top: 20px;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
        }
    }
   
}
.icon-feature-cards-section{
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    .section-title{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: var(--tobin-light-black);
        margin-bottom: 60px;
    }
    .card-item{
       background-color: #F0F3F5;
       padding: 32px;
       border-radius: 24px;
       height: 100%;
       img{
        height: 38px;
        width: auto;
        object-fit: contain;
       }
       p{
        margin: 0;
       }
       .title{
            font-weight: 400;
            font-size: 28px;
            line-height: 36px;
            letter-spacing: -0.04em;
            color: #0047FF;
            margin-top: 14px;
       }
       .description{
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: var(--tobin-light-black);
            margin-top: 14px;
       }
    }
}
.excellence-grid-section{
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    .section-title{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: #ffffff;
        margin-bottom: 60px;
    }
    .excellence-item{
        background: linear-gradient(130.06deg, #1C55E0 19.55%, #002982 85.61%);
        border-radius: 24px;
        padding: 32px;
        height: 100%;
        p{
            margin: 0;
        }
        img{
            height: 45px;
            width: auto;
            object-fit: contain;
        }
        .title{
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            color: #FFFFFF;
            margin-top: 14px;
        }
        .description{
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #FFFFFF;
            margin-top: 14px;
        }
    }
}
.vision-spotlight-card-section{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: var(--tobin-light-black);
        margin-bottom: 60px;
    }
    .vision-spotlight-card{
        position: relative;
        padding: 42px;
        box-shadow: 0px -1px 29.2px 0px #FF501F73;
        border-radius: 32px;
        overflow: hidden;
        min-height: 438px;
        p{
            margin: 0;
        }

        .vision-card-content{
            position: relative;
            z-index: 2;
            font-weight: 600;
            font-size: 22px;
            line-height: 33px;
            color: #F0F3F5;
            .vision-card-content-item:not(:first-child){
                margin-top: 20px;
            }
        }
        .vision-card-bg{
            position: absolute;
            z-index: 1;
            inset: 0;
            width: 100%;
            height: 100%;
            border-radius: 32px;
            object-fit: cover;
        }
    }
}
.image-text-connector-section{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 600;
        font-size: 58px;
        line-height: 72px;
        letter-spacing: -0.03em;
        color: #555555;
    }
    .image-text-connector{
        position: relative;
        height: 400px;
        .image-contain{
            img{
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
        }
        .content{
            position: relative;
            z-index: 2;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #555555;
            .title{
                font-weight: 600;
                font-size: 28px;
                line-height: 34px;
            }
            .description{
                margin-top: 20px;
            }
        }

    }
}
.service-feature-grid-box{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: var(--tobin-light-black);
    }
    .grid-items{
        margin-top: 40px;
        .grid-item{
            background-color: #F0F3F5;
            border-radius: 24px;
            padding: 32px;
            height: 100%;
            img{
                width: 45px;
                height: auto;
                object-fit: contain;
                flex-shrink: 0;
            }
            .title{
                font-weight: 400;
                font-size: 28px;
                line-height: 36px;
                color: #0047FF;
                margin-top: 10px;
            }
            .description{
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: var(--tobin-light-black);
                margin-top: 10px;
            }
        }
    }
}
.client-service-cards-box{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: var(--tobin-light-black);
    }
    .service-cards{
        margin-top: 40px;
        .service-card{
            background: linear-gradient(180deg, #000000 0%, #002982 100%);
            box-shadow: 0px -1px 29.2px 0px #FF501F73;
            height: 100%;
            padding: 32px 50px;
            border-radius: 24px;
            display: flex;
            flex-direction: column;
            align-items: center;
            img{
                height: 46px;
                width: auto;
                object-fit: contain;
            }
            .title{
                font-weight: 600;
                font-size: 18px;
                line-height: 24px;
                text-align: center;
                color: #F0F3F5;
                margin-top: 20px;
            }
        }
    }
}

.service-cards-section {
    margin-bottom: 60px;
    margin-top: 60px;
   
    .section-title {
        font-size: 36px;
        line-height: 44px;
        font-weight: 500;
        color: var(--tobin-light-black);
        text-align: center;
        margin-bottom: 30px;
    }

    .service-card-item {
        padding: 32px 50px;
        background: #F0F3F5;
        border-radius: 24px;
        display: flex;
        color: var(--tobin-light-black);
        align-items: center;
        .service-card-image{
            width: 86px;
            flex-shrink: 0;
        }

        img {
            margin-right: 40px;
            flex-shrink: 0;
        }

        .title{
            font-weight: 600;
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 8px;
        }

        .content{
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
        }
        
    }

    p {
        margin: 0;
    }
}

.commercial-choosing-section {
    .col-12:last-of-type {
        .choosing-item {
            align-items: center;

            .choosing-item-inner {
                max-width: 512px;
            }
            .choosing-item-icon {
                img {
                    width: 106px;
                    height: 27px;
                }
            }
        }
       
    }
}

.images-service-feature-grid{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 500;
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        color: var(--tobin-light-black);
    }
    .images-service-items{
        margin-top: 40px;
        p{
            margin: 0;
        }
        .content{
            .title{
                font-weight: 400;
                font-size: 28px;
                line-height: 36px;
                text-align: center;
                color: #0047FF;
                margin-top: 20px;
            }
            .description{
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                text-align: center;
                color: var(--tobin-light-black);
                margin-top: 10px;
            }
        }
    }
    
    .explanation{
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        color: #555555;
        margin-top: 60px;
    }
    
}

.feature-grid-cards-section {
    margin-top: 60px;
    margin-bottom: 60px;

    p {margin: 0;}

    .section-title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 50px;
    }

    .section-content {
        display: flex;
        gap: 28px;

        .title-card {
            width: 260px;
            min-height: 362px;
            padding: 32px;
            border-radius: 24px;
            background: linear-gradient(180deg, #000000 0%, #002982 100%);
            color: #F0F3F5;

            .title {
                color: #FF501F;
                font-size: 58px;
                line-height: 72px;
                font-weight: 600;
            }

            .content {
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                margin-top: 12px;
            }
        }

        .grid-item-card {
            min-height: 169px;
            padding: 32px;
            border-radius: 24px;
            background-color: #F0F3F5;
            height: 100%;

            .title {
                margin-top: 12px;
                font-size: 18px;
                line-height: 24px;
                font-weight: 600;
                color: #0047FF;
            }
        }
    }

}

.why-wakefield {
    margin-top: 60px;
    margin-bottom: 60px;
   

    .title {
        font-size: 36px;
        line-height: 40px;
        font-weight: 500;
        text-align: center;
        color: var(--tobin-light-black);
    }

    .content {
        font-size: 15px;
        line-height: 24px;
        font-weight: 400;
        text-align: center;
        color: #555555;
        max-width: 560px;
        margin: 0 auto;
        margin-top: 28px;
    }       

    .reason-card-item {
        position: relative;
        min-height: 300px;
        display: flex;

        .content {
            width: 450px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 32px 0px 32px 84px;
            margin: 0;

            .title {
                font-size: 22px;
                line-height: 33px;
                font-weight: 600;
                color: #fff;
                max-width: 250px;
                text-align: left;
                margin-top: 42px;
            }
        }

        .background {
            position: absolute;
            z-index: -1;
            height: 300px;
            width: auto;
            left: 0;
            top: 0;
        }

        &.text-end {
            justify-content: flex-end;
            .background {
                left: auto;
                right: 0;
                margin-right: -40px;
            }

            .content {
                padding-left: 124px;
            }
        }
    }

    p {
        margin: 0;
    }
    
}
.service-areas-accordion{
    margin-top: 60px;
    margin-bottom: 60px;
    .section-title{
        font-weight: 600;
        font-size: 28px;
        text-align: center;
        color: var(--tobin-light-black);
    }
    .service-accordion-items{
        margin-top: 20px;
        padding: 20px;
        .service-accordion-item{
            a {
                text-decoration: none;
                display: inline-flex;
                height: 100%;
                align-items: center;
                width: 100%;
            }
            img{
                height: 26px;
                width: auto;
                object-fit: contain;
            }
            .title{
                font-style: normal;
                font-weight: 400;
                font-size: 28px;
                line-height: 72px;
                color: var(--tobin-orange);
                margin-left: 10px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            .arrow{
                cursor: pointer;
                text-align: right;
                img{
                    width: 49px;
                    height: auto;
                    object-fit: contain;
                    transform: rotate(180deg);
                }
            }
            .arrow.rotated img {
                transform: rotate(0deg);
            }
            .item-bottom{
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                color: var(--tobin-light-black);
                max-height: 0;
                opacity: 0;
                visibility: hidden;
                overflow: hidden;
                transition: max-height 0.3s, opacity 0.3s;
            }
        }
        .service-accordion-item.active .item-bottom {
            opacity: 1;
            visibility: visible;
            /* max-height 由JS动态设置 */
        }
    }
}
.news-full{
    margin-top: 60px;
    margin-bottom: 60px;
    .page-title{
        font-weight: 600;
        font-size: 48px;
        line-height: 56px;
        text-align: center;
        color: var(--tobin-light-black);
    }
}
.article-paragraphs-section{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    .effective-date{
        font-weight: 600;
    }
    ul{
        list-style-type: disc;
        margin-left: 20px;
    }
    h3{
        font-size: 24px;
        line-height: 36px;
        color: #555555;
    }
    p{
        text-indent: 2em;
    }
}
.not-found-section{
    .not-found-left{
        padding-top: 40px;
        padding-bottom: 40px;
        max-width: 477px;
        .title{
            font-weight: 600;
            font-size: 58px;
            line-height: 72px;
            color: var(--tobin-orange);
        }
        .content{
            font-weight: 600;
            font-size: 28px;
            line-height: 34px;
            color: #0047FF;
            margin-top: 20px;
        }
        ul.tips{
            list-style-type: disc;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px;
            color: #555555;
            margin-top: 20px;
            padding-left: 20px;
            a{
                color: #555555;
            }
        }
    }
   
    img{
        height: 540px;
        width: auto;
        object-fit: contain;
    }
}
#cookie-banner{
    position:fixed;
    bottom:0;
    width: 100%;
    background:#fff;
    color:#555;
    padding:20px;
    text-align: center;
    box-shadow:0 -2px 5px rgba(0,0,0,0.1);
    z-index: 2147483649;
    min-height: 200px;
    .cookie-banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 200px;
        width: 100%;
        .cookie-banner-title{
            font-weight: 600;
            font-size: 24px;
            line-height: 32px;
            text-align:center;
        }
        .cookie-banner-text{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            text-align: center;
            margin-top: 20px;
            
        }
    }
    .cookie-banner-content-inner{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    .cookie-banner-content-space{
       flex: 1;
    }
    .cookie-banner-content-text{
        max-width: 800px;
        flex-shrink: 0;
    }
    .cookie-banner-actions{
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        gap: 10px;
        width: 300px;
        #accept-all{
            border: 1px solid var(--tobin-orange);
            color: var(--tobin-orange);
            border-radius: 10px;
            padding: 10px 20px;
            background-color: transparent;
            width: 100%;
            cursor: pointer;
            max-width: 300px;
        }
        #cookie-settings{
            border: 1px solid var(--tobin-orange);
            color: var(--tobin-orange);
            border-radius: 10px;
            padding: 10px 20px;
            background-color: transparent;
            width: 100%;
            cursor: pointer;
            max-width: 300px;
        }
        .learn-more{
            color: var(--tobin-orange);
            padding: 10px 20px;
            display: inline-block;
            width: 100%;
            cursor: pointer;
            max-width: 300px;
        }
    }
    .cookie-modal{
        width: 100%;
        display: flex;
        flex-direction: row;
        .cookie-modal-content{
            .cookie-modal-actions{
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
        }
        .cookie-modal-space{
            flex: 1;
        }
        .cookie-modal-content{
            width: 100%;
            max-width: 800px;
            flex-shrink: 0;
            .cookie-modal-title{
                font-weight: 600;
                font-size: 24px;
                line-height: 32px;
                text-align:center;
            }
            #cookie-preferences-form{
                font-weight: 400;
                font-size: 16px;
                line-height: 24px;
                text-align: center;
                margin-top: 20px;
                input[type="checkbox"] {
                    accent-color: var(--tobin-orange);
                    width: 18px;
                    height: 18px;
                    margin-right: 10px;
                }
                input[type="checkbox"]:disabled {
                    accent-color: #ccc;
                    background: #eee;
                }
                label{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }
                label:not(:first-child){
                    margin-top: 10px;
                }
            }
        }
        .cookie-modal-actions{
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            #save-preferences, #close-preferences{
                border: 1px solid var(--tobin-orange);
                color: var(--tobin-orange);
                border-radius: 10px;
                padding: 10px 20px;
                background-color: transparent;
                width: 100%;
                cursor: pointer;
                max-width: 300px;
            }
        }
    }

    .service-accordion-item{
        .title{
            line-height: 30px;!important;
        }
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .service-item, .sub-item {
        margin-bottom: 20px;
    }

    .about-title h2, .service-title h2, .sub-item-title h2, .form-section-title h2, .image-content-title h2 {
        font-size: 28px;
    }

    .form-section-description{
        display: none;
    }

    .service-item-title {
        font-size: 18px;
    }

    .sub-item-title h3 {
        font-size: 20px;
    }

    .image-content-img {
        margin-bottom: 20px;
    }
    .service-list-block{
        .service-title{
            font-weight: 500;
            font-size: 24px;
            line-height: 28px;
            letter-spacing: -0.01em;
        }
        .service-items .service-item {
            margin-bottom: 8px;
            box-sizing: border-box;
            .service-item-title{
                font-weight: 600;
                font-size: 18px;
                line-height: 22px;
                letter-spacing: -0.04em;
            }
            .sub-title{
                font-size: 16px;
                line-height: 20px;
            }
           
        }
    }
    .grid-text-block{
        .grid-text-title{
            font-size: 36px;
            line-height: 44px;
        }
    }
    .service-feature-grid-box{
        margin-top: 60px;
        margin-bottom: 60px;
        .grid-items{
            margin-top: 10px;
            .grid-item{
                padding: 16px;
               display: flex;
               flex-direction: row;
               align-items: center;
               .content{
                    margin-left: 30px;
                    .title{
                        font-size: 22px;
                        line-height: 32px;
                    }
                    .description{
                        font-size: 14px;
                        line-height: 21px;
                    }
               }
               
            }
        }
    }
    .icon-feature-cards-section{
        .section-title{
            font-weight: 600;
            font-size: 36px;
            line-height: 56px;
            margin-bottom: 30px;
        }
        .card-item{
            padding: 16px;
            img{
                margin-right: 40px;
                flex-shrink: 0;
            }
            .title{
                font-weight: 400;
                font-size: 22px;
                line-height: 32px;
                margin-top: 0;
            }
        }
    }
    .vision-spotlight-card-section {
        .section-title {
            font-weight: 600;
            font-size: 36px;
            line-height: 40px;
            text-align: center;
        }
    }
    .not-found-section{
        .not-found-left{
            .title{
                font-weight: 600;
                font-size: 28px;
                line-height: 35px;
            }
            .content{
                font-weight: 600;
                font-size: 27.8476px;
                line-height: 34px;
            }
            ul.tips{
                font-weight: 400;
                font-size: 14px;
                line-height: 21px;
                a{
                    color: #555555;
                }
            }
        }
       
        img{
            height: 540px;
            width: auto;
            object-fit: contain;
        }
    }
    #cookie-banner{
        .cookie-banner-content{
            flex-direction: column;
            .cookie-banner-content-inner{
                flex-direction: column;
            }
            .cookie-banner-text{
              text-align: left;
            }
        }
        .cookie-banner-actions{
            width: 100%;
            flex-direction: column;
            gap: 10px;
            #accept-all{
                width: 100%;
                flex: 1;
                max-width: 100%;
            }
            #cookie-settings{
                width: 100%;
                flex: 1;
                max-width: 100%;
            }
            .learn-more{
                width: 100%;
                flex: 1;
                max-width: 100%;
            }

        }
        .cookie-modal{
            flex-direction: column;
            .cookie-modal-content{
                width: 100%;
                max-width: 100%;
                #cookie-preferences-form{
                    margin-bottom: 20px;
                }
            }
            .cookie-modal-actions {
                #save-preferences, #close-preferences{
                    width: 100%;
                    flex: 1;
                    max-width: 100%;
                }
            }
        }
    }
    /* Slider */
    #carouselCaptions{
        .carousel-caption{
            margin-left: 0;
            .full-height-mobile{
                height: 100%;
                .col-sm-12{
                    width: 100%;
                }
            }
            .justify-between-mobile{
                height: calc(100% - 50px);
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                padding-bottom: 30px;
            }
        }
        .tobin-carousel-caption-text{
            h2{
                font-weight: 600;
                font-size: 24px;
                line-height: 35px;
                letter-spacing: -0.01em;
                color: #FFFFFF;
                margin-bottom: 16px;
            }
            p{
                width: 100%;
                font-weight: 400;
                font-size: 16px;
                line-height: 19px;
                color: #FFFFFF;
            }
        }
        .carousel-item{
            width: 100%;
            height: 576px;
        }
        .tobin-carousel-caption-links {
            display: flex;
            flex-direction: column;
            gap: 16px;
            height: fit-content;
            .tobin-link {
                width: 100%;
                flex-direction: row;
                padding: 10px 40px;
                height: 57px;
                border-radius: 16px;
            }
        }
    }

    .image-text-connector-section{
        .section-title{
            font-weight: 600;
            font-size: 36px;
            line-height: 44px;
            text-align: center;
            color: var(--tobin-light-black);
        }
        .image-text-connector{
            position: relative;
            height: auto;
            margin-top: 20px;
            .image-contain{
                img{
                    width: 100%;
                    height: auto;
                    object-fit: contain;
                }
            }
            .content{
                margin-top: 20px;
            }
        }
    }
    .tobin-nav-main-bar.increase-height{
        min-height: 572px;
        padding-top: 60px;
        padding-bottom: 60px;
        align-items: flex-start;
        .center-vertical {
            height: auto
        }
    }
    .tobin-nav-main-bar {
        height: 291px;
        background-image: var(--nav-main-bg-mobile, var(--nav-main-bg, none));
        .center-vertical {
            height: 100%;
        }
        .main-title {
            .title {
                font-weight: 600;
                font-size: 28px;
                line-height: 35px;
                color: #FFFFFF;
            }
            .description{
                font-weight: 600;
                font-size: 22px;
                line-height: 27px;
            }
            .content{
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                margin-top: 10px;
            }
        }
    }

    .image-content-block{
        .image-content-title{
            font-weight: 500;
            font-size: 24px;
            line-height: 29px;
            letter-spacing: -0.01em;

        }
        .image-content-content{
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
        }
        .col-md-6:first-child{
            order: 1;
        }
        .col-md-6:last-child{
            order: 0;
        }
    }

    .tobin-slider-extend-section{
        .links{
            position: static !important;
            width: 100%;
            padding: 0 16px;
            margin-top: 40px;
            .tobin-slider-extend-items{
                gap: 2%;
                .tobin-slider-extend-item{
                    margin: 2% 0;
                    flex: 0 0 49%;
                    width: 49%;
                    max-width: 49%;
                }
            }
        }
    }
    
    .items-list-section{
        .col-sm-6{
            width: 50%;
        }
        .items-list-item{
            padding: 20px;
        }
        .items-list-container {
            row-gap: 0;
            .items-list-item-inner {
                .items-list-item-text {
                    .items-list-item-link {
                        font-weight: 600;
                        font-size: 18px;
                        line-height: 22px;
                        letter-spacing: -0.04em;
                        color: var(--tobin-light-black);

                    }
                 }
             }
         }
    }
    
    .client-response-section{
        .container{
            padding-right: 0;
        }
        .client-response-title{
            font-weight: 700;
            font-size: 36px;
            line-height: 40px;
            text-align: center;
            letter-spacing: -0.01em;
            color: var(--tobin-light-black);

        }
        .align-items-center{
            .client-response-arrow-right,.client-response-arrow-left{
                display: none;
            }
        }
        .client-response-container{
            display: flex !important;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 16px;
            padding-right: 20px;
            padding-left: 20px;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            -ms-overflow-style: none;
            .client-response-content{
                width: 310px;
                height: 269px;
               
            }
            .client-response-container::-webkit-scrollbar {
                display: none;
            }
            .client-response-item{
                width: 310px;
                flex: 0 0 auto;
            }
            
        }
    }
    
    .choosing-section{
        padding-left: 8px;
        padding-right: 8px;
        .choosing-items-container {
            .choosing-item{
                gap: 20px;
                padding: 20px 0px;
                .choosing-item-title{
                    font-size: 22px;
                    line-height: 32px;
                }
            }
        }

        .choosing-item{
            padding: 8px;
            .choosing-item-inner.force-mobile-center {
                text-align: center;
            }
            .choosing-item-title{
                margin-top: 20px;
            }
            .choosing-item-title,.choosing-item-title .title {
                font-size: 18px;
                line-height: 24px;
            }
        }
        .choosing-mobile-external-content{
            margin-top: 40px;
            p{
                text-align: center;
            }
        }

        .choosing-item-card {
            flex-direction: column;
            margin-left: -12px;
            margin-right: -12px;
            gap: 0px;

            .image {
                width: 100%;
            }
        }
    }
    .image-right-content-section {
        .section-title, .section-title h2{
            font-weight: 600;
            font-size: 36px;
            line-height: 44px;
            text-align: center;
        }
        .image-right-content-text .content,  .image-right-content-text .content p{
            font-weight: 600;
            font-size: 22px;
            line-height: 27px;
        }
    }
    .form-section-block{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        .form-section-title h2{
            font-weight: 700;
            font-size: 36px;
            line-height: 40px;
            text-align: left;
            color: #FFFFFF;
        }
        .form-section-content{
            padding: 0;
            color: #fff;
            min-height: 300px;
        }
        .position-absolute {
            position: static !important;
            width: 100%;
            flex-shrink: 0;
            height: 276px;
            img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                display: block;
                position: static;
            }
        }
    }

    .service-cards-section {
        .service-card-item {
            padding: 8px 16px;
        }
    }
    .images-service-feature-grid{
        .images-service-items{
            .content{
                .title{
                    font-weight: 400;
                    font-size: 22px;
                    line-height: 32px;
                    text-align: center;
                    color: #0047FF;
                }
            }
        }
    }

    .feature-grid-cards-section {
        .section-content {
            flex-direction: column;

            .title-card {
                width: calc(100% - 24px);
                height: 196px;
                min-height: 196px;
                margin-left: 12px;
                margin-right: 12px;
            }
        }
    }

    .vision-spotlight-card-section {
        .vision-spotlight-card {
            padding: 42px 32px !important;
        }
    }

    .why-wakefield {
      
        .reason-card-item {
            min-height: 220px;
            .background {
                width: 100%;
                height: auto;
            }

            .content {
                padding: 0;
                padding-left: 18%;
                .title {
                    font-size: 18px;
                    line-height: 24px;
                    margin-top: 36px;
                }
            }

            &.text-end {
                justify-content: center;
                text-align: center;

                .content {
                    padding-left: 18%;
                }

                .background {
                    margin: 0;
                    padding-bottom: -20px;
                }
            }
        }
    }

    .service-accordion-item{
        .title{
            line-height: 28px;
        }
    }
}
