@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");

html,
body {
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    font-family: "Parkinsans", sans-serif !important;
    background: #f3f3f3;
}

a{
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fadeIn {
    animation: fadeIn 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.container {
    width: 1170px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.pr-banner {
    background: url("../../images/pricing/pr-banner-img.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    padding: 220px 0 70px;
}

.pr-section {
    padding: 80px 0px 30px;
}

.pr-banner-head {
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #000000;
    width: 90%;
}

.pr-banner-num {
    font-weight: 600;
    font-size: 118.57px;
    line-height: 169.38px;
    color: #000000;
}

.pr-banner-num-txt {
    font-weight: 600;
    font-size: 16px;
    color: #303030;
    margin-top: 77px;
    width: 47%;
}

.pr-banner-scale {
    font-weight: 400;
    font-size: 16px;
    color: #1654c2;
}

.pr-banner-txt {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    width: 84%;
}

.pr-feature-head {
    font-weight: 500;
    font-size: 32px;
    color: #303030;
    margin-top: 50px;
}
.pr-feature-txt {
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    width: 67%;
    text-align: center;
}

.pr-plan-box {
    background: #f8fbff;
    padding: 25px 13px;
    border-radius: 12px;
}

.pr-plan-head {
    font-weight: 600;
    font-size: 20px;
    color: #1654c2;
}

.pr-plan-txt {
    color: #646464;
    font-weight: 400;
    font-size: 14px;
}


.table-container {
  padding: 8px;
  background: #ffffff;
  border-radius: 12px;
  border: 0.68px solid #dedede;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
}

.table-container th,
.table-container td {
  padding: 16px 20px;
  font-size: 13px;
}

.table-container th {
  font-weight: 600;
  color: #1654c2;
}

.table-container td {
  font-weight: 400;
  color: #000000;
}

.table-container tr {
  border-bottom: 0.33px solid #e2e2e2;
}

.table-container tr:last-child {
  border-bottom: none;
}

/* Column backgrounds */
.table-container th:nth-child(1),
.table-container td:nth-child(1),
.table-container th:nth-child(3),
.table-container td:nth-child(3) {
  background-color: #f0f5ff;
}

/* Alignment */
.table-container th:nth-child(2),
.table-container td:nth-child(2),
.table-container th:nth-child(3),
.table-container td:nth-child(3),
.table-container th:nth-child(4),
.table-container td:nth-child(4) {
  text-align: center;
}

/* Border radius enhancements (added as you requested) */
.table-container tr:first-child th:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.table-container tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.table-container th:nth-child(3) {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.table-container tr:last-child td:nth-child(3) {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
 

.pr-plan-right-box {
    background: linear-gradient(160.53deg, #124bb0 0.8%, #082965 99.28%);
    padding: 25px 25px 0 25px;
    border-radius: 12px;
}

.pr-plan-efficiency {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    margin-top: 73px;
}

.pr-plan-efficiency-sub {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    width: 77%;
}

.pr-efficiency-list {
    font-weight: 400;
    font-size: 12px;
    color: #cfdef9;
}

.pr-key-section {
    padding: 50px 0;
}

.pr-key-head {
    font-weight: 500;
    font-size: 32px;
    color: #303030;
}

.pr-key-sub {
    font-weight: 400;
    font-size: 18px;
    color: #646464;
    width: 50%;
}

.pr-key-card-head {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}

.pr-key-card-sub {
    font-weight: 400;
    font-size: 14px;
    color: #646464;
}

.pr-key-card-mt {
    margin-top: 33px;
}

.pr-seamless-head {
    font-weight: 500;
    font-size: 32px;
    color: #303030;
}

.pr-seamless-sub {
    font-weight: 400;
    font-size: 20px;
    color: #646464;
}

.pr-sub-pd{
    padding-bottom: 60px;
}

.pr-accordian-box {
    border-top: 1px solid rgba(50, 50, 50, 0.2);
    padding: 16px 0;
}

.pr-accordian-head {
    font-weight: 500;
    font-size: 20px;
    color: #323232;
}

.pr-accordian-txt {
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: height 320ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 220ms ease;
}

.pr-accordian-li {
    font-weight: 400;
    font-size: 13.56px;
    color: #323232;
}

.pr-accordian-content {
    padding-top: 16px;
    font-weight: 400;
    font-size: 13.56px;
    color: #323232;
    line-height: 1.4;
}

.pr-accordian-box.open .pr-accordian-txt {
    opacity: 1;
    display: block;
}

.pr-accordian-header img {
    transition: transform 0.3s ease;
}

.pr-accordian-box.open .pr-accordian-header img {
    transform: rotate(180deg);
}

.pr-demo {
    padding: 60px;
}

.pr-demo-parent {
    border-radius: 12px;
    padding: 30px;
    background: #1654c2;
}

.pr-demo-head {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    color: #ffffff;
}

.pr-demo-sub {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
}

.pr-demo-btn {
    border: 1px solid #ffffff;
    background: #ffffff33;
    padding: 10px 20px;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
/* Media Query */
@media (min-width: 360px) and (max-width: 575px) {
    .container {
        width: 100% !important;
    }
    .pr-banner-head,
    .pr-banner-num-txt,
    .pr-feature-txt,
    .pr-key-sub,
    .pr-banner-txt {
        width: 100%;
    }
    .pr-banner-num-txt {
        margin-top: 30px;
    }
    .pr-banner-scale-br {
        width: 37%;
    }
    .pr-banner-img {
        width: 300px;
    }
    .pr-feature-head {
        text-align: center;
    }
    .pr-key-card-mt {
        margin-top: 0;
    }
    .pr-feature-head {
        margin-top: 20px;
    }
    .pr-accordion-img {
        width: 300px !important;
    }
    .pr-demo {
        padding: 10px;
    }
    .pr-demo-parent {
        padding: 15px;
    }
    .pr-demo-head {
        font-size: 23px;
    }
    .pr-demo-sub {
        font-size: 14px;
    }
    .pr-key-section {
        padding-bottom: 40px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .pr-banner-img {
        width: 400px;
    }
    .pr-feature-head {
        text-align: center;
    }
    .pr-feature-txt {
        width: 100%;
    }
    .pr-key-sub {
        width: 100%;
    }
    .pr-key-card-mt {
        margin-top: 0;
    }
    .pr-accordion-img {
        width: 400px !important;
    }
    .pr-demo-head {
        font-size: 33px;
    }
    .pr-demo-sub {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pr-banner-img {
        width: 400px;
    }
    .pr-feature-head {
        text-align: center;
    }
    .pr-feature-txt {
        width: 85%;
    }
    .pr-key-sub {
        width: 100%;
    }
    .pr-key-card-mt {
        margin-top: 0;
    }
    .pr-demo-head {
        font-size: 39px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pr-banner-img {
        width: 400px;
    }
    .pr-banner-head,
    .pr-banner-num-txt,
    .pr-banner-txt {
        width: 100%;
    }

    .pr-accordion-img {
        width: 418px !important;
        height: 300px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pr-banner-img {
        width: 570px;
    }
    .pr-accordion-img {
        width: 400px;
        height: 300px;
    }
}

@media (max-width: 1440px) {
    .pr-accordion-img {
        width: 550px;
        height: 300px;
    }
}
