/* Universal styles */
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    background-color: black;
    overflow-y: hidden;
    width: 100vw;
}

@media (max-width: 1199px) {
    body {
      font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
      padding-top: 92px
    }
}

html, body {
    overflow-x: hidden;
    position: relative
}

section{
    content-visibility: auto
}

button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-transform: none
}

button, input {
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    vertical-align: baseline
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button[disabled], input[disabled] {
    cursor: default
}


.header_bottom {
    position: sticky; /* Make it sticky */
    top: 0; /* Stick it to the top */
    z-index: 1000; /* Ensure it stays above other content */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.box {
    height: 400px; /* Fixed height for all boxes */
    overflow: hidden; /* Hide overflow content initially */
    position: relative; /* Required for positioning */
    padding: 6px 15px !important;
}
.detail-box {
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 0px !important;
}
.content-container {
    height: 100%;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}
.content-container::-webkit-scrollbar {
    /* width: 8px; */
    width: 12px;
    background-color: #f5f5f5;
}
.content-container::-webkit-scrollbar-track {
    /* background: transparent; */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.content-container::-webkit-scrollbar-thumb {
    /* background:#a2a0a1eb;
    border-radius: 10px; */
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
.content-container::-webkit-scrollbar-thumb:hover {
    background:#e9eaec;
}
/* Terms and conditons page */
.terms-conditions-container{
    width: 90%;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: justify;
    min-height: 800px;
    border-radius: 25px;

}

.terms-conditions-container h1 {
    color: #004085;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.terms-conditions-container h2 {
    color: #004085;
    border-bottom: 2px solid #004085;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
}
.terms-conditions-container p {
    margin-bottom: 10px;
}
.terms-conditions-container ul {
    list-style-type: disc;
    margin-left: 20px;
}
.terms-conditions-container li {
    margin-bottom: 5px;
}
.terms-conditions-container .section-title {
    font-weight: bold;
    margin-top: 20px;
}

/* Container for pricing section */
.pricing-container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
   /* max-width: 95%; */

    width: 90%;
}

/* Pricing plan section styling */
.pricing-plans {
    border-radius: 32px;
    background-color: gainsboro;
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow for better separation */
}

.pricing-plans .shapes {
    width: 1188px;
    height: 691px;
    left: 0;
    -webkit-mask: linear-gradient(180deg, #FCFBFA 25%, rgba(252, 251, 250, 0) 45%);
    mask: linear-gradient(180deg, #FCFBFA 25%, rgba(252, 251, 250, 0) 45%)
}

.pricing-plans .tabs-item {
    width: 160px
}

.pricing-plans .section-header-description {
    max-width: 430px
}

.pricing-plans-items {
    display: grid;
    padding: 16px;
    margin-top: 24px;
    grid-gap: 12px;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr)
}

@media (max-width: 1199px) {
    .pricing-plans .shapes {
        width: 100%;
        height: 100%;
        -webkit-mask: linear-gradient(180deg, #FCFBFA 0%, rgba(252, 251, 250, 0) 10%);
        mask: linear-gradient(180deg, #FCFBFA 0%, rgba(252, 251, 250, 0) 10%)
    }

    .pricing-plans .section-header {
        margin-bottom: 28px
    }

    .pricing-plans .section-header-description {
        max-width: 300px
    }

    .pricing-plans-items {
        margin-top: 32px
    }

    .pricing-plans-items {
        gap: 16px;
        grid-template-columns: 1fr
    }
}


/* Section header styling */
.section-header {
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 0 20px;
}

/* Title styling */
.section-header-title {
    color: #37322f;
    font-size: 48px;
    line-height: 52px;
}

.section-header-title span {
    font-weight: 600; /* Emphasize the title */
}

/* Description styling */
.section-header-description {
    color: #4a4340;
    margin-top: 8px;
    max-width: 430px;
    font-size: 16px;
    line-height: 1.6;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.tabs {
    display: flex;
    align-items: center;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 0 1px #e3e1de99, 0 1px 2px #5f4a2e14, 0 4px 6px #5f4a2e14, 0 12px 16px #684b250f;
    width: -moz-max-content;
    width: max-content;
    border-radius: 999px;
    margin: 0 auto;
    position: relative;
}

.tabs-item {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 999px;
    color: #4a4340;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 140px;
    border-right: 1px solid hsl(38, 22%, 90%);
    background: hsl(30deg 2.64% 76.43%);
    box-shadow: 0 -2px #ebe7e0 inset;
    transition: background-color .2s cubic-bezier(.6, .6, 0, 1), box-shadow .2s cubic-bezier(.6, .6, 0, 1);
}

.tabs-item-badge {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    padding: 2px 6px;
    background-color: #0000000d;
    margin-left: 2px;
    transition: background-color .45s cubic-bezier(.6, .6, 0, 1);
}

.tabs-item:first-child {
    border-radius: 99px 0 0 99px;
    border-right: 1px solid #EBE7E0;
    border-right: 1px solid var(--border-normal, #EBE7E0)
}

.tabs-item:last-child {
    border-right: 0;
    border-radius: 0 99px 99px 0
}

.tabs-item:last-child .tabs-item-badge {
    border-radius: 24px 99px 99px 24px
}

.tabs-item-active {
    background: #fff;
    box-shadow: none;
    color: #37322f
}

.tabs-item-active .tabs-item-badge {
    background-color: #f3f1ec
}

.pricing-plan-price-value {
    font-weight: 500;
    font-family: AeonikPro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif
  }

  .pricing-plan-price-value {
    font-size: 36px;
    line-height: 40px
  }

  .pricing-plan-features-group-label {
    font-size: 16px;
    line-height: 24px
  }

  .pricing-plan-features-group-label {
    font-weight: 500
  }

  .pricing-plan-label-plan,
  .pricing-plan-title,
  .pricing-plan-features-item,
  .pricing-plan-label,
  .pricing-plan-price-label {
    font-size: 14px;
    line-height: 20px
  }

  .pricing-plan-label-plan,
  .pricing-plan-title {
    font-weight: 500
  }

  .pricing-plan-features-item-badge,
  .pricing-plan-title-badge {
    font-size: 12px;
    line-height: 16px
  }

  .pricing-plan-features-item-badge,
  .pricing-plan-title-badge {
    font-weight: 500
  }

  .pricing-plan {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 0 1px #e3e1de66, 0 1px 2px #5f4a2e14, 0 4px 6px #5f4a2e0a, 0 40px 40px -24px #684b2514, 0 56px 56px -32px #684b2514, 0 24px 40px #684b250a, 0 8px #70451a12 inset;
    color: #37322f;
    isolation: isolate;
    overflow: hidden
  }

  .pricing-plan-top {
    padding: 32px 24px 23px
  }

  .pricing-plan-features {
    padding: 23px 24px 30px
  }

  .pricing-plan-enterprise {
    border-radius: 16px;
    background: hsl(20, 5%, 12%);
    box-shadow: 0 0 0 1px #e3e1de66, 0 1px 2px #5f4a2e14, 0 4px 6px #5f4a2e0a, 0 40px 40px -24px #684b2514, 0 56px 56px -32px #684b2514, 0 24px 40px #684b250a, 0 8px #4a4340 inset;
    color: #fbfaf9
  }

  .pricing-plan-enterprise .pricing-plan-title {
    color: #aba8a6
  }

  .pricing-plan-enterprise .pricing-plan-separator {
    box-shadow: 0 -1px #312d2b, 0 -2px #151413;
    margin: 2px 0 0;
    height: 1px
  }

  .pricing-plan-enterprise .pricing-plan-separator svg {
    display: none
  }

  .pricing-plan-enterprise .pricing-plan-features {
    margin-top: -1px;
    background: linear-gradient(180deg, rgba(49, 45, 43, .3) 0%, rgba(32, 30, 29, .3) 100%)
  }

  .pricing-plan-enterprise .pricing-plan-features-all .button {
    color: #fbfaf9
  }

  .pricing-plan-enterprise>.button {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c090852, 0 3px 3px #0c09081a, 0 -2px #d6cfc299 inset
  }

  .pricing-plan-enterprise>.button:before,
  .pricing-plan-enterprise>.button:after {
    content: normal;
    content: initial
  }

  .pricing-plan-enterprise>.button:hover {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c0908e6, 0 3px 3px #0c090866, 0 -2px #d6cfc2cc inset
  }

  .pricing-plan-enterprise>.button:active {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c0908, 0 3px 3px #0c0908b3
  }

  .pricing-plan-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    height: 24px;
    color: #605a57;
    gap: 12px
  }

  .pricing-plan-title-badge {
    padding: 4px 8px;
    align-items: center;
    display: flex;
    gap: 4px;
    border-radius: 999px;
    background-color: #e16741;
    box-shadow: 0 1px 2px #e1654052, 0 3px 3px #e165401a, 0 1px #ffdb9e3d inset;
    color: #fbfaf9
  }

  .pricing-plan-price {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    align-items: flex-end
  }

  .pricing-plan-price-label {
    position: relative;
    top: -2px;
    color: #888581
  }

  .pricing-plan .button {
    width: 100%;
    padding: 8px
  }

  .pricing-plan-separator {
    position: relative;
    height: 2px;
    margin: 0 24px;
    isolation: isolate;
    overflow: hidden
  }

  .pricing-plan-separator svg {
    position: absolute;
    top: 0;
    left: 0
  }

  .pricing-plan-label {
    margin-bottom: 16px
  }

  .pricing-plan-features-item {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px
  }

  .pricing-plan-features-item-badge {
    border-radius: 999px;
    padding: 2px 10px
  }

  .pricing-plan-features-item-badge-secondary {
    box-shadow: 0 0 0 1px #ebe7e0, 0 1px 2px #d8d2ca80, 0 -1.5px #ebe7e080 inset;
    background-color: #fbfaf9;
    color: #4a4340
  }

  .pricing-plan-features-item-badge-primary {
    background: hsl(14, 73%, 57%);
    box-shadow: 0 1px 2px #e1654052, 0 3px 3px #e165401a, 0 1px #ffdb9e3d inset;
    color: #fbfaf9
  }

  .pricing-plan-features-all {
    display: none
  }

  .pricing-plan-features-all-show .button {
    margin-bottom: 24px
  }

  .pricing-plan-features-all-show .button svg {
    transform: rotate(-180deg)
  }

  .pricing-plan-features-all .pricing-plan-features-item:last-child {
    margin-bottom: 0
  }

  .pricing-plan-features-group-label {
    margin-top: 24px;
    margin-bottom: 16px
  }

  @media (max-width: 1199px) {
    .pricing-plan-features-all {
      display: block
    }
  }


/* Responsive adjustments */
@media (max-width: 480px) {
    .section-header-title {
        font-size: 36px;
        line-height: 40px;
    }

    .section-header-description {
        font-size: 14px;
        padding: 0 10px;
    }

    .pricing-plans {
        padding-top: 20px;
    }
}

.button {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
  }

  .button {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    padding: 8px 16px 8px 12px;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    gap: 4px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    transition: background-color .45s cubic-bezier(.6, .6, 0, 1), box-shadow .45s cubic-bezier(.6, .6, 0, 1), transform .45s cubic-bezier(.6, .6, 0, 1), opacity .45s cubic-bezier(.6, .6, 0, 1)
  }

  .button:before,
  .button:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: inherit;
    box-shadow: 0 -1px #d5d4d2 inset;
    transition: opacity .45s cubic-bezier(.6, .6, 0, 1)
  }

  .button:before {
    content: ""
  }

  .button:active {
    transform: translateY(1px) !important;
    transition-duration: .1s !important
  }

  .button-primary {
    color: #fbfaf9;
    background-color: #37322f;
    box-shadow: 0 1px 1px #2d20111f, 0 1.50259px 3px #2d201133, 0 4px 8px #2d201133, 0 12px 24px -6px #2d20114d, 0 -2px #000000bf inset
  }

  .button-primary:hover {
    background-color: #f1db25;
    box-shadow: 0 1px 1px #2d20111f, 0 1.50259px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, 0 -2px #000 inset
  }

  .button-primary:active {
    background-color: #37322f;
    box-shadow: 0 1px 1px #2d20111f, 0 1.50259px 3px #2d20113d, 0 4px 8px #2d201152, 0 12px 24px -6px #2d201166, 0 0 #000 inset
  }

  .button-primary:disabled {
    box-shadow: 0 1px 1px #2d201100, 0 1.50259px 3px #2d201100, 0 4px 8px #2d201100, 0 12px 24px -6px #2d201100, 0 0 #000 inset !important
  }

  .button-secondary {
    color: #4a4340;
    background-color: #fff;
    box-shadow: 0 0 0 1px #efede8, 0 1px 2px #b2aa9e52, 0 3px 3px #d1cdc73d, 0 -2px #f0f0efb3 inset;
    padding: 6px 12px;
    border-radius: 8px
  }

  .button-secondary:after {
    box-shadow: 0 1px 2px #d1cdc780, 0 3px 3px #d1cdc74d, 0 -2px #f0f0ef inset, 0 0 0 1px #f0f0ef;
    content: ""
  }

.button-secondary:hover {
    background-color: #f1db25;
    box-shadow: 0 0 0 1px #f0f0ef, 0 1px 2px #d1cdc700, 0 3px 3px #d1cdc700, 0 -2px #f0f0ef00 inset
}

.button-secondary:hover:after {
    opacity: 1
}

.button-secondary:active {
    box-shadow: 0 0 0 1px #f0f0ef, 0 1px 2px #d1cdc780, 0 3px 3px #d1cdc74d, 0 0 #f0f0ef inset
}

.button-secondary:active:after {
    opacity: 0
}

.button-plane {
    color: #4a4340;
    padding: 6px 12px;
    border-radius: 8px
}

.button-plane:before {
    content: normal;
    content: initial
}

.button-plane:hover {
    color: #37322f;
    background-color: #70451a12
}

.button-plane:active {
    color: #37322f;
    background-color: #70451a1a
}

.button:disabled {
    background: hsl(30, 8%, 88%) !important;
    pointer-events: none !important
}

.button:disabled:before {
    opacity: 1 !important
}


.pricing-compare-plans-title {
    font-weight: 500;
    font-family: AeonikPro, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    line-height: 24px
}

  .pricing-compare-features-label,
  .pricing-compare-plans-item,
  .pricing-compare-features-item {
    font-size: 14px;
    line-height: 20px
  }

  .pricing-compare-features-label,
  .pricing-compare-plans-item {
    font-weight: 500
  }

  .pricing-compare-features-item-label-badge,
  .pricing-compare-features-item-label-description {
    font-size: 12px;
    line-height: 16px
  }

  .pricing-compare-features-item-label-badge {
    font-weight: 500
  }

  .pricing-compare {
    border-radius: 32px;
    background-color: gainsboro;
    padding-top: 30px;
    margin: 20px 5px;
    padding-bottom: 16px;
    position: relative;
  }

  .pricing-compare-plans {
    display: flex;
    gap: 20px;
    z-index: 5;
    position: relative;
    background-color: #fff;
  }

  .pricing-compare-plans-title {
    flex: 1;
    padding: 36px 16px
  }

  .pricing-compare-plans-separator {
    position: absolute;
    height: 2px;
    bottom: 0;
    right: 0;
    isolation: isolate;
    overflow: hidden
  }

  .pricing-compare-plans-item {
    width: 176px;
    padding: 16px;
    border-radius: 16px 16px 0 0;
    text-align: center
  }

  .pricing-compare-plans-item-title {
    margin-bottom: 12px
  }

  .pricing-compare-plans-item-pro {
    background-color: #fbfaf9
  }

  .pricing-compare-plans-item-enterprise {
    color: #fbfaf9;
    background-color: #201e1d
  }

  .pricing-compare-plans-item-enterprise .button {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c090852, 0 3px 3px #0c09081a, 0 -2px #d6cfc299 inset
  }

  .pricing-compare-plans-item-enterprise .button:before,
  .pricing-compare-plans-item-enterprise .button:after {
    content: normal;
    content: initial
  }

  .pricing-compare-plans-item-enterprise .button:hover {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c0908e6, 0 3px 3px #0c090866, 0 -2px #d6cfc2cc inset
  }

  .pricing-compare-plans-item-enterprise .button:active {
    box-shadow: 0 0 0 1px #37322f, 0 1px 2px #0c0908, 0 3px 3px #0c0908b3
  }

  .pricing-compare-plans-item .button {
    width: 100%;
    padding: 6px
  }

  .pricing-compare-backgrounds-item {
    position: absolute;
    border-radius: 16px;
    width: 176px;
    height: 100%
  }

  .pricing-compare-backgrounds-item:nth-child(1) {
    background-color: #fbfaf9;
    right: 392px
  }

  .pricing-compare-backgrounds-item:nth-child(2) {
    background-color: #201e1d;
    right: 0
  }

  .pricing-compare-features {
    position: relative;
    z-index: 1
  }

  .pricing-compare-features:last-child .pricing-compare-features-item:last-child {
    margin-bottom: 0
  }

  .pricing-compare-features-label {
    margin-bottom: 16px;
    padding: 8px 26px;
    position: relative;
    border-radius: 8px;
    background-color: #37322f;
    color: #fbfaf9;
    z-index: 3
  }

  .pricing-compare-features-item {
    border-radius: 6px;
    height: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 0 0 0 22px
  }

  .pricing-compare-features-item svg {
    margin: 0 auto;
    color: #4a4340
  }

  .pricing-compare-features-item:not(:last-child) {
    margin-bottom: 12px
  }

  .pricing-compare-features-item:last-child {
    margin-bottom: 32px
  }

  .pricing-compare-features-item-label {
    color: #4a4340;
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center
  }

  .pricing-compare-features-item-label-badge {
    border-radius: 999px;
    padding: 2px 10px
  }

  .pricing-compare-features-item-label-badge-secondary {
    box-shadow: 0 0 0 1px #ebe7e0, 0 1px 2px #d8d2ca80, 0 -1.5px #ebe7e080 inset;
    background-color: #fbfaf9;
    color: #4a4340
  }

  .pricing-compare-features-item-label-badge-primary {
    background: hsl(14, 73%, 57%);
    box-shadow: 0 1px 2px #e1654052, 0 3px 3px #e165401a, 0 1px #ffdb9e3d inset;
    color: #fbfaf9
  }

  .pricing-compare-features-item-label-inner {
    position: relative;
    width: -moz-max-content;
    width: max-content;
    padding-right: 12px;
    cursor: help
  }

  .pricing-compare-features-item-label-inner:not(.pricing-compare-features-item-label-inner:hover) .pricing-compare-features-item-label-description {
    transform: translateY(-20%) scale(.9);
    opacity: 0;
    pointer-events: none
  }

  .pricing-compare-features-item-label-separator {
    position: absolute;
    height: 2px;
    bottom: -6px;
    width: calc(100% - 12px);
    left: 0;
    isolation: isolate;
    overflow: hidden
  }

  .pricing-compare-features-item-label-separator svg {
    top: 0;
    left: 0;
    position: absolute
  }

  .pricing-compare-features-item-label-description {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 224px;
    border-radius: 8px;
    background: rgba(32, 30, 29, .9);
    box-shadow: 0 2px 5px #4a434052, 0 9px 9px #4a43402e, 0 20px 12px #4a43401c, 0 36px 15px #4a434008;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 12px 16px;
    z-index: 10;
    color: #fff;
    transition: transform .45s cubic-bezier(.6, .6, 0, 1), opacity .45s cubic-bezier(.6, .6, 0, 1)
  }

  .pricing-compare-features-item-value {
    width: 176px
  }

  .pricing-compare-features-item-value:last-child {
    color: #fbfaf9
  }

  .pricing-compare-features-item-value:last-child svg {
    color: #aba8a6
  }

  @media (max-width: 1199px) {
    .pricing-compare {
      display: none
    }
  }
