:root {
  /* Brand Colors */
  --primary-color: #f25f30;
  --primary-hover: #333333;
  --accent-color: #f39c12;

  /* Text Colors */
  --text-color: #ffffff;
  --text-dark: #1a1a1a;
  --text-light: #f9f9f9;

  /* Backgrounds */
  --background-color: #ffffff;
  --background-dark: #f5f5f5;

  /* Borders and Others */
  --border-color: #e0e0e0;
  --shadow-color: rgba(0, 0, 0, 0.1);
}

.highlight{color:#ff5c00;}
#gradient-text {
    background: linear-gradient(to right, #CC5500, #E0E0E0, #006400);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  
  .logo-icon {
    width: 2rem;
    height: 2rem;
    color: var(--color-cyan-400);
  }
  
  .logo-text {
    font-size: 2rem!important;
    font-weight: bold;
    color: white;
  }
   

@font-face {
    font-family: 'Hubot Sans';
    src: url('./fonts/Hubot-Sans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  h1{
  color: var(--light-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hubot Sans, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 1.05em;
  }
  
 
  p{
    font-family: Uncut Sans, sans-serif!important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;}
  
  
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
      font-family: Uncut Sans, sans-serif;
    background-color: #000!important;
    color: white;
    line-height: 1.5;
    min-height: 100vh;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #home{ background-color: rgba(0, 0, 0, 0.5)!important;}
  /* Navigation */

  .navbar {
    position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
  padding: 1.5rem 0;
  background-color: transparent;
    color: #fff;
    padding: 1rem;
    
    z-index: 10;
  }
  
  .nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo-text #gradient-text {
    background: linear-gradient(to right, #CC5500, #E0E0E0, #006400);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  /* Toggle button */
  .mobile-menu-btn {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
  }
  
  /* Fullscreen menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #111;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    z-index: 100;
    transition: all 0.3s ease-in-out;
  }
  
  .mobile-menu.show {
    display: flex;
  }
  
  /* Close button inside menu */
  .close-menu-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    color: white;
    cursor: pointer;
  }
  
  .mobile-menu a {
    text-decoration: none;
    font-size: 1.5rem;
    color: white;
    transition: 0.3s;
  }
  
  .mobile-menu a:hover {
    color: #00dbde;
  }
  
     
  
      .section {
        height: 95vh;
        border-radius:5%;
        width:90%;
        margin:0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        overflow: hidden;
      }
  
      .glow {
        position: absolute;
        width: 100%;
        height: 100%;
        background:
          radial-gradient(ellipse at bottom, rgba(255, 102, 0, 0.6) 0%, rgba(255, 102, 0, 0.3) 30%, transparent 80%),
          radial-gradient(ellipse at bottom left, rgba(255, 102, 0, 0.4) 0%, transparent 60%),
          radial-gradient(ellipse at bottom right, rgba(255, 102, 0, 0.4) 0%, transparent 60%);
        filter: blur(100px);
        z-index: 0;
      }
  
      .layer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 102, 0, 0.1) 0%, transparent 100%);
        opacity: 0.2;
        z-index: 1;
        pointer-events: none;
      }
  
      .curve-bg {
        position: absolute;
        width: 200%;
        height: 200%;
        background: url('curvelines.png') no-repeat;
        background-size: contain;
        opacity: 0.1;
        z-index: 1;
        pointer-events: none;
      }
  



    /*industry section styles starts*/



    