.hero {
    color: var(--light-text);
    min-height: 100vh;
    padding-top: var(--header-height);
    background-color: var(--dark-bg);
    background-image: url('https://images.pexels.com/photos/1181298/pexels-photo-1181298.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.8) 50%, rgba(15, 23, 42, 0.7) 100%);
  }
  
  .hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 2rem 0;
  }
  
  .hero-content {
    max-width: 600px;
  }
  
  .hero-subtitle {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--light-text);
  }
  
  .hero-title {
    font-size: 5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    position: relative;
    color: transparent;
    -webkit-text-stroke: 2px white; /* White outline */
    animation: fadeIn 1s ease-in-out forwards, textGlow 1.5s infinite alternate;
  }
  
  .hero-title-hidden {
    opacity: 0;
  }
  
  .hero-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: var(--muted-text);
    max-width: 500px;
  }
  
  .hero-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .hero-image {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex: 1;
  }
  
 
  
  @media (max-width: 1200px) {
    .hero-title {
      font-size: 4.5rem;
    }
  }
  
  @media (max-width: 992px) {
    .hero-container {
      flex-direction: column;
      text-align: center;
      padding: 3rem 0;
    }
    
    .hero-content {
      margin-bottom: 3rem;
    }
    
    .hero-subtitle {
      font-size: 1.8rem;
    }
    
    .hero-title {
      font-size: 3.5rem;
    }
    
    .hero-text {
      margin: 0 auto 2rem;
      padding-left: 12%;
      padding-right:12% ;
    }
    
    .hero-buttons {
      justify-content: center;
    }
    
    .hero-image img {
      max-height: 500px;
    }
  }
  
  @media (max-width: 768px) {
    .hero {
      min-height: auto;
      padding-bottom: 4rem;
    }
    
    .hero-subtitle {
      font-size: 1.5rem;
      align-items: center;
      justify-content: center;
    }
    
    .hero-title {
      font-size: 2.5rem;
    }
    
    .hero-text {
      font-size: 0.9rem;
    }
    
    .hero-image img {
      max-height: 350px;
    }
  }
  
  @media (max-width: 576px) {
    .hero-title {
      font-size: 2rem;
    }
    
    .hero-image img {
      max-height: 300px;
    }
  }


  .hero1 {
    color: rgb(0, 0, 0);
    padding: 10% 5%;
}

.hero1-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 50px 0;
}

.hero1-img {
    flex: 1 ;
    text-align: center;
}





.hero1-content {
    flex: 1;
    padding: 20px;
}

.hero1-content h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.hero1-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;

}

.hero1-content p {
  font-size: 1rem;
  color: var(--muted-text);
  margin-bottom: 20px;
}

/* Default styles for the <hr> */
.hero1-content hr {
  margin-bottom: 10px;
  width: 90%; 
  border: 1px solid #7d7d7d5d; /* Adjust thickness and color */
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .hero1-content hr {
    width: 90%; /* Increase width for smaller screens */
  }
}

@media (max-width: 480px) {
  .hero1-content hr {
    width: 100%; /* Full width for very small screens */
  }
}

.hero1-content .info ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;

}

.hero1-content .info ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  margin-right: 3rem;
}

.hero1-content .info ul li span {
    font-weight: bold;
}

.hero1-content div button {
    margin-right: 10px;
    margin-top: 50px;
    
}


/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .hero1-container {
    flex-direction: column;
    text-align: center;
  }

  .hero1-img {
    margin-bottom: 20px;
  }

  .hero1-content {
    padding: 0;
  }

  .hero1-content h2 {
    font-size: 1.5rem;
  }

  .hero1-content p {
    font-size: 0.9rem;
  }
}



@media (max-width: 480px) {
  .hero1-content h2 {
    font-size: 1.2rem;
  }

  .hero1-content p {
    font-size: 0.8rem;
  }

  .hero1-content ul li {
    font-size: 0.9rem;
  }
}


.hero1-content div button a {
    text-decoration: none;
    color: white;
    background-color: var(--primary-light);
    padding: 10px 20px;
    border-radius: 50px;
}

.hero1-socials{
    margin-top: 3%;
}

.hero1-socials ul li a img {
  filter: invert(47%) sepia(29%) saturate(469%) hue-rotate(140deg) brightness(92%) contrast(88%);
  transition: filter var(--transition-speed) ease;
}

.hero1-socials ul li a img:hover {
  filter: invert(37%) sepia(39%) saturate(669%) hue-rotate(140deg) brightness(82%) contrast(98%);
}

/* Container */
.scontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* Section */
.services-section {
  background-color: #f7f7f7;
  padding: 60px 20px;
}

/* Title */
.section-title {
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 600;
}

/* Services Grid */
.services-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Card */
.service-card {
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 300px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

/* Icon */
.icon {
  font-size: 40px;
  margin-bottom: 20px;
  color: teal;
}

/* Card Title */
.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Card Text */
.service-card p {
  font-size: 0.95rem;
  color: #555;
}

/* More Services Link */
.more-services {
  margin-top: 30px;
}

.more-services a {
  text-decoration: none;
  color: teal;
  font-weight: 600;
  transition: color 0.3s ease;
}

.more-services a:hover {
  color: #005f5f;
}

/* Responsive */
@media (max-width: 768px) {
  .services-grid {
      flex-direction: column;
      align-items: center;
  }
}


/* MEDIA QUERY for responsiveness */
@media (max-width: 768px) {
    .hero1-container {
        flex-direction: column;
        text-align: center;
    }

    .hero1-content {
        margin: 0;
        padding-top: 20px;
    }

    .hero1-content .info ul {
        flex-direction: column;
    }

    .hero1-content .info ul li {
        margin-right: 0;
    }

    .hero1-content .info button a {
        display: inline-block;
        margin-top: 10px;
    }
}


/* Container */
.sscontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10%;
}

