    .products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      max-width: 1300px;
      margin: 0 auto;
    }

    .product-card {
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      cursor: pointer;
      height: 400px;
      background-color: #f5f5f5;
      /* background-image: url('/assets/images/p-card3.jpg'); */
      object-fit: contain;
      background-size: cover;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      transition: .3s all ease-in-out;
    }
    

    .product-card:hover {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .product-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .product-card:hover img {
      transform: scale(1) translateY(-20px);
    }

    .product-info {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 25px;
      color: #222 !important;
      transition: all 0.4s ease;
      height: 100%;

    }

    .product-title {
      font-size: 20px;
      font-weight: 700;
      margin: 0 0 10px 0;
    }

    .product-description {
      font-size: 16px;
      line-height: 1.5;
      opacity: 0;
      transform: translateY(20px);
      color: #222 !important;
      transition: all 0.4s ease;
    }

    .product-card:hover .product-description {
      opacity: 1;
      transform: translateY(0);
    }

    h3 {
      color: #222 !important;
    }

    .container .common-heading {
      font-size: 40px;
      padding-bottom: 100px;
      font-weight: 700;
      text-align: center;
    }

    .slid-p1 {
      font-size: 60px;
      font-weight: 700;
      line-height: 70px;
    }

    .slid-p2 {
      font-size: 26px;
      font-weight: 400;
    }


    .product-card {
      display: none;
      /* Hide by default, show via JS */
    }





    .loader-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fff;
      /* Or any background */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }


    /* From Uiverse.io by jeremy_4982 */
    @keyframes dropAndShift {
      0% {
        transform: translate(0px, 15px);
      }

      16.67% {
        transform: translate(80px, 13px);
      }

      33.34% {
        transform: translate(40px, 10px);
      }

      50.01% {
        transform: translate(40px, -30px);
      }

      66.68% {
        transform: translate(40px, 55px);
      }

      83.35% {
        transform: translate(40px, 10px);
      }

      100% {
        transform: translate(0px, 15px);
      }
    }

    @keyframes bubbleGlint {
      0% {
        top: 3px;
        left: 4px;
        opacity: 0;
      }

      8.335% {
        top: 6px;
        left: 6px;
        opacity: 0.5;
      }

      16.67% {
        top: 3px;
        left: 4px;
        opacity: 0;
      }

      33.34% {
        top: 3px;
        left: 4px;
        opacity: 0.5;
      }

      50.01% {
        top: 3px;
        left: 4px;
        opacity: 0;
      }

      58.345% {
        top: 6px;
        left: 6px;
        opacity: 0.5;
      }

      66.68% {
        top: 3px;
        left: 4px;
        opacity: 0;
      }

      83.35% {
        top: 6px;
        left: 6px;
        opacity: 0.5;
      }

      100% {
        top: 3px;
        left: 4px;
        opacity: 0;
      }
    }

    .Strich1 {
      position: absolute;
      width: 130px;
      height: 50px;
      background: #000;
      border-radius: 25px;
      transform: rotate(45deg);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      z-index: 0;
    }

    .Strich2 {
      position: absolute;
      width: 130px;
      height: 50px;
      background: #000;
      border-radius: 25px;
      transform: rotate(-90deg);
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
      z-index: 0;
    }

    .bubble {
      position: absolute;
      top: 0;
      left: 15px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: radial-gradient(circle at 30% 30%, #ffb3c1, #e64980, #ff8787);
      animation: dropAndShift 5s ease-in-out infinite;
      z-index: 1;
    }

    .bubble1 {
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      background: radial-gradient(circle at 30% 30%, #edb3ff, #ac49e6, #fb87ff);
      border-radius: 50%;
      left: 8px;
      animation: dropAndShift 6s ease-in-out infinite;
      z-index: 2;
    }

    .bubble2 {
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      background: radial-gradient(circle at 30% 30%, #b3d8ff, #4963e6, #87a7ff);
      border-radius: 50%;
      left: 12px;
      animation: dropAndShift 4s ease-in-out infinite;
      z-index: 3;
    }

    .bubble3 {
      position: absolute;
      top: 0;
      width: 20px;
      height: 20px;
      background: radial-gradient(circle at 30% 30%, #b3ffbc, #35a32f, #75ba61);
      border-radius: 50%;
      left: 10px;
      animation: dropAndShift 7s ease-in-out infinite;
      z-index: 4;
    }


    /* Mega Menu */
    .header__list-item .submenu-wrapper {
      /* position: absolute; */
      width: 100%;
      top: 0;
      left: 0;
      border-radius: 33px;
      margin-top: -130px;
      padding: 150px 30px 50px 30px;
      background-color: rgba(25, 27, 36, 1);
      opacity: 0;
      display:none;
      cursor: default;
      transition: var(--transition);
    }

    .header__list-item .submenu-wrapper.open {
      opacity: 1;
      display: block;
    }

    .logo img {
      position: relative;
      z-index: 9;
    }

    .submenu-list__title {
      width: max-content;
      margin-bottom: 25px;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      border-bottom: 1px solid #00ffef;
    }

    /* width */
    .submenu-list::-webkit-scrollbar {
      width: 5px;
    }

    /* Track */
    .submenu-list::-webkit-scrollbar-track {
      background: #3b3b3b;
    }

    /* Handle */
    .submenu-list::-webkit-scrollbar-thumb {
      background: #00ffef;
    }

    /* Handle on hover */
    .submenu-list::-webkit-scrollbar-thumb:hover {
      background: #16b9ae;
    }

    .submenu-list {
      display: flex;
      flex-direction: column;
      gap: 20px;
      max-width: 295px;
      padding-left: 0;
      height: 480px;
      overflow-y: scroll;
      overflow-x: hidden;
      width: 100%;
      padding-right: 20px;
    }

    .submenu-list a {
      color: #fff;
    }

    .submenu-list__item {
      display: flex;
      padding-right: 100px;
      margin-right: -100px;
      cursor: default;
    }

    .submenu-list__item-wrapper {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 6px 16px 6px 6px;
      gap: 16px;
      border-radius: 14px;
      transition: var(--transition);
    }

    .submenu-list__item-wrapper>svg {
      margin-left: auto;
      opacity: 0;
      visibility: hidden;
      transition: var(--transition);
    }

    .submenu-list__wrapper {
      position: relative;
      border-top: 1px solid #eeeeee31;
      padding-top: 50px;
    }

    .submenu-content {
      position: absolute;
      right: 0;
      top: 0;
      max-width: calc(100% - 365px);
      opacity: 0;
      visibility: hidden;
      transition: var(--transition);
    }

    .submenu-list__item.has-submenu.active .submenu-content {
      opacity: 1;
      visibility: visible;
      padding-top: 50px;
    }

    .submenu-list__item.has-submenu.active .submenu-list__item-wrapper {
      background-color: rgba(255, 255, 255, 0.04);
    }

    .submenu-list__item.has-submenu.active .submenu-list__item-wrapper>svg {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .submenu-list__item-link {
      display: flex;
      flex-direction: column;
      gap: 6px;
      pointer-events: none;
    }

    .submenu-list__item-title {
      font-size: 16px;
      font-weight: 500;
      color: #fff;
    }

    .submenu-list__item-icon {
      display: flex;
    }

    .submenu-list__item-subtile {
      font-size: 12px;
      font-weight: 400;
      color: rgba(160, 161, 165, 1);
    }

    .submenu-content__title {
      width: max-content;
      margin-bottom: 25px;
      font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 700;
      border-bottom: 1px solid #00ffef;
    }

    .submenu-content__list:not(.events) {
      width: 100%;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      padding: 0;
    }

    .submenu-content__list-item {
      display: block;
      border-radius: 20px;
      background-color: #f5f5f5;
      cursor: auto;
      box-shadow:rgb(255 255 255 / 40%) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      transition: .3s all ease-in-out;
        
    }

    .submenu-content__list-item:hover{
        box-shadow: rgb(255 255 255 / 25%) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }
.submenu-content__link-title{
    color: #222;
    border-top: 2px solid #4444444a;
    padding-top: 10px !important;
    text-align:center;
}
    .submenu-content__link {
      display: flex;
      flex-direction: column;
      border-radius: 20px;
      padding: 10px 10px 20px;
      border: 1px solid transparent;
      transition: var(--transition);
    }

    .submenu-content__link-img {
      margin-bottom: 20px;
      border-radius: 13px;
      overflow: hidden;
      transition: var(--transition);
    }

    .submenu-content__link-img img {
      transition: 0.4s ease-in;
    }

    .submenu-content__link-title {
      padding: 0 10px;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 12px;
    }

    .submenu-content__link-text {
      padding: 0 10px;
      font-size: 12px;
      color: rgba(160, 161, 165, 1);
    }

    @media (hover: hover) and (pointer: fine) {
      .header__list-item:hover .submenu-wrapper {

        pointer-events: auto;
      }

      .header__list-item:hover>a,
      .header__list-item:hover>a svg path {
        color: var(--color-primary);
        fill: var(--color-primary);
      }

      .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper {
        background-color: rgba(255, 255, 255, 0.04);
      }

      .submenu-list__item.has-submenu:hover .submenu-content,
      .submenu-list__item.has-submenu:hover .submenu-list__item-wrapper>svg {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }

      .submenu-content__list-item:hover .submenu-content__link {
        border-color: rgba(255, 255, 255, 0.3);
      }

      .submenu-content__list-item:hover .submenu-content__link-img img {
        transform: scale(1.05);
      }
    }

    @media screen and (max-width: 900px) {
      .header__navigation-wrapper {
        padding-left: 25px;
      }

      .sub-menu {
        height: 400px !important;
        overflow: scroll !important;
      }

      .submenu-list {
        max-width: 250px;
      }

      .submenu-content {
        max-width: calc(100% - 270px);
      }
    }

    @media screen and (max-width: 1480px) {
      .submenu-content__list:not(.events) {
        grid-template-columns: repeat(3, 1fr);
      }
    }

    @media screen and (max-width: 1280px) {
      .submenu-content__list:not(.events) {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media screen and (max-width: 991px) {
      .submenu-content__list:not(.events) {
        grid-template-columns: repeat(2, 1fr);
      }

      .Desktop {
        display: none;
      }

      .Mobile {
        display: block !important;
      }
    }

    .Mobile {
      display: none;
    }

    @media screen and (max-width: 900px) {

      .header {
        min-height: 64px;
        padding: 0 20px;
      }

      .header__navigation-wrapper {
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 110%;
        left: 0;
        padding: 20px;
        background-color: rgba(25, 27, 36, 1);
        border-radius: 20px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition);
      }

      .header__list {
        flex-direction: column;
        gap: 30px;
      }

      .header__navigation,
      .header__list {
        width: 100%;
      }

      .header__list-item {
        flex-direction: column;
        width: 100%;
        padding: 0;
        gap: 0;
        margin: 0;
      }

      .header__list-item .submenu-wrapper {
        position: static;
        padding: 0;
        max-height: 0;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        overflow: hidden;
        transition: max-height var(--transition);
      }

      .submenu-list {
        width: 100%;
        max-width: 100%;
        gap: 5px;
      }

      .submenu-list__wrapper {
        margin-top: 30px;
      }

      .submenu-list__item {
        width: 100%;
        padding: 0;
        margin: 0;
      }

      .submenu-list__item:active .submenu-list__item-wrapper {
        background-color: rgba(255, 255, 255, 0.04);
      }

      .submenu-list__item:active .submenu-list__item-wrapper>svg {
        opacity: 1;
        visibility: visible;
      }

      .submenu-list__title {
        display: none;
      }

      .submenu-content {
        display: none;
      }
    }

    .testimonials .item {
      padding: 0 !important;
      background: none !important;
      border-radius: 5px !important;
      overflow: visible !important;
      margin: 0 !important;
      box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
    }

    .contact-card {
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      transition: .3s all ease-in-out;
    }

    .contact-card:hover {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    }

    .testimonials .item img {
      border-radius: 5px !important;
    }

    .owl-item {
      padding: 10px 0;
      width: 100% !important;
    }

    @media screen and (max-width: 600px) {
      .owl-item {
        margin: 0 !important;
      }
    }

    .owl-stage {
      display: flex;
      animation: scroll-left 60s linear infinite;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .owl-carousel .item {
      margin-right: 20px;
      flex: 0 0 auto;
    }

    body.no-scroll {
      overflow: hidden;
    }

    .bg-col {
      background-image: url(../images/About-Us.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .bg-col-vision {
      background-image: url(../images/Vision.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .bg-col-mission {
      background-image: url(../images/Mission.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }
    .bg-col-values {
      background-image: url(../images/Core-Values.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .bg-col-business {
      background-image: url(../images/Business-Concept.webp);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .bg-col-white-label {
      background-image: url(../images/wall.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }