 /* Responsive Header Images */
  
 @media screen and (max-width: 600px) {
  div.respo {
     display: none;
    
  }
}


@media screen and (max-width: 767px) {
  div.respo {
  display: none;
  }
}


@media screen and (max-width: 767px) {
  div.grid0-5em{
  text-align: center;
  }
}

.img-pop{
  color: #262626;
  opacity: 0;
  transform: translate(-300px, 0) scale(0);
  animation: animate 3s forwards;
  display: inline-block;
}
/* .grid0-5em:nth-of-type(2){
  animation-delay: .1s;
}
.grid0-5em:nth-of-type(3){
  animation-delay: .2s;
}
.grid0-5em:nth-of-type(4){
  animation-delay: .3s;
}
.grid0-5em:nth-of-type(5){
  animation-delay: .4s;
}
.grid0-5em:nth-of-type(6){
  animation-delay: .5s;
}
.grid0-5em:nth-of-type(7){
  animation-delay: .6s;
}
.grid0-5em:nth-of-type(8){
  animation-delay: .7s;
} */
@keyframes animate{
  60%{
      transform: translate(20px, 0) scale(1);
      color:#fff;
  }
  80%{
      transform: translate(20px, 0) scale(1);
      color:#fff;
  }
  99%{
      transform: translate(0) scale(1);
      color:#fff;
  }
  100%{
      transform: translate(0) scale(1);
      color:#fff;
      opacity: 1;
  }
}


#color{
  color:#fff
}


/* Footer Base Styles */
.footer {
  background-color: #1a1a1a;
  padding: 20px 0 15px;
  position: relative;
}

/* Services Section Styles */
.services-section {
  padding: 0 15px;
}

.services-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  display: inline-block;
}

.services-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background-color: #ff0000;
}

/* Services Grid Styles */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 5px 0;
}

.service-item {
  display: flex;
  align-items: center;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.service-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(5px);
}

.service-item i {
  color: #ff0000;
  margin-right: 6px;
  font-size: 14px;
  transition: transform 0.3s ease;
}

.service-item:hover i {
  transform: translateX(5px);
}

.service-item a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.service-item:hover a {
  color: #ff0000;
}

/* Footer Logo Styles */
.footer-logo {
  margin-bottom: 15px;
  text-align: left;
}

.footer-logo-img {
  height: auto;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
  max-width: 270px;
}

.footer-logo-img:hover {
  opacity: 0.8;
}

/* Contact Information Styles */
.widget-contact {
  padding: 10px 0;
}

.widget-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.contact-info {
  margin-bottom: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 5px 0;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(5px);
}

.contact-item i {
  color: #ff0000;
  margin-right: 10px;
  font-size: 16px;
  min-width: 20px;
  text-align: center;
  line-height: 1.4;
}

.contact-item a,
.contact-item address {
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  line-height: 1.4;
  font-size: 13px;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ff0000;
}

.contact-item address {
  margin: 0;
}

/* Need Help Button Styles */
.btn-primary {
  background-color: #ff0000;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  transition: all 0.3s ease;
  float: right;
  margin-top: 10px;
}

.btn-primary:hover {
  background-color: #cc0000;
  transform: translateY(-2px);
}

/* Copyright Styles */
.copyright-wrap {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  color: #ffffff;
  font-size: 11px;
  opacity: 0.7;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .widget-title {
    text-align: center;
  }
  
  .contact-item {
    justify-content: center;
  }
  
  .btn-primary {
    float: none;
    display: block;
    margin: 10px auto;
  }
  
  .services-title {
    text-align: center;
    display: block;
  }
  
  .services-title:after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .footer {
    padding: 15px 0 10px;
  }
  
  .footer-logo-img {
    max-width: 200px;
  }
  
  .contact-item {
    justify-content: flex-start;
  }
  
  .services-grid {
    grid-template-columns: 1fr;
  }
  
  .services-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

/* Hero Section Styles */
.hero-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80vh;
  padding: 40px 0;
}

.hero-text {
  flex: 1;
  padding-right: 50px;
}

.hero-image {
  flex: 1;
  position: relative;
  height: 500px;
}

/* Animated Text Styles */
.animated-text {
  font-size: 3.5em;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.animated-text .line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s forwards;
}

.animated-text .line:nth-child(1) { animation-delay: 0.2s; }
.animated-text .line:nth-child(2) { animation-delay: 0.4s; }
.animated-text .line:nth-child(3) { animation-delay: 0.6s; }

.animated-text .highlight {
  color: #ff0000;
  font-weight: 700;
}

.subtitle {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeInUp 0.5s forwards;
  animation-delay: 0.8s;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.description {
  font-size: 1.1em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  max-width: 500px;
  opacity: 0;
  animation: fadeInUp 0.5s forwards;
  animation-delay: 1s;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  gap: 20px;
  opacity: 0;
  animation: fadeInUp 0.5s forwards;
  animation-delay: 1.2s;
}

.btn-primary, .btn-secondary {
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #ff0000;
  color: #fff;
  border: 2px solid #ff0000;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-primary:hover {
  background: transparent;
  color: #ff0000;
}

.btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* Tech Sphere Animation */
.tech-sphere {
  position: relative;
  width: 100%;
  height: 100%;
}

.sphere-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sphere {
  position: relative;
  width: 300px;
  height: 300px;
  animation: rotate 20s linear infinite;
}

.sphere-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(255, 0, 0, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.sphere-ring:nth-child(1) {
  width: 200px;
  height: 200px;
  animation: pulse 2s ease-in-out infinite;
}

.sphere-ring:nth-child(2) {
  width: 250px;
  height: 250px;
  animation: pulse 2s ease-in-out infinite 0.5s;
}

.sphere-ring:nth-child(3) {
  width: 300px;
  height: 300px;
  animation: pulse 2s ease-in-out infinite 1s;
}

.sphere-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #ff0000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.element {
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 0, 0, 0.2);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

.element:nth-child(1) {
  top: 20%;
  left: 20%;
  animation-delay: 0s;
}

.element:nth-child(2) {
  top: 60%;
  left: 80%;
  animation-delay: 1s;
}

.element:nth-child(3) {
  top: 80%;
  left: 40%;
  animation-delay: 2s;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(0, 20px);
  }
  75% {
    transform: translate(-10px, 10px);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .description {
    margin: 0 auto 30px;
  }

  .cta-buttons {
    justify-content: center;
  }

  .hero-image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .animated-text {
    font-size: 2.5em;
  }

  .subtitle {
    font-size: 1.2em;
  }

  .sphere {
    width: 200px;
    height: 200px;
  }
}

/* Hero Section Background */
.fv2--hero-section-2 {
  position: relative;
  background-color: #000;
}

.fv2--hero-section-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
}

.fv2--hero-section-2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("https://cdn.dribbble.com/userupload/16226029/file/original-3e4350b61ab360b63583f6a9a317fecb.jpg?resize=752x");
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

/* Ensure content stays above the background */
.hero-content {
  position: relative;
  z-index: 2;
}