    /*In general css start*/
    @font-face {
       font-family: "SF Pro Display proxima";
       src: url("/fonts/SF-Pro-Display-Proxima-Nova.woff2") format("woff2");
       font-weight: 500;
       font-style: normal;
       font-display: swap;
   }
   html {
    scroll-behavior: smooth;
}
body {
    font-family: SF Pro Display proxima !important;
    font-size: 14px;
}

:root {
    --primary1: #BF5708;
    --primary1-hover: #BF5708;
    --primary2: #C14E00;
    --primary2-hover: #C14E00;
    --p-tag-color:#4B5563;
    --hero-gradient: linear-gradient(135deg, #f8fafc, #eef2ff);
}
    
    .text-primary {
        color: var(--primary1) !important;
    }
    
    a:active {
        color: #BF5708;
    }
    
    a {
        text-decoration: none;
    }
    /* mocdoc logo */
    
    .brand-logo-image {
        max-width: 125px;
    }
    /* section css */
    
    section {
        padding: 2.4rem 5rem;
        overflow: hidden;
    }
    
    p {
        color: #4B5563;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }
    /* buttons */
    
    .btn-primary-custom {
        background: var(--primary1);
        border: none;
        opacity: 1;
    }
    
    .btn-primary-custom-gene {
        border-color: var(--primary1);
        border: 2px solid;
        opacity: 1;
    }
    
    button:focus:not(:focus-visible) {
        outline: none !important;
    }
    
    button:focus {
        box-shadow: none !important;
        outline: 1px solid #fff !important;
    }

    .rounded-xl {
      border-radius: 1rem;
  }
    .sec-menu {
        color: var(--primary2);
    }

    .unit-switch {
  border: 1px solid #ced4da;
  background-color: #f8f9fa;
  color: #334155;
  border-radius: 15px;
  font-weight: bold;
  font-size: 14px;
  width: 30%;
  padding: 8px 4px;
  height: 55px;
}
.input-unit-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}
    
    .btn-primary-custom:hover {
        background: #a94b06;
    }
    
    .btn-link {
        text-decoration: none;
    }
    
    .btn-primary {
        background-color: var(--primary1);
        border-color: var(--primary1);
    }
    
    .btn-primary:hover {
        background-color: var(--primary1);
        border-color: var(--primary1);
    }
    
    .bg-primary {
        background-color: var(--primary1) !important;
    }
    
    .fw-extrabold {
        font-weight: 800;
    }
    /* font */
    
    .h1-tag {
        font-size: calc(1.375rem + 1.5vw) !important;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h2-tag {
        font-size: calc(1.325rem + .9vw) !important;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h3-tag {
        font-size: calc(1.3rem + .6vw) !important;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h4-tag {
        font-size: calc(1.275rem + .3vw) !important;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h5-tag {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .h6-tag {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    .rounded-xl {
      border-radius: 1rem;
    }
    .rounded-2xl {
      border-radius: 1.5rem;
    }
    .form-control-custom {
  height: 56px;
  border-radius: 0.935rem;
  font-size: 1.05rem;
  color: #676565;
}
.mobile-only{
  display:none;
}
.small-tag {
  font-size: 12px;
  font-weight: 500;
  color: #676565;
}
.form-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.glass-card label {
  color: #334155;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.small, small {
  font-size: 15px;
}
.age-mob {
  width: 100%;
}
/*progress scroll style css start*/
#progress {
    position: fixed;
    bottom: 110px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
}

#progress-value {
    display: block;
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #001a2e;
}
.scroll-arrow {
    width: 24px;
}
/*progress scroll style css end*/

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}

.whatsapp-sticky img {
    width: 98%; 
    height: auto; 
    max-width: 100%;
    max-height: 100%;
}
/*whatsapp sticky style end*/
    /*Breadcrumbs style start*/
.breadcrumb-div {
    /*position: absolute;*/
    background-color: #fff;
    color: #f1f1f1;
    padding: 0;
    letter-spacing: 1px;
    top: 78px;
    z-index: 2;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    padding-left: 5rem;
}
.breadcrumb {
    margin-top: 1rem;
}
.breadcrumb a {
    font-size: 16px;
}
.home-nav {
  color: #BF5708;
  padding: 12px;
}
.home-icon {
   display: none;
} 
.fawidth {
    padding-left: 8px;
    padding-right: 8px;

}
.product-nav {
    color: #2e475d;
    pointer-events: none;
}
/*Breadcrumbs style end*/
    /* hero-section */
    
    .bg-background-light {
        min-height: 750px;
        --tw-bg-opacity: 1;
        /*background-color: rgb(248 247 245 / var(--tw-bg-opacity, 1));*/
        background: radial-gradient(ellipse 60% 50% at 80% 40%, rgba(224,92,26,.10) 0%, transparent 70%), #f4f1ec;
    }
    /* Badge */
    
    .badge-pill {
        border-radius: 999px;
        padding: .45rem .9rem;
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(90deg, var(--primary1), #1e3a8a);
    }
    
    .hero-title {
        font-size: 45px;
        line-height: 1.1;
        color: #000;
    }
    
    .text-accent {
        color: var(--primary1);
    }
    
    .hero-desc {
        line-height: 1.8;
        letter-spacing: 0.8px;
    }
    
    .hero-btn {
        background: var(--primary1);
        color: #fff;
        padding: 14px 28px;
        border-radius: 12px;
        font-weight: 600;
        box-shadow: 0 8px 20px rgba(191, 87, 8, .3);
        text-decoration: none;
        width: 200px;
        font-size: 18px;
    }
    
    .hero-btn:hover {
        background: #a34705;
        color: #fff;
    }
    
    .tablet {
        transform: rotate(-8.00001deg);
        position: relative;
        z-index: 2;
        transition: transform 700ms ease;
        will-change: transform;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
    }
    
    .tablet:hover {
        transform: rotate(-0.0001deg);
    }
    
    .tablet-frame {
        /*background: #111827;*/
        padding: 15px;
        border-radius: 30px;
        transform: translate3d(0,0,0);
    }
    .hero-tit span {
        color: var(--primary2);
    }
    
    .tablet-screen {
        background: #fff;
        width: 420px;
        height: 560px;
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        border: 1px solid #fff;
    }
    .tablet-border {
  padding: 18px;
  background: #F8FAFF;
  border-radius: 30px;
}
    
    .score-value {
        color: var(--primary1);
        font-weight: 700;
    }
    
    .progress {
        height: 6px;
        background: #e2e8f0;
    }
    
    .progress-bar {
        background: var(--primary1);
    }
    
    .shape {
        position: absolute;
        left: 0px;
        bottom: -1px;
        width: 100%;
    }
    
    .progress-bar {
        transition: width 1.5s ease-in-out;
    }
    
    /*.tablet-frame {
        animation: floatTablet 4s ease-in-out infinite;
    }*/
    
    /*@keyframes floatTablet {
    0%, 100% {
        transform: translate3d(0, 0px, 0);
    }
    50% {
        transform: translate3d(0, -8px, 0);
    }
}*/
    
    .fade-change {
        animation: fadeIn 0.6s ease;
    }
    
    .fade-change {
        opacity: 0;
        transform: translateY(10px);
        transition: all .6s ease;
    }
    
    .fade-change.show {
        opacity: 1;
        transform: translateY(0);
    }
    
    .tablet-screen {
        /*transition: all .8s ease;*/
    }
    
    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(6px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    .cals-title {
        font-size: 22px;
    }
    
    .score-values {
        color: var(--primary1);
        font-weight: 700;
        font-size: 30px;
    }
    
    .mini-box {
        border: 1px solid #e2e8f0;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
    }
    
    .recommend-box {
        background: #F5FAFF;
        padding: 10px;
        border-radius: 10px;
        font-size: 14px;
        color: var(--primary2);
        font-weight: 500;
    }
    
    .tablet-bottom {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px;
        background: #f8fafc;
        display: flex;
        gap: 10px;
    }
    
    .btn-fill {
        flex: 1;
        height: 40px;
        background: var(--primary1);
        border-radius: 8px;
    }
    
    .btn-square {
        width: 40px;
        height: 40px;
        background: #e2e8f0;
        border-radius: 8px;
    }
    
    .active-badge {
        background: #dcfce7;
        color: #15803d;
        font-size: 11px;
        padding: 5px 10px;
        border-radius: 6px;
        font-weight: 600;
    }
    
    .floating-card {
        position: absolute;
        background: #fff;
        padding: 12px 16px;
        border-radius: 14px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
        font-size: 14px;
        display: flex;
        gap: 8px;
        align-items: center;
        z-index: 30;
    }

    .pulse-dot {
      width: 0.5rem;
      height: 0.5rem;
      background-color: #22c55e;
      border-radius: 50%;
      margin-right: 0.5rem;
      animation: pulse 1.5s infinite;
    }
    .pulse-img {
        animation: pulse 1.5s infinite;
    }

    @keyframes pulse {
        0%,
        100% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.4;
            transform: scale(1.4);
        }
    }

    .float-bounce-card1 {
       animation: floatY 3.2s ease-in-out infinite;
    }
    .float-bounce-card2 {
        animation: floatY 4s ease-in-out infinite reverse;
    }
    .float-bounce-card3 {
        animation: floatY 3.6s ease-in-out infinite 1s;
    }
    .animate-bounce {
        animation: bounce 1s infinite;
        transition-duration: 3000ms;
        top: -0px;
        left: -2.5rem;
    }
    
    @keyframes bounce {
        0%,
        100% {
            transform: translateY(-25%);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        }
        50% {
            transform: none;
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        }
    }
    
    .animate-pulse {
        animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
        transition-duration: 4000ms;
        top: 50%;
        right: -4rem;
    }

    @keyframes floatY {
      0%, 100% { transform: translateY(0); }
      50%       { transform: translateY(-10px); }
    }
    
    @keyframes pulse {
        50% {
            opacity: .5;
        }
    }
    
    .card-1 {
        top: 20px;
        left: 40px;
    }
    
    .card-2 {
        top: 250px;
        right: -25px;
    }
    
    .card-3 {
        bottom: -20px;
        right: 60px;
    }
    
    .card-title {
        color: #676565;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
    }
    
    .card-sub {
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }
    
    .hero-svg {
        position: absolute;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        inset: 0px;
        pointer-events: none;
    }
    /* Section-2 */
    
    .custom-tabs-wrapper {
        position: relative;
        display: inline-block;
        background: #fff;
        padding: 6px;
        border-radius: 14px;
        overflow: hidden;
    }
    
    .custom-tabs {
        position: relative;
        z-index: 2;
    }
    
    .custom-tabs {
        margin: 0;
        padding: 0;
    }
    
    .custom-tabs-wrapper .nav-item {
        margin: 0;
        padding-left: 0 !important;
    }
    
    .custom-tabs .nav-link {
        position: relative;
        border: 0;
        height: 50px;
        background: transparent;
        font-weight: 600;
        padding: 12px 45px;
        color: #333;
        border-radius: 12px;
        transition: color .3s ease;
        font-size: 18px;
    }
    
    .custom-tabs .nav-link.active {
        color: #fff;
    }
    
    .active-pill {
        position: absolute;
        top: 6px;
        left: 6px;
        height: calc(100% - 12px);
        width: 0;
        background: var(--primary1);
        border-radius: 12px 0px;
        z-index: 1;
        transition: all .45s cubic-bezier(.4, 0, .2, 1);
    }
    
    #sectionTitle {
        transition: opacity .3s ease;
    }
    
    .active-pill::before,
    .active-pill::after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 99%;
        background: var(--primary1);
        transform: skewX(-20deg);
        transition: opacity .3s ease;
    }
    
    .active-pill::before {
        left: -10px;
        border-radius: 12px 0 0 12px;
    }
    
    .active-pill::after {
        right: -10px;
        border-radius: 0 12px 12px 0;
    }
    
    .see-more-btn {
        color: var(--primary1);
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .see-more-btn:hover {
        color: var(--primary1);
        font-weight: bold;
    }
    
    .calc-expand {
        overflow: hidden;
        height: 80px;
        transition: height 0.4s ease;
    }
    
    .arrow-icon {
        transition: transform 0.3s ease;
    }
    
    .calc-card.expanded .arrow-icon {
        transform: rotate(180deg);
    }
    
    .res {
        visibility: hidden;
    }
    
    .swiper-wrapper {
        align-items: baseline;
    }
    
    .swiper {
        max-width: 1265px;
    }
    
    .swiper-slide {
        display: flex;
    }
    
    .calc-card.expanded .calc-expand {
        max-height: 1000px;
    }
    
    .active-pill.no-left::before {
        opacity: 0;
    }
    
    .active-pill.no-right::after {
        opacity: 0;
    }
    
    .card-body {
        background-color: transparent;
        border: none;
        width: 100%;
    }
    
    .calculator-section {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    .icon-box {
        padding: 10px;
        background-color: #bf57081a;
        border-radius: 10px;
        display: flex;
        width: 45px;
        height: auto;
    }
    
    .calc-card {
        background: #fff;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 14px;
        transition: all .3s ease;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .calc-card:hover {
        box-shadow: 0 0 4px light-dark( #e8eef7, #1e2229), 0 4px 12px 4px light-dark( rgba(15, 17, 20, 0.1), rgba(255, 255, 255, 0.1));
        transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    }
    
    .calc-list li {
        display: flex;
        align-items: start;
        margin-bottom: 10px;
        color: #676565;
        gap: 5px;
        font-size: 18px;
    }
    
    .calc-btn {
        background: #fff;
        border: 2px solid var(--primary1);
        color: var(--primary1);
        font-weight: 600;
        font-size: 18px;
        border-radius: 10px;
        transition: all .3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 12px;
    }
    
    .calc-btn:hover {
        background: var(--primary1);
        color: #fff;
    }
    /* section-3 */
    
    .main-wrapper {
        padding: 50px 0 0 0;
    }
    
    .main-wrapper .calculator-card {
        background: #e9edf3;
        border-radius: 25px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
        padding: 25px;
        max-width: 1280px;
    }
    
    .calculator-table {
        border-collapse: separate;
        border-spacing: 0;
    }
    
    .calculator-table th,
    .calculator-table td {
        vertical-align: middle;
        padding: 18px;
        border: 1px solid #e3e6ea;
        font-size: 18px;
    }
    
    .calculator-table th {
        background-color: #f8f9fb;
        font-weight: 700;
        text-align: center;
        font-size: 20px;
    }
    
    .calculator-table td {
        background-color: #ffffff;
    }
    
    .tab-color {
        color: #676565;
    }
    
    .tab-content {
        overflow: hidden;
        padding: 0px 13px;
        width: 100%;
    }
    
    .calculator-table th:last-child,
    .calculator-table td:last-child {
        background-color: #FFEBDD;
        font-weight: 500;
    }
    
    .calculator-table thead tr:first-child th:first-child {
        border-top-left-radius: 15px;
    }
    
    .calculator-table thead tr:first-child th:last-child {
        border-top-right-radius: 15px;
    }
    
    .calculator-table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
    }
    
    .calculator-table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 15px;
    }
    
    .table-title {
        margin-bottom: 40px;
    }
    
    @media (max-width: 768px) {
        .calculator-card {
            padding: 20px;
        }
        .calculator-table th,
        .calculator-table td {
            font-size: 13px;
            padding: 12px;
        }
        .desktop-only{
    display:none;
  }

  .mobile-only{
    display:block;
  }
    }
    
    .small-font {
        font-size: 16px;
    }
    
    .sub-font {
        font-size: 20px;
    }
    /* section-4 */
    
    .calculator-suite {
        padding-top: 80px;
        padding-bottom: 25px;
    }
    
    .suite-desc {
        max-width: 900px;
        font-size: 20px;
    }
    
    .card-rep {
        max-width: 1200px;
    }
    
    .feature-card {
        position: relative;
        background: white;
        border: 15px solid #e9edf3;
        border-radius: 1.5rem;
        padding: 3.5rem 2rem 2.5rem 2rem;
        text-align: center;
        margin-top: 30px;
        height: 240px;
        transition: all .3s ease;
    }
    
    .feature-card:hover {
        box-shadow: 0 0 4px light-dark(#e8eef7, #1e2229), 0 4px 12px 4px light-dark(rgba(15, 17, 20, 0.1), rgba(255, 255, 255, 0.1));
        transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
    }
    
    .feature-card-title {
        position: relative;
        top: 10px;
    }
    
    .feature-card-title h4 {
        color: var(--primary1);
        font-weight: 600;
    }
    
    .arch-container {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
        height: 100px;
        pointer-events: none;
    }
    
    .trusted-img-wrappers {
        width: 90px;
        height: 90px;
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        border: 0px solid #f1f5f9;
        transition: transform 0.3s ease;
    }
    
    .arch-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        background: white;
        border-radius: 50%;
        -webkit-clip-path: inset(0 0 50% 0);
        clip-path: inset(0 0 50% 0);
        z-index: 0;
    }
    
    .arch-border {
        position: absolute;
        top: -12.3px;
        left: -11px;
        width: 120px;
        height: 125px;
        border-radius: 50%;
        border: 15px solid #e9edf3;
        -webkit-clip-path: inset(0 0 50% 0);
        clip-path: inset(0 0 50% 0);
        z-index: 1;
    }
    
    .icon-container {
        position: absolute;
        top: 0;
        left: 49.8%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*section-5  */
    
    .vew-imgcnt {
        position: relative;
        transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(60deg) rotateY(0) translateZ(0);
    }
    
    .crm-lgo {
        background-image: url(/images/new-homepage/center-logo.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .crm-lgo {
        width: 150px;
        height: 70px;
        position: absolute;
        top: 26.8%;
        z-index: 3;
    }
    
    .sml-crcl {
        background-image: url(/images/new-homepage/small-circle-cal.svg);
    }
    
    .sml-crcl {
        width: 175px;
        height: 175px;
        position: absolute;
        top: 40.2%;
        transform: perspective(1200px) translateX(0) translateY(-140px) scale(1.1) rotate(0) rotateX(60deg) rotateY(0) translateZ(0);
        z-index: 2;
        border: 1px solid #00BDC5;
        border-radius: 50%;
    }
    
    .vew-sec {
        margin-bottom: -290px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }
    
    .section-head-wrap {
        margin-bottom: -30px;
    }
    
    .vew-shpimg {
        position: absolute;
        top: 0;
        z-index: 1;
        animation: rotate 4s linear infinite;
    }
    
    @keyframes rotate {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    .vew-info1 {
        top: 13%;
        right: 38%;
    }
    
    .vew-info9 {
        top: 27%;
        right: 1%;
    }
    
    .vew-info2 {
        top: 43%;
        left: 50%;
    }
    
    .vew-info7 {
        top: 60%;
        left: 24%;
    }
    
    .vew-info3 {
        top: 31%;
        left: 13%;
    }
    
    .vew-infos {
        width: auto !important;
    }
    
    .vew-info {
        font-size: 16px;
        width: 250px;
        font-weight: bold;
        position: absolute;
        color: #676565;
        background: #F5F9FC;
        text-align: center;
        border: 1px solid #13979E;
        padding: 15px 25px;
        border-radius: 15px;
        box-shadow: 0 2px 4.2px .8px rgba(159, 163, 173, 0.31);
        z-index: 1;
    }
    
    .persona:hover {
        transform: scale(1.08);
    }
    
    .persona-circle {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -85%;
        left: 37%;
        background: #fff;
        border-radius: 50%;
        padding: 5px 0 0 0;
        border: 2px solid transparent;
    }
    
    .persona-circles {
        width: 60px;
        height: 60px;
        position: absolute;
        top: -60%;
        left: 37%;
        background: #fff;
        border-radius: 50%;
        border: 0px solid transparent;
    }
    
    .trusted-img-wrapper {
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        border: 0px solid #f1f5f9;
        transition: transform 0.3s ease;
    }
    
    .trusted-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .trusted-item:hover .trusted-img-wrapper {
        transform: scale(1.05);
    }
    /* section-6  */
    
    .persona {
        position: absolute;
        transition: transform .3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 30;
    }
    
    .dashboard-frame {
        background: #1e293b;
        border-radius: 28px;
        border: 4px solid rgba(51, 65, 85, 0.5);
    }
    
    .dashboard-screen {
        background: #ffffff;
        border-radius: 20px;
        height: 400px;
        overflow: hidden;
    }
    /* Header */
    
    .dashboard-header {
        height: 48px;
        border-bottom: 1px solid #e5e7eb;
    }
    
    .dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }
    
    .fake-search {
        height: 24px;
        width: 180px;
        background: #f1f5f9;
        border-radius: 20px;
    }
    
    .placeholder-line {
        height: 12px;
        background: #f1f5f9;
        border-radius: 6px;
    }
    /*FAQ secion css start*/
.faq {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.accordion-container {
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
}
.accordion-item {
  border-radius: 8px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.accordion-header {
  background-color: #fff;
  color: #212529;
  padding: 15px;
  font-size: 20px;
  border: none;
  height: 75px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.accordion-content {
  background-color: #FAFAFA;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 10px;
  transition: max-height 0.3s ease;
}
.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
  font-size: 18px;
}
.accordion-header:hover {
  background: #fff8ee;
  border: 1px solid #f5c48a;
  color: var(--primary2);
}
.accordion-header.active {
  background: #fff8ee;
  border: 1px solid #f5c48a;
  color: var(--primary2);
}
/*FAQ secion css end*/
    /* Main dashboard area */
    
    .main-dashboard {
        height: 130px;
        background: #f8fafc;
        border-radius: 16px;
        border: 2px dashed #e2e8f0;
    }
    
    .dashboard-label {
        font-size: 12px;
        color: #cbd5e1;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    
    .why-section {
        margin: 25px 0 50px 0;
    }
    
    .floating {
        animation: floating 3s ease-in-out infinite;
    }
    
    @keyframes floating {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    
    .promot-wrap hr:not([size]) {
        height: 32px;
    }
    /* Mini cards */
    
    .mini-card {
        border-radius: 14px;
        padding: 16px;
    }
    
    .primary-mini {
        background: rgba(13, 110, 253, 0.05);
        border: 1px solid rgba(13, 110, 253, 0.2);
    }
    
    .light-mini {
        background: #f8fafc;
    }
    
    .mini-line {
        height: 10px;
        border-radius: 6px;
    }
    
    .small-line {
        width: 50%;
        background: rgba(13, 110, 253, 0.2);
    }
    
    .big-line {
        width: 100%;
        height: 20px;
        background: rgba(13, 110, 253, 0.4);
    }
    /* Floating Cards */
    
    .floating-card {
        position: absolute;
        background: #ffffff;
        padding: 16px;
        border-radius: 16px;
        border: 1px solid #f1f5f9;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }
    
    .top-floating {
        top: -25px;
        right: -25px;
    }
    
    .bottom-floating {
        bottom: 40px;
        left: -40px;
        animation-delay: 1.5s;
    }
    /* Floating icon */
    
    .floating-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .floating-card .fc-icon {
      width: 36px;
      height: 36px;
      border-radius: .55rem;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
    }
    /* Floating animation */
    
    @keyframes float {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-8px);
        }
        100% {
            transform: translateY(0px);
        }
    }
    /* section-7 */
    
    .workflow-card {
        background-color: #2b1f16;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 1.5rem;
        transition: all 0.3s ease;
    }
    
    .workflow-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    }
    
    .text-secondarys {
        color: #ffffffb3;
    }
    
    .workflow-btn {
        border-radius: 10px;
        padding: 12px;
        transition: all 0.3s ease;
        border: 2px solid #ff6f00;
        font-weight: 600;
    }
    
    .hms-btn {
        background-color: var(--primary1);
        color: #fff;
    }
    
    .workflow-card .hms-btn:hover {
        color: #fff;
        background-color: var(--primary1);
        border-color: var(--primary1);
    }
    
    .workflow-card .lims-btn:hover {
        color: #fff;
        border-color: var(--primary1);
        background-color: var(--primary1);
    }
    
    .lims-btn {
        background-color: transparent;
        color: #ff6f00;
    }
    
    .hms-transparent {
        background-color: transparent !important;
        color: var(--primary1) !important;
    }
    /* section-8 */
    
    .enterprise-wrapper {
        background: linear-gradient(135deg, #8d4006, var(--primary1));
        border-radius: 2rem;
        position: relative;
        background-image: linear-gradient(to bottom right, #8d4006, var(--primary1));
        max-width: 1200px;
    }
    
    .poster-demo-btn,
    .poster-demo-btn:hover {
        background: #000;
        color: #fff;
        padding: 12px 35px;
        margin-top: 25px;
        border-radius: 10px;
        border: 1px solid #000;
    }
    
    .text-white-80 {
        color: rgba(255, 255, 255, 0.8);
    }
    /* Abstract Shapes */
    
    .bg-circle-top {
        position: absolute;
        top: -100px;
        right: -100px;
        width: 250px;
        height: 250px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 50%;
    }
    
    .bg-circle-bottom {
        position: absolute;
        bottom: -150px;
        left: -150px;
        width: 380px;
        height: 380px;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
    }
    /* ================================
   Media query
   ================================ */
    
    @media (max-width: 575.98px) {
        .h1-tag {
            font-size: calc(1.375rem + 1.5vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h2-tag {
            font-size: calc(1.325rem + .9vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h3-tag {
            font-size: calc(1.3rem + .6vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
        .h4-tag {
            font-size: calc(1.275rem + .3vw);
            margin-top: 0;
            margin-bottom: .5rem;
            font-weight: 500;
            line-height: 1.2;
        }
    }
    /*In general css end*/
    /* ── Section ── */
    .calculator-section {
      background: #F5FAFF;
      padding: 72px 0 80px;
    }
    .calc-list svg {
      width: 14px;
      fill: var(--primary2);
      margin-top: 4px;
      flex-shrink: 0;
    }
    .sect-title {
      text-align: center;
      margin: 0 auto 40px;
      line-height: 1.3;
    }

    /* ── Tab Toggle ── */
    .tab-toggle {
      display: inline-flex;
      background: #fff;
      border-radius: 50px;
      padding: 5px;
      box-shadow: 0 1px 8px rgba(0,0,0,.1);
      margin-bottom: 40px;
    }
    .tab-toggle button {
      border: none;
      background: transparent;
      border-radius: 50px;
      padding: 10px 32px;
      font-size: .95rem;
      font-weight: 600;
      color: var(--p-tag-color);
      cursor: pointer;
      transition: background .25s, color .25s;
      font-family: 'DM Sans', sans-serif;
    }
    .tab-toggle button.active {
      background: var(--primary2);
      color: #fff;
    }

    /* ── Cards Container ── */
    .cards-panel { display: none; }
    .cards-panel.active { display: block; }

    /* ── Calc Card ── */
    .calc-card {
      background: #ffffff;
      border-radius: 16px;
      box-shadow: 0 2px 16px rgba(0,0,0,.07);
      display: flex;
      flex-direction: column;
      height: 100%;
      overflow: hidden;
      transition: box-shadow .2s, transform .2s;
    }
    .calc-card:hover {
      box-shadow: 0 6px 28px rgba(0,0,0,.12);
      transform: translateY(-3px);
    }

    .calc-card-body { 
        padding: 8px 8px 12px; 
        flex: 1; 
    }

    .icon-box {
      width: 48px;
      height: 48px;
      min-width: 48px;
      background: rgba(255, 140, 0, 0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .icon-box img { width: 26px; height: 26px; object-fit: contain; }

    .calc-card-title {
      font-size: 1rem;
      font-weight: 700;
      color: #000;
      margin: 0;
      line-height: 1.35;
    }

    .calc-desc {
      font-size: 16px;
      color: var(--p-tag-color);
      line-height: 1.6;
      margin-bottom: 0;
      letter-spacing: 0.4px;
    }

    /* See More toggle */
    .see-more-block { display: none; }
    .see-more-block.open { display: block; }

    .use-case-label {
      font-size: .8rem;
      font-weight: 700;
      color: #000;
      text-transform: uppercase;
      letter-spacing: .06em;
      margin: 12px 0 6px;
    }

    .calc-list { list-style: none; padding: 0; margin: 0; }
    .calc-list li {
      display: flex;
      align-items: flex-start;
      gap: 6px;
      font-size: 15px;
      color: var(--p-tag-color);
      margin-bottom: 4px;
      letter-spacing: 0.3px;
    }
    .calc-list li .material-symbols-outlined {
      font-size: 16px;
      color: var(--primary2);
      margin-top: 1px;
      flex-shrink: 0;
    }

    .see-more-btn {
      background: none;
      border: none;
      padding: 8px 0 0;
      font-size: .85rem;
      font-weight: 600;
      color: var(--primary2);
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 2px;
      font-family: 'DM Sans', sans-serif;
    }
    .see-more-btn .material-icons {
      font-size: 18px;
      transition: transform .25s;
    }
    .see-more-btn.open .material-icons { transform: rotate(180deg); }

    /* Bottom CTA */
    .calc-cta {
      margin: 0;
      padding: 10px 8px;
      border: none;
      border-top: 1px solid #f0f0f0;
      background: transparent;
      width: 100%;
      text-align: left;
      font-size: .9rem;
      font-weight: 600;
      color: var(--primary2);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: 'DM Sans', sans-serif;
      transition: background .2s;
    }
    .calc-cta:hover { 
        background: #fdf0e8;
        color: var(--primary2);
         }
    .calc-cta .material-icons { font-size: 20px; }

    /* ── Disclaimer ── */
    .disclaimer-text {
      font-size: 17px;
      color: var(--p-tag-color);
      max-width: 720px;
      margin: 28px auto 0;
      text-align: center;
      line-height: 1.6;
    }
    .see-more-btn .fa {
  transition: transform 0.3s ease;
  margin-left: 4px;
}

.see-more-btn.open .fa {
  transform: rotate(180deg);
}

    /* mobile view css start */
    
    @media screen and (max-width: 567.98px) {
        section {
            padding: 1rem 1rem;
            overflow: hidden;
        }
        /*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}
/*whatsapp sticky style end*/
        /*Breadcrumbs style start*/
        .home-menu {
         display: none;
     }
     .breadcrumb-div {
        padding: 5px 5px !important;
    }
    .home-icon {
     display: block;
     padding: 0;
     padding-left: 8px;
 } 
/*Breadcrumbs style end*/

/*whatsapp sticky style start*/
.whatsapp-sticky {
    position: fixed;
    bottom: 54px;
    right: 20px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    background-color: #2ab540; 
}
/*whatsapp sticky style end*/
        .hero-title {
            font-size: 30px;
            font-weight: 800;
            line-height: 1.1;
            color: #0f172a;
        }
        .badge-pill {
            font-size: 10px;
            margin-top: 30px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            font-weight: 500;
        }
        .tablet-screen {
            height: 605px;
            width: 100%;
        }
        .hero-card {
            display: flex;
            align-items: flex-start;
        }
        .calcy {
            margin-bottom: 50px;
        }
        .table-box-title {
            font-size: 12px;
        }
        .cals-title {
            font-size: 18px;
        }
        .score-values {
            font-size: 25px;
        }
        .recommend-box {
            font-size: 14px;
        }
        .table-box-word {
            font-size: 12px;
        }
        #tabletDisclaimer {
            font-size: 12px;
            margin-bottom: 5px;
        }
        .mini-box {
            display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
        }
        .custom-tabs {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }
        .custom-tabs .nav-link {
            width: 130px;
            height: 50px;
            padding: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }
        .custom-tabs-wrapper {
            width: 100%;
        }
        .calculator-section {
            padding-top: 35px;
            padding-bottom: 35px;
        }
        .sect-ti {
            text-align: center;
            margin-bottom: 25px !important;
        }
        .tab-content {
            width: 100%;
            overflow: visible;
            padding: 0;
        }
        .main-wrapper {
            padding: 30px 0;
        }
        .main-wrapper .container {
            overflow: visible;
        }
        .main-wrapper .calculator-card {
            padding: 20px;
            width: 100%;
        }
        .calculator-table {
            width: 100%;
            margin-bottom: 0;
        }
        .swiper {
            width: 100%;
        }
        .card-body {
            padding: 0;
        }
        .calc-list li {
            font-size: 16px;
        }
        .calc-card {
            padding: 15px;
        }
        .calc-expand {
            overflow: hidden;
            height: 80px;
            transition: height 0.4s ease;
        }
        .calculator-table th,
        .calculator-table td {
            font-size: 16px;
        }
        .calculator-table th {
            font-size: 18px;
        }
        .suite-desc {
            max-width: 900px;
            font-size: 16px;
        }
        .res {
            visibility: hidden;
        }
        .calc-btn {
            font-size: 16px;
            padding: 10px;
        }
        .main-wrapper {
            padding: 30px 0;
        }
        .main-wrapper .container {
            overflow: visible;
        }
        .main-wrapper .calculator-card {
            padding: 20px;
            width: 100%;
        }
        .calculator-table {
            width: 100%;
            margin-bottom: 0;
        }
        .sec-header {
            margin-bottom: 25px !important;
        }
        .calculator-suite {
            padding-top: 40px;
            padding-bottom: 20px;
        }
        .card-rep {
            gap: 50px;
        }
        .feature-card-title {
            position: relative;
            top: 0px;
        }
        .feature-card {
            padding: 3.5rem 2rem 1rem 2rem;
            height: auto;
            transition: all .3s ease;
        }
        .vew-sec {
            margin-bottom: -260px;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .section-head-wrap {
            margin-bottom: -90px;
        }
        .vew-info1 {
            top: 14%;
            right: 53%;
        }
        .vew-info9 {
            top: 21%;
            right: -3%;
        }
        .vew-info2 {
            top: 53%;
            left: 40%;
        }
        .vew-info7 {
            top: 62%;
            left: 3%;
        }
        .vew-info3 {
            top: 44%;
            left: -7%;
        }
        .why-section {
            margin: 0px 0 25px 0;
            text-align: center;
        }
        .persona-circles {
            display: none;
        }
        .vew-info {
            font-size: 12px;
            width: 200px;
            padding: 10px 10px;
        }
        .persona-circle {
            display: none;
        }
        .enterprise-wrapper {
            text-align: center;
        }
        .floating-card {
            display: none;
        }
    }
    
    @media (min-width: 568px) and (max-width:699.98px) {
        section {
            padding: 1rem 1rem;
            overflow: hidden;
        }
        .hero-title {
            font-size: 30px;
            font-weight: 800;
            line-height: 1.1;
            color: #0f172a;
        }
        .badge-pill {
            font-size: 10px;
            margin-top: 30px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            font-weight: 500;
        }
        .tablet-screen {
            height: 600px;
            width: 100%;
        }
        .hero-card {
            display: flex;
            align-items: flex-start;
        }
        .calcy {
            margin-bottom: 50px;
        }
        .table-box-title {
            font-size: 12px;
        }
        .cals-title {
            font-size: 18px;
        }
        .score-values {
            font-size: 25px;
        }
        .recommend-box {
            font-size: 14px;
        }
        .table-box-word {
            font-size: 12px;
        }
        #tabletDisclaimer {
            font-size: 12px;
        }
        .enterprise-wrapper {
            text-align: center;
        }
        .mini-box {
            display: flex;
            height: 100%;
            flex-direction: column;
            justify-content: center;
        }
        .vew-sec {
            margin-bottom: -260px;
        }
        .custom-tabs {
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }
        .custom-tabs .nav-link {
            width: 130px;
            height: 50px;
            padding: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }
        .custom-tabs-wrapper {
            width: 100%;
        }
        .calculator-section {
            padding-top: 35px;
            padding-bottom: 35px;
        }
        .sect-ti {
            text-align: center;
            margin-bottom: 25px !important;
        }
        .calculator-table th {
            font-size: 18px;
        }
        .tab-content {
            width: 100%;
            overflow: visible;
            padding: 0;
        }
        .calc-list li {
            font-size: 16px;
        }
        .swiper {
            width: 100%;
        }
        .card-body {
            padding: 0;
        }
        .calc-card {
            padding: 15px;
        }
        .calc-expand {
            overflow: hidden;
            height: 80px;
            transition: height 0.4s ease;
        }
        .suite-desc {
            max-width: 900px;
            font-size: 16px;
        }
        .res {
            visibility: hidden;
        }
        .calc-btn {
            font-size: 16px;
            padding: 10px;
        }
        .main-wrapper {
            padding: 30px 0;
        }
        .main-wrapper .container {
            overflow: visible;
        }
        .main-wrapper .calculator-card {
            padding: 20px;
            width: 100%;
        }
        .calculator-table {
            width: 100%;
            margin-bottom: 0;
        }
        .calculator-table th,
        .calculator-table td {
            font-size: 16px;
        }
        .sec-header {
            margin-bottom: 25px !important;
        }
        .calculator-suite {
            padding-top: 40px;
            padding-bottom: 20px;
        }
        .card-rep {
            gap: 50px;
        }
        .feature-card-title {
            position: relative;
            top: 0px;
        }
        .feature-card {
            padding: 3.5rem 2rem 1rem 2rem;
            height: auto;
            transition: all .3s ease;
        }
        .section-head-wrap {
            margin-bottom: -90px;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .vew-info1 {
            top: 13%;
            right: 38%;
        }
        .vew-info9 {
            top: 21%;
            right: -3%;
        }
        .vew-info2 {
            top: 51%;
            left: 24%;
        }
        .vew-info7 {
            top: 60%;
            left: 3%;
        }
        .vew-info3 {
            top: 41%;
            left: -7%;
        }
        .why-section {
            margin: 0px 0 25px 0;
            text-align: center;
        }
        .persona-circles {
            display: none;
        }
        .vew-info {
            font-size: 14px;
            width: 250px;
            padding: 15px 14px;
        }
        .persona-circle {
            display: none;
        }
    }
    /* mobile view css end */
    /* Tab view css start */
    
    @media (min-width: 700px) and (max-width:991.98px) {
        section {
            padding: 1.5rem 1.5rem;
            overflow: hidden;
        }
        /*Breadcrumbs style start*/
.breadcrumb-div {
    padding: 4px 1.6rem !important;
}
/*Breadcrumbs style end*/ 
        .badge-pill {
            font-size: 10px;
            margin-top: 30px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            font-weight: 500;
        }
        .calculator-section {
            padding-top: 35px;
            padding-bottom: 10px;
        }
        .calculator-table th,
        .calculator-table td {
            font-size: 16px;
        }
        .card-2 {
            top: 250px;
            right: 25px;
        }
        .calcy {
            margin-bottom: 50px;
        }
        .sect-ti {
            margin-bottom: 30px !important;
            text-align: center;
        }
        .swiper {
            padding-bottom: 40px;
            width: 100%;
        }
        .card-body {
            width: 100%;
        }
        .feature-card-title {
            position: relative;
            top: 0px;
        }
        .feature-card {
            padding: 3.5rem 1.5rem 2.5rem 1.5rem;
        }
        .tab-content {
            width: 100%;
        }
        .calc-btn {
            font-size: 16px;
            padding: 10px;
        }
        .calc-expand {
            overflow: hidden;
            height: 90px;
            transition: height 0.4s ease;
        }
        .calc-list li {
            font-size: 16px;
        }
        .active-pill::before,
        .active-pill::after {
            height: 100%;
        }
        .calculator-table th {
            font-size: 18px;
        }
        .suite-desc {
            max-width: 900px;
            font-size: 16px;
        }
        .main-wrapper {
            padding: 30px 0;
        }
        .calculator-suite {
            padding-top: 50px;
            padding-bottom: 20px;
        }
        .sec-header {
            margin-bottom: 30px !important;
        }
        .card-rep {
            row-gap: 40px;
            margin-bottom: 30px !important;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .sml-crcl {
            width: 120px;
            height: 120px;
            top: 43.2%;
        }
        .crm-lgo {
            width: 130px;
            height: 55px;
            top: 28.8%;
        }
        .section-head-wrap {
            margin-bottom: -75px;
        }
        .vew-imgcnt img {
            max-width: 600px;
        }
        .vew-sec {
            margin-bottom: -340px;
        }
        .vew-info1 {
            top: 18%;
            right: 38%;
        }
        .vew-info3 {
            top: 31%;
            left: -3%;
        }
        .vew-info9 {
            top: 27%;
            right: -3%;
        }
        .vew-info7 {
            top: 49%;
            left: 6%;
        }
        .vew-info2 {
            top: 44%;
            left: 57%;
        }
        .why-section {
            margin: 0px 0 50px 0;
            text-align: left;
        }
        .workflow-card .tab-re {
            padding: 15px 35px;
        }
        .promotion-phase .container {
            max-width: 100%;
        }
    }
    /* Tab view css end */
    /* Tab horizontal view css start */
    
    @media (min-width: 992px) and (max-width:1200px) {
        section {
            padding: 1.5rem 1.5rem;
            overflow: hidden;
        }
        .badge-pill {
            font-size: 10px;
            margin-top: 30px;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            font-weight: 500;
        }
        .hero-title {
            font-size: 35px;
            font-weight: 800;
            line-height: 1.1;
            color: #0f172a;
        }
        .calculator-section {
            padding-top: 35px;
            padding-bottom: 10px;
        }
        .sect-ti {
            margin-bottom: 30px !important;
            text-align: center;
        }
        .calculator-table th,
        .calculator-table td {
            font-size: 16px;
        }
        .feature-card {
            padding: 3.5rem 1rem 2.5rem 1rem;
        }
        .feature-card-title {
            position: relative;
            top: 0px;
        }
        .swiper {
            padding-bottom: 40px;
            width: 100%;
        }
        .card-body {
            width: 100%;
        }
        .tab-content {
            width: 100%;
        }
        .calc-btn {
            font-size: 16px;
            padding: 10px;
        }
        .calc-expand {
            overflow: hidden;
            height: 70px;
            transition: height 0.4s ease;
        }
        .calculator-table th {
            font-size: 18px;
        }
        .active-pill::before,
        .active-pill::after {
            height: 100%;
        }
        .suite-desc {
            max-width: 900px;
            font-size: 16px;
        }
        .main-wrapper {
            padding: 30px 0;
        }
        .calculator-suite {
            padding-top: 30px;
            padding-bottom: 0px;
        }
        .sec-header {
            margin-bottom: 30px !important;
        }
        .vew-imgcnt img {
            max-width: 780px;
        }
        .card-rep {
            row-gap: 40px;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .section-head-wrap {
            margin-bottom: -60px;
        }
        .vew-sec {
            margin-bottom: -310px;
        }
        .vew-info1 {
            top: 15%;
        }
        .vew-info3 {
            top: 31%;
            left: -3%;
        }
        .vew-info9 {
            top: 27%;
            right: -3%;
        }
        .vew-info7 {
            top: 54%;
            left: 6%;
        }
        .vew-info2 {
            top: 50%;
            left: 50%;
        }
        .why-section {
            margin: 0px 0 50px 0;
            text-align: left;
        }
        .workflow-card .tab-re {
            padding: 15px 35px;
        }
        .promotion-phase .container {
            max-width: 100%;
        }
    }
    
    @media (min-width:1101px) and (max-width:1200px) {
        .workflow-card .tab-re,
        .workflow-card .card-body {
            padding: 15px 50px;
        }
    }
    /* Tab horizontal view css end */
    /* desktop view css end */
    
    @media (min-width:1201px) and (max-width:1400px) {
        .calculator-section {
            padding-top: 50px;
            padding-bottom: 40px;
        }
        .calculator-table {
            margin-bottom: 0;
        }
        .calculator-suite {
            padding-top: 50px;
            padding-bottom: 0px;
        }
        .why-section {
            margin: 0px 0 50px 0;
        }
        .table-title {
            margin-bottom: 30px;
        }
        .vew-sec {
            margin-bottom: -280px;
        }
        .workflow-card .tab-re {
            padding: 15px 50px;
        }
        .feature-card-title {
            position: relative;
            top: -5px;
        }
        .feature-card {
            padding: 3.5rem 1rem 1rem 1rem;
        }
        .vew-info3 {
            top: 31%;
            left: 0%;
        }
    }
    /* desktop css end */
    /* THE END */
    /* calculator page css */
    /* hero */
    
    .alter-font {
        font-size: 18px;
        color: #ffffffb3;
        line-height: 28px;
        font-weight: 500;
    }
    
    .hero-gradient {
        background: var(--hero-gradient);
    }
    
    .calculator-card-title {
        color: #212529;
    }
    
    .hero-left {
        padding: 0px 10px;
        height: 415px;
    }
    
    .gradient-pill {
        background: linear-gradient(90deg, #BF5708, #1e40af);
        border-radius: 999px;
        padding: 6px 16px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }
    
    .ping {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
        position: relative;
    }
    
    .ping::after {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        background: #22c55e;
        animation: ping 1.5s infinite;
        opacity: .6;
    }
    
    @keyframes ping {
        0% {
            transform: scale(1);
            opacity: .6;
        }
        100% {
            transform: scale(2.5);
            opacity: 0;
        }
    }
    
    .glass-card {
        background: rgba(255, 255, 255, 0.85);
        backdrop-filter: blur(20px);
        border-radius: 2.5rem;
    }
    
    .glass-card label {
        color: #334155;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .result-wrap {
        margin-bottom: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    
    .arrow-wrapper {
        position: absolute;
        bottom: 0;
        margin-left: 66%;
        transform: rotate(329deg);
        top: 0%;
    }
    
    .arrow-image {
        width: 75px;
        /* height: 300px; */
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    
    .btn-link {
        text-decoration: none;
    }
    
    .form-control-custom {
        height: 56px;
        border-radius: 0.935rem;
        font-size: 1.05rem;
    }
    
    .form-control:focus {
        box-shadow: 0 0 0 .25rem #bf57081a;
        border-color: var(--primary1);
    }
    /* radio cards */
    
    .radio-card {
        cursor: pointer;
        height: 40px;
        display: flex;
        border-radius: 1rem;
        font-weight: 700;
        color: #6b7280;
        transition: all .2s ease;
        flex-direction: column;
        justify-content: center;
    }
    
    .radio-card input {
        display: none;
    }
    
    .radio-card.active {
        background: #fff;
        color: var(--primary1);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }
    
    .toggle-resp {
        height: max-content;
        align-items: flex-end;
        position: relative;
        top: 30px;
    }
    
    .disclaimer-content {
        font-size: 14px;
        line-height: 25px;
    }
    
    .contant-font {
        color: #4B5563;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
    }
    /* section 2 */
    
    .egfr-link {
        background-color: transparent;
        transition: all 0.3s ease;
        width: 100%;
    }
    
    .prompt-link {
        margin-top: 78px;
    }
    
    @media (min-width: 768px) {
        .egfr-link {
            width: auto;
            padding: 2px !important;
        }
    }
    
    .egfr-link:hover {
        transform: translateY(-5px);
    }
    .egfr-link .icon-box svg {
        fill: var(--primary2);
    }
    .egfr-link:hover .icon-box {
        background-color: var(--primary2);
        color: #fff;
    }
    .egfr-link:hover .icon-box svg {
        background-color: var(--primary2);
        fill: #fff;
    }
    /* NEW badge */
    
    .new-badge {
        position: absolute;
        top: -6px;
        right: -6px;
        background-color: #C14E00;
        color: #fff;
        font-size: 10px;
        line-height: normal;
        font-weight: 900;
        padding: 2px 6px;
        border-radius: 999px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    /* about */
    
    .rotate-card {
        transform: rotate(2deg);
    }
    
    .grayscale-img {
        filter: grayscale(100%);
        opacity: 0.5;
        transition: all 0.5s ease;
    }
    
    .grayscale-img:hover {
        filter: grayscale(0%);
        opacity: 1;
    }
    /* button hover gap animation */
    
    .explore-btn {
        transition: gap 0.3s ease;
        font-size: 18px;
    }
    
    .explore-btn:hover {
        gap: 1rem;
    }
    /* section 3 */
    
    .formula-box {
        background-color: #f0f8ff;
    }
    
    .formula-inner {
        border-color: transparent !important;
    }
    
    .formula-meta {
        color: #9d6d48;
    }
    
    .formula-meta p {
        font-size: 14px !important;
    }
    
    .formula {
        font-size: 18px;
        gap: 10px;
        color: var(--primary1);
        font-weight: 800;
        margin-bottom: 7px;
    }
    
    .note {
        margin-top: 15px;
        font-size: 16px;
    }
    
    .conversion {
        font-size: 18px;
        color: var(--primary1);
        font-weight: 800;
        align-items: center;
    }
    /* section 4 */
    
    .floating-point {
        border-radius: 15px;
        bottom: -20px;
    }
    
    .floating-point-para {
        font-size: 30px;
    }
    
    .auto-icon {
        width: 24px !important;
        max-width: fit-content !important;
        height: 24px;
    }
    /*section 5 */
    
    .calculator-card {
        transition: all 0.8s ease;
        border-radius: 15px;
        transform: translateY(0px);
        background-color: #f5faff;
        border-color: transparent;
    }
    
    .calculator-card:hover {
        border-color: rgba(255, 140, 0, 0.3);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
        transform: translateY(-10px);
        background-image: linear-gradient(45deg, #1c1a10, #2c1a10);
        color: #fff;
        transition: background all 0.5s ease;
    }
    
    .calculator-card:hover .contant-font,
    .calculator-card:hover .calculator-card-title {
        color: #fff;
    }
    
    .calculator-card-title {
        color: #212529;
    }
    /* report modal */
    
    .report-container {
        max-width: 1100px;
        margin: auto;
    }
    
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #000 !important;
    }
    
    .info-row {
        display: grid;
        grid-template-columns: 140px 10px 1fr;
        gap: 6px;
        line-height: 1.6;
        font-size: 14px;
    }
    
    .info-label {
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .info-colon {
        text-align: center;
        font-weight: 600;
    }
    
    .blur-section {
        word-break: break-word;
    }
    
    .personal-info {
        width: 30%;
    }
    
    .section-title {
        font-weight: 700;
        text-align: center;
        background: #f5f5f5;
    }
    
    .small-text {
        font-size: 12px;
    }
    
    .flag-low {
        color: red;
        font-weight: bold;
    }
    
    .blur-section {
        filter: blur(6px);
        pointer-events: none;
        transition: 0.3s ease;
        font-size: 14px;
    }
    
    .blur-section.show {
        filter: blur(0);
        pointer-events: auto;
    }
    
    .report-modal {
        position: fixed;
        inset: 0;
        z-index: 9999;
        display: none;
    }
    
    .report-modal.show {
        display: block;
    }
    
    .report-detail {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .report-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(5px);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .report-modal.show .report-overlay {
        opacity: 1;
    }
    
    .report-modal-content {
        position: relative;
        background: #fff;
        max-width: 1200px;
        height: calc(100vh - 4vh);
        /* FULL HEIGHT */
        margin: 2vh auto;
        border-radius: 18px;
        display: flex;
        flex-direction: column;
        /* IMPORTANT */
        transform: scale(0.85) translateY(20px);
        opacity: 0;
        transition: all 0.35s ease;
    }
    
    .report-modal.show .report-modal-content {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    
    .report-scroll {
        flex: 1;
        /* TAKE REMAINING HEIGHT */
        overflow-y: auto;
        padding: 20px;
        padding-right: 6px;
        border-left: 15px solid transparent;
    }
    
    .close-btn {
        position: absolute;
        top: 12px;
        right: 18px;
        font-size: 32px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 5;
    }
    
    .report-scroll::-webkit-scrollbar {
        width: 4px;
    }
    
    .report-scroll::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .report-scroll::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    
    #letterpadContent .body-footer-wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 680px;
    }
    
    #letterpadContent .report-footer {
        padding: 0 20px;
    }
    /* Firefox */
    
    .report-scroll {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    }
    /* LETTERPAD MODAL */
    
    .letterpad-modal {
        position: fixed;
        inset: 0;
        display: none;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(10px);
        z-index: 9999;
    }
    
    .report-modal-content .report-header-title {
        margin-top: 50px;
    }
    
    .letterpadContent .report-header-title {
        margin-top: 0px;
    }
    
    .letterpad-modal.show {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #letterpadContent .patient-information .info-row {
        grid-template-columns: 80px 10px 1fr;
        gap: 0;
    }
    
    #letterpadContent .specimen-information .info-row {
        grid-template-columns: 104px 10px 1fr;
        gap: 0;
    }
    
    #letterpadContent .reference-information .info-row {
        grid-template-columns: 80px 10px 1fr;
        gap: 0;
    }
    
    .letterpad-paper {
        position: relative;
        transform: scale(0.550) translateY(0px);
    }
    
    .close-letterpad {
        position: absolute;
        top: -65px;
        right: -60px;
        font-size: 40px;
        background: none;
        border: none;
        color: #fff;
        cursor: pointer;
    }
    
    .a4-page {
        width: 210mm;
        height: 297mm;
        background: #fff;
        box-shadow: 0 0 0 1px #ccc, 0 20px 50px rgba(0, 0, 0, .4);
        overflow: hidden;
    }
    
    #a4Content,
    #letterpadContent {
        height: max-content;
        padding: 2mm;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 60px;
    }
    
    #a4Content .container,
    #letterpadContent .container {
        max-width: 100% !important;
    }
    
    .patient-information span,
    .specimen-information span,
    .reference-information span {
        font-size: 12px;
        margin-bottom: 5px;
    }
    /* mobile view css start */
    
    @media screen and (max-width: 567px) {
        section {
            padding: 2rem 1rem;
            overflow: hidden;
        }
        .shape-wave {
            display: none;
        }
        .hero-left {
            padding: 0px 10px;
            height: auto;
            margin-top: 75px !important;
        }
        .hero-left h1 {
            font-size: 1.9rem;
            line-height: 1.25;
        }
        .hero-left p {
            font-size: 18px;
        }
        .calculate-pad {
            padding: 10px 10px !important;
            margin-top: 20px;
        }
        .gradient-pill {
            font-size: 12px;
            margin: auto;
        }
        .contant-font {
            font-size: 16px;
            line-height: 25px;
        }
        /* HERO BUTTON / PREVIEW */
        #previewReportwrap {
            text-align: left;
        }
        /* CALCULATOR CARD */
        .glass-card {
            padding: 1rem !important;
        }
        .glass-card .result-wrap {
            font-size: 1.2rem !important;
            margin-bottom: 10px;
        }
        /* INPUTS */
        .form-control-custom {
            font-size: 14px;
            padding: 8px;
        }
        /* RADIO BUTTONS */
        .radio-card {
            font-size: 12px;
            padding: 10px;
            display: flex !important;
        }
        .toggle-resp {
            gap: 0 !important;
        }
        .glass-card label {
            font-size: 12px;
        }
        .toggle-resp {
            top: 25px;
        }
        /* RESULT */
        #egfrCalculatorValue {
            font-size: 22px;
        }
        .disclaimer-content {
            font-size: 14px;
            line-height: 20px;
        }
        .prompt-link {
            margin-top: 15px;
            gap: 0 !important;
        }
        .mob-change {
            flex-direction: column-reverse;
        }
        .fw-extrabold {
            font-weight: 800;
        }
        #auto .container {
            padding: 20px 10px;
        }
        .new-badge {
            position: absolute;
            top: -6px;
            right: auto;
            left: 200px;
        }
        .medical-pattern .container {
            margin-top: 20px !important;
        }
        #how-it-works {
            padding: 25px;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        /* FORMULA BOX */
        .formula-box h4 {
            font-size: 1.1rem;
        }
        .formula-inner {
            border-color: transparent !important;
            padding: 15px !important;
        }
        .formula-inner p {
            font-size: 15px;
        }
        .alter-font {
            font-size: 16px;
            color: #ffffffb3;
            line-height: 25px;
            font-weight: 500;
        }
        .tab-rep {
            margin-top: 15px !important;
        }
        .formula-box {
            padding: 15px !important;
        }
        /* IMAGES */
        /*img {
            max-width: 100%;
            height: auto;
        }*/
        /* HIDE ARROW IMAGE */
        .arrow-wrapper {
            display: none;
        }
        /* CTA SECTION */
        #auto h2 {
            font-size: 1.6rem;
            line-height: 1.3;
        }
        .egfr-link {
            background-color: transparent;
            transition: all 0.3s ease;
            width: 100%;
            padding: 10px !important;
        }
        p {
            font-size: 16px;
            color: #676565;
            line-height: 25px;
            font-weight: 500;
        }
        .input-container {
            margin-top: 20px !important;
        }
        .floating-point {
            border-radius: 15px;
            bottom: -10px;
            padding: 10px !important;
        }
        .floating-point-para {
            font-size: 22px;
        }
        #auto button {
            padding: 10px 15px !important;
        }
        .report-scroll {
            flex: 1;
            overflow-y: auto;
            padding: 0px;
            padding-right: 0px;
        }
        .report-modal-content .report-header-title {
            margin-top: 2px;
            width: 90%;
            white-space: nowrap;
        }
        .table-bordered td,
        .table-bordered th {
            border: 1px solid #000 !important;
            font-size: 14px;
        }
        .patient-information span,
        .specimen-information span,
        .reference-information span {
            font-size: 12px;
            margin-bottom: 5px;
        }
        .report-detail {
            font-size: 12px;
            margin-bottom: 10px;
        }
        .formula {
            font-size: 16px;
        }
        .conversion {
            font-size: 16px;
        }
        .letterpad-paper {
            position: relative;
            transform: scale(0.3) translateY(0px);
        }
        .info-row {
            display: block;
            gap: 2px;
            line-height: 1.6;
            font-size: 14px;
        }
        .second {
            margin-left: 40px;
        }
        .third {
            margin-left: 80px;
        }
        .fourth {
            margin-left: 110px;
        }
        .row>* {
            margin-top: 30px;
        }
        #letterpadContent .specimen-information .info-row {
            grid-template-columns: 104px 10px 1fr;
            gap: 0;
            display: grid;
        }
        #letterpadContent .patient-information .info-row {
            grid-template-columns: 80px 10px 1fr;
            gap: 0;
            display: grid;
        }
        #letterpadContent .reference-information .info-row {
            grid-template-columns: 80px 10px 1fr;
            gap: 0;
            display: grid;
        }
        .error {
            font-size: 12px;
            margin-top: 10px;
        }
        .error-wrap .d-none {
            margin-top: -20px !important;
        }
        /*FAQ Section CSS Start*/
.accordion-header {
    background-color: #fff;
    color: #212529;
    padding: 15px;
    font-size: 16px !important;
    border: none;
    height: auto !important;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    transition: background-color 0.3s ease;
  }
.accordion-content p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 14px !important;
  }
/*FAQ Section CSS End*/
    }
    
    @media (min-width: 568px) and (max-width: 699.98px) {
        section {
            padding: 2rem 1rem;
            overflow: hidden;
        }
        .hero-left {
            padding: 0px 10px;
            height: auto;
            margin-top: 75px;
        }
        .hero-left h1 {
            font-size: 1.9rem;
            line-height: 1.25;
        }
        .hero-left p {
            font-size: 18px;
        }
        .calculate-pad {
            padding: 10px 10px !important;
            margin-top: 20px;
        }
        .gradient-pill {
            font-size: 12px;
            margin: auto;
        }
        .second {
            margin-left: 40px;
        }
        .third {
            margin-left: 80px;
        }
        .fourth {
            margin-left: 120px;
        }
        /* HERO BUTTON / PREVIEW */
        #previewReportwrap {
            text-align: left;
        }
        /* CALCULATOR CARD */
        .glass-card {
            padding: 1rem !important;
        }
        .contant-font {
            font-size: 16px;
            line-height: 25px;
        }
        .input-container {
            margin-top: 20px !important;
        }
        .glass-card .result-wrap {
            font-size: 1.2rem !important;
            margin-bottom: 10px;
        }
        /* INPUTS */
        .form-control-custom {
            font-size: 14px;
            padding: 8px;
        }
        /* RADIO BUTTONS */
        .radio-card {
            font-size: 12px;
            padding: 10px;
            display: flex !important;
        }
        .toggle-resp {
            gap: 0 !important;
        }
        .glass-card label {
            font-size: 12px;
        }
        .toggle-resp {
            top: 25px;
        }
        .fw-extrabold {
            font-weight: 800;
        }
        /* RESULT */
        #egfrCalculatorValue {
            font-size: 22px;
        }
        .formula {
            font-size: 16px;
        }
        .conversion {
            font-size: 16px;
        }
        .disclaimer-content {
            font-size: 14px;
            line-height: 20px;
        }
        .prompt-link {
            margin-top: 15px;
            gap: 0 !important;
        }
        .mob-change {
            flex-direction: column-reverse;
        }
        .new-badge {
            position: absolute;
            top: -6px;
            right: auto;
            left: 200px;
        }
        .medical-pattern .container {
            margin-top: 10px !important;
        }
        #how-it-works {
            padding: 25px;
            margin-top: -10px;
            margin-bottom: 30px;
        }
        .alter-font {
            font-size: 16px;
            color: #ffffffb3;
            line-height: 25px;
            font-weight: 500;
        }
        .tab-rep {
            margin-top: 15px !important;
        }
        /* FORMULA BOX */
        .formula-box h4 {
            font-size: 1.1rem;
        }
        .formula-inner {
            border-color: transparent !important;
            padding: 15px !important;
        }
        .formula-inner p {
            font-size: 15px;
        }
        .formula-box {
            padding: 15px !important;
        }
        /* IMAGES */
        img {
            max-width: 100%;
            height: auto;
        }
        /* HIDE ARROW IMAGE */
        .arrow-wrapper {
            display: none;
        }
        /* CTA SECTION */
        #auto h2 {
            font-size: 1.6rem;
            line-height: 1.3;
        }
        #auto .container {
            padding: 20px 10px;
        }
        .egfr-link {
            background-color: transparent;
            transition: all 0.3s ease;
            width: 100%;
            padding: 10px !important;
        }
        p {
            color: #4B5563;
            font-weight: 400;
            font-size: 18px;
            line-height: 28px;
        }
        #auto svg {
            display: none;
        }
        .floating-point {
            border-radius: 15px;
            bottom: 40px;
            padding: 10px !important;
        }
        .floating-point-para {
            font-size: 22px;
        }
        #auto button {
            padding: 10px 15px !important;
        }
        .report-scroll {
            flex: 1;
            overflow-y: hidden;
            padding: 0px;
            padding-right: 0px;
        }
        #letterpadContent .specimen-information .info-row {
            grid-template-columns: 104px 10px 1fr;
            gap: 0;
            display: grid;
        }
        #letterpadContent .patient-information .info-row {
            grid-template-columns: 80px 10px 1fr;
            gap: 0;
            display: grid;
        }
        #letterpadContent .reference-information .info-row {
            grid-template-columns: 80px 10px 1fr;
            gap: 0;
            display: grid;
        }
        .report-modal-content .report-header-title {
            margin-top: 30px;
            width: 100%;
            white-space: nowrap;
        }
        .letterpad-paper {
            position: relative;
            transform: scale(0.3) translateY(0px);
        }
        .info-row {
            display: block;
            gap: 2px;
            line-height: 1.6;
            font-size: 14px;
        }
        .error {
            font-size: 12px;
            margin-top: 10px;
        }
        .error-wrap {
            margin-top: -20px !important;
        }
    }
    /* mobile view css end */
    /* Tab view css start */
    
    @media (min-width:700.98px) and (max-width:991.98px) {
        section {
            padding: 2rem 2rem;
            overflow: hidden;
        }
        .hero-left {
            padding: 30px 10px 0;
            height: auto;
        }
        .hero-left h1 {
            font-size: 2.4rem;
        }
        .hero-left p {
            font-size: 17px;
        }
        .glass-card {
            padding: 1.75rem;
        }
        #previewReportwrap {
            width: 100%;
        }
        .radio-card {
            display: flex !important;
        }
        .arrow-wrapper {
            position: absolute;
            bottom: 0;
            margin-left: 250px;
        }
        .calculate-pad {
            margin-top: 30px;
        }
        .formula {
            font-size: 16px;
        }
        .conversion {
            font-size: 16px;
        }
        .glass-card .result-wrap {
            font-size: 1.35rem !important;
            margin-bottom: 15px;
        }
        .formula-box {
            padding: 1.5rem;
        }
        .calculator-card-title {
            font-size: 17px;
        }
        .info-row {
            display: grid;
            grid-template-columns: 90px 10px 1fr;
            gap: 6px;
            line-height: 1.6;
            font-size: 14px;
        }
        .letterpad-paper {
            position: relative;
            transform: scale(0.4) translateY(0px);
        }
        .report-modal-content .report-header-title {
            margin-top: 30px;
        }
        .contant-font {
            font-size: 16px;
            line-height: 25px;
        }
        p {
            font-size: 16px;
            color: #676565;
            font-weight: 500;
        }
        .alter-font {
            font-size: 16px;
        }
        #how-it-works {
            max-width: 90%;
            margin-bottom: 30px;
            overflow: visible;
        }
        .tab-rep {
            padding: 0;
        }
        .auto-point {
            flex-direction: column;
        }
        .tool-wrap {
            flex-wrap: nowrap !important;
        }
        #auto button {
            padding: 10px 10px !important;
        }
        /* Reduce image height */
        #auto img {
            height: auto;
            max-height: 360px;
        }
        .formula-inner {
            border-color: transparent !important;
            padding: 15px !important;
        }
        .floating-point {
            border-radius: 15px;
            bottom: -20px;
            padding: 10px !important;
        }
        .floating-point-para {
            font-size: 25px;
        }
        .container,
        .container-md,
        .container-sm {
            max-width: 90%;
        }
        .tools .container {
            max-width: 100%;
        }
    }
    /* Tab view css end */
    /* Tab horizontal view css start */
    
    @media (min-width:992px) and (max-width:1200px) {
        section {
            padding: 2.5rem 2.5rem;
            overflow: hidden;
        }
        .arrow-wrapper {
            position: absolute;
            bottom: 0;
            margin-left: 57%;
            transform: rotate(329deg);
            top: 0%;
        }
        .calculate-pad {
            padding: 0px 20px !important;
        }
        .hero-left h1 {
            font-size: 2.6rem;
        }
        .radio-card {
            display: flex !important;
            font-size: 14px;
        }
        .glass-card {
            padding: 2rem;
        }
        .formula-inner p {
            font-size: 18px;
        }
        .glass-card .result-wrap {
            font-size: 1.35rem !important;
            margin-bottom: 15px;
        }
        .calculator-card-title {
            font-size: 18px;
        }
        #how-it-works {
            max-width: 90%;
            margin-bottom: 30px;
            padding: 2.5rem 0rem;
        }
        .tools .container {
            max-width: 100%;
        }
        .formula-inner {
            border-color: transparent !important;
            padding: 15px !important;
        }
    }
    /* Tab horizontal view css end */
    /* small desktop view css start */
    
    @media (min-width: 1200px) and (max-width: 1399.98px) {
        #how-it-works {
            max-width: 90%;
            margin-bottom: 30px;
        }
        .tools .container {
            max-width: 100%;
        }
        .radio-card {
            font-size: 14px;
        }
        .arrow-wrapper {
            margin-left: 50%;
        }
    }
    /* small desktop view css end */
    
    @media (min-width: 1400px) {
        #how-it-works {
            padding: 3rem 3rem;
            margin-bottom: 30px;
        }
    }
    /* THE END */