/* Logo Text Styling */
.logo-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  color: #212529;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
  display: inline-block;
  line-height: 1.2;
}

.navbar .logo-text {
  color: #212529;
  font-size: 1rem;
}

footer .logo-text {
  color: #fff;
  font-size: 1rem;
}

/* Logo Wrapper - Branded Design */
.logo-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.logo-badge {
  background-color: #4232c2;
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 1px;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(66, 50, 194, 0.2);
}

.logo-badge-light {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

/* Remove social icons and unnecessary elements */
.footer-icons {
  display: none;
}

/* Service Detail Cards Enhancement */
.card {
  transition: all 0.3s ease;
  border-radius: 10px;
}

.card:hover {
  box-shadow: 0 8px 20px rgba(98, 102, 234, 0.15) !important;
  transform: translateY(-5px);
}

.card .card-title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.card .card-text {
  font-size: 0.95rem;
  line-height: 1.6;
}

.card ul li {
  font-size: 0.9rem;
}

.card ul li i {
  margin-right: 0.5rem;
  color: #4232c2;
}

/* Section Alternating Background */
section.bg-light {
  background-color: #f6f9fe !important;
}

/* Enhanced Typography for Service Sections */
section h2 {
  font-weight: 600;
  color: #212529;
  margin-bottom: 0.5rem;
}

section .text-muted {
  color: #6c757d !important;
  font-size: 1rem;
}

/* Service Card List Items */
.list-unstyled li {
  font-size: 0.95rem;
  color: #212529;
}

/* Button Hover Effects */
.btn:hover {
  transform: translateY(-2px);
}

/* Banner Content Spacing */
.banner-content {
  padding-top: 60px !important;
}

/* Service Work Cards - Square Aspect Ratio */
.service-work.card {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.service-work .card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-work-vertical {
  height: 100%;
}

/* Service Grid Spacing */
.projects .project {
  margin-bottom: 30px;
}

/* Service Header Styling */
.service-header-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.service-icon {
  font-size: 3.5rem;
  color: #4232c2;
  margin-bottom: 15px;
  display: block;
}

.service-heading {
  color: #212529;
  font-weight: 600;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.service-footer {
  max-width: 720px;
  line-height: 1.8;
  font-size: 1rem;
}
