.key-footer-wrapper {
  width: 100%;
  background: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 30px;
}

.key-footer-top {
  border-bottom: 1px solid #373737;
  padding-bottom: 50px;
}

.key-section-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
  color: #373737;
}

.key-section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, #866c37, #e5aa1f);
}

.key-left-section .key-tagline {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #373737;
  letter-spacing: 1px;
}

.key-social-icons {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.key-social-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: linear-gradient(90deg, #866c37, #e5aa1f);
  color: #ffffff;
}
.key-social-icon a{
	 color: #ffffff;
}
.key-social-icon:hover {
  transform: translateY(-4px);
  background: linear-gradient(90deg, #866c37, #e5aa1f);
}

.key-menu-list {
  list-style: none;
  padding-left: 0;
}

.key-menu-item {
  margin-bottom: 14px;
}

.key-menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease;
  color: #373737;
  letter-spacing: 1px;
}

.key-menu-link:hover {
  opacity: 1;
  padding-left: 8px;
  text-decoration:none;
}

.key-menu-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
  color: #dda521;
}

.key-menu-link:hover i {
  transform: translateX(4px);
}

.key-right-section .key-contact-info {
  background: transparent;
  padding: 0;
}

.key-info-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
  background: rgba(99, 102, 241, 0.1);
}

.key-info-row:hover {
  transform: translateX(5px);
  background: rgba(99, 102, 241, 0.15);
}

.key-info-icon {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgb(81 81 81 / 20%), rgb(113 113 113 / 20%));
  color: #dda521;
}

.key-info-content {
  flex: 1;
}

.key-info-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  color: #373737;
}

.key-info-value {
  font-size: 15px;
  font-weight: 500;
  color: #373737;
  letter-spacing: 1px;
}

.key-footer-bottom {
	padding-top: 20px;
}

.key-copyright {
  font-size: 15px;
  color: #373737;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.key-logo-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.key-company-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.key-logo-image {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.key-logo-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: linear-gradient(135deg, #6366f1, #a855f7);
  color: #ffffff;
}

.key-partner-logos {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.key-partner-logo {
  padding: 10px 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.key-partner-image {
  height: 15px;
  width: auto;
  object-fit: contain;
}

.key-partner-logo:hover {
  transform: scale(1.05);
}

.key-amazon-logo {border: 1px solid #373737;}

.key-flipkart-logo {border: 1px solid #373737;}

.key-myntra-logo {border: 1px solid #373737;}

@media (max-width: 1024px) {
  .key-footer-top {
    grid-template-columns: 1fr 1fr;
    padding: 50px 50px 35px;
    gap: 35px;
  }
  
  .key-right-section {
    grid-column: span 2;
  }
  
  .key-footer-bottom {
    padding: 20px 50px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .key-footer-top {
    grid-template-columns: 1fr;
    padding: 40px 30px 30px;
    gap: 35px;
  }
  
  .key-right-section {
    grid-column: span 1;
  }
  
  .key-footer-bottom {
    grid-template-columns: 1fr;
    padding: 25px 30px;
    text-align: center;
    gap: 20px;
  }
  
  .key-partner-logos {
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .key-social-icons {
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  
  .key-section-title::after {
    left: 0;
  }
}

@media (max-width: 480px) {
  .key-footer-top {
    padding: 0;
  }
  
  .key-footer-bottom {
    padding: 20px;
  }
  
  .key-partner-logos {
    gap: 10px;
  }
  
  .key-partner-logo {
    padding: 8px 12px;
    font-size: 11px;
  }
  
  .key-info-row {
    padding: 12px 10px;
  }
}
