:root {
  --primary-color: #8B4513;
  --primary-light: #D2B48C;
  --primary-dark: #654321;
  --secondary-color: #CD853F;
  --secondary-light: #F5DEB3;
  --secondary-dark: #A0522D;
  --accent-color: #DEB887;
  --accent-light: #F5F5DC;
  --accent-dark: #BC9A6A;
  --neutral-color: #F4F1E8;
  --neutral-light: #FEFCF7;
  --neutral-dark: #E8E0D0;
  --text-color: #2F1B14;
  --text-light: #8B7355;
}

/* Global Styles */
body {
  font-family: 'Georgia', 'Times New Roman', serif;
  color: var(--text-color);
  line-height: 1.6;
  background-color: var(--neutral-light);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: var(--primary-dark);
}

.navbar-brand {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--primary-color);
}

/* Hero Section */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--neutral-light) 0%, var(--accent-light) 100%);
  display: flex;
  align-items: center;
}

.hero-content {
  padding: 2rem 0;
    padding-top: 275px;
}

.hero-image {
  text-align: center;
}

/* About Section */
#about {
  padding: 5rem 0;
  background-color: var(--neutral-color);
}

.feature-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  height: 100%;
  border-left: 4px solid var(--primary-color);
}

/* Services Section */
#services {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.service-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
  border-top: 5px solid var(--secondary-color);
}

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

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

/* Features Section */
#features {
  padding: 5rem 0;
  background-color: var(--accent-light);
}

.feature-item {
  text-align: center;
  padding: 2rem;
}

.feature-icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* Price Plan Section */
#priceplan {
  padding: 5rem 0;
  background-color: var(--neutral-color);
}

.price-card {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  height: 100%;
  position: relative;
  border: 2px solid var(--accent-color);
}

.price-card.featured {
  border-color: var(--primary-color);
  transform: scale(1.05);
}

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

/* Team Section */
#team {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.team-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  height: 100%;
}

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

/* Reviews Section */
#reviews {
  padding: 5rem 0;
  background-color: var(--accent-light);
}

.review-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 100%;
  border-left: 4px solid var(--secondary-color);
}

.review-author {
  font-weight: bold;
  color: var(--primary-color);
  margin-top: 1rem;
}

/* Case Study Section */
#casestudy {
  padding: 5rem 0;
  background-color: var(--neutral-color);
}

.case-card {
  background: white;
  border-radius: 15px;
  padding: 2.5rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  height: 100%;
  border-top: 5px solid var(--primary-color);
}

/* Process Section */
#process {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.process-step {
  text-align: center;
  padding: 2rem;
  position: relative;
}

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

/* Timeline Section */
#timeline {
  padding: 5rem 0;
  background-color: var(--accent-light);
}

.timeline-item {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-left: 5px solid var(--secondary-color);
}

/* Career Section */
#career {
  padding: 5rem 0;
  background-color: var(--neutral-color);
}

.career-card {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  height: 100%;
  border-top: 4px solid var(--accent-color);
}

/* Core Info Section */
#coreinfo {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.info-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  height: 100%;
  border-bottom: 4px solid var(--primary-color);
}

/* Contact Section */
#contact {
  padding: 5rem 0;
  background-color: var(--accent-light);
}

.contact-form {
  background: white;
  border-radius: 15px;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-info {
  background: var(--primary-color);
  color: white;
  border-radius: 15px;
  padding: 3rem;
}

/* Blog Section */
#blog {
  padding: 5rem 0;
  background-color: var(--neutral-color);
}

.blog-card {
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  height: 100%;
  transition: transform 0.3s ease;
}

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

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

.blog-content {
  padding: 2rem;
}

/* FAQ Section */
#faq {
  padding: 5rem 0;
  background-color: var(--neutral-light);
}

.faq-card {
  background: white;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border-left: 4px solid var(--accent-color);
}

.faq-question {
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

/* Gallery Section */
#gallery {
  padding: 5rem 0;
  background-color: var(--accent-light);
}

.gallery-image {
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

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

/* Footer */
#footer {
  background: var(--text-color);
  color: white;
  padding: 3rem 0 1rem;
}

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

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

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

/* Buttons */
.btn-primary {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 25px;
}

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

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
  padding: 0.75rem 2rem;
  font-weight: 600;
  border-radius: 25px;
}

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

/* Form Styling */
.form-control {
  border-radius: 10px;
  border: 2px solid var(--neutral-dark);
  padding: 0.75rem 1rem;
}

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

/* Decorative Elements */
.decorative-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
}

/* Utility Classes */
.text-vintage {
  color: var(--primary-color);
}

.bg-vintage {
  background-color: var(--accent-light);
}

.section-padding {
  padding: 5rem 0;
}

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


/* Team Social Links - Square Style */
.team-social-links {
    margin-top: 18px;
    padding: 12px 0;
}

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

.social-link {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.15);
    position: relative;
}

.social-link:hover {
    transform: translateY(-2px) rotate(5deg);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    color: white;
}

.facebook-link {
    background: #1877f2;
    border: 2px solid #1877f2;
}

.facebook-link:hover {
    background: #166fe5;
    border-color: #166fe5;
}

.linkedin-link {
    background: #0a66c2;
    border: 2px solid #0a66c2;
}

.linkedin-link:hover {
    background: #0959aa;
    border-color: #0959aa;
}

.instagram-link {
    background: #e4405f;
    border: 2px solid #e4405f;
}

.instagram-link:hover {
    background: #d62976;
    border-color: #d62976;
}

.x-link {
    background: #000000;
    border: 2px solid #000000;
    position: relative;
}

.x-link::after {
    content: '✕';
    font-weight: bold;
    font-size: 18px;
}

.x-link:hover {
    background: #333333;
    border-color: #333333;
}

.x-link i {
    display: none;
}

@media (max-width: 768px) {
    .social-icons-grid {
        gap: 8px;
    }
    
    .social-link {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}
