@-webkit-keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@keyframes shine-lines {
    0% {
        background-position: -100px
    }

    40%,
    to {
        background-position: 140px
    }
}

@-webkit-keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@keyframes shine-avatar {
    0% {
        background-position: -32px
    }

    40%,
    to {
        background-position: 208px
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

@keyframes shimmer {
    0% {
        background-position: -450px 0
    }

    to {
        background-position: 450px 0
    }
}

@keyframes slide1 {

    0%,
    to {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(10px, 0)
    }
}

@keyframes slide2 {

    0%,
    to {
        transform: translate(0, 0) rotate(45deg)
    }

    50% {
        transform: translate(10px, 10px) rotate(45deg)
    }
}

@keyframes slide3 {

    0%,
    to {
        transform: rotate(-45deg)
    }

    50% {
        transform: rotate(45deg)
    }
}

@keyframes slide4 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local("Poppins"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/Poppins-Light.woff2)format("woff2"), url(/frontend/client_base_web/layout-optim/search-lawyers-all-cities/fonts/Poppins-Light.woff)format("woff")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Poppins"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-regular.woff2)format("woff2"), url(/frontend/client_base_web/layout-optim/search-lawyers-all-cities/fonts/poppins-v20-latin-regular.woff)format("woff")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Poppins"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-500.woff2)format("woff2"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-500.woff)format("woff")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local("Poppins"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-600.woff2)format("woff2"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-600.woff)format("woff")
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Poppins"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-700.woff2)format("woff2"), url(/frontend/client_base_web/layout-optim/court-case-api/fonts/poppins-v20-latin-700.woff)format("woff")
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121122;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

details {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.overflow-hidden {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.btn,
a,
button,
input[type=checkbox],
input[type=radio],
p {
    -webkit-tap-highlight-color: transparent;
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #192045;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    -ms-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s
}

#parivahanOtpModal .check-status-wrap .input-tile input:focus,
a:focus {
    outline: 0;
    box-shadow: none
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

.accordion-item hr,
.radio-box-tile input[type=radio],
[hidden],
h2.mobile-view,
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important
}

.d-inline {
    display: inline
}

.challan-listing .accordion-item.active hr,
.d-block,
.lawyer-card .ask-lawyer,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
img.desktop-view,
main,
nav,
section {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex,
.media {
    display: flex
}

.media {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-space {
    justify-content: space-between
}

.flex-dir-column {
    flex-direction: column
}

.font-italic {
    font-style: italic
}

.font-9 {
    font-size: 9px
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-36 {
    font-size: 36px
}

.font-38 {
    font-size: 38px
}

.font-40 {
    font-size: 40px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-54 {
    font-size: 54px
}

.font-56 {
    font-size: 56px
}

.font-60 {
    font-size: 60px
}

.font-73 {
    font-size: 73px
}

.lh-1 {
    line-height: 1
}

.lh-14 {
    line-height: 14px
}

.lh-15 {
    line-height: 15px
}

.lh-16 {
    line-height: 16px
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-28 {
    line-height: 28px
}

.lh-29 {
    line-height: 29px
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.lh-59 {
    line-height: 59px
}

.lh-65 {
    line-height: 65px
}

.lh-74 {
    line-height: 74px
}

.box-skeleton,
.line-skeleton {
    background-image: linear-gradient(90deg, #f4f4f4, #e5e5e5cc 40px, #f4f4f4 80px);
    background-size: 600px
}

.box-skeleton {
    background-color: #ccc;
    animation: shine-avatar 1s ease-out infinite;
    -webkit-animation: shine-avatar 1s ease-out infinite
}

.line-skeleton {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    animation: shine-lines 1s ease-out infinite;
    -webkit-animation: shine-lines 1s ease-out infinite
}

.shimmer-anim {
    position: relative;
    background: #f4f4f4;
    overflow: hidden
}

.shimmer-anim:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #f4f4f4 0, #0000000d 20%, #f4f4f4 40%, #f4f4f4);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    -webkit-animation: shimmer 1s linear infinite;
    animation: shimmer 1s linear infinite
}

.font-style-italic {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.list-unstyled {
    list-style-type: none
}

.hero-area .hero-wrapper,
.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%
}

.height-100p {
    height: 100%
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.common-border {
    border: 1px solid #f0f0f0
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-color-1 {
    color: #8c8c8c
}

.text-white {
    color: #fff
}

.text-black {
    color: #000
}

.text-red {
    color: red
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0 !important
}

.cursor-pointer {
    cursor: pointer
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-decoration-underline {
    text-decoration: underline
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-thin {
    font-weight: 300 !important
}

.font-weight-semi {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.letter-spacing1 {
    letter-spacing: -.36px
}

.letter-spacing2 {
    letter-spacing: -.3px
}

.border-bottom-none {
    border-bottom: 0 !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle,
.breadcrumbs-sec svg {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-3 {
    margin-top: 3px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-8 {
    margin-top: 8px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-12 {
    margin-top: 12px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-24 {
    margin-top: 24px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-b-2 {
    margin-bottom: 2px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-8 {
    margin-bottom: 8px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-24 {
    margin-bottom: 24px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40,
.our-apis-sec .head {
    margin-bottom: 40px
}

.m-b-46 {
    margin-bottom: 46px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-2 {
    margin-left: 2px
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-12 {
    margin-left: 12px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-8 {
    margin-right: 8px
}

.m-r-10,
.status-sec p strong {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-45 {
    margin-right: 45px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.pb-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-30 {
    padding-left: 30px
}

.p-r-10 {
    padding-right: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-25 {
    padding-top: 25px
}

.flex-block {
    flex: 1
}

.color-light-50 {
    color: rgba(49, 49, 49, .5)
}

.color-light-60 {
    color: rgba(49, 49, 49, .6)
}

.color-light-80 {
    color: rgba(49, 49, 49, .8)
}

.m-r-2 {
    margin-right: 2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

.error {
    display: block;
    margin: 10px 0 0 !important;
    font-size: 14px !important;
    color: #fff
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

header.main-header .container {
    margin: 0 auto
}

.hero-area {
    height: auto;
    min-height: auto;
    overflow: hidden;
    padding-top: 68px;
    padding-left: 0;
    padding-bottom: 68px
}

.hero-caption {
    max-width: 740px
}

.hero-area .hero-caption h1 {
    margin-bottom: 45px;
    font-size: 60px;
    line-height: 70px;
    max-width: 641px
}

.hero-area .hero-caption h1 span {
    color: #ffa113
}

.hero-area .hero-caption p {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px
}

.hero-area .hero-caption .ct-btn-wrap {
    margin-top: 80px;
    gap: 15px
}

.hero-area .hero-caption .start-btn,
.hero-area .hero-caption .view-docs-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-width: 150px;
    height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s
}

.hero-area .hero-caption .start-btn {
    background: #444bd3
}

.hero-area .hero-caption .start-btn:hover {
    background: #fff;
    border: 1px solid #444bd3;
    color: #444bd3
}

.hero-area .hero-caption .view-docs-btn {
    background: #2a2a2a
}

.hero-area .hero-caption .view-docs-btn:hover {
    background: #fff;
    border: 1px solid #2a2a2a;
    color: #2a2a2a
}

.our-apis-sec {
    padding-top: 40px;
    padding-bottom: 40px
}

.our-apis-sec .court-card {
    border: 1px solid #e9ecf6;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -webkit-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -moz-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -ms-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -o-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    padding: 25px 25px 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.our-apis-sec .court-card:hover {
    transform: translateY(-.5rem);
    -webkit-transform: translateY(-.5rem);
    -moz-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    -o-transform: translateY(-.5rem)
}

.our-apis-sec .court-card .top-head {
    gap: 20px
}

.our-apis-sec .court-card .top-head h3 {
    max-width: 190px
}

.our-apis-sec .court-card .icon {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    width: 60px;
    height: 60px
}

.our-apis-sec .court-card ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.our-apis-sec .court-card ul li {
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
    position: relative;
    padding-left: 28px
}

.our-apis-sec .court-card ul li:before {
    position: absolute;
    content: url(../images/tick-icon.png);
    height: 19px;
    width: 19px;
    left: 0;
    top: 2px
}

.how-it-works-sec {
    background: #f5f6ff;
    padding: 40px 0
}

.how-it-works-sec .how-wrap .col-4 {
    padding-right: 13px !important;
    padding-left: 13px !important
}

.how-it-works-sec .head {
    margin-bottom: 40px
}

.how-it-works-sec .how-wrap {
    max-width: 1117px;
    margin: auto
}

.how-it-works-sec .how-it-card {
    border: 1px solid #f1f4ff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 55px 33px 59px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .5s cubic-bezier(.645, .045, .355, 1)
}

.how-it-works-sec .how-it-card:hover {
    transform: translateY(-.5rem);
    -webkit-transform: translateY(-.5rem);
    -moz-transform: translateY(-.5rem);
    -ms-transform: translateY(-.5rem);
    -o-transform: translateY(-.5rem)
}

.how-it-works-sec .how-it-card,
.how-it-works-sec .how-it-card .number-circle {
    background-color: #fff;
    box-shadow: 0 3px 20px 0 rgba(18, 17, 39, .1);
    -webkit-box-shadow: 0 3px 20px 0 rgba(18, 17, 39, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(18, 17, 39, .1);
    -ms-box-shadow: 0 3px 20px 0 rgba(18, 17, 39, .1);
    -o-box-shadow: 0 3px 20px 0 rgba(18, 17, 39, .1);
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s
}

.how-it-works-sec .how-it-card .number-circle {
    border: 1px solid #dae0f4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 49px;
    height: 49px;
    font-size: 28px;
    font-weight: 700;
    color: #444bd3
}

.how-it-works-sec .how-it-card p {
    font-size: 18px;
    line-height: 30px
}

.how-it-works-sec .how-it-card:hover {
    border: 1px solid #444bd3
}

.how-it-works-sec .how-it-card:hover .number-circle {
    background-color: #444bd3;
    color: #fff
}

.pricing-sec {
    background: #fff;
    padding: 40px 0
}

.pricing-sec .head,
.pricing-sec .pricing-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.pricing-sec .pricing-wrap {
    margin-top: 80px;
    gap: 28px;
    align-items: center
}

.pricing-sec .head p {
    line-height: 34px;
    max-width: 500px;
    margin: auto
}

.pricing-sec .pricing-wrap .col-6 {
    margin-bottom: 16px
}

.loop-cards,
.pricing-sec .pricing-wrap .price-card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: flex
}

.loop-cards {
    flex-direction: column;
    gap: 18px;
    background-color: #fff;
    box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -webkit-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -moz-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -ms-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    -o-box-shadow: 0 0 40px 10px rgba(18, 17, 39, .08);
    padding: 15px;
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    border: 1px solid #f1f4ff
}

.loop-cards:hover {
    border: 1px solid #e8edff
}

.pricing-sec .pricing-wrap .price-card {
    border: 1px solid #d8d9ff;
    background-color: #f5f5fe;
    box-shadow: 0 0 9px 1px rgba(18, 17, 39, .08);
    -webkit-box-shadow: 0 0 9px 1px rgba(18, 17, 39, .08);
    -moz-box-shadow: 0 0 9px 1px rgba(18, 17, 39, .08);
    -ms-box-shadow: 0 0 9px 1px rgba(18, 17, 39, .08);
    -o-box-shadow: 0 0 9px 1px rgba(18, 17, 39, .08);
    min-width: 0;
    width: 100%;
    height: 70px;
    padding: 30px;
    align-items: center;
    justify-content: space-between
}

.pricing-sec .pricing-wrap .price-card:nth-child(4) {
    justify-content: center
}

.pricing-sec .pricing-wrap .loop-cards+.price-card {
    justify-content: center
}

.pricing-sec .pricing-wrap .price-card .rupee {
    gap: 2px;
    flex-direction: column;
    align-items: flex-end !important
}

.pricing-sec .pricing-wrap .ct-btn-wrap {
    margin-top: 19px
}

.pricing-sec .pricing-wrap .access-btn {
    background: #444bd3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    min-width: 195px;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .5s linear 0s;
    -webkit-transition: all .5s linear 0s;
    -moz-transition: all .5s linear 0s;
    -ms-transition: all .5s linear 0s;
    -o-transition: all .5s linear 0s
}

.pricing-sec .pricing-wrap .access-btn:hover {
    background: #fff;
    border: 1px solid #444bd3;
    color: #444bd3
}

.setup-fee-card {
    background: linear-gradient(135deg, #f8f9ff, #fff);
    border: 1px dashed #d6d9ff;
    border-radius: 10px;
    padding: 16px 18px;
    min-width: 511px
}

.pricing-sec .pricing-wrap .access-btn,
.setup-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.setup-icon {
    background: #f1efff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.setup-fee-card p {
    color: #2b2f5c
}

.custom-quote-sec {
    background: #fff;
    margin-bottom: 35px
}

.custom-quote-sec .quote-wrap {
    background-color: #f5f6ff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 77px;
    position: relative;
    overflow: hidden
}

.custom-quote-sec .quote-wrap .head {
    margin-bottom: 40px
}

.custom-quote-sec .quote-wrap .head h2 {
    line-height: 48px;
    max-width: 336px
}

.custom-quote-sec .quote-wrap .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start
}

.custom-quote-sec .quote-wrap .text-wrap p {
    font-weight: 300;
    max-width: 460px;
    text-align: left
}

.custom-quote-sec .quote-wrap .text-wrap .mail {
    color: #444bd3;
    text-decoration: underline;
    font-size: 16px
}

.custom-quote-sec .quote-wrap img {
    position: absolute;
    right: -22px;
    bottom: -14px
}

.custom-quote-sec .quote-wrap .quote-mobile,
.our-apis-sec .court-card .icon .mobile,
.pricing-sec .pricing-wrap .price-card .left-box .content-tile span,
.pricing-sec .pricing-wrap .price-card .left-box .price-icon {
    display: none
}

.loop-cards>.d-flex {
    gap: 10px
}

.largerCheckbox {
    align-self: flex-start;
    height: 16px;
    width: 16px;
    position: relative;
    border: 1px solid #000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: 0 0;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    opacity: .5;
    top: 1px
}

.largerCheckbox:checked {
    background-color: #5f33e1;
    opacity: 1
}

.largerCheckbox:hover {
    opacity: 1
}

.largerCheckbox:before {
    content: "";
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -moz-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    -o-transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2
}

.loop-cards .form-check-label {
    min-width: 120px
}

.loop-cards .form-check-label::selection {
    background-color: #fff;
    color: #121122
}

@media screen and (max-width:1100px) {
    .pricing-sec .pricing-wrap .price-card {
        min-width: 0;
        width: 100%
    }
}

@media screen and (max-width:991px) {
    header.main-header .user-profile {
        right: 20px
    }

    .col-100p {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }

    .order-2 {
        order: 2
    }

    .order-1 {
        order: 1
    }

    .hero-area {
        padding: 40px 20px 35px
    }

    .hero-area .container {
        padding: 0
    }

    .hero-area .hero-caption h1 {
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 35px;
        max-width: 340px
    }

    .hero-area .hero-caption p {
        font-size: 18px;
        line-height: 26px
    }

    .our-apis-sec {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .our-apis-sec .head {
        margin-bottom: 30px
    }

    .how-it-works-sec .head h2,
    .our-apis-sec .head h2 {
        font-size: 24px
    }

    .our-apis-sec .col-4 {
        margin-bottom: 20px
    }

    .how-it-works-sec .how-wrap .col-4:last-child,
    .our-apis-sec .col-4:last-child {
        margin-bottom: 0
    }

    .how-it-works-sec .how-it-card {
        height: auto;
        padding: 45px 35px 35px;
        gap: 40px
    }

    .our-apis-sec .court-card {
        padding: 30px
    }

    .how-it-works-sec,
    .pricing-sec {
        padding: 35px 0
    }

    .how-it-works-sec .head {
        margin-bottom: 30px
    }

    .how-it-works-sec .how-wrap .col-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 20px
    }

    .pricing-sec .head {
        gap: 20px
    }

    .pricing-sec .head h2 {
        font-size: 24px;
        max-width: 340px;
        margin: auto
    }

    .pricing-sec .head p {
        line-height: 28px;
        max-width: 310px;
        font-size: 18px
    }

    .pricing-sec .pricing-wrap {
        margin-top: 40px
    }

    .pricing-sec .pricing-wrap .price-card {
        min-width: 0;
        width: 100%;
        padding: 20px
    }

    .pricing-sec .pricing-wrap .ct-btn-wrap {
        margin-top: 0
    }

    .custom-quote-sec .quote-wrap {
        padding: 30px
    }

    .custom-quote-sec .quote-wrap .head {
        margin-bottom: 20px
    }

    .custom-quote-sec .quote-wrap .head h2 {
        line-height: 32px;
        max-width: 265px;
        font-size: 24px
    }

    .custom-quote-sec .quote-wrap .text-wrap p {
        font-weight: 300;
        text-align: left;
        font-size: 16px
    }

    .custom-quote-sec .quote-wrap img {
        width: 120px
    }

    .main-footer-revamp {
        background: #fff
    }
}

@media screen and (max-width:640px) {
    .pricing-wrap .col-4 {
        max-width: 100%;
        flex: 1
    }

    .setup-fee-card {
        min-width: 100%
    }
}

@media screen and (max-width:575px) {
    body {
        background: #f3f0ff
    }

    .hero-area {
        padding: 37px 28px;
        background-image: url(../images/hero-banner-bg.png) !important
    }

    .hero-area .hero-caption h1 {
        margin-bottom: 28px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -.02em;
        max-width: inherit;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto
    }

    .hero-area .hero-caption h1,
    .hero-area .hero-caption h1 span,
    .our-apis-sec .court-card h3 {
        color: #181725;
        font-weight: 600 !important
    }

    .hero-area .hero-caption p {
        text-align: center;
        max-width: 250px;
        margin: auto
    }

    .hero-area .hero-caption .ct-btn-wrap {
        margin-top: 25px;
        gap: 15px;
        flex-direction: column
    }

    .hero-area .hero-caption .start-btn,
    .hero-area .hero-caption .view-docs-btn {
        width: 100%;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
        font-size: 14px
    }

    .hero-area .hero-caption .start-btn {
        background: #5f33e1
    }

    .hero-area .hero-caption .start-btn:hover,
    .hero-area .hero-caption .view-docs-btn {
        background: #fff;
        border: 1px solid #5f33e1;
        color: #5f33e1
    }

    .hero-area .hero-caption .view-docs-btn:hover {
        background: #5f33e1;
        border: 1px solid #5f33e1;
        color: #fff
    }

    .our-apis-sec {
        padding-top: 35px;
        padding-bottom: 35px;
        border-top: 4px solid #eeeaff
    }

    .how-it-works-sec .head h2,
    .our-apis-sec .head h2,
    .pricing-sec .head h2 {
        font-size: 18px;
        font-weight: 600 !important;
        color: #181725;
        text-align: left;
        max-width: inherit;
        margin: inherit
    }

    .our-apis-sec .court-card {
        border: 0;
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        background-color: #fff;
        box-shadow: none;
        padding: 77px 40px 45px;
        display: flex;
        flex-direction: column;
        gap: 22px;
        transition: all .5s cubic-bezier(.645, .045, .355, 1);
        -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
        -moz-transition: all .5s cubic-bezier(.645, .045, .355, 1);
        -ms-transition: all .5s cubic-bezier(.645, .045, .355, 1);
        -o-transition: all .5s cubic-bezier(.645, .045, .355, 1);
        position: relative
    }

    .our-apis-sec .court-card .icon {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        background: #fff !important;
        transform: translate(-50%, -50%);
        left: 50%;
        right: 50%;
        border-bottom: 2px solid #5f33e1
    }

    .our-apis-sec .court-card .top-head h3 {
        max-width: fit-content
    }

    .our-apis-sec .court-card .icon .mobile {
        display: block
    }

    .our-apis-sec .court-card .icon .desktop,
    .pricing-sec .pricing-wrap .price-card .rupee p+p {
        display: none
    }

    .our-apis-sec .court-card h3 {
        font-size: 18px;
        letter-spacing: -.02em
    }

    .hero-area .hero-caption p,
    .our-apis-sec .court-card p {
        font-size: 14px;
        color: #181725;
        line-height: 20px;
        letter-spacing: -.02em
    }

    .our-apis-sec .court-card ul li {
        line-height: 18px;
        margin-bottom: 19px;
        font-size: 14px;
        padding-left: 26px;
        letter-spacing: -.02em
    }

    .our-apis-sec .court-card ul li:before {
        content: url(../images/tick-mobile-icon.png);
        height: 18px;
        width: 18px;
        left: 0;
        top: 0
    }

    .our-apis-sec .col-4:first-child {
        margin-top: 25px
    }

    .our-apis-sec .col-4 {
        margin-bottom: 80px
    }

    .how-it-works-sec,
    .pricing-sec {
        padding: 35px 0;
        border-top: 4px solid #eeeaff;
        background: #f3f0ff
    }

    .how-it-works-sec .how-wrap .col-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 16px
    }

    .how-it-works-sec .how-it-card {
        height: auto;
        padding: 16px 19px 23px;
        gap: 14px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        box-shadow: none;
        flex-direction: row;
        justify-content: flex-start
    }

    .how-it-works-sec .how-it-card .number-circle {
        border: 0;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        width: 26px;
        height: 26px;
        font-size: 14px;
        font-weight: 400;
        color: #444bd3;
        background: #f3f0ff;
        align-self: flex-start
    }

    .how-it-works-sec .how-it-card p {
        font-size: 13px;
        line-height: 18px;
        color: #181725;
        text-align: left;
        flex: 1;
        letter-spacing: -.02em
    }

    .pricing-sec .head {
        gap: 15px
    }

    .pricing-sec .head p {
        line-height: 20px;
        max-width: 310px;
        font-size: 14px;
        color: rgba(24, 23, 37, .8);
        margin: inherit;
        text-align: left;
        letter-spacing: -.02em
    }

    .pricing-sec .pricing-wrap {
        margin-top: 36px;
        gap: 16px;
        align-items: inherit
    }

    .loop-cards {
        gap: 16px;
        box-shadow: none
    }

    .pricing-sec .pricing-wrap .price-card,
    .pricing-sec .pricing-wrap .price-card .left-box .price-icon {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

    .pricing-sec .pricing-wrap .price-card {
        padding: 15px;
        background: #fff;
        box-shadow: none;
        min-width: inherit;
        border: 1px solid #d8d9ff
    }

    .pricing-sec .pricing-wrap .price-card .left-box {
        gap: 14px
    }

    .pricing-sec .pricing-wrap .price-card .left-box .price-icon {
        display: block;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .pricing-sec .pricing-wrap .price-card .left-box .content-tile {
        gap: 4px;
        display: flex;
        flex-direction: column;
        flex: 1
    }

    .pricing-sec .pricing-wrap .price-card .left-box .content-tile p {
        font-size: 16px;
        color: #181725;
        letter-spacing: -.02em
    }

    .pricing-sec .pricing-wrap .price-card .left-box .content-tile span {
        color: #6f6b7d;
        display: none
    }

    .loop-cards>span {
        text-align: left;
        font-size: 16px
    }

    .loop-cards .form-check-label {
        font-size: 16px
    }

    .largerCheckbox {
        top: 3px
    }

    .pricing-sec .pricing-wrap .price-card:nth-child(4) {
        justify-content: flex-start
    }

    .pricing-sec .pricing-wrap .loop-cards+.price-card {
        justify-content: flex-start
    }

    .pricing-sec .pricing-wrap .ct-btn-wrap {
        margin-top: 4px
    }

    .pricing-sec .pricing-wrap .access-btn {
        background: #5f33e1;
        min-width: inherit;
        height: 50px;
        width: 100%
    }

    .custom-quote-sec {
        background: #f3f0ff
    }

    .custom-quote-sec .quote-wrap {
        padding: 28px 21px 120px;
        background: #fff;
        border-radius: 15px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        -o-border-radius: 15px
    }

    .custom-quote-sec .quote-wrap .head h2 {
        line-height: 20px;
        max-width: inherit;
        font-size: 18px;
        color: #181725
    }

    .custom-quote-sec .quote-wrap .text-wrap {
        gap: 15px
    }

    .custom-quote-sec .quote-wrap .text-wrap p {
        font-weight: 400;
        text-align: left;
        font-size: 14px;
        color: rgba(24, 23, 37, .8);
        line-height: 20px;
        max-width: 300px
    }

    .custom-quote-sec .quote-wrap .text-wrap .mail {
        color: #5f33e1;
        font-size: 14px;
        font-weight: 500
    }

    .custom-quote-sec .quote-wrap .quote {
        display: none
    }

    .custom-quote-sec .quote-wrap .quote-mobile {
        display: block
    }

    .custom-quote-sec .quote-wrap img {
        width: auto;
        position: absolute;
        right: -15px;
        bottom: -1px
    }

    .our-apis-sec .court-card .icon .box-skeleton {
        border-radius: 50% !important;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        -ms-border-radius: 50% !important;
        -o-border-radius: 50% !important
    }

    .loop-cards .form-check-label {
        min-width: 140px
    }
}

@media screen and (max-width:422px) {
    .our-apis-sec .court-card ul li:before {
        top: 1px
    }
}

@media screen and (max-width:385px) {
    .how-it-works-sec .how-it-card {
        gap: 12px
    }

    .our-apis-sec .court-card {
        padding: 77px 30px 30px
    }
}

@media screen and (max-width:360px) {

    .loop-cards .form-check-label,
    .pricing-sec .pricing-wrap .price-card .left-box .content-tile p {
        font-size: 14px
    }

    .largerCheckbox {
        top: 1px
    }
}

@media screen and (max-width:330px) {
    .custom-quote-sec .quote-wrap img {
        width: 155px
    }
}


/* ==========================================================================
   API Response Examples Section Styles
   ========================================================================== */

/* API Response Examples Section */
.api-response-examples {
    padding: 80px 0;
    background: #fff;
}

.api-response-examples .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.api-response-examples .head {
    text-align: center;
    margin-bottom: 60px;
}

.api-response-examples .head h2 {
    font-size: 40px;
    font-weight: 700;
    color: #181725;
    margin-bottom: 15px;
}

.api-response-examples .head p {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* API Table Layout */
.api-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecf6;
}

.api-table-header {
    background: #f5f6ff;
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecf6;
}

.api-table-header h3 {
    font-size: 24px;
    font-weight: 600;
    color: #181725;
    margin: 0;
}

.api-table-body {
    display: flex;
    flex-direction: column;
}

/* API Row Layout */
.api-row {
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid #e9ecf6;
}

.api-row:last-child {
    border-bottom: none;
}

/* API Name Column (Left Side) */
.api-name-column {
    width: 300px;
    padding: 40px 30px;
    background: #fafbff;
    border-right: 1px solid #e9ecf6;
    display: flex;
    flex-direction: column;
}

.api-name-item {
    margin-bottom: 40px;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.api-name-item:hover {
    background: #f0f2ff;
    border-color: #d8d9ff;
}

.api-name-item.active {
    background: #eef0ff;
    border-color: #444bd3;
    box-shadow: 0 4px 12px rgba(68, 75, 211, 0.1);
}

.api-name-item:last-child {
    margin-bottom: 0;
}

.api-title {
    font-size: 20px;
    font-weight: 600;
    color: #181725;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.api-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-active {
    background: #e7f6e7;
    color: #2e7d32;
}

.status-demo {
    background: #e3f2fd;
    color: #1565c0;
}

.api-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 15px;
}

/* API JSON Column (Right Side) */
.api-json-column {
    flex: 1;
    padding: 40px 30px;
    background: #fff;
}

.api-json-section {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.api-json-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecf6;
}

.api-json-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: #181725;
    margin: 0 0 10px 0;
}

.api-json-subtitle {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.api-json-actions {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.api-action-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #d8d9ff;
    background: #fff;
    color: #444bd3;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.api-action-btn:hover {
    background: #444bd3;
    color: #fff;
    border-color: #444bd3;
}

.api-action-btn.copy-json {
    background: #444bd3;
    color: #fff;
    border-color: #444bd3;
}

.api-action-btn.copy-json:hover {
    background: #3339c2;
    border-color: #3339c2;
}

.api-action-btn.toggle-view {
    background: #fff;
    color: #666;
    border-color: #ddd;
}

.api-action-btn.toggle-view:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.api-json-content {
    flex: 1;
    border: 1px solid #e9ecf6;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.json-display {
    height: 380px;
    overflow-y: auto;
    padding: 25px;
    transition: height 0.3s ease;
}

/* Pretty JSON Custom Styling */
pretty-json {
    --key-color: #cc0000;
    --arrow-color: #737373;
    --brace-color: #0030f0;
    --bracket-color: #0030f0;
    --string-color: #009900;
    --number-color: #0000ff;
    --null-color: #666666;
    --boolean-color: #d23c91;
    --comma-color: #666666;
    --ellipsis-color: #666666;
    --indent: 2rem;
    --font-family: 'Courier New', monospace;
    --font-size: 14px;
    line-height: 1.5;
}

@media (prefers-color-scheme: dark) {
    pretty-json {
        --key-color: #f73d3d;
        --arrow-color: #6c6c6c;
        --brace-color: #0690bc;
        --bracket-color: #0690bc;
        --string-color: #21c521;
        --number-color: #0078b3;
        --null-color: #8c8888;
        --boolean-color: #c737b3;
        --comma-color: #848181;
        --ellipsis-color: #c2c2c2;
    }
}

/* ==========================================================================
   Modal Styles for Demo API Creation
   ========================================================================== */

.api-demo-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
    padding: 20px;
}

.api-demo-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
    padding: 25px 30px;
    border-bottom: 1px solid #e9ecf6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 24px;
    font-weight: 600;
    color: #181725;
    margin: 0;
}

.close-modal {
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    padding: 0;
}

.close-modal:hover {
    background: #f5f6ff;
    color: #444bd3;
}

.modal-body {
    padding: 30px;
}

.modal-step {
    display: none;
}

.modal-step.active {
    display: block;
}

.form-group {
    margin-bottom: 25px;
}

.form-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #181725;
    margin-bottom: 8px;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #d8d9ff;
    border-radius: 8px;
    font-size: 16px;
    color: #181725;
    background: #fff;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #444bd3;
    box-shadow: 0 0 0 3px rgba(68, 75, 211, 0.1);
}

.otp-input-group {
    display: flex;
    gap: 10px;
    margin: 25px 0;
    justify-content: center;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #d8d9ff;
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
}

.otp-input:focus {
    border-color: #444bd3;
    box-shadow: 0 0 0 3px rgba(68, 75, 211, 0.1);
    outline: none;
}

.timer {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.btn-primary {
    width: 100%;
    padding: 16px;
    background: #5f33e1;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-primary:hover {
    background: #4a27c9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(95, 51, 225, 0.3);
}

.btn-primary:disabled {
    background: #a0a0a0;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-secondary {
    width: 100%;
    padding: 16px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-secondary:hover {
    background: #f5f5f5;
    border-color: #bbb;
}

.api-key-display {
    background: #f8f9ff;
    border: 1px solid #d8d9ff;
    border-radius: 8px;
    padding: 20px;
    margin: 25px 0;
}

.api-key-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.api-key-label {
    font-size: 16px;
    font-weight: 600;
    color: #181725;
}

.api-key-actions {
    display: flex;
    gap: 10px;
}

.icon-btn {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    border-radius: 6px;
    color: #666;
    transition: all 0.3s ease;
}

.icon-btn:hover {
    background: #e9ecf6;
    color: #444bd3;
}

.api-key-value {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #181725;
    word-break: break-all;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #e9ecf6;
}

.alert-box {
    background: #fff8e1;
    border: 1px solid #ffd54f;
    border-radius: 8px;
    padding: 15px;
    margin: 20px 0;
}

.alert-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.alert-icon {
    font-size: 20px;
    color: #ffa000;
}

.alert-text {
    font-size: 14px;
    color: #5d4037;
    line-height: 1.5;
}

.alert-text strong {
    color: #e65100;
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 15px;
    background: #e7f6e7;
    border: 1px solid #2e7d32;
    border-radius: 8px;
    color: #2e7d32;
    font-size: 14px;
    margin: 15px 0;
}

/* Error Message */
.error-message {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 5px;
    display: none;
}

.has-error .form-control {
    border-color: #d32f2f;
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 1024px) {
    .api-name-column {
        width: 250px;
        padding: 30px 20px;
    }
    
    .api-json-column {
        padding: 30px 20px;
    }
}

@media (max-width: 768px) {
    .api-response-examples {
        padding: 60px 0;
    }
    
    .api-response-examples .head h2 {
        font-size: 32px;
    }
    
    .api-row {
        flex-direction: column;
        min-height: auto;
    }
    
    .api-name-column {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9ecf6;
        padding: 30px;
    }
    
    .api-name-item {
        margin-bottom: 30px;
    }
    
    .api-json-column {
        padding: 30px;
    }
    
    .json-display {
        height: 300px;
    }
    
    .modal-content {
        margin: 20px;
    }
    
    .modal-header {
        padding: 20px;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .otp-input-group {
        gap: 8px;
    }
    
    .otp-input {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .api-response-examples .head h2 {
        font-size: 28px;
    }
    
    .api-name-column,
    .api-json-column {
        padding: 20px;
    }
    
    .api-json-actions {
        flex-direction: column;
    }
    
    .api-action-btn {
        width: 100%;
        justify-content: center;
    }
    
    .otp-input {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}