* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .html {
    font-size: 16px;
  }
  .body {
    font-family: Poppins, sans-serif;
  }

  /* Outer Container */
  .outer-container {
      position: relative;
      width: 100%;
      height: 70vh;
      overflow: hidden;
    }
    
    /* Background Video */
    .background-video-container {
      position: relative;
      width: 100%;
      height: 80vh; /* Adjust as needed */
      overflow: hidden;
    }

    .background-video-container::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); /* Adjust opacity */
      z-index: 0; /* Ensures it is above the video */
    }

    .background-video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; /* Ensures the video fills the container */
      z-index: -1; /* Moves it behind the content */
    }
    
    /* Overlay Content */
    .overlay-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      z-index: 2; /* Ensures text appears above video */
      padding: 20px;
      border-radius: 10px;
    }
    
    /* Heading & Subheading */
    .heading {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 15px;
    }
    
    .sub-heading {
      font-size: 1rem;
      max-width: 600px;
      margin: 0 auto 20px;
    }

    .sub-heading span {
      color: #e46939;
      font-weight: 700;
    }
    
    /* Centered CTA Button */
    .cta-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #ffcc00;
      color: black;
      font-size: 1.2rem;
      padding: 12px 24px;
      border: none;
      cursor: pointer;
      border-radius: 50px; /* Fully rounded corners */
      margin: 20px auto 0; /* Centers button horizontally */
      font-weight: bold;
      text-transform: uppercase;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .cta-btn:hover {
      background-color: #e6b800;
    }
    
    .yellow-container {
      background-color: #e46939;; /* Yellow color */
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: 4rem;
  }
  
  .yellow-content {
      display: flex;
      gap: 30px;
      font-weight: bold;
      color: white;
  }
  
  .icon-text {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
  }
  
  .icon {
      font-size: 20px;
  }
  
  .button {
    display: none;
    justify-content: space-between;
  }
  .button,
  .button-inside-container {
    align-items: center;
    background-color: #e46939;
    border: none;
    border-radius: 15px;
    gap: 20px;
    outline: none;
  }
  .button-inside-container {
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    padding: 5px 5px 5px 30px;
  }
  .button-text {
    color: #fff;
    font-family: Poppins, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 2.0625rem;
  }
  .gif-container {
    align-items: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 12px;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 80px;
  }
  .gif-container img {
    height: 50px;
    transform: rotate(-90deg);
    width: 50px;
  }
  .carousel-container {
    margin: auto;
    width: 80%;
  }
  .crousal-item-container {
    margin: 10px;
    position: relative;
  }
  .crousal-item {
    background-color: #fdfce9;
    border: 1px solid #000;
    border-radius: 16px;
    display: flex;
    height: 175px;
    position: relative;
    z-index: 4;
  }
  .crousal-item-image {
    padding: 5px;
    width: 40%;
  }
  .crousal-item-image img {
    border-radius: 16px;
    filter: grayscale(100%);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .crousal-item-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    width: 60%;
  }
  .crousal-item-paragraph {
    font-size: 10px;
    font-weight: 400;
    line-height: 13.5px;
  }
  .crousal-item-sub-heading {
    font-size: 10px;
    font-weight: 700;
    line-height: 13.5px;
    text-align: left;
  }
  .crousal-item-2 {
    background-color: #e9fff1;
    border: 1px solid #000;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 240px;
    position: relative;
    z-index: 4;
  }
  .crousal-item-image-2 {
    height: 70%;
    padding: 5px;
    width: 100%;
  }
  .crousal-item-image-2 img {
    border-radius: 16px;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
  }
  .carousel-info-container {
    display: flex;
    flex-direction: column;
    height: 30%;
    justify-content: space-between;
    padding: 10px;
    width: 100%;
  }
  .crousal-item-name {
    color: #1e3b2e;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
  }
  .crousal-item-info {
    align-items: center;
    color: #1e3b2e;
    display: flex;
    font-size: 0.87rem;
    font-weight: 300;
    gap: 5px;
    line-height: 1.31rem;
  }
  .carousal-card-bg-design {
    height: 175px;
  }
  .carousal-card-bg-design,
  .carousal-card-bg-design-2 {
    border: 1px solid #000;
    border-radius: 16px;
    inset: 0;
    position: absolute;
    transform: translate(9px, 9px);
  }
  .carousal-card-bg-design-2 {
    height: 240px;
  }
  .companies-comtainer {
    background-color: #f3f3f3;
    border-radius: 16px;
    margin: 40px 40px 0;
    padding: 20px;
  }
  .companies-logo-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .company-logo {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    height: 5rem;
    justify-content: center;
    padding: 2rem;
    width: 9rem;
  }
  .company-logo img {
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 8rem;
  }
  .blank-contaner {
    height: 15vh;
  }
  @media only screen and (max-width: 600px) {
      .outer-container {
          height: auto;
          min-height: 70vh;
          display: flex;
          flex-direction: column;
          align-items: center;
          text-align: center;
        }
      
        .background-video {
          height: 100%;
          object-fit: cover;
        }
      
        .overlay-content {
          width: 90%;
          padding: 15px;
        }
      
        .heading {
          font-size: 2rem;
        }
      
        .sub-heading {
          font-size: 0.8rem;
        }
      
        /* Responsive Yellow Container */
        .yellow-container {
          flex-direction: column;
          padding: 20px;
          margin-bottom: 2rem;
          align-items: flex-start;
        }
      
        .yellow-content {
          flex-direction: column;
          gap: 15px;
          align-items: flex-start;
        }
      
        .icon-text {
          justify-content: flex-start;
          text-align: left;
          width: 100%;
        }
  
    .display-image {
      bottom: 0;
      height: 50vh;
      -o-object-fit: contain;
      object-fit: contain;
      position: absolute;
      width: 100%;
    }
    .button-container {
      align-items: center;
      background-color: #fff;
      bottom: 0;
      cursor: pointer;
      display: flex;
      height: 10vh;
      justify-content: center;
      position: fixed;
      width: 100%;
      z-index: 1;
      padding-bottom: 20px;
    }
    .button {
      display: flex;
      padding: 5px 5px 5px 40px;
      width: 360px;
    }
    .button-inside-container {
      display: none;
    }
    .crousal-item-paragraph,
    .crousal-item-sub-heading {
      font-size: 10px;
      line-height: 13.5px;
    }
    .companies-comtainer {
      margin: 0 10px;
      padding: 10px;
    }
    .companies-logo-container {
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: space-around;
    }
    .company-logo {
      align-items: center;
      background-color: #fff;
      border-radius: 8px;
      display: flex;
      height: 4rem;
      justify-content: center;
      padding: 0.625rem;
      width: 5.3rem;
    }
    .company-logo img {
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%;
    }
  }
  
