.elementor-832 .elementor-element.elementor-element-6ada2d77{margin-top:-120px;margin-bottom:0px;}.elementor-832 .elementor-element.elementor-element-4929ed97{margin-top:-120px;margin-bottom:0px;}.elementor-832 .elementor-element.elementor-element-4ed0ce5{margin-top:120px;margin-bottom:-120px;}.elementor-832 .elementor-element.elementor-element-41d6f5a8{margin-top:0px;margin-bottom:-120px;}.elementor-832 .elementor-element.elementor-element-5fc85df5 .blog-area .item .info .meta ul li i{font-size:4px;}.elementor-832 .elementor-element.elementor-element-4e6dc7b8{margin-top:-120px;margin-bottom:0px;}@media(max-width:1024px){.elementor-832 .elementor-element.elementor-element-6ada2d77{margin-top:-120px;margin-bottom:0px;}}@media(max-width:767px){.elementor-832 .elementor-element.elementor-element-6ada2d77{margin-top:-80px;margin-bottom:0px;}.elementor-832 .elementor-element.elementor-element-4929ed97{margin-top:-80px;margin-bottom:0px;}.elementor-832 .elementor-element.elementor-element-4ed0ce5{margin-top:80px;margin-bottom:-80px;}.elementor-832 .elementor-element.elementor-element-4e6dc7b8{margin-top:-80px;margin-bottom:0px;}}/* Start custom CSS for ventixportfoliobanner, class: .elementor-element-50553f7f */.hero-title, .elementor-heading-title {
  color: white;
  font-size: 48px;
  font-weight: 700;
}

#animated-name {
  color: #2AE98D;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

#cursor {
  color: #2AE98D;
  display: inline-block;
  margin-left: 4px;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
}

@keyframes blink {
  50% { opacity: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06213f0 */.footer {
  background: #5a6043;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  max-width: 500px;
  margin: auto;
}

/* 🔝 Logo & Title */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.footer-top img {
  width: 60px;
}

.footer-top h2 {
  font-size: 20px;
  margin: 0;
}

/* 🌐 Social Icons */
.social-row {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 15px;
}

.social-row a {
  color: #fff;
  font-size: 20px;
  transition: 0.3s;
}

.social-row a:hover {
  color: #ddd;
}

/* 📞 Customer Support */
.footer-section {
  margin-bottom: 15px;
}

.footer-section h4 {
  font-size: 15px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin: 5px 0;
}

.footer-section ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

/* 📬 Contact Info Box Style */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 10px;
}

.contact-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.contact-box:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 🛠 Services Grid (2x2) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.services-grid a {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 0;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.3s;
}

.services-grid a:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 📍 Address */
.address p {
  font-size: 14px;
  margin-top: 10px;
}

/* 📄 Bottom Line */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 10px;
  font-size: 13px;
}

.footer-bottom p {
  margin: 4px 0;
}

.footer-bottom .policies a {
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  margin: 0 5px;
}

/* 📱 Fully Mobile Responsive */
@media (max-width: 480px) {
  .footer-top h2 {
    font-size: 18px;
  }

  .social-row a {
    font-size: 18px;
  }

  .footer-section h4 {
    font-size: 14px;
  }

  .footer-section ul li a,
  .contact-box {
    font-size: 13px;
  }

  .services-grid a {
    font-size: 13px;
    padding: 5px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}/* End custom CSS */