.banner-technical{
    background-color: transparent !important;
}
.banner-technical .banner-bg {
    border-radius: 50px;
    margin: 0 30px !important;
}
.banner-technical .banner-layers {
    max-width: 1350px;
}
.banner-technical .banner-layers h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--blue);
    background-color: #E0FAF0;
    position: relative;
    padding: 10px 10px 10px 45px;
    border: 1px solid #fff;
    max-width: fit-content;
    border-radius: 35px;
    border: 1px solid var(--green);
    text-transform: uppercase;
}
.banner-technical .banner-layers h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.banner-technical h1{
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-transform: uppercase;
    color: var(--blue) !important;
}
.banner-technical h1 span{
    color: var(--green);
}
.banner-technical p{
    color: var(--text) !important;
}
.banner-technical .button.primary span {
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
}
.banner-technical .button.primary{
    border-radius: 8px;
    background: linear-gradient(264deg, #0FFCB9, #2BE0C2, #15C191);
    border: unset;
    position: relative;
    padding: 5px 35px 5px 15px;
}
.banner-technical .button.primary::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: 5%;
    top: 50%;
    transform: translate(5%, -50%);
}
.banner-technical .button.primary:hover{
    box-shadow: unset;
}
.banner-technical .button.is-outline {
    background: #fff;
    border: 1px solid var(--blue);
    position: relative;
}
.banner-technical .button.is-outline::before {
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-phone.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 8%;
    top: 50%;
    transform: translate(-8%, -50%);
}
.banner-technical .col-right{
    display: flex;
    align-items: center;
}
.banner-technical .col-right .img{
    border-radius: 20px;
    box-shadow: #CBE6F4 24px 35px 35px, #CBE6F4 -10px 15px 15px;
}
.banner-technical .col-right .img-inner{
    border-radius: 20px;
}
.banner-technical .col-right img{
    border-radius: 20px;
    border: 5px solid #fff;
}

.section1-technical h4,
.section2-technical h4,
.section4-technical h4,
.section5-technical h4,
.section6-technical h4{
    font-size: 14px;
    color: var(--blue);
    font-weight: 500;
    background-color: #E0FAF0;
    padding: 10px 15px 10px 40px;
    max-width: fit-content;
    border-radius: 35px;
    position: relative;
    border: 1px solid var(--green);
    text-transform: uppercase;
}
.section1-technical h4::before,
.section2-technical h4::before,
.section4-technical h4::before,
.section5-technical h4::before,
.section6-technical h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/05/icon-tnk-blue-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 4%;
    top: 50%;
    transform: translate(-4%, -50%);
}
.section1-technical .row-title .text,
.section2-technical .row-title .text,
.section4-technical .row-title .text,
.section5-technical .row-title .col-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section1-technical h2,
.section2-technical h2,
.section4-technical h2,
.section5-technical h2,
.section6-technical h2{
    font-size: 40px;
    font-weight: 600;
    color: var(--blue);
    text-transform: uppercase;
    margin-top: .5em;
}
.section1-technical h2 span,
.section2-technical h2 span,
.section4-technical h2 span,
.section5-technical h2 span,
.section6-technical h2 span{
    color: var(--green);
}
.section1-technical p,
.section2-technical p,
.section4-technical p,
.section5-technical p,
.section6-technical p{
    color: var(--text);
}
.section1-technical .col-right .icon-box{
    border: 1px solid #EDEDED;
    border-radius: 16px;
    padding: 15px;
}
.section1-technical .col-right .icon-box h3{
    margin-bottom: unset;
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}
.section1-technical .col-right .icon-box-2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.section1-technical .col-right .icon-box-3{
    margin-bottom: 15px;
}


.section2-technical .col-1 .col-inner,
.section2-technical .col-2 .col-inner,
.section2-technical .col-3 .col-inner{
    border: 1px solid #E8E8EA;
    border-radius: 24px;
    padding: 30px;
    height: 350px;
}
.section2-technical .col-1 .col-inner:hover,
.section2-technical .col-2 .col-inner:hover,
.section2-technical .col-3 .col-inner:hover{
    border: 1px solid var(--green);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
}
.section2-technical h3{
    font-size: 32px;
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
}
.section2-technical .gr-icon-box .col-inner{
    border: unset;
    padding: unset;
    margin-top: 1.2em;
}
.section2-technical .gr-icon-box .col-inner p{
    font-size: 12px;
    color: var(--blue);
}
.section2-technical .gr-icon-box .icon-box{
    background-color: #E0FAF0;
    border-radius: 30px;
}
.section2-technical .gr-icon-box .icon-box img{
    padding-top: unset;
}
.section2-technical .gr-icon-box .col{
    padding-bottom: unset;
}
.section2-technical .gr-icon-box .icon-box-text{
    display: flex;
    align-items: center;
}
.section2-technical .col .gr-icon-box .col-inner{
    height: unset;
}


.section3-technical h4{
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    background-color: transparent;
    padding: 10px 15px 10px 40px;
    max-width: fit-content;
    border-radius: 35px;
    position: relative;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.section3-technical h4::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/icon-tnk-scaled.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 15px;
    left: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
}
.section3-technical .row-title .text{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section3-technical h2{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: .5em;
}
.section3-technical h2 span{
    color: var(--green);
}
.section3-technical p{
    color: #fff;
}
.section3-technical h3{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.section3-technical .col-1 .icon-box,
.section3-technical .col-2 .icon-box,
.section3-technical .col-3 .icon-box{
    position: relative;
}
.section3-technical .col-1 .icon-box::before,
.section3-technical .col-3 .icon-box::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 43px;
    right: -5px;
    transform: rotate(357deg);
}
.section3-technical .col-2 .icon-box::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/arrow-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 43px;
    right: -5px;
    top: 10%;
    transform: rotate(5deg);
}

