   * {
            box-sizing: border-box;
        }
        body {
            margin: 0;
            padding: 0;
            overflow: hidden;
            font-family: 'Inter', sans-serif;
            background: #000;
            color: #fff;
            width: 100vw;
            height: 100vh;
        }
        /* width */
::-webkit-scrollbar {
    width: 8px;
  }
  /* Track */
  ::-webkit-scrollbar-track { 
    border-radius: 10px;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background : rgba(0, 0, 0, 0.4);
    border-radius: 10px;
  }
        .one3d-page-wrapper {
            width: 100vw;
               height: 100%; 
            /* background-image: linear-gradient(93.84deg, #D24B57 0%, #CC1EBC 99.75%); */
            background-image: linear-gradient(to right, #003352, #6100575d, #7d000a, #30001a, #054f7d);
            background-size: 600%;
            background-position: 0 0;
            animation-duration: 20s;
            animation-iteration-count: infinite;
            animation-name: gradients;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            user-select: none;
        }
        @-webkit-keyframes gradients {
            0% {
                background-position: 0 0;
              }
              25% {
                background-position: 50% 0;
              }
              50% {
                background-position: 90% 0;
              }
              60% {
                background-position: 60%;
              }
              75% {
                background-position: 40%;
              }
              100% {
                background-position: 0 0;
              }
        }
        @-moz-keyframes gradients {
            0% {
                background-position: 0 0;
              }
              25% {
                background-position: 50% 0;
              }
              50% {
                background-position: 90% 0;
              }
              60% {
                background-position: 60%;
              }
              75% {
                background-position: 40%;
              }
              100% {
                background-position: 0 0;
              }
        }
        @keyframes gradients {
            0% {
              background-position: 0 0;
            }
            25% {
              background-position: 50% 0;
            }
            50% {
              background-position: 90% 0;
            }
            60% {
              background-position: 60%;
            }
            75% {
              background-position: 40%;
            }
            100% {
              background-position: 0 0;
            }
          }
          .one3d-ee-logo-header {
            text-align: center;
            padding: 10px;
          }
          .one3d-header {
            width: 100%;
            box-shadow: 0 0 20px rgba(0,0,0,0.2);
            background: rgba(255, 255, 255, 0.2);
          }
          .one3d-header-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 4px 20px;
          }
          .one3d-header-ee-logo {
            flex: 0 0 auto;
            width: 33.3333%;
            text-align: left;
            display: flex;
            align-items: center;
        }
        .one3d-header-text {
            flex: 0 0 auto;
            width: 33.3333%;
            text-align: center;
            font-size: 20px;
            font-weight: bold;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .ee-link {
            display: flex;
            align-items: center;
        }
        .one3d-header-3d-logo {
            flex: 0 0 auto;
            width: 33.3333%; 
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        .one3d-header-ee-logo img {
            width: 140px;
        }
        .one3d-header-3d-logo img{
            width: 70px;
          }
        .one3d-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            /* justify-content: center;   */
            /* height: 100vh; Full viewport height */
            position: relative;
            z-index: 2;
            overflow: auto; /* Allows scrolling if content exceeds viewport height */
            height: calc(100% - 32px);
        }
        .boxes {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            /* grid-template-columns: repeat(4, 1fr); */
            /* gap: 20px; */
            width: 100%;
            padding: 0 ;
            margin: 0 -20px;
            opacity: 1; /* Set initial opacity for fade-in effect */
        }
        .box {
            width: 20%; 
            flex: 0 0 auto;
            padding: 20px;
        }
        .box-link {
            width: 100%;
            /* height: 160px; */
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            position: relative;
            border-radius: 15px;
            transition: all 0.4s ease;  
            background: rgba( 255, 255, 255, 0.2 );
            box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
            backdrop-filter: blur( 4px );
            -webkit-backdrop-filter: blur( 4px );
            border-radius: 10px;
            border: 2px solid rgba( 255, 255, 255, 0.2 );
            flex-direction: column;
            padding: 10px;
        }
        .model-car-image {
            width: 100%;
            position: relative;
            height: 120px; 
            object-fit: contain;
            transition: all 0.4s ease;  
        }
        .model-logo {
            position: absolute;
            left: 4px;
            top: 4px;
            width: 100px; 
            object-fit: contain;
            transition: all 0.4s ease;  
            transform: translate(0,0);
        }
        .connect-now-button { 
            font-size: 16px;
            color: #fff;
            display: flex;
            align-items: center;
            transition: all 0.4s ease;  
            transform: translate(0,0);
            width: 100%; 
            justify-content: center;
            padding: 10px 0 0;
        }
.arrow-svg {
    width: 12px;
}
.box-link:hover {
    /* transform: scale(1.05); */
    box-shadow: none;
}
/* .box-link:hover .connect-now-button{
    transform: translate(20px,0);
} */
.box-link:hover .model-car-image {
    transform: scale(1.2);
}
       .one3d-model-name {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width:100%;
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 0 0 10px;
       }
        .background {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
            z-index: 1;
        }
        .dot {
            position: absolute;
            border-radius: 50%;
            width: 10px; /* Dot size */
            height: 10px;
            pointer-events: none;
        }
        .model-car-image-box {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            overflow: hidden;
        }
        @media (max-width: 1024px) {
            .boxes {
                grid-template-columns: repeat(2, 1fr); /* 2 boxes per row for tablets */
            }
        }
        @media (max-width: 768px) {
            .boxes {
                grid-template-columns: 1fr; /* 1 box per row for mobile */
            }
            h1 {
                font-size: 2.5em; /* Adjust title size for mobile */
            }
            .box {
                height: 150px; /* Adjust box height for mobile */
            }
        }
        @media screen and (max-width: 767px) and (orientation:portrait) {
            .one3d-header-container {
                padding: 4px 10px;
            }
            .one3d-header-ee-logo img {
                width: 70px;
            }
            .one3d-header-text {
                font-size: 16px;
            }
            .one3d-header-3d-logo img {
                width: 36px;
            }
            .one3d-container {
                height: calc(100% - 26px);
            }
            .box {
                width: 50%;
                height: auto;
                padding : 10px;
            }
            .box-link {
                height: 120px;
            }
            .model-logo {
                width: 72px;
            }
        }
        @media screen and (max-width: 767px) and (orientation:landscape) {
            .one3d-header-container {
                padding: 4px 10px;
            }
            .one3d-header-ee-logo img {
                width:100px;
            }
            .one3d-header-text {
                font-size: 16px;
            }
            .one3d-header-3d-logo img {
                width: 50px;
            }
            .one3d-container {
                height: calc(100% - 26px);
            }
            .box {
                width: 33.333%;
                height: auto;
                padding : 10px;
            }
            .box-link {
                height: 120px;
            }
            .model-logo {
                width: 80px;
            }
        }
        @media screen and (min-width: 768px) and (max-width: 1199px) and (orientation:portrait) {
            .box {
                width: 33.333%;
                height: auto; 
            }
        }
        @media screen and (min-width: 768px) and (max-width: 1400px) and (orientation:landscape) {
            .box {
                width: 25%;
                height: auto; 
            }
        }