
  :root {
            --gradient-start: #ed70c0;
            --gradient-end: #497bf6;
            --pink-custom: #ff66c4;
        }
        
        @font-face {
            font-family: 'BelfastGrotesk';
            src: url('../fonts/BelfastGrotesk-SemiBold.woff2') format('woff2'),
                url('../fonts/BelfastGrotesk-SemiBold.woff') format('woff');
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'BelfastGrotesk';
            src: url('../fonts/BelfastGrotesk-ExtraBold.woff2') format('woff2'),
                url('../fonts/BelfastGrotesk-ExtraBold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        
        @font-face {
            font-family: 'BelfastGrotesk';
            src: url('../fonts/BelfastGrotesk-Bold.woff2') format('woff2'),
                url('../fonts/BelfastGrotesk-Bold.woff') format('woff');
            font-weight: bold;
            font-style: normal;
            font-display: swap;
        }
        @font-face {
            font-family: 'BelfastGrotesk';
            src: url('../fonts/BelfastGrotesk-Regular.woff2') format('woff2'),
                url('../fonts/BelfastGrotesk-Regular.woff') format('woff');
            font-weight: normal;
            font-style: normal;
            font-display: swap;
            
        }
        

        .gradient-text {
            background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .gradient-bg {
            background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
        }
        
        .gradient-bg-light {
            background: linear-gradient(135deg, rgba(230,240,254,1) 0%, rgba(245,237,254,1) 100%);
        }
        
        .gradient-bg-hero {
            background: linear-gradient(135deg, rgba(246,248,253,1) 0%, rgba(245,237,254,1) 100%);
        }
        
        .pink-bg {
            background-color: var(--pink-custom);
        }
        
        .step-number {
            width: 72px;
            height: 72px;
            background-color: var(--pink-custom);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 1.5rem;
        }
        
        .feature-card {
            background: linear-gradient(135deg, rgba(230,240,254,1) 0%, rgba(245,237,254,1) 100%);
            border-radius: 20px;
            padding: 2rem;
            text-align: center;
            height: 100%;
            border: none;
        }
        
        .problem-card {
            border-radius: 20px;
            border: 1px solid #afafaf;
            padding: 2rem;
        }
        
        .diamond-icon {
            width: 24px;
            height: 24px;
            background-color: var(--pink-custom);
            transform: rotate(45deg);
            border-radius: 4px;
        }
        
        .navbar-brand img {
            height: 50px;
            width: auto;
        }
        
        .btn-gradient {
            background: linear-gradient(90deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
            border: none;
            border-radius: 30px;
            color: white;
            padding: 0.5rem 1.5rem;
        }
        
        .btn-gradient:hover {
            opacity: 0.9;
            color: white;
        }
        
        .industry-card {
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .industry-card:hover {
            transform: translateY(-5px);
        }
        
        .industry-card img {
            height: 140px;
            object-fit: cover;
        }
        
        .contact-card {
            background: linear-gradient(135deg, rgba(230,240,254,1) 0%, rgba(245,237,254,1) 100%);
            border-radius: 20px;
            padding: 3rem;
        }
        
        .table-comparison {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        
        .table-comparison thead {
            background-color: #000;
        }
        
        .table-comparison thead th {
            color: white;
            font-weight: bold;
            padding: 1rem;
            border: none;
        }
        
        .table-comparison tbody td {
            padding: 1rem;
            border-bottom: 1px solid #e9ecef;
            font-weight: 600;
        }
        
        .check-icon, .cross-icon {
            width: 40px;
            height: 40px;
        }
        
        .smooth-scroll {
            scroll-behavior: smooth;
        }
        
        section {
            padding: 5rem 0;
        }
        
        .display-1 {
            font-size: 4rem;
            font-weight: bold;
        }
        
        .display-2 {
            font-size: 3.5rem;
            font-weight: bold;
        }
        
        .display-3 {
            font-size: 3rem;
            font-weight: bold;
        }
        
        @media (max-width: 768px) {
            .display-1 {
                font-size: 2.5rem;
            }
            .display-2 {
                font-size: 2rem;
            }
            .display-3 {
                font-size: 1.8rem;
            }
            section {
                padding: 3rem 0;
            }
        }
        h1,h3,h2,h4,h5,h6{
            font-family: 'BelfastGrotesk';
            font-weight: 600;
            font-style: normal;
        }
        .font{
            font-family: 'BelfastGrotesk';
            font-weight: bold;
        }
        .h4, h4 {
            font-size: 1.4rem;
        }
        .navbar-toggler:focus {
            text-decoration: none;
            outline: 0;
            box-shadow: none;
        }
        @media only screen and (max-width: 600px) {
            .table-comparison thead th {
                color: white;
                font-weight: bold;
                padding: 10px;
                border: none;
                font-size: 19px !important;
            }
            .table-comparison tbody td {
                padding: 7px;
                border-bottom: 1px solid #e9ecef;
                font-weight: 600;
                font-size: 16px !important;
            }
          }

          .nav-link {
            font-family: 'BelfastGrotesk';
            font-weight: normal;
            font-style: normal;
            color: #fff;
        }

        .nav-link.active {
            font-family: 'BelfastGrotesk';
            font-weight: normal;
            font-style: normal;
            color: #ff66c4!important;
        }
        .btn{
            font-family: 'BelfastGrotesk';
            font-weight: normal;
        }
        a:hover{
            color: #ff66c4!important;
        }
        .accordion-item{
            border: 1px solid #AFAFAF;
  
        }
        .accordion-button{
            background-color: transparent;
        }
        .accordion-button:not(.collapsed){
            background-color: transparent;
        }
        .accordion-item:not(:first-of-type) {
            border-top: -1px!important;
        }
        .accordion-item:not(:first-of-type) {
            border-top: 1px solid #afafaf;
        }
        .accordion-button:focus{
            box-shadow: none;
        }