.bg-radial {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wpweb-vertical-tab-section {
    width: 100%;
    padding: 60px 0;
    position: relative;
}
.wpweb-vt-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.wpweb-vt-head-cont h2 {
    padding-bottom: 10px;
}
.wpweb-vt-head-cont p {
    margin: 0;
}
.wpweb-vt-tab-content{
    display: none;
}
.wpweb-vt-tab-content.active{
    display: block;
}
.wpweb-vertical-tab-section .wpweb-vt-explore-select {
    width: 30%;
    background-color: #F0FAFF;
    border-radius: 18px;
    position: relative;
    border: 1px solid #C5DDE9;
}
.wpweb-vertical-tab-section .wpweb-vertical-tab-section-main {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
}
.wpweb-vertical-tab-section .wpweb-vt-explore-select .wpweb-vt-select-item {
    cursor: pointer;
    background: #ffffff;
    color: #333333;
    font-size: 16px;
    padding: 10px 30px 10px 16px;
    position: relative;
    display: block;
    border-radius: 10px;
    font-family: 'Urbanist SemiBold', sans-serif;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #333333;
}
.wpweb-vertical-tab-section .wpweb-vt-explore-select .wpweb-vt-select-item:after {
    display: block;
    border: solid #121212CC;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(-90deg);
    content: "";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
}
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap {
    width: 100%;
    padding: 40px 20px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-tab-content-inner p {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #1E1E1E;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .lising-point {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    padding-top: 8px;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .lising-point li {
    width: calc(33.33% - 7px);
    font-size: 16px;
    line-height: 24px;
    list-style: disc inside;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .lising-point li a {
    color: #333333;
    transition: all 0.3s ease;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .lising-point li a:hover {
    color: #439BC2;
}
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li {
    width: 100%;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 26px;
    color: #1E1E1E;
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    border-radius: 30px;
}
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li.active,
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li:hover {
    background: #0095D8;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #0095D840;
}
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li.active,
.wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li:hover {
    color: #ffffff;
}
.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap {
    background-color: #ffffff;
    border-radius: 18px;
    flex: 1;
    padding: 30px;
    border: 1px solid #C5DDE9;
}

.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #1E1E1E;
    padding-bottom: 14px;
    display: none;
}

.wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title.active { display: block;}
 
.wpweb-vt-tab-content-inner ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 14px;
}
.wpweb-vt-tab-content-inner ul li {
    width: 49%;
    padding-left: 32px;
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1E1E1E;
}
.wpweb-vt-tab-content-inner ul li:before {
    content: "";
    background: url(https://d2yn3p1o2oplij.cloudfront.net/2025/10/blue-check.svg) no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpweb-vt-tab-content-inner .button-1 {
    margin-top: 35px;
}
.wpweb-vt-tab-content-inner .button-1 a {
    border-bottom: none;
    background: unset;
    color: #0095D8;
    font-weight: 500;
    padding: 0;
    border-radius: 0;
    text-decoration: underline;
    border: none;
}

.wpweb-vt-tab-content-inner .button-1 a:hover {
    text-decoration: none;
    border: none;
}


.wpweb-vertical-tab-mobile-button {
    width: 100%;
    display: none;
}

@media only screen and (min-width:992px) {
    .wpweb-vertical-tab-section .wpweb-vt-explore-select {
        min-width: 320px;
    }
    .wpweb-vertical-tab-section .wpweb-vt-explore-select .wpweb-vt-select-item {
        display: none;
    }
}

@media (max-width: 1199px) {
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap {
        padding: 30px 15px;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 991px) {
     .wpweb-vertical-tab-section {
        padding: 45px 0;
    }
    .wpweb-vt-head .button-1 {
        margin: 15px 0;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li + li {
        margin-top: 5px;
    }
    .wpweb-vertical-tab-section .wpweb-vt-explore-select {
        width: 100%;
        background: none;
        border-radius: 0;
        border: 0;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap {
        background-color: #F0FAFF;
        border-radius: 18px;
        position: relative;
        border: 1px solid #C5DDE9;
        margin-top: 10px;
        display: none;
        padding: 20px 15px;
    }
    .wpweb-vt-tab-content-inner ul li {
        width: 100%;
    }
    .wpweb-vt-tab-content-inner ul {
        gap: 10px;
    }
    .wpweb-vt-tab-content-inner .button-1 {
        margin-top: 25px;
    }
    .wpweb-vertical-tab-section .wpweb-vt-explore-select .wpweb-vt-select-item {
        border-color: #C5DDE9;
    }

    .wpweb-vertical-tab-section .wpweb-vt-explore-select .wpweb-vt-select-item {
        background: #F0FAFF;
        border: 1px solid #C5DDE9;
    }

    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-tab-content {
        border: 1px solid #C5DDE9;
        padding: 20px 15px;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap { padding: 0; border: none;}

    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title {
        font-size: 16px;
        line-height: 30px;
        background: #F0FAFF;
        border: 1px solid #C5DDE9;
        padding: 10px 30px 10px 16px;
        border-radius: 10px;
        position: relative;
        margin-bottom: 15px;
    }

    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title:after {
        display: block;
        border: solid #121212CC;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(-90deg);
        content: "";
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 20px;
    }

     .wpweb-vt-explore-select { display: none; }
    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title.active:after { transform: rotate(228deg); }
    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-items-title { display: block;}

}

@media (max-width: 767px) {
    .wpweb-vt-head .button-1 {
        display: none;
    }
    .wpweb-vertical-tab-mobile-button {
        width: 100%;
        display: block;
        text-align: center;
    }
    .wpweb-vertical-tab-section {
        padding: 30px 0;
    }
    .wpweb-vt-head .button-1 {
        margin: 15px auto 0;
    }
    .wpweb-vt-head {
        text-align: center;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li {
        padding: 10px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap li + li {
        margin-top: 5px;
    }
    .wpweb-vertical-tab-section .wpweb-vt-explore-select {
        width: 100%;
        background: none;
        border-radius: 0;
        border: 0;
    }
    .wpweb-vertical-tab-section .wpweb-vt-tabing-wrap {
        background-color: #F0FAFF;
        border-radius: 18px;
        position: relative;
        border: 1px solid #C5DDE9;
        margin-top: 10px;
        display: none;
        padding: 20px 15px;
    }
    .wpweb-vertical-tab-section .wpweb-vertical-tab-section-main {
        gap: 10px;
    }
    
    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap {
        padding: 0;
        margin-bottom: 0px;
        border: none;
    }

    

    .wpweb-vertical-tab-section .wpweb-vt-tab-content-wrap .wpweb-vt-tab-content-inner p {
        font-size: 14px;
    }
    .wpweb-vt-tab-content-inner ul li {
        width: 100%;
    }
    .wpweb-vt-tab-content-inner ul {
        gap: 10px;
    }
    .wpweb-vt-tab-content-inner .button-1 {
        margin-top: 25px;
    }

   

}