/* Skills Section */
.skills-section {
  padding: 0;
}

/* Grid Layout */
.skills-grid {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Image */
.skills-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
}

/* Content */
.skills-content {
  flex: 1;
}

.skills-content small {
  display: block;
  font-size: 0.9rem;
  letter-spacing: 1px;
  color: teal;
  margin-bottom: 10px;
}

.skills-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.skills-content p {
  font-size: 1rem;
  margin-bottom: 30px;
  color: #555;
}

/* Skills */
.skill {
  margin-bottom: 20px;
}

.skill h4 {
  font-size: 1rem;
  margin-bottom: 8px;
  font-weight: 500;
}

.progress {
  background-color: #eee;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background-color: teal;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .skills-grid {
      flex-direction: column;
      text-align: center;
  }
  .skills-content {
      width: 100%;
  }
}


/* Container */
.ssscontainer {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Section */
.services-section {
  padding: 80px 0;
  background-color: #f7f7f7;
}

/* Grid Layout */
.services-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* Content */
.services-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  flex: 1;
}

/* Service Item */
.service-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.service-item .icon {
  font-size: 1.8rem;
  color: teal;
}

/* Text inside service */
.service-item h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  font-weight: 600;
}

.service-item p {
  font-size: 0.9rem;
  color: #555;
}

/* Image */
.services-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .services-grid {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .services-content {
      grid-template-columns: 1fr;
  }
}



/* Container */
.sssscontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* Counter Section */
.counter-section {
  padding: 80px 0;
  text-align: center;
  background-color: #fff;
}

/* Grid */
.counter-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  flex-wrap: wrap;
}

/* Counter Item */
.counter-item h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.counter-item p {
  font-size: 1rem;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .counter-grid {
      gap: 40px;
  }
}




/* Container */
.sdcontainer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

/* Section Title */
.section-title {
  font-size: 2rem;
  color: #333;
  margin-bottom: 40px;
}

/* Gallery Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}

/* Logo Strip */
.logo-strip {
  background-color: #3e7e62;
  padding: 40px 0;
}

.logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  
}

.logo-container img {
  width: 100px;
  height: auto;
  margin-right: 50px;
}

/* Responsive */
@media (max-width: 768px) {
  .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
      grid-template-columns: 1fr;
  }
}



/* Footer */
.footer {
  background-color: #04252e;
  color: #cbd5e1;
  text-align: center;
  padding: 40px 20px 0 20px;
  position: relative;
  margin-top: 10%;
}

/* Top section */
.footer-top {
  margin-bottom: 30px;
}

.footer-logo {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
}

.footer-logo i {
  margin-right: 8px;
}
.footer-contact{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact p {
  margin: 5px 10px;
  font-size: 14px;
  color: #cbd5e1;
}

.footer-contact i {
  margin-right: 8px;
}

/* Bottom section */
.footer-bottom {
  background-color: #031d25;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.footer-bottom p {
  font-size: 13px;
  color: #cbd5e1;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-left: 20%;
}

.social-icons a {
  color: white;
  background-color: #0f3a47;
  padding: 10px;
  border-radius: 50%;
  font-size: 14px;
  transition: background-color 0.3s;
}

.social-icons a:hover {
  background-color: #00b894;
}


/* Scroll-to-top button */
.scroll-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-color: #00b894;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: background-color 0.3s;
}

.scroll-top:hover {
  background-color: #019874;
}

/* Responsive */
@media (max-width: 600px) {
  .footer-bottom {
      flex-direction: column;
  }
  
  .social-icons {
      margin: 10px 0 0 0;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

section:nth-child(1) {
  animation-delay: 0.2s;
}

section:nth-child(2) {
  animation-delay: 0.4s;
}

section:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.hero-image img,
.hero1-img img {
  opacity: 0;
  animation: slideIn 1s ease-in-out forwards;
}

.hero-image img {
  max-height: 600px;
  object-fit: contain;
  border-radius: 10px;
  max-width: 100%;
  animation-delay: 0.5s;


}

.hero1-img img {
  width: 100%;
  animation-delay: 0.7s;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

@keyframes textGlow {
  from {
    text-shadow: 0 0 5px #14b8a6, 0 0 10px #14b8a6, 0 0 20px #14b8a6;
  }
  to {
    text-shadow: 0 0 10px #14b8a6, 0 0 20px #14b8a6, 0 0 30px #14b8a6;
  }
} 

.paid{
  display: flex;
  margin-top: 5%;
}

.paid p{
  margin-right: 20px;
}

.paid ul{
  display: flex;
  gap: 20px;
}

.paid ul li{
  color: #000;
}

@media (max-width: 600px) {
  .paid{
    align-items: center;
    justify-content: center;
  }
}