  html {
      scroll-behavior: auto;
  }

  *,
  :after,
  :before {
      box-sizing: border-box;
  }

  body {
      /* background-color: #000000; */
      color: #f5f5f5;
      font-family: 'Overused Grotesk', Arial, sans-serif;
      margin: 0;
      padding: 0;
      font-size: 18px;
      overflow-x: hidden;
      overflow-y: scroll;
  }

  .viewport {
      overflow: hidden;
      position: fixed;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: block;
  }

  .scroll-container {
      position: absolute;
      overflow: hidden;
      z-index: 10;
      display: block;
      width: 100%;
      /* display: flex;
      justify-content: center; */
      backface-visibility: hidden;
      transform-style: preserve-3d;
      top: 0;
      background: black;
  }

  .textBSM {
      height: 0;
      overflow: hidden;
      margin: 20px 0;
      transition: height 0.5s ease-out;
  }

  .scroll-container.inner {
      top: 160px;
  }

  .banner-upper {
      position: sticky;
      top: 0;
      height: 100vh;
      width: 100%;
      left: 0;
  }


  .trusted-by-swiper {
      width: 100%;
      display: flex;
      overflow: hidden;
  }

  .swiper-slide.trusted-by-item {
      width: 460px;
      height: 258px;
      background-color: #fff;
      border-radius: 12px;
      flex: none;
      justify-content: center;
      align-items: center;
      display: flex;
      overflow: hidden;
  }

  @media (min-width: 1400px) {

      .container,
      .container-lg,
      .container-md,
      .container-sm,
      .container-xxl {
          max-width: 1440px;
      }

      .container-xl {
          max-width: 1460px;
      }
  }


  .emptyspace {
      min-height: 800px;
  }

  .emptyspace-two {
      min-height: 800px;
  }

  .menu-opner {
      margin-right: -10px;
      margin-top: -30px;
  }

  .menu-container {
      padding: 40px 30px 60px 80px;
      border-radius: 20px;
      background: #FFF;
      align-items: flex-start;
      gap: 260px;
      position: fixed;
      right: 50px;
      top: 50px;
      max-width: 750px;
      height: 100%;
      max-height: 80vh;
      min-height: 400px;
      z-index: 9999;
      clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
      opacity: 0;
      transition: clip-path 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s;

  }

  .menu-container.menu-open {
      opacity: 1;
      opacity: 1;
      clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
      transition: clip-path 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  }

  .menu-container.menu-close {
      opacity: 0;
      clip-path: polygon(0 0, 0 0, 100% 0, 100% 0);
      opacity: 0;
      transition: clip-path 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s, opacity 0.45s cubic-bezier(0.76, 0, 0.24, 1) 0s;
  }

  .menu-cross {
      margin-left: auto;
      cursor: pointer;
  }

  .main-links a {
      display: block;
      font-size: 50px;
      font-weight: 500;
      color: #000;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
      margin-bottom: 10px;
      text-decoration: none;
  }

  .more-pages {
      font-size: 20px;
      font-weight: 600;
  }

  .more-pages span {
      display: block;
      margin-bottom: 15px;
  }

  .more-pages a {
      display: block;
      font-size: 16px;
      font-weight: 400;
      color: #696969;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
      text-decoration: none;
      margin-bottom: 10px;
  }



  .main-header nav {
      padding-top: 30px;
      padding-left: 40px;
      padding-right: 40px;
      transition: all 0.5s ease-out;
  }

  .main-header {
      transition: all 0.5s ease-out;
  }

  .main-header.blurred {
      backdrop-filter: blur(8px);
      background-color: rgb(0 0 0 / 30%);
      min-height: 100px;
      transition: all 0.5s ease-in;
  }

  .main-header.blurred nav {
      padding-top: 15px;
  }
.main-header.blurred .nav-link {
    color: #fff !important;
}
.main-header.blurred .logo {
    filter: invert(1);
}
  .main-header.black-header.blurred {
      backdrop-filter: blur(8px);
      background-color: rgba(255, 255, 255, 0.5);
      min-height: 100px;
      transition: all 0.5s ease-in;
  }

  .main-header.black-header .navbar-nav .nav-item .nav-link {
      color: black !important;
  }

  /* Banner Video */

  .banner-video {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
  }

  .banner-video::before {
      content: "";
      position: absolute;
      top: -10%;
      left: 0;
      width: 100%;
      height: 110%;
      background-color: rgba(0, 0, 0, 0.3);
      /* 50% black overlay */
      z-index: 0;
  }

  .banner-video video,
  .banner-video img.bannerimg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
  }

  /* Header */
  .navbar {
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1;
  }

  .menu-item {
      min-width: 300px;
  }

  .menu-item {
      font-size: 16px;
      font-weight: 500;
  }

  /* Overlay Text */
  .banner-text {
      position: absolute;
      bottom: 20%;
      left: 5%;
      color: white;
  }

  .banner-text h1 {
      color: #FFF;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
      text-shadow: 0px 0px 6px color(display-p3 0 0 0 / 0.06);
      /* font-family: "ABeeZee", sans-serif; */
      font-size: 46px;
      font-style: normal;
      font-weight: 400;
      line-height: 46px;
      /* 100% */
  }

  /* Project Button */
  .project-button {
      position: absolute;
      bottom: 21px;
      right: 12px;
      padding: 56px 25px 45px 25px;
      width: 201px;
      background-color: #0000007d;
      border-radius: 2px;
  }

  .project-button span {
      text-align: center;
      display: block;
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
  }

  .logo {
      max-height: 60px;
  }

  .logo.inner {
      max-height: 60px;
  }


  .swiper-slider-amen {
      max-width: 1700px;
      width: 100%;
  }

  /*Add code for smooth scrolling*/
  .trusted-by-list {
      -webkit-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important;
      display: flex;
      justify-content: center;
  }


  @media (min-width: 1500px) {
      .container-xxl {
          max-width: 1500px;
      }
  }

  /* About Section Styling */
  .about-section {
      padding: 80px 0;
  }

  .section-header {
      color: #4D5259;
      font-size: 24px;
      font-weight: 350;
      line-height: 38px;
      text-transform: uppercase;
      margin-bottom: 10px;
  }

  .section-header a {
      color: inherit;
      text-decoration: none;
      margin-left: 5px;
  }

  .section-header span {
      color: #4D5259;
      font-size: 24px;
      font-style: normal;
      font-weight: 350;
      line-height: 38px;
      text-transform: uppercase;
  }

  /* Heading */
  .about-section h1 {
      font-size: 66px;
      font-weight: 500;
      line-height: 1.1;
      color: #D8D8D8;
      margin-bottom: 20px;
  }

  /* Paragraph Styling */
  .content-text {
      color: #D8D8D8;
      font-size: 22px;
      font-weight: 500;
      line-height: 41px;
      margin-bottom: 30px;
      max-width: 665px;
  }

  .highlight {
      color: #AAB670;
      font-weight: 600;
  }

  .highlight-white {
      color: #fff;
      font-weight: 600;
  }

  .about-main {
      padding-left: 8vw;
  }


  /* Image Styling */
  .about-image img {
      width: 100%;
      max-width: 720px;
      height: auto;
      border-radius: 0.25rem;
  }

  .big-number {
      max-width: 742px;
      margin-right: -200px;
      margin-left: 330px;
      position: relative;
      z-index: 1;

  }

  /* Styles for the Our Projects Section */

  .our-projects {
      /* background-color: #f9f9f9; */
      padding-block: 15vw;
  }

  .project-slider {
      padding-top: 120px !important;
  }

  .bsm-developers {
      color: #000;
      font-family: "Overused Grotesk";
      font-size: 22px;
      font-weight: 500;
      line-height: 50px;
  }

  .project-title {
      color: #000;
      font-family: "Overused Grotesk";
      font-size: 66px;
      font-weight: 600;
  }

  .project-description {
      color: #000;
      font-family: "Overused Grotesk";
      font-size: 22px;
      font-weight: 500;
      line-height: 32px;
      max-width: 697px;
      margin-bottom: 40px;
  }

  .project-locations .btn {
      margin-right: 5px;
      margin-bottom: 10px;
  }

  .project-tag {
      border-radius: 50px;
      border: 1px solid #D6D6D6;
      background: #F7F7F7;
  }

  .project-tag.active {
      background: #E2E2E2;
      border-color: #E2E2E2;
      color: #282828;
  }

  .view-all-pro-btn {
      border-radius: 50px;
      border: 1px solid #000;
      background: #000;
      padding: 14px 40px;
      transition: all 0.6s;
      position: relative;
  }

  .view-all-pro-btn span {
      transform: translateX(5px);
      position: absolute;
      transition: all 0.6s;
  }

  .view-all-pro-btn:hover span {
      transform: translateX(13px);
      transition: all 0.6s;
  }

  .heading-1 {
      font-size: clamp(24px, 2vw + 1rem, 36px);
      /* Scales between 24px and 36px */
      font-style: normal;
      font-weight: 800;
      line-height: 1.1;
      /* Adjusted to scale with font size */
  }

  .heading-2 {
      font-size: clamp(40px, 4vw + 1rem, 66px);
      /* Scales between 40px and 66px */
      font-style: normal;
      font-size: 66px;
      font-weight: 500;
  }

  .heading-3 {
      font-size: clamp(18px, 1.5vw + 1rem, 26px);
      /* Scales between 18px and 26px */
      font-style: normal;
      font-weight: 500;
  }

  .heading-4 {
      font-size: clamp(50px, 8vw + 1rem, 70px);
      /* Scales between 80px and 180px */
      font-weight: 500;
  }

  .heading-5 {
      font-size: clamp(40px, 4vw + 1rem, 66px);
      /* Scales between 40px and 66px */
      font-weight: 400;
  }

  .heading-6 {
      font-size: clamp(50px, 5vw + 1rem, 76px);
      /* Scales between 50px and 76px */
      font-weight: 500;
  }

  .heading-7 {
      font-size: clamp(20px, 2vw + 1rem, 28px);
  }

  .heading-8 {
      color: #000;
      font-size: 176px;
      font-weight: 500;
  }

  .heading-9 {
      font-size: 24px;
      font-weight: 500;
  }

  .heading-10 {
      font-size: 80px;
      font-weight: 700;
      line-height: 50px;
      text-transform: uppercase;
  }

  .heading-11 {
      color: #6E6E6E;
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 41px;
  }

  .heading-12 {
      color: #000;
      text-align: center;
      font-size: 76px;
      font-style: normal;
      font-weight: 500;
  }

  .heading-13 {
      color: #AAA;
      font-size: 20px;
      font-weight: 500;
  }

  .heading-14 {
      color: #FFF;
      font-size: 60px;
      font-weight: 500;
  }

  .inner-heading {
      font-size: 66px;
      font-style: normal;
      font-weight: 500;
  }

  .event-box {
      display: inline-block;
      margin-bottom: 40px;
  }

  .btn-next-event {
      border-radius: 60px;
      border: 1px solid #B3B3B3;
      background: #FFF;
      padding: 13px 26px;
      color: #000;
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      line-height: normal;
      width: 168px;
      display: block;
      margin-top: 54px;
  }

  .mt-130 {
      margin-top: 130px;
  }

  .mb-120 {
      margin-bottom: 120px;
  }

  .amenities {
      padding-bottom: 10vw;
  }

  .pera-1 {
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 19px;
  }

  .featured-project {
      position: relative;
      overflow: hidden;
  }

  .featured-overlay {
      /* background: rgba(0, 0, 0, 0.5); */
      color: #fff;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  }

  .btn-circle {
      border-radius: 50%;
      padding: 10px 14px;
  }

  .project-slider .project-slide {
      position: relative;
      margin: 0 10px;
      text-align: center;
  }

  .project-slider .project-slide img {
      width: 100%;
      border-radius: 8px;
  }

  .view-detail {
      position: absolute;
      top: 20px;
      right: 20px;
      color: white;
      text-align: center;
  }

  .view-detail .view-detail-img {
      width: 87px;
      height: 87px;
  }

  .view-detail-text {
      font-size: 14px;
      margin-top: 5px;
      text-decoration: none;
  }

  .slide-caption {
      color: #151515;
      font-family: "Overused Grotesk";
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      margin-top: 10px;
  }

  .slide-caption img {
      max-width: 12px;
  }

  .about-content-section {
      margin-bottom: -10px;
  }

  /* Hover Effect for Slides */
  .project-slider .project-slide:hover .slide-caption {
      color: #007bff;
      cursor: pointer;
  }

  .swiper-container {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
  }

  .swiper-slide {
      position: relative;
      text-align: center;
  }

  .swiper-slide img {
      width: 100%;
      border-radius: 8px;
  }

  .slide-caption {
      margin-top: 10px;
      font-size: 18px;
      color: #151515;
      font-family: "Overused Grotesk";
  }

  .swiper-pagination-bullet {
      background-color: #000;
  }



  .ceo-message {
      text-align: center;
      padding: 15vw 0 10vw 0;
  }

  .ceo-photo img {
      max-width: 675px;
      margin-bottom: 20px;
  }

  .amenities-section {
      text-align: center;
      padding: 5vw 0 0 0;
  }

  /* Container setup for grid */
  .grid-container {
      display: grid;
      gap: 16px;
      grid-template-columns: repeat(5, 309px);
      justify-content: center;
      padding: 20px;
  }

  /* Grid items styling */
  .grid-item {
      width: 309px;
      height: 380px;
      border-radius: 20px;
      overflow: hidden;
  }


  .amenity-card {
      position: relative;
      color: white;
      overflow: hidden;
      margin-bottom: -20px;
      border-radius: 12px;
      max-height: 410px;
  }

  .amenity-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
      /* filter: brightness(0.7); */
  }

  .amenity-title {
      position: absolute;
      bottom: 30px;
      left: 30px;
      font-size: 16px;
      font-weight: bold;
  }

  .view-more-btn {
      height: 266px;
      color: white;
      position: relative;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 3%,
              /* 10% transparent */
              rgb(13 17 23) 100%
              /* 100% black */
          );
      display: flex;
      align-items: end;
      justify-content: center;
      width: 100%;
      margin-top: -330px;
      margin-bottom: 300px;
      ;
  }

  .have-q-heading {
      font-size: 116px;
      font-style: normal;
      font-weight: 700;
  }



  .project-details-banner {
      padding-bottom: 6vw;
  }

  .events-banner {
      padding-bottom: 8vw;
  }

  .events-banner.details {
      padding-bottom: 68px;

  }

  .event-details-content {
      border-radius: 14px 14px 0 0;
      background-color: black;
      overflow: hidden;
  }

  a {
      text-decoration: none;
  }

  .event-tag {
      border-radius: 60px;
      border: 1px solid #EBEBEB;
      background: #FFF;
      padding: 16px 23px;
      color: #000;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
  }

  .event-tag2 {
      border-radius: 7px;
      background: #F3F3F3;
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 28px;
      padding: 6px 12px;
      text-decoration: none;
      /* 200% */
  }

  .event-tag {
      background-color: black;
      border-color: white;
      color: white;
  }

  .ms-80 {
      margin-left: 80px;
  }

  .bg-black-sec {
      position: relative;
  }

  .bg-black-sec::after {
      content: '';
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      height: 100%;
      background: black;
      z-index: 1;
  }

  .bg-black-sec.full-black::after {
      top: 0;
  }

  .gallery-section {
      padding: 20vw 0 20vw 8vw;
  }

  .project-details-content {
      padding-block: 14vw;
      border-bottom: solid 1px #00000020;
      max-width: 96vw;
  }

  .project-details-content.event {
      padding-block: 14vw;
      max-width: 100vw;
      border-bottom: 0 !important;
  }

  .event-details-content {
      padding-block: 68px;
      border-bottom: solid 1px #00000020;
  }

  .project-slider-two .swiper-slide {
      position: relative;
  }

  .project-slider-two .swiper-slide .content-pro {
      position: absolute;
      max-width: 390px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }

  .project-slider-two .swiper-slide .content-pro img {
      max-width: 58px;
  }

  .project-details-upper {
      padding-top: 12vw;
  }



  .footer {
      background-color: black;
      color: white;
      padding: 10vw 0 0 0;
      text-align: center;
  }

  .footer h1 {
      font-size: 36px;
      font-weight: bold;
  }

  .btn-contact {
      margin: 20px 0;
      background-color: white;
      color: black;
      border: none;
      padding: 15px 50px;
      border-radius: 40px;
      font-size: 16px;
  }

  .load-more {
      margin: 20px 0;
      background-color: rgb(255, 255, 255);
      color: rgb(0, 0, 0);
      border: none;
      padding: 15px 50px;
      border-radius: 40px;
      font-size: 22px;
      font-style: normal;
      font-weight: 600;
      margin: 0 auto;
  }


  .home-banner {
      padding-bottom: 10vw;
  }

  .more-details-btn {
      border-radius: 70px;
      border: 1px solid #000;
      background: #00E600;
      background: color(display-p3 0.2083 0.8854 0.2196);
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
      padding: 12px 25px 12px 25px;
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 30px;
      text-decoration: none;
      position: fixed;
      right: 50px;
      bottom: 50px;
      z-index: 9999;
  }

  .btn-sedetails {
      width: 162px;
      border-radius: 50px;
      border: 1px solid #000;
      background: #F6F6F6;
      padding: 14px 20px;

  }

  .btn-sedetails img {
      max-width: 24px;
  }

  .btn-sedetails span {
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
  }

  .btn-contact:hover {
      background-color: #e0e0e0;
  }

  .footer .footer-columns {
      margin-top: 10vw;
      text-align: left;
  }

  .footer .footer-columns h4 {
      font-weight: bold;
      margin-bottom: 20px;
  }

  .footer .footer-columns ul {
      list-style: none;
      padding: 0;
  }

  .footer .footer-columns ul li {
      margin-bottom: 10px;
  }

  .footer .footer-columns ul li a {
      color: #b3b3b3;
      text-decoration: none;
  }

  .footer .footer-columns ul li a:hover {
      text-decoration: underline;
  }

  .footer .logo-section {
      margin-top: 0px;
  }

  .footer .logo-section img {
      max-width: 360px;
  }

  .footer .footer-bottom {
      margin-top: 120px;
      font-size: 14px;
      color: #b3b3b3;
      border-top: solid 1px rgba(255, 255, 255, 0.215);
      padding: 43px 0;
  }

  /* Styling for the ul element */
  .footer-ul {
      display: grid;
      gap: 10px;
      grid-template-columns: repeat(2, 1fr);
      /* 2 columns on larger screens */
      list-style-type: none;
      padding: 0;
      margin: 0;
  }

  /* Styling for li elements */
  .footer-ul li a {
      color: #7B7B7B;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
  }


  .footer .back-to-top {
      margin-top: 0px;
      display: block;
      color: #b3b3b3;
  }

  .footer .back-to-top:hover {
      text-decoration: underline;
  }



  /* Set container width */
  .custom-container {
      max-width: 1400px;
  }

  /* About Section */
  .about-section {
      padding: 15vw 0 15vw 0;
  }

  .about-section h2 {
      font-weight: 500;
      font-size: 66px;
      color: white;
  }

  .about-section p.pera {
      color: #D8D8D8;
      font-size: 22px;
      line-height: 36px;
  }

  /* BSM Section */
  .bsm-section {
      background-color: #000000;
      color: white;
      padding: 50px 0;
  }

  .bsm-section h1 {
      font-size: 48px;
      font-weight: bold;
  }

  .bsm-section p {
      color: #b3b3b3;
      font-size: 18px;
      max-width: 860px;
      margin: 0 auto;
  }

  /* Legacy Section */
  .legacy-section {
      padding: 12vw 0;
  }

  .persone-image {
      opacity: 0;
  }

  .legacy-section.one:hover .persone-image {
      opacity: 1;
  }

  .legacy-section.two:hover .persone-image {
      opacity: 1;
  }

  .legacy-section.three:hover .persone-image {
      opacity: 1;
  }

  .legacy-section h2 {
      font-weight: bold;
      font-size: 32px;
      color: white;
      margin-bottom: 40px;
  }

  .header-about h2 {
      font-size: 192px;
      font-weight: bold;
      margin: 50px 0;
      text-align: left;
  }

  .content-about {
      max-width: 1110px;
      margin: auto;
      font-size: 16px;
      line-height: 1.6;
      text-align: left !important;
  }

  .content-about p {
      font-size: 18px;
  }

  .highlight-about {
      color: #4dff4d;
      /* Green color for highlights */
      font-weight: bold;
  }

  .left-section {
      padding: 50px;
      color: #ffffff;
      background-color: #000;
  }

  .left-section h1 {}

  .left-section p {
      font-size: 22px;
      line-height: 1.6;
      font-weight: 500;
  }



  .image-section {
      padding: 0;
  }

  .image-section img {
      width: 100%;
      height: 100vh;
      /* Full viewport height */
      object-fit: cover;
  }

  .legacy-header {
      text-align: left;
      font-size: 66px !important;
      font-weight: 500 !important;
      margin: 50px 0;
      text-transform: uppercase;
  }

  /* Section Styling */
  .legacy-section {
      padding: 11vw 0;
      border-bottom: 1px solid #ffffff20;
      /* Soft separator between sections */
  }

  .person-details {
      margin-top: 15px;
  }

  /* Image Styling */
  .person-img img {
      width: 100%;
      height: auto;
      border-radius: 5px;
      /* Border around images */
  }

  /* Text Styling */
  .person-name {
      font-size: 33px;
      font-weight: 500;
      margin-bottom: 5px;
  }

  .person-title {
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      margin-bottom: 20px;
  }

  .person-description {
      font-size: 20px;
      line-height: 1.6;
      font-weight: 500;
      color: #fff;
  }

  .footer-heading {
      font-size: 38px;
      font-style: normal;
      font-weight: 600;
      color: #F2F2F2;
  }



  .panel-project {
      height: 100vh;
      position: sticky;
      top: 0;
  }

  .project-image {
      height: 100vh;
      min-height: 700px;
  }

  .content-page-slide {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
  }

  .scroll-down-container {
      position: fixed;
      bottom: 132px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
  }

  .scroll-down-container img {}

  .scroll-down-container span {
      color: #FFF;
      color: color(display-p3 1 1 1);
      text-align: center;
      leading-trim: both;
      text-edge: cap;
      font-family: "Overused Grotesk";
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
  }

  .w-content {
      width: fit-content;
  }



  /* contact form model  */

  .contact-us-model .modal-content {
      border-radius: 20px;
      padding: 20px 40px;
      padding-bottom: 50px;
  }

  #contactModalLabel {
      color: #000;
      text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.06);
      font-size: 46px;
      font-weight: 500;
  }

  .contact-us-model .form-control,
  .contact-us-model .form-control:focus {
      padding: 17px 25px;
      border-radius: 12px;
      border: 1px solid #CACACA;
      color: #767676;
      font-family: "Overused Grotesk";
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }

  .contact-us-model .modal-header {
      border-bottom: none;
  }

  .contact-us-model .close-btn {
      font-size: 24px;
      font-weight: bold;
      color: black;
      cursor: pointer;
  }

  .contact-us-model .btn-submit {
      margin-top: 50px;
      background-color: black;
      padding: 16px 29px;
      border-radius: 30px;
      width: 100%;
      color: #FFF;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
  }

  .contact-us-model .modal-dialog {
      max-width: 774px;
  }

  .right-contact {
      border-radius: 30px;
      background: #EFEFEF;
      max-width: 423px;
      width: 100%;
      padding: 40px;

  }

  .contact-heading {
      color: #000;
      font-size: 76px;
      font-style: normal;
      font-weight: 500;
      line-height: 90px;
      /* 118.421% */
  }

  .contact-pera {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px;
      /* 144.444% */
  }

  .map-full {
      min-height: 470px;
      width: 100%;
      overflow: hidden;
      border-radius: 20px;
  }

  .map-full iframe {
      min-height: 488px;
      width: 100%;
      height: 100%;
  }

  .contact-form-main .form-input {
      border-radius: 12px;
      border: 1px solid #B0B0B0;
      background: #FFF;
      padding: 12px 15px;
  }

  .faq-heading {
      color: #000;
      text-align: center;
      font-size: 76px;
      font-style: normal;
      font-weight: 500;
      line-height: 90px;
      /* 118.421% */
  }

  .custom-accordion .accordion-item {
      border-color: black;
  }

  .contact-banner {
      padding-bottom: 10vw;
  }

  .custom-accordion button.accordion-button {
      color: #000;
      text-align: center;
      font-size: 26px;
      font-style: normal;
      font-weight: 400;
  }

  .accordion-button:not(.collapsed) {
      background-color: transparent;
  }

  .custom-accordion .accordion-body {
      color: #000;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }

  .black-section-slider {
      background-color: black !important;
      transition: all 0.7s ease-in-out;
  }

  .black-section-slider .heading-event {
      color: white !important;
  }

  .black-section-slider-1 {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
  }

  .white-section-slider-1 {
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
  }

  @media only screen and (max-width: 1600px) and ((min-width: 1401px)) {
      .grid-container {
          grid-template-columns: repeat(4, 309px);
      }

      .emptyspace {
          min-height: 780px;
      }

      .about-main {
          padding-left: 4vw;
      }

      .content-about p {
          font-size: 22px;
      }

      .animated-paragraph.pera.is-inview span {
          clip-path: polygon(0% 0%, 1540% 0%, 0 1650%, -8280% 810%);
      }

      .emptyspace-two {
          min-height: 1150px;
      }


  }

  @media only screen and (max-width: 1366px) {
      .heading-2 {
          font-size: 46px;
      }

      .animated-paragraph.pera.is-inview span {
          transition: none;
          transform: none;
          clip-path: none;
          transition-delay: 0.5s;
      }

      .have-q-heading {
          font-size: 96px;
      }

      .footer .logo-section img {
          max-width: 250px;
      }

      .heading-6 {
          font-size: 50px;
      }
  }

  @media only screen and (max-width: 1400px) {
      .grid-container {
          grid-template-columns: repeat(3, 304px);
          padding: 10px;
      }

  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
      .legacy-section {
          text-align: center;
      }

      .person-img,
      .person-details {
          margin-bottom: 20px;
      }

      .right-contact {
          max-width: 653px;
          padding: 20px;
      }

      .contact-heading {
          font-size: 46px;
          line-height: 60px;
      }

      .faq-heading {
          font-size: 46px;
          line-height: 70px;
      }



  }

  /* Responsive adjustments */
  @media (max-width: 1024px) {

      /* Tablet: 3 items per row */
      .grid-container {
          grid-template-columns: repeat(3, 1fr);
      }

      .banner-text {
          bottom: 40%;
      }

      .banner-text h1 {
          font-size: 30px;
          line-height: 36px;
      }

      .main-header nav {
          padding-top: 10px !important;
          padding-left: 20px;
          padding-right: 20px;
      }

      .project-button {
          padding: 46px 5px 45px 5px;
          width: 191px;
      }

      .project-button a {
          font-size: 18px;
      }

      .animation-heading span {
          position: relative;
          clip-path: border-box;
      }

      .about-section h2 {
          font-size: 46px;
      }

      .animation-heading.min-h-200 {
          min-height: auto;
          margin-bottom: 20px;
      }

      .animated-paragraph.is-inview span {
          position: inherit;
          font-size: 17px;
          clip-path: none;
          overflow: visible;
      }

      .about-section p {
          font-size: 16px;
          line-height: 32px;
      }

      .big-number {
          max-width: 400px;
          margin-right: 0;
          margin-left: 0;
          z-index: 1;
          margin-bottom: 70px;
      }

      .animation-heading span.animate-text {
          clip-path: none;
      }

      .project-title {
          font-size: 46px;
      }

      .min-h-100 {
          min-height: auto;
      }

      .view-all-pro-btn {
          padding: 9px 30px;
          font-size: 14px;
      }

      .view-detail .view-detail-img {
          width: 57px;
          height: 57px;
      }

      .view-detail-text {
          font-size: 12px;
          margin-top: 5px !important;
      }

      .heading-2 {
          font-size: 30px;
      }

      .animated-paragraph.pera.is-inview span,
      .animated-paragraph span {
          clip-path: none;
          position: inherit;
      }

      .grid-item {
          width: 249px;
          height: 290px;
      }

      .have-q-heading {
          font-size: 66px;
      }

      .btn-contact {
          margin: 0px 0;
          padding: 12px 30px;
          font-size: 16px;
      }

      .footer .logo-section img {
          max-width: 170px;
      }

      .emptyspace {
          min-height: 600px;
      }
  }

  @media (max-width: 768px) {

      /* Mobile: 1 item per row */
      .grid-container {
          grid-template-columns: 1fr;
      }

      .footer-ul {
          grid-template-columns: 1fr;
          /* 1 column on smaller screens */
      }
  }

  @media (max-width: 480px) {
      .logo {
          max-height: 15px;
      }

      .heading-4 {
          font-size: 32px;
      }

      .heading-5 {
          font-size: 26px;
      }

      .project-button {
          padding: 26px 5px 25px 5px;
          width: 151px;
      }

      .banner-text h1 {
          font-size: 25px;
          line-height: 33px;
      }

      .about-section h2 {
          font-size: 34px;
      }

      .about-section p {
          font-size: 15px;
          line-height: 28px;
      }

      .big-number {
          margin-bottom: 80px;
      }

      .project-title {
          font-size: 34px;
      }

      .project-slider {
          padding-top: 40px !important;
      }

      .ceo-photo img {
          max-width: 100%;
      }

      .animated-paragraph.pera {
          font-size: 16px;
      }

      .grid-item {
          max-width: 309px;
          max-height: 370px;
          height: 100%;
          width: 100%;
          margin: 0 auto;
      }

      .have-q-heading {
          font-size: 36px;
      }

      .footer-heading {
          font-size: 28px;
      }

      .footer .footer-bottom {
          margin-top: 20px;
      }

      .emptyspace {
          min-height: 700px;
      }

      .main-header.blurred nav {
          padding-top: 6px;
          padding-bottom: 5px !important;
      }

      .menu-opner {
          margin-top: -10px;
      }


      .swiper-container {
          max-width: 100%;
      }

      .main-header nav {
          padding-top: 0px !important;
          padding-left: 10px !important;
          padding-right: 10px !important;
      }

      .main-header.blurred {
          min-height: 50px;
      }

      .main-header.blurred .menu-opner {
          margin-right: -10px;
          margin-top: -30px;
      }

      .main-header.black-header.blurred {
          min-height: 50px;
      }

      .menu-container {
          padding: 20px 10px 40px 30px;
          gap: 260px;
          right: 0;
          top: 0px;
          max-width: 100%;
          height: 100%;
          max-height: 100vh;
          min-height: 400px;
      }

      .menu-cross {
          width: 36px;
      }

      .main-links a {
          font-size: 30px;
          margin-bottom: 0px;
      }

      .more-pages a {
          font-size: 14px;
          margin-bottom: 5px;
      }

      a#menu-opener svg {
          max-width: 45px;
      }

      .left-section {
          padding: 80px 0px 0 0;
          color: #ffffff;
          background-color: #000;
      }

      .inner-heading {
          font-size: 36px;
          font-style: normal;
          font-weight: 500;
      }

      .header-about h2 {
          font-size: 132px;
          margin: 10px 0;
      }

      .persone-image {
          opacity: 1;
      }

      .scroll-down-container {
          bottom: 22px;
      }

      .scroll-container.inner {
          top: 100px;
      }

      .heading-6 {
          font-size: 30px;
          font-weight: 500;
      }

      .font-18 {
          font-size: 16px;
      }

      .metro-big-img {
          min-height: 270px;
          width: 100%;
          object-fit: cover;
      }

      .more-details-btn {
          padding: 6px 12px;
          font-size: 16px;
          right: 20px;
          bottom: 20px;
      }

      .more-details-btn img {
          max-width: 20px;
          margin-top: -5px;
          margin-left: 5px !important;
      }

      .img-hover-upper {
          height: 170px;
          overflow: hidden;
          border-radius: 20px;
      }

      .project-slider-two .swiper-slide .content-pro {
          max-width: 490px;
      }

      .project-slider-two .swiper-slide .content-pro h3 {
          font-size: 20px !important;
      }



  }




  .event-grid-container {
      margin-top: 70px;
      display: grid;
      gap: 10px;
      padding: 10px;
      justify-content: center;
      /* Center the grid */
      grid-template-columns: repeat(4, 352px);
      /* 4 columns per row */
  }

  /* Grid items */
  .grid-item-event {
      background-color: #ffffff;
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .grid-item-event img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 8px;
  }

  .clip-none {
      clip-path: none !important;
  }

  @media (max-width: 1366x) {
      .heading-2 {
          font-size: 36px !important;
      }
  }

  /* Responsive adjustments */
  @media (max-width: 1200px) {
      .event-grid-container {
          grid-template-columns: repeat(3, 1fr);
          /* 3 columns on large screens */
      }
  }

  @media (max-width: 992px) {
      .event-grid-container {
          grid-template-columns: repeat(2, 1fr);
          /* 2 columns on medium screens */
      }
  }

  @media (max-width: 768px) {
      .event-grid-container {
          grid-template-columns: 1fr;
          /* 1 column on small screens */
      }
  }