
body {
    position: relative;
    overflow-x: hidden;
    background: url('../assets/cloudswallpaper.png') no-repeat center center fixed;
    background-size: cover;
background-position: center;
    margin: 0;
}

.cloud {
    position: absolute;
    background: url('../assets/cloud.png') no-repeat;
    background-size: contain;
    width: 200px;
    height: 120px;
    animation: floatClouds 60s linear infinite;
    z-index: 0;
}

.cloud.cloud-1 {
    top: 82px;
    left: -353px;
    animation-delay: 0s;
}
.cloud.cloud-2 {
    top: 23px;
    left: -526px;
    animation-delay: 10s;
}
.cloud.cloud-3 {
    top: 263px;
    left: -373px;
    animation-delay: 20s;
}
.cloud.cloud-4 {
    top: 72px;
    left: -563px;
    animation-delay: 30s;
}
.cloud.cloud-5 {
    top: 201px;
    left: -487px;
    animation-delay: 40s;
}
.cloud.cloud-6 {
    top: 263px;
    left: -476px;
    animation-delay: 50s;
}

@keyframes floatClouds {
    0% { transform: translateX(0); }
    100% { transform: translateX(150vw); }
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: transparent;
}

.hero-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    display: block;
    border-radius: 8px;
}


.ad-banner {
  max-width: 90%;
  max-height: 100px;
  margin: 10px auto;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  overflow: hidden;
}



.main-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
}

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
}


.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


.tile img {
    width: 50px;
    height: 50px;
}

.footer {
    display: flex;
    justify-content: center;
    background-color: #003366;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    flex-wrap: wrap;
}


@media (max-width: 768px) {
  
.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


  .tile img {
    width: 60px;
    height: 60px;
  }

  
.main-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
}

}


  .tile img {
    width: 80px;
    height: 80px;
  }

  
.main-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
}


  
.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


  .tile img {
    width: 70px;
    height: 70px;
  }

  .footer {
    font-size: 14px;
    padding: 10px;
  }
}


.ad-banner img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}




  
.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


  .tile img {
    width: 80px;
    height: 80px;
  }
}



  
.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


  .tile img {
    width: 60px;
    height: 60px;
  }
}


@media (max-width: 480px) {
  
.main-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: 20px;
}


  
.tile {
  background-color: #e6f7ff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  width: 140px;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}


  .tile img {
    width: 60px;
    height: 60px;
  }

  .footer {
    font-size: 14px;
    padding: 10px;
  }
}