.section4-technical .col-left .col-inner{
    padding: 30px 60px;
    background: linear-gradient(230deg, #233575, #3450BB);
    border-radius: 30px 0 0 30px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.section4-technical .col-left .col-inner::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/mui-ten.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 220px;
    height: 150px;
    left: 0;
    bottom: 0;
}
.section4-technical .col-left .number{
    font-size: 70px;
    color: #fff !important;
    font-weight: 800;
    margin-bottom: unset !important;
}
.section4-technical .col-left .sub-number{
    color: #fff;
    text-align: center;
    position: relative;
}
.section4-technical .col-left .sub-number::before{
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #E8E8EA;
    left: 0;
    bottom: 50%;
    transform: translateY(-50%);
}
.section4-technical .col-left .sub-number::after{
    content: '';
    position: absolute;
    width: 40%;
    height: 1px;
    background-color: #E8E8EA;
    right: 0;
    bottom: 50%;
    transform: translateY(-50%);
}
.section4-technical .col-left .detail{
    color: #fff;
    margin-bottom: unset;
}
.section4-technical .col-left .price span{
    color: var(--green);
    font-weight: 400;
    font-size: 16px;
}
.section4-technical .col-right{
    display: flex;
    align-items: center;
}
.section4-technical .col-right .col-inner{
    padding-left: 30px;
}
.section4-technical .col-right h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--blue);
}
.section4-technical .col-right .icon-box{
    border-bottom: 1px solid #525252;
    padding-bottom: 1.2em;
}
.section4-technical .col-right .icon-box-2{
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
.section4-technical .col-right .icon-box-3{
    border-bottom: unset;
}

.section5-technical .accordion-item{
    border: 1px solid #E8E8EA;
    border-radius: 30px;
    margin-bottom: 15px;
}
.section5-technical .toggle{
    display: none;
}
.section5-technical .accordion-title{
    padding: .8em 1.6em;
    border-top: unset;
    justify-content: space-between;
}
.section5-technical .accordion-title .tnk-icon{
    width: 28px;
    height: 28px;
}
.section5-technical .accordion-title.active{
    background-color: transparent;
    border-color: unset;
    color: var(--blue);
    font-weight: 600;
}
.section5-technical .accordion-title .tnk-icon-active{
    display: none;
}
.section5-technical .accordion-title.active .tnk-icon-active{
    display: block;
}
.section5-technical .accordion-title.active .tnk-icon-default{
    display: none;
}
.section5-technical .accordion-title .tnk-icon-default{
    display: block;
}
.section5-technical .accordion-inner{
    padding: .8em 1.6em;
}


.section6-technical .col-left .img{
    box-shadow: #CBE6F4 24px 35px 35px, #CBE6F4 -10px 15px 15px;
    border-radius: 20px;
}
.section6-technical .col-left img{
    border-radius: 20px;
    border: 5px solid #fff;
}
.section6-technical .col-right .button{
    background: linear-gradient(264deg, #0FFCB9, #2BE0C2, #15C191);
    border: unset;
    border-radius: 8px;
    padding: 5px 35px 5px 10px;
    margin-bottom: 2em;
}
.section6-technical .col-right .button:hover{
    box-shadow: unset;
}
.section6-technical .col-right .button span {
    color: var(--blue);
    font-size: 12px;
    font-weight: 500;
    position: relative;
}
.section6-technical .col-right .button span::before{
    content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2026/06/icon-double-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    right: -8%;
    top: 50%;
    transform: translate(8%, -50%);
}
.section6-technical .col-right .icon-box{
    margin-top: 2em;
    border: 1px solid #00CFA4;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: #CBE6F4 0px 1px 4px, #CBE6F4 5px 8px 15px;
}
.section6-technical .col-right .icon-box p{
    margin-bottom: unset;
}
.section6-technical .col-right .icon-box h3{
    font-size: 24px;
    color: var(--blue);
}


/* RESPONSIVE */

/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .banner-technical{
        padding-top: 900px !important;
    }
    .banner-technical .text-box{
        width: 85% !important;
        padding-top: 15px;
    }
    .section2-technical .col-1 .col-inner, 
    .section2-technical .col-2 .col-inner, 
    .section2-technical .col-3 .col-inner{
        height: 550px;
    }
    .section2-technical .gr-icon-box .col{
        flex-basis: 50%;
        max-width: 50%;
    }
    .section3-technical .col-1 .icon-box::before,
    .section3-technical .col-2 .icon-box::before, 
    .section3-technical .col-3 .icon-box::before,
    .section3-technical .col-4 .icon-box::before{
        display: none;
    }
}

/* MOBILE */
@media only screen and (max-width: 767px){
    .banner-technical .banner-layers h4 {
        font-size: 14px;
    }
    .banner-technical{
        padding-top: 900px !important;
    }
    .banner-technical .text-box{
        width: 78% !important;
        padding-top: 15px;
    }
    .section1-technical p br,
    .section2-technical p br{
        display: none;
    }
    .section2-technical .col-1 .col-inner, 
    .section2-technical .col-2 .col-inner, 
    .section2-technical .col-3 .col-inner{
        height: 520px;
    }
    .section3-technical .col-1 .icon-box::before,
    .section3-technical .col-2 .icon-box::before, 
    .section3-technical .col-3 .icon-box::before,
    .section3-technical .col-4 .icon-box::before{
        display: none;
    }
    .section4-technical .col-left .number{
        font-size: 50px;
    }
    .section4-technical .col-left .col-inner{
        padding: 15px 30px;
    }
    .section4-technical .col-left .sub-number::before,
    .section4-technical .col-left .sub-number::after{
        width: 30%;
    }
    .section4-technical .col-left .detail{
        z-index: 2;
    }
}