* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  background: #fafafa;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c2c2c;
  overflow-x: hidden;
  position: relative;
}

/* Subtle pattern */
.bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image:
    radial-gradient(circle at 25% 25%, #e8e8e8 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, #e8e8e8 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 0;
}

.container {
  text-align: center;
  z-index: 1;
  padding: 60px 40px;
  max-width: 1000px;
  width: 100%;
}

/* Logo Section */
.logo-section {
  margin-bottom: 50px;
  animation: fadeIn 0.8s ease-out;
}

.logo-container {
  display: inline-flex;
  align-items: center;
  gap: 25px;
  padding: 20px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-icon img{
    max-width: 100px;
    height: auto;
}
.logo-cross {
  font-size: 28px;
  color: white;
}

.company-name {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-transform: uppercase;
}

.company-name span {
  color: #df0a22;
  font-weight: 800;
}

.tagline {
  font-size: 0.8rem;
  color: #666;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: lowercase;
  margin-top: 6px;
}

/* Main Content */
.main-content {
  margin: 40px 0;
  animation: fadeIn 0.8s ease-out 0.15s both;
}

.coming-soon {
  font-size: 1rem;
  font-weight: 600;
  color: #df0a22;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
  padding: 14px 32px;
  background: white;
  border: 2px solid #df0a22;
  display: inline-block;
  border-radius: 4px;
}

.subtitle {
  font-size: 1.2rem;
  color: #555;
  font-weight: 400;
  letter-spacing: 1px;
}

/* Services Grid */
.services-section {
  margin: 50px 0;
  animation: fadeIn 0.8s ease-out 0.3s both;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 35px 0;
}

.service-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 35px 20px;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #df0a22;
  box-shadow: 0 8px 30px rgba(139, 21, 56, 0.08);
  transform: translateY(-4px);
}

.service-icon {
  font-size: 1.6rem;
  color: #df0a22;
  margin-bottom: 18px;
}

.service-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2c2c2c;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.service-desc {
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Delivery Message */
.delivery-message {
  background: white;
  border-left: 4px solid #df0a22;
  padding: 20px 30px;
  margin: 30px auto;
  max-width: 450px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.delivery-message i {
  font-size: 1.3rem;
  color: #df0a22;
}

.delivery-message span {
  font-size: 0.9rem;
  color: #444;
  font-weight: 500;
  letter-spacing: 1px;
}

/* Contact Section */
.contact-section {
  margin: 40px 0;
  animation: fadeIn 0.8s ease-out 0.45s both;
}

.contact-card {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 22px 45px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #2c2c2c;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.contact-card:hover {
  border-color: #df0a22;
  box-shadow: 0 8px 30px rgba(139, 21, 56, 0.1);
}

.contact-icon-main {
  width: 48px;
  height: 48px;
  background: #df0a22;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: white;
}

.contact-info {
  text-align: left;
}

.contact-label {
  font-size: 0.7rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 4px;
}

.contact-value {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 1px;
}

/* Social Media */
.social-section {
  margin-top: 45px;
  animation: fadeIn 0.8s ease-out 0.6s both;
}

.social-title {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.social-link {
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #666;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-link:hover {
  background: #df0a22;
  border-color: #df0a22;
  color: white;
  transform: translateY(-3px);
}

/* Footer */
.footer {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid #e0e0e0;
  animation: fadeIn 0.8s ease-out 0.75s both;
}

.footer-text {
  color: #888;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #666;
  font-size: 0.8rem;
  margin-top: 8px;
  letter-spacing: 1px;
}

.location i {
  color: #df0a22;
}

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

/* Responsive */
@media (max-width: 768px) {
  .container {
    padding: 40px 20px;
  }

  .logo-container {
    flex-direction: column;
    padding: 25px 35px;
  }

  .company-name {
    font-size: 1.5rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .contact-value {
    font-size: 1.1rem;
  }

  .coming-soon {
    font-size: 0.85rem;
    letter-spacing: 3px;
    padding: 12px 24px;
  }
}

@media (max-width: 480px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact-card {
    flex-direction: column;
    text-align: center;
    padding: 20px 35px;
  }

  .contact-info {
    text-align: center;
  }

  .delivery-message {
    flex-direction: column;
    text-align: center;
    border-left: none;
    border-top: 4px solid #df0a22;
    border-radius: 8px;
  }
}
