
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  position: relative;
  padding: 120px 0;
  background-color: var(--background-color);
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../../uploads/web/imgs/about/features-1.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero .hero-content {
  margin-bottom: 30px;
}

.hero .hero-content .subtitle {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 25px;
}

.hero .hero-content .subtitle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 2px;
  background-color: var(--accent-color);
  transform: translateY(-50%);
}

.hero .hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (max-width: 992px) {
  .hero .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .hero .hero-content h1 {
    font-size: 32px;
  }
}

.hero .hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero .hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .hero .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

.hero .hero-buttons .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero .hero-buttons .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.hero .hero-buttons .btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  background-color: transparent;
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.hero .hero-buttons .btn-secondary:hover {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  border-color: var(--default-color);
  transform: translateY(-3px);
}

.hero .trust-badges {
  display: flex;
  gap: 30px;
}

@media (max-width: 768px) {
  .hero .trust-badges {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.hero .trust-badges .badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero .trust-badges .badge-item i {
  font-size: 32px;
  color: var(--accent-color);
}

.hero .trust-badges .badge-item .badge-text {
  display: flex;
  flex-direction: column;
}

.hero .trust-badges .badge-item .badge-text .count {
  font-size: 24px;
  font-weight: 700;
  color: var(--heading-color);
  line-height: 1;
}

.hero .trust-badges .badge-item .badge-text .label {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.hero .hero-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.hero .hero-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.5s ease;
}

.hero .hero-image:hover img {
  transform: scale(1.05);
}

.hero .hero-image .image-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 15px 20px;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hero .hero-image .image-badge span {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

.hero .hero-image .image-badge p {
  margin: 0;
  font-size: 14px;
  opacity: 0.9;
}

@media (max-width: 992px) {
  .hero {
    padding: 80px 0;
  }

  .hero .hero-content {
    margin-bottom: 50px;
  }
}
.my-bg{
    background-color: var(--accent-color);
}
.my-bg h6{
    color: var(--contrast-color);
}
/* Portfolio Filter Buttons */
.portfolio-filter .pf-btn {
    background: linear-gradient(145deg, #111, #222);
    border: none;
    color: #ccc;
    padding: 10px 22px;
    margin: 4px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    transition: 0.4s all;
}

.portfolio-filter .pf-btn.active,
.portfolio-filter .pf-btn:hover {
    background: var(--accent-color);
    color: #ffffff;
    box-shadow: 0 6px 25px var(--accent-color);
    transform: translateY(-2px);
}

/* Portfolio Card */
.portfolio-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    background: linear-gradient(135deg, #1a1a1a, #111);
}

.portfolio-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px var(--accent-color);
}

.portfolio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 20px;
}

.portfolio-card:hover img {
    transform: scale(1.1);
}

/* Overlay Glass + Neon Glow */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 20px 20px;
    transition: 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio-card:hover .overlay {
    height: 55%;
    background: rgba(13,202,240,0.15);
    box-shadow: 0 0 30px rgba(13,202,240,0.5);
}

.overlay h4 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 6px;
    text-shadow: 0 0 6px var(--accent-color), 0 0 12px var(--accent-color);
}

.overlay p {
    font-size: 0.95rem;
    margin-bottom: 12px;
    opacity: 0.9;
}

/* Overlay Buttons Neon Glow */
.overlay-buttons {
    display: flex;
    gap: 10px;
}

.overlay-buttons .btn {
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0dcaf0;
    background: var(--accent-color);
    border: 1px solid #0dcaf0;
    text-decoration: none;
    transition: 0.3s all;
    box-shadow: 0 0 10px var(--accent-color);
}

.overlay-buttons .btn:hover {
    background: var(--accent-color);
    color: #fff;
    box-shadow: 0 0 20px var(--accent-color);
    transform: translateY(-2px);
}

.client-modal {
  border-radius: 20px;
  background: rgba(20, 20, 30, 0.95);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.7);
  animation: popIn 0.5s ease forwards;
  padding: 20px;
}

.modal-header {
  background: var(--accent-color);
  color: #000;
  font-weight: 600;
  text-align: center;
  border-bottom: none;
  border-radius: 15px 15px 0 0;
}

.client-section img {
  max-width: 150px;
  border: 3px solid var(--accent-color);
  box-shadow: 0 0 15px var(--accent-color);
}

.project-section img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px var(--accent-color);
}

/* Animation for modal */
@keyframes popIn {
  0% { transform: scale(0.5); opacity: 0; }
  70% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; }
}

/* Responsive layout */
@media (max-width: 991px) {
  .modal-body {
    flex-direction: column;
    align-items: center;
  }
  .client-section, .project-section {
    text-align: center;
  }
}
