:root {
  /* Custom-printed fabric theme colors */
  --primary-fabric: #8B7FC7;
  --secondary-textile: #A8E6CF;
  --accent-thread: #FFD3A5;
  --neutral-linen: #F5F5F5;
  --dark-cotton: #2D3748;
  
  /* Light shades */
  --primary-light: #B5A9E0;
  --secondary-light: #C8F2E1;
  --accent-light: #FFE4C4;
  --neutral-light: #FAFAFA;
  --dark-light: #4A5568;
  
  /* Dark shades */
  --primary-dark: #6B5B95;
  --secondary-dark: #7FB069;
  --accent-dark: #FFC18A;
  --neutral-dark: #E2E8F0;
  --dark-darker: #1A202C;
}

/* Global styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: var(--dark-cotton);
  background-color: var(--neutral-linen);
    overflow-x: hidden;
}

/* Header styles */
.navbar-brand {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary-fabric);
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: var(--dark-cotton);
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-fabric);
}

/* Hero section */
.hero-section {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--primary-light) 0%, var(--secondary-light) 100%);
  display: flex;
  align-items: center;
}

.hero-section h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
    padding-top: 125px;
}

.hero-section .lead {
  font-size: 1.1rem;
  color: var(--dark-light);
  margin-bottom: 2rem;
}

/* Decorative shapes */
.decorative-shape {
  position: absolute;
  background: var(--accent-thread);
  border-radius: 50%;
  opacity: 0.7;
  z-index: -1;
}

.decorative-shape-1 {
  width: 150px;
  height: 150px;
  top: 10%;
  right: 10%;
}

.decorative-shape-2 {
  width: 100px;
  height: 100px;
  bottom: 20%;
  left: 5%;
  background: var(--secondary-textile);
}

/* Section styling */
.section-padding {
  padding: 4rem 0;
}

.section-title {
  font-size: 2rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.1rem;
  color: var(--dark-light);
  margin-bottom: 0.5rem;
}

.section-description {
  color: var(--dark-light);
  margin-bottom: 3rem;
}

/* Service cards */
.service-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid var(--neutral-dark);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(139, 127, 199, 0.15);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.service-card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
}

.service-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-fabric);
  margin-top: 1rem;
}

/* Feature cards */
.feature-card {
  text-align: center;
  padding: 2rem 1rem;
}

.feature-card i {
  font-size: 3rem;
  color: var(--primary-fabric);
  margin-bottom: 1.5rem;
}

.feature-card h5 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
}

/* Price plan cards */
.price-card {
  background: white;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  text-align: center;
  height: 100%;
  border: 2px solid var(--neutral-dark);
  transition: border-color 0.3s ease;
}

.price-card:hover {
  border-color: var(--primary-fabric);
}

.price-card.featured {
  border-color: var(--primary-fabric);
  background: var(--primary-light);
}

.price-amount {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-fabric);
  margin: 1rem 0;
}

.price-features {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.price-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--neutral-dark);
}

/* Team cards */
.team-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-photo {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  border: 4px solid var(--primary-light);
}

/* Review cards */
.review-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  height: 100%;
  border-left: 4px solid var(--secondary-textile);
}

.review-text {
  font-style: italic;
  margin-bottom: 1.5rem;
  color: var(--dark-light);
}

.review-author {
  font-weight: 600;
  color: var(--dark-cotton);
}

/* FAQ cards */
.faq-card {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  border-left: 4px solid var(--accent-thread);
}

.faq-question {
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 0.5rem;
}

.faq-answer {
  color: var(--dark-light);
  margin: 0;
}

/* Gallery styles */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4/3;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

/* Contact form */
.contact-form {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  border-color: var(--primary-fabric);
  box-shadow: 0 0 0 0.2rem rgba(139, 127, 199, 0.25);
}

.btn-primary {
  background-color: var(--primary-fabric);
  border-color: var(--primary-fabric);
  padding: 0.75rem 2rem;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

/* Footer */
.footer {
  background-color: var(--dark-cotton);
  color: var(--neutral-light);
  padding: 3rem 0 2rem;
}

.footer h5 {
  color: var(--primary-light);
  margin-bottom: 1rem;
}

.footer a {
  color: var(--neutral-light);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--primary-light);
}

.footer-bottom {
  border-top: 1px solid var(--dark-light);
  padding-top: 2rem;
  margin-top: 2rem;
  text-align: center;
}

/* Process/Timeline styles */
.process-step {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
}

.process-number {
  width: 60px;
  height: 60px;
  background: var(--primary-fabric);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

/* Case study cards */
.case-study-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
}

.case-study-card:hover {
  transform: translateY(-5px);
}

.case-study-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.case-study-content {
  padding: 2rem;
}

/* Breadcrumb styles */
.breadcrumb-nav {
  background: var(--neutral-light);
  padding: 1rem 0;
}

.breadcrumb-nav img {
  height: 24px;
  width: auto;
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Blog styles */
.blog-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-content {
  padding: 2rem;
}

.blog-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
}

.blog-excerpt {
  color: var(--dark-light);
  margin-bottom: 1.5rem;
}

.blog-link {
  color: var(--primary-fabric);
  text-decoration: none;
  font-weight: 500;
}

.blog-link:hover {
  color: var(--primary-dark);
}

/* Career section */
.career-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  border: 1px solid var(--neutral-dark);
  height: 100%;
}

.career-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 0.5rem;
}

.career-role {
  color: var(--primary-fabric);
  font-weight: 500;
  margin-bottom: 1rem;
}

/* Core info section */
.core-info-card {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  height: 100%;
  border: 1px solid var(--neutral-dark);
}

.core-info-icon {
  font-size: 2.5rem;
  color: var(--secondary-textile);
  margin-bottom: 1.5rem;
}

.core-info-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark-cotton);
  margin-bottom: 1rem;
}

/* Space page */
#space {
  min-height: 80vh;
  background: var(--neutral-light);
  border-radius: 12px;
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed var(--neutral-dark);
} 


/* Team Social Links - Colorful Style */
.team-social-links {
    margin-top: 22px;
    padding: 16px 0;
}

.social-icons-grid {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
}

.social-link {
    display: inline-flex;
    width: 48px;
    height: 48px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}

.social-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.social-link:hover::before {
    width: 100px;
    height: 100px;
}

.social-link:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    color: white;
}

.facebook-link {
    background: linear-gradient(45deg, #1877f2, #42a5f5, #64b5f6);
}

.linkedin-link {
    background: linear-gradient(45deg, #0a66c2, #2196f3, #42a5f5);
}

.instagram-link {
    background: linear-gradient(45deg, #e4405f, #f77737, #fcaf45, #ffdc80);
}

.x-link {
    background: linear-gradient(45deg, #000000, #424242, #666666);
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: 900;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 10px;
    }
    
    .social-link {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
}
