
.form-inline {
    display: inline;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  @media (max-width: 575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }
  @media (max-width: 1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
  }

  #preview-div {
    background: url('../img/avatar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    border: 3px #fff;
    border-radius: 10px;
  }

  #preview-container{
    background: url('../img/avatar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    border: 3px #fff;
    border-radius: 10px;
  }


  #preview-div-profile {
    background: url('/public/assets/img/avatar.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    width: 100%;
    border: 3px #fff;
    border-radius: 10px;
  }


  @media (max-width: 424px) {
    #preview-div-profile {
        background-size: cover;
        height: 250px;
        width: 100%;
        border: 3px #fff;
        border-radius: 10px;
      }
  }

  @media (min-width: 425px) and (max-width: 980px) {
    #preview-div-profile {
        background-size: cover;
        height: 450px;
        width: 100%;
        border: 3px #fff;
        border-radius: 10px;
      }
  }

  .img-thumb {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: 300px;
}

.img-thumbn {
    background: url('../img/avatar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.25rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    max-width: 100%;
    height: 300px;
}

.w-150 {
min-width: 120px !important;
}

.w-100 {
    min-width: 100px !important;
    }

/* Hero Section */
.hero-section {
  height: 100vh;
  background: #000;
  position: relative;
}

.hero-background {
  position: relative;
  height: 100%;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to bottom,
      rgba(0,0,0,0.3),
      rgba(0,0,0,0.7)
  );
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  max-width: 900px;
  z-index: 2;
}

.name-text {
  color: #fff;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-bottom: 2rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.quote-text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  opacity: 0.9;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cta-button {
  display: inline-block;
  padding: 1rem 2.5rem;
  background: #3CB371;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #2E8B57;
  transform: translateY(-2px);
}

/* Works Section */
.works-section {
  background: #000;
  padding: 5rem 0;
}

.works-title {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 3rem;
  text-align: left;
  font-weight: 500;
}

.work-item {
  background: #111;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.work-item:hover {
  transform: translateY(-5px);
}

.video-wrapper, .image-wrapper {
  aspect-ratio: 16/9;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-info {
  padding: 1.5rem;
}

.work-info h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.work-info p {
  color: rgba(255,255,255,0.7);
  margin-bottom: 1rem;
}

.view-details {
  color: #3CB371;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.view-details:hover {
  color: #2E8B57;
}

.view-details i {
  transition: transform 0.3s ease;
}

.view-details:hover i {
  transform: translateX(5px);
}

.view-more {
  text-align: center;
  margin-top: 4rem;
}

.more-btn {
  display: inline-flex;
  align-items: center;
  padding: 1rem 2rem;
  background: transparent;
  color: #fff;
  border: 2px solid #3CB371;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.more-btn:hover {
  background: #3CB371;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .name-text {
      font-size: 2.5rem;
  }
  
  .quote-text {
      font-size: 1.1rem;
  }
  
  .works-title {
      font-size: 2rem;
  }

  

}