@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://ogrelogic.com/public/assets/site/css/combine.css');
.price-services {
    background-color: #20293B;
    margin-top: 0;
    min-height: 80px;
    display: grid;
    align-items: center;
}
.services-menu {
    display: flex;
    justify-content: space-between;
}
.services-menu-li li a{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
ul.services-menu-li {
    display: flex;
    gap: 73px;
}
ul.services-menu-button {
    display: flex;
    gap: 10px;
}
.services-menu-button a.btn.btn-theme {
    margin: 0;
    padding: 15px 40px;
    font-size: 20px;
    font-style: normal;
    color: #FFF;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.5s;
}
.services-menu-button a.btn-green{
    background-color: #4EAC91;
    transition: all 1s;
}
.services-menu-button a.btn.btn-theme.btn-skyblue{
    background-color: #95CDFE;
    color: #000000;
}
.services_menu_items {
    display: grid;
    align-items: center;
}
.btn.btn-theme.btn-green:hover,
.services-menu-button .btn.btn-theme.btn-skyblue:hover{
    background-color: #fdc526;
    color: #000000;
}
.table-sidebar-parent {
    border-radius: 20px;
    opacity: 1;
    background: var(--yllw-blu, linear-gradient(180deg, #96CDFF 0%, #fdc52685 100%));
    position: relative;
}

.table-sidebar-inner {
    border-radius: 20px;
    background: var(--teal-blue, linear-gradient(180deg, #313D5A 0%, #6982C0 100%));
    position: relative;
}
.table-sidebar {
    display: flex;
    gap: 10px;
    /* min-height: 763px; */
    min-height: 720px;
}
.table-sidebar-parent,
.table-sidebar-inner{
    /* max-width: 250px; */
    width: 210px;
    /* width: 100%; */
    overflow: hidden;
}
.starter-font {
    color: #20293B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.starter-keywords {
    color: #20293B;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.5s ease 0.5s
}
.price-table-pt {
    margin-top: 23px;
}
.active_items {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 20px;
    padding-right: 10px;
}
.active_items.active{
    background-color: #4EAC91;
    transition: all 0.5s;
}
.table-sidebar-parent ul {
    display: grid;
    row-gap: 40px;
}
.starter-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    transition: all 0.5s ease 0.5s;
}
.active_items.active .starter-font,
.active_items:hover .starter-font{
    text-decoration: underline;
    text-decoration-thickness: 0px;
    text-underline-offset: 8px;
}
.active_items.active .starter-price{
    color: #ffffff;
}
.table-sidebar-parent .active_items{
    cursor: pointer;
    background-color: transparent;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}
.active_items.active .starter-price,
 .active_items.active .starter-keywords{
    color: #ffffff;
}

.table-sidebar-inner ul li a{
    color: #ffffff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.table-sidebar-inner ul li a{
    padding-left: 13px;
    padding-bottom: 16px;
    padding-right: 13px;
    padding-top: 16px;
    border-radius: 20px;
    background: #fdc42600;
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.table-sidebar-inner ul li a.active {
    cursor: pointer;
    color: #000000;
    transition: all 0.5s;
}
.table-sidebar-inner ul{
    display: grid;
    row-gap: 25px;
}
.table-tab-pt {
    display: flex;
}
.multiRow .row {
    display: grid;
    border-radius: 20px;
    background: #EAF5FB;
    width: 100%;
    justify-content: flex-start;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 10px;
    padding-top: 24px;
    opacity: 0.4;
    transition: all 0.5s;
}
.multiRow .row.active{
    opacity: 1;
}
.table-tab-pt {
    display: flex;
    gap: 15px;
}
.bottom_white_check {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 700;
    height: 40px;
    display: grid;
    place-items: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
}
.main_loop_pt {
    padding-bottom: 30px;
}
.bottom_white_check img{
    display: block;
    margin: 0 auto;
}
.pt-fs-16{
    color: #20293B;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.main_loop_pt .pt-fs-16 {
    padding-top: 0;
    max-width: fit-content;
    width: 100%;
    height: 75%;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.table-pt-all {
    max-width: 100%;
    width: 100%;
}
.multiRow {
    max-height: fit-content;
    overflow-y: hidden;
    display: grid;
}
.activeEffect{
    display: block;
    width: 100%;
    height: 112px;
    background-color: #4eac91;
    position: absolute;
    border-radius: 20px;
    z-index: 0;
    transform: translate(0px, 0px);
    transition: all 0.5s;
}
.innerActiveEffect{
    position: absolute;
    display: block;
    width: 100%;
    height: 72px;
    background-color: #fdc426;
    border-radius: 20px;
    top: 0px;
    z-index: 0;
    transition: all 0.5s;
}
.multiRow .row {
    order: 1;
    position: relative;
}
/* .multiRow .row.active{
    order: 0;
} */

.inner_heading {
    position: absolute;
    color: #FDC526;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    display: block;
    top: -35px;
    border-radius: 20px;
    border-radius: 6px;
    padding: 5px 10px;
    background: #20293B;
    display: none;
}
.innerTb_font{
    font-size: 14px;
    line-height: 18px;
}
.dynamic_ptArrow {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    display: grid;
    align-items: end;
}
.dynamic_ptArrow{
    opacity: 0;
    display: none;
}

@media (max-width: 1599px) {
    .services-menu-li li a {
        font-size: 18px;
    }
    .services-menu-button a.btn.btn-theme {
        font-size: 18px;
    }
    .starter-font {
        font-size: 18px;
    }
    .starter-keywords {
        font-size: 16px;
    }
    .starter-price {
        font-size: 18px;
    }
    .table-sidebar-inner ul li a {
        font-size: 16px;
    }
    .pt-fs-16 {
        font-size: 14px;
    }
}

@media (max-width: 1279px) {
    .table-pt-all {
        max-width: 100%;
        width: 100%;
    }
    .multiRow .row {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media(max-width: 1199px){
    .table-tab-pt{
        display: grid;
    }
    .multiRow .row {
        opacity: 1;
        margin-bottom: 20px;
    }
    .multiRow {
        max-height: fit-content;
        overflow-y: visible;
        display: grid;
        padding-top: 40px;
    }
    .table-sidebar-inner {
        display: none;
    }
    .table-sidebar-parent{
        max-width: 100%;
    }
    .table-sidebar-parent ul{
        display: grid;
        grid-template-rows: repeat(2, 100px);
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
    .table-sidebar-parent ul li:nth-child(3){
        grid-row: span 2;
    }
    .table-sidebar {
        min-height: auto;
    }
    .plans-font {
        display: block !important;
    }
    .activeEffect {
        display: none;
    }
    .table-sidebar-parent ul li:nth-child(3) .active_items{
        display: grid;
        align-items: self-start;
        height: 100%;
        justify-content: space-between;
        align-content: space-between;
    }
    .table-main-inner{
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 14px;
    }
    .plans-font{
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    .table-sidebar-parent .active_items {
        background-color: #ffffff;
    }
    .table-sidebar-parent{
        background: none;
    }
    .table-main-inner {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 12px 12px 14px;
        border-radius: 0;
        background-position: 100% 100%;
        border-radius: 10px;
    }
    .table-sidebar-parent ul{
        gap: 10px;
    }
    .table-main-inner{
        background-image: url('../img/mobile-img.webp') !important;
    }
    .active_items.active .starter-font, .active_items:hover .starter-font {
        text-decoration-thickness: 2px;
    }
    .table-sidebar-parent .active_items > div {
        margin-top: 5px;
    }
    .active_items,
    .table-sidebar,
    .table-sidebar-parent{
        border-radius: 10px;
    }
    .active_items.active .starter-price,
    .active_items.active .starter-keywords {
        color: #000000;
    }
    .table-sidebar-parent .active_items {
        background-color: #ffffff;
        height: 100%;
        padding: 10px;
        border-radius: 15px;
    }
    .price-services {
        background-color: #20293b00;
        margin-top: 0;
        min-height: 80px;
        display: grid;
        align-items: center;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    .table-sidebar-parent .active_items > div {
        margin-top: 10px;
    }
    .table-sidebar-parent .active_items.active {
        background: var(--yllw-blu, linear-gradient(180deg, #96CDFF 0%, #FDC526 100%));
    }
    .services-menu .services_menu_items:first-child{
        display: none;
    }
    .services_menu_items {
        margin-left: auto;
    }
    .dynamic_ptArrow{
        opacity: 1;
        display: grid;
    }
    .table-main-inner {
        position: sticky;
        top: 70px;
        z-index: 1;
    }
}

@media(max-width: 767px){
    .services-menu-button a.btn.btn-theme {
        font-size: 18px;
        max-width: fit-content;
    }
    .table-main-inner,
    .table-pt-all{
        max-width: 100%;
        width: 100%;
    }
    .pt-fs-16 {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
    }
    .multiRow .row {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .starter-font {
        font-size: 16px;
    }
    .starter-price,
    .starter-keywords{
        font-size: 14px;
        line-height: 16px;
    }
    .table-sidebar-parent ul {
        gap: 5px;
    }
    .table-sidebar-parent .active_items {
        border-radius: 5px;
    }
    .table-sidebar-parent ul {
        grid-template-rows: repeat(2, 85px);
    }
    .active_items, .table-sidebar, .table-sidebar-parent {
        border-radius: 5px;
    }
    .table-tab-pt {
        justify-content: center;
    }
    .services-menu-button a.btn.btn-theme {
        font-size: 14px;
        max-width: fit-content;
        line-height: 20px;
        padding: 10px 25px;
    }
    .price-services {
        min-height: auto;
        padding: 5px 0px;
    }
    ul.services-menu-button {
        gap: 5px;
    }
    .inner_heading{
        display: block;
    }
    .table-main-inner {
        position: sticky;
        top: 70px;
        z-index: 1;
    }
}
@media(max-width: 575px){
    .price-table-pt {
        margin-top: 2.5px;
    }
    .price-services {
        padding: 2px 0px;
    }
    .bottom_white_check img {
        width: 15px;
    }
}

@media(max-width: 428px){
    .bottom_white_check {
        height: 30px;
    }
}

@media(max-width: 400px){
    .table-main-inner, .table-pt-all {
        max-width: 350px;
        width: 100%;
    }
    .multiRow .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .starter-font {
        font-size: 14px;
    }
    .starter-price, .starter-keywords {
        font-size: 12px;
        line-height: 14px;
    }
    .table-sidebar-parent .active_items {
        padding: 10px;
    }
    .table-main-inner {
        padding: 10px 10px 10px;
    }
}



/* 31-jan-2025 */
.multiRow .row {
    opacity: 1;
    transition: border 0s;
}
/* .table-sidebar {
    position: sticky;
    top: 115px;
} */
.price-services{
    position: sticky;
    top: 0;
    z-index: 1;
}

@media(max-width: 1199px){
    .multiRow .row.active {
        /* order: 0; */
        border: 0px solid transparent;
    }
    .inner_heading {
        display: block;
    }
}



/* 1-feb-2025 */
.table-pt-all .multiRow{
    display: none;
}
.table-pt-all .multiRow.active{
    display: block
}
.table-pt-all .multiRow .row:last-child{
    margin-bottom: 0;
}


/* 3-feb-2025 */
.bottom_white_check span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

@media(max-width: 1599px){
    .bottom_white_check span {
        font-size: 11px;
        line-height: 16px;
    }
    .table-main-inner {
        top: 147px;
    }
    .price-services {
        position: sticky;
        top: 67px;
    }
}

@media(max-width: 1199px){
    .price-services{
        background: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
    }
}

@media(max-width: 767px){
    .table-main-inner {
        top: 117px;
    }
    .multiRow {
        padding-top: 20px;
    }
}

@media(max-width: 575px){
    .multiRow .row {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .bottom_white_check img {
        width: 20px;
    }
    .table-sidebar-parent .active_items {
        padding: 5px;
    }
    .table-main-inner {
        top: 112px;
    }
    .bottom_white_check {
        font-size: 14px;
        line-height: 16px;
    }
}

@media(max-width: 400px){
    .multiRow .row {
        grid-template-columns: 1fr 1fr;
    }
}


/* 4-feb-2025 */
.starter-font {
    display: flex;
    gap: 5px;
    align-items: end;
}
.starter-font img{
    width: 15px;
    margin-bottom: 5px;
}

@media(max-width: 1199px){
    .active_items.active .starter-font, 
    .active_items:hover .starter-font {
        text-decoration-thickness: 1px;
    }
}

@media(max-width: 767px){
    .starter-font {
        font-size: 14px;
    }
}

@media(max-width: 575px){
    .starter-font{
        font-size: 12px;
        line-height: 15px;
    }
    .services-menu-button a.btn.btn-theme {
        font-size: 14px;
        padding: 7px 16px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .plans-font {
        font-weight: 300;
    }
}

@media(max-width: 400px){
    .starter-font img {
        display: none;
    }
}
/* 4-feb-2025 */


/* 5-feb-2025 */
/* .table-sidebar {
    position: sticky;
    top: 80px;
} */
.bottom_white_check {
    height: 26px;
}
.bottom_white_check img {
    display: block;
    margin: 0 auto;
    width: 25px;
    overflow: auto;
    object-fit: cover;
}
.bottom_white_check span {
    font-size: 14px;
    line-height: 18px;
}
.price-table-pt {
    margin-top: 0;
    height: 100vh;
    display: grid;
    align-items: center;
}
.close_Modal {
    width: 45px;
    display: block;
    position: fixed;
    right: 25px;
    top: 25px;
    cursor: pointer;
    transition: all 0.3s;
}
.close_Modal svg path{
    fill: #000;
    transition: all 0.3s;
}
.close_Modal:hover svg path{
    fill: red;
}


@media(max-width: 1599px){
    .table-pt-all{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .table-sidebar {
        top: 4%;
    }
    .table-sidebar-parent, .table-sidebar-inner {
        width: 190px;
        overflow: hidden;
    }
}

@media(max-width: 1199px){
    .table-sidebar-parent, .table-sidebar-inner {
        width: 100%;
        overflow: hidden;
    }
    .table-main-inner {
        top: 25px;
    }
    .close_Modal {
        width: 45px;
        display: block;
        position: fixed;
        right: 25px;
        top: 5px;
        cursor: pointer;
        transition: all 0.3s;
        z-index: 999;
        background-color: #ffffff;
        border-radius: 50%;
    }
    span.close_Modal svg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

@media(max-width: 576px){
    .close_Modal {
        width: 35px;
        right: 12px;
        top: 12px;
    }
}

@media(max-width: 400px){
    .active_items.active .starter-font, .active_items:hover .starter-font {
        text-underline-offset: 4px;
    }
}


/* 11-feb-2025 */
.custom_btnpt{
    margin-top: 20px;
}
.custom_btnpt a.btn.btn-theme{
    margin: 0;
}
.custom_btnpt{
    display: grid;
    row-gap: 10px;
}
.btn-dark-blue{
    font-weight: 500;
    padding: 12px 0;
    box-shadow: none;
    font-size: 21px;
    filter: none;
    color: #ffffff;
    background-color: #313d5a;
    border-radius: 50px;
    display: block;
    text-align: center;
    transition: .3s linear;
    max-width: 211px;
    width: 100%;
    transition: all 0.3s;
}
.btn-dark-blue:hover{
    background-color: #fbc626;
    color: #313d5a;
}

@media(max-width: 1599px){
    .table-pt-all{
        padding-top: 0;
        padding-bottom: 0;   
    }
    .price-table-pt .container{
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width: 1199px){
    .custom_btnpt {
        display: flex;
        column-gap: 15px;
    }
    .btn-dark-blue {
        padding: 10px 0;
        font-size: 18px;
        max-width: 190px;
        width: 100%;
        transition: all 0.3s;
    }
    .table-main-inner {
        top: 0;
    }
}

@media(max-width: 991px){
    .multiRow {
        padding-top: 0;
    }
    .price-table-pt .container {
        padding-top: 0;
        padding-bottom: 0;
    }
    span.close_Modal {
        width: 30px !important;
        height: 30px !important;
    }
}

@media(max-width: 575px){
    .close_Modal {
        top: 0;
    }
    .btn-dark-blue {
        padding: 8px 0;
        font-size: 16px;
        max-width: 150px;
    }
    .active_items.active .starter-font, .active_items:hover .starter-font {
        text-underline-offset: 5px;
    }
}