.container{
    max-width: 1280px !important;
}
.homepage3-body .vl-transparent-header .vl-logo img{
    width: 70px !important;
    height: auto !important;
}
.bg-common{
    background-color: #f9961e !important;
}
.vl-btn4{
    background: var(--ztc-text-text-3) !important;
}

/* custom card */
.custom-ai-card {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #8a2be2, #da70d6);
  padding: 2px;
  transition: transform 0.3s ease;
  height: 100%;
}

.custom-ai-card:hover {
  transform: scale(1.03);
}

.custom-ai-card-inner {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  background-color: #000;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.custom-ai-card .ai-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-ai-card-content {
  position: relative;
  z-index: 2;
  padding: 25px;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-ai-card-content h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-ai-card-content p {
  font-size: 15px;
  margin-bottom: 0;
}
/* custom card cloe */

 .sticky-contact-icons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1050; /* above most content */
  }

.transition-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.transition-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.nice-select {
    float: unset !important;
}

/* mobile css */
@media only screen and (max-width: 600px) {
 .hero3-section-area {  
  padding: 150px 0 50px;
 }
}