:root {
    /* new color palletes */
     --White: #FFF;
     --pink-light: #FFEBFC;
     --pink-Dark: #D57BC8;
     --pink-medium:#FAA8F1;
    
     --Teal-light: #E5FFFB;
     --teal-medium: #96DDCC;
     --teal-dark: #579888;
    
     --purple-light: #EFEBFF;
     --purple-medium: #D9D0FC;
     --purple-dark: #C0B1F8;
    
     --grey-50: #F9FAFB;
     --grey-100: #F2F4F7;
     --grey-200: #EAECF0;
     --grey-300:#D0D5DD;
     --grey-400: #98A2B3;
     --grey-500: #667085;
     --grey-600: #475467;
     --grey-700: #344054;
     --grey-800: #1D2939;
     --grey-900: #101828;
    
     --Success-Light: #EAFFEC;
     --Success-Medium:#41B873;
     --Error-Light: #FFEAEA;
     --Error-Medium: #D92F2F;
     --Sage-light: #F8FFE5;
     --Sage-Medium: #9EA683;
      /* new color palletes */
    
    
      --font-size-8: 8px;
      --font-size-10: 10px;
      --font-size-12: 12px;
      --font-size-14: 14px;
      --font-size-15: 15px;
      --font-size-16: 16px;
      --font-size-18: 18px;
      --font-size-20: 20px;
      --font-size-22: 22px;
      --font-size-24: 24px;
      --font-size-26: 26px;
      --font-size-28: 28px;
      --font-size-30: 30px;
      --font-size-32: 32px;
      --font-size-34: 34px;
      --font-size-36: 36px;
      --font-size-38: 38px;
      --font-size-40: 40px;
      --font-size-42: 42px;
    
    }
    
    .btn-dark-wright{
        border-radius: 8px;
        font-weight: 600 !important;
        background: #1D2939;
        border: 1px solid var(--Grey-600, #475467);
        font-family: manrope;
        color: var(--White, #FFF);
    }

    .btn-dark-wright:hover{
        background-color: var(--White, #FFF);
        color: var(--Grey-800, #1D2939);
    }

    @keyframes shine {
        0% {left: -100px}
        20% {left: 100%}
        100% {left: 100%}
    }
    
    .btn-outline-wright{
        border-radius: 10px;
        border: 1px solid var(--Grey-600, #475467);
        background: rgba(29, 41, 57, 0.20);
        display: inline-flex;
        padding: 10px 32px 10px 48px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        color: var(--Grey-50, #F9FAFB);
        text-align: center;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 171.429% */
    }
    
    .btn-outline-wright:hover{
        background-color: var(--Grey-50, #F9FAFB); 
        border-color: rgba(29, 41, 57, 0.20); 
    }
    
    
    .btn-light-wright{
        display: flex;
        width: 330.333px;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
    }

    .btn-light:hover {
        background-color: #F9DE7A;
    }
    
    
    .btn-white-wright{
        border-radius: 8px;
        border: 1px solid #fff;
        background: var(--White, #ffffff);
        color: #151414;
        font-feature-settings: 'salt' on, 'liga' off;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        line-height: 24px;
        padding: 14px 32px;
        font-weight: 600;
    }
    
    .btn-grey-wright{
        border-radius: 8px;
        background: var(--Grey-100, #F2F4F7);
        display: inline-flex;
        height: 50px;
        padding: 14px 24px;
        justify-content: center;
        align-items: center;
        gap: 18px;
        flex-shrink: 0;
        color: var(--Grey-900, #101828);
        text-align: center;
        font-family: Manrope;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    
    
    .btn-yellow-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        /* box-shadow: 4px 4px 16px 0px rgba(131, 110, 35, 0.2); */
        /* box-shadow: -4px -4px 10px 0px rgba(201, 179, 103, 0.1); */
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
        
    }

    .pms-get-started {
        position: relative;
        overflow: hidden;
    }

    .pms-get-started:before {
            content: '';
            position: absolute;
            width: 100px;
            height: 100%;
            background-image: linear-gradient(
                120deg,
                rgba(255,255,255, 0) 30%,
                rgba(255,255,255, .8),
                rgba(255,255,255, 0) 70%
            );
            top: 0;
            left: -100px;
            animation: shine 3s infinite linear;
        }
    
    
    .btn-yellow-outline-wright{
        background: linear-gradient(94.03deg, #C3A639 0%, #F9DE7A 52.62%, #C3A639 100%);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        font-size: var(--font-size-14);
        font-weight: 400;
        border: 1px solid #F9DE7A;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }
    

    .btn-teal-wright{
        background: linear-gradient(180deg, rgb(87, 152, 136) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        color: var(--grey-900);
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--grey-900);
    }

    .btn-teal-outline-wright{
        background: linear-gradient(180deg, rgba(87,152,136,1) 29%, rgba(229,255,251,1) 50%, rgba(87,152,136,1) 71%);
        -webkit-background-clip: text;
        background-clip: text;
        color: var(--grey-300) !important;
        font-size: var(--font-size-14);
        font-weight: 400;
        border: 1px solid #579888;
        border-radius: 4px !important;
        font-family: manrope;
        padding: 0px 24px;
    }

    .btn-purple-wright{
        background: linear-gradient(90deg, #D57BC8, #693A64);
        color: white;
        font-family: manrope;
        box-shadow: -4px 6px 8px 0px rgba(255, 255, 255, 0.4) inset;
        font-weight: 600;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Generic Button Classes (Legacy Support) */
    .btn-cyan,
    .btn-purple,
    .btn-cancel,
    .btn-pink,
    .btn-white,
    .btn-dark,
    .btn-outline-light,
    .btn-grey {
        border-radius: 6px;
        font-size: var(--font-size-16);
        font-family: Manrope, sans-serif;
        font-weight: 600 !important;
    }

    .btn-dark {
        background-color: #000000;
        color: white;
    }

    .btn-pink {
        background-color: #eeaeec;
    }

    .btn-pink:hover {
        border: 1px solid #eeaeec;
        border-radius: 6px;
    }

    .btn-pink:hover,
    .btn-purple:hover {
        background-color: #fff !important;
        color: #000 !important;
    }

    .btn-purple {
        background-color: var(--purple-dark, #C0B1F8);
    }

    .btn-purple:hover {
        border: 1px solid var(--purple-dark, #C0B1F8);
    }

    .btn-cyan {
        background-color: #d0f3d3;
    }

    .btn-cancel {
        background-color: #fff !important;
        border: 1px solid var(--yellow_dark, #B0B992);
        color: var(--yellow_dark, #B0B992);
    }

    .btn-cancel:hover {
        background-color: var(--yellow_dark, #B0B992) !important;
        border: 1px solid var(--yellow_dark, #B0B992);
        color: #000;
    }

    .btn-outline-light {
        color: var(--btn-outline-light, #f8f9fa);
        border-color: var(--btn-outline-light, #f8f9fa);
    }

    .btn-grey {
        color: black !important;
        background: #f8f8f8;
    }

    .btn-white {
        border-radius: 5px;
        font-size: var(--font-size-16);
        font-weight: 600;
        font-family: Manrope, sans-serif;
        text-align: center;
        background-color: #fff;
        color: #1e1e1e;
    }

    .btn-white:hover {
        color: #fff !important;
        background-color: #1e1e1e !important;
    }

    .btn-dark:hover {
        color: #000 !important;
        background-color: #fff !important;
    }

    .feature_news .btn-dark {
        background-color: #1e1e1e;
        color: #fff;
    }

    /* PMS Landing Button Variants */
    .btn-pink-outline-wright {
        background: transparent;
        border: 1px solid #FF9BD3;
        color: #FF9BD3;
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        font-family: Manrope, sans-serif;
        font-weight: 600;
    }

    .btn-pink-outline-wright:hover {
        background: #FF9BD3;
        color: #fff;
    }

    .btn-purple-outline-wright {
        background: transparent;
        border: 1px solid #C3A6FF;
        color: #C3A6FF;
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        font-family: Manrope, sans-serif;
        font-weight: 600;
    }

    .btn-purple-outline-wright:hover {
        background: #C3A6FF;
        color: #fff;
    }

    .btn-green-outline-wright {
        background: transparent;
        border: 1px solid #96DDCC;
        color: #96DDCC;
        transition: all 0.3s ease-in-out;
        border-radius: 8px;
        font-family: Manrope, sans-serif;
        font-weight: 600;
    }

    .btn-green-outline-wright:hover {
        background: #96DDCC;
        color: #fff;
    }

    /* Button Border Wright - Portfolio specific button style */
    .btn-border-wright {
        border: 1px solid var(--grey-300);
        padding: 0px 20px;
        font-family: manrope;
        color: var(--grey-800);
        border-radius: 8px !important;
        font-weight: 500;
        font-size: var(--font-size-14);
        background-color: white;
    }

    .btn-border-wright .arrow-down {
        filter: invert(1);
        width: 18px;
    }

    @media screen and (max-width: 1368px) {
        .btn-border-wright {
            font-size: var(--font-size-12);
        }
    }

    /* Modal Override */
    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
        background: #ffffffcc;
    }

    /* reCAPTCHA Badge Positioning */
    .grecaptcha-badge {
        bottom: 160px !important;
        z-index: 100;
    }

    /* button class */