/* ===== BODY STYLES FOR NAVBAR ===== */
body {
  padding-top: 85px; /* Space for fixed navbar */
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* ===== ABOUT PAGE STYLES ===== */

/* Navbar Override for About Page */
.navbar .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.navbar .navbar-brand {
  order: 2 !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.navbar .navbar-brand img {
  height: 50px !important;
  width: auto !important;
  transition: all 0.3s ease !important;
}

.navbar .navbar-nav {
  order: 1 !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

.navbar .navbar-toggler {
  order: 3 !important;
  margin-right: auto !important;
}

/* About Hero Section */
.about-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 120px 0 80px;
  position: relative;
  overflow: hidden;
}

.about-hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><polygon fill="%23a94d4d08" points="0,0 1000,300 1000,1000 0,700"/></svg>');
  pointer-events: none;
}

/* About Image Container */
.about-image-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(169, 77, 77, 0.15);
  transition: all 0.6s ease;
}

.about-image-container:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 80px rgba(169, 77, 77, 0.25);
}

.about-main-image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: all 0.6s ease;
}

.about-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(169, 77, 77, 0.1) 0%,
    rgba(0, 0, 0, 0.05) 50%,
    rgba(169, 77, 77, 0.1) 100%
  );
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
}

.about-image-badge {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 15px 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #a94d4d;
  animation: float 3s ease-in-out infinite;
}

.about-image-badge i {
  color: #d4a574;
  font-size: 1.1rem;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

/* About Content */
.about-content {
  padding: 40px 0;
  max-width: 600px;
}

.about-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #a94d4d;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.about-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #2c1810;
  margin-bottom: 10px;
  line-height: 1.1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.about-position {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #6c757d;
  margin-bottom: 25px;
  font-style: italic;
}

.about-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #a94d4d, #d4a574);
  margin-bottom: 30px;
  border-radius: 2px;
}

.about-description {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  color: #5c2516;
  margin-bottom: 40px;
}

.about-description p {
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: justify;
}

/* About Highlights */
.about-highlights {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.about-highlight-item {
  text-align: center;
  flex: 1;
  min-width: 120px;
}

.highlight-number {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #a94d4d;
  line-height: 1;
  margin-bottom: 8px;
}

.highlight-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* About Signature */
.about-signature {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: rgba(169, 77, 77, 0.05);
  border-radius: 15px;
  border-left: 4px solid #a94d4d;
  margin-top: 40px;
}

.signature-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  padding: 10px;
  box-shadow: 0 4px 15px rgba(169, 77, 77, 0.2);
}

.signature-text {
  flex-grow: 1;
}

.signature-name {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c1810;
  margin-bottom: 5px;
}

.signature-tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  color: #6c757d;
  font-style: italic;
}

/* Our Story Section */
.our-story-section {
  background: linear-gradient(135deg, #2c1810 0%, #3d2317 100%);
  padding: 80px 0;
  color: #ffffff;
}

.story-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #f0c0c0;
  margin-bottom: 15px;
}

.story-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #d4b5a7;
  font-style: italic;
  margin-bottom: 50px;
}

.story-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(169, 77, 77, 0.1);
  height: 100%;
}

.story-card:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(169, 77, 77, 0.2);
}

.story-year {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #d4a574;
  margin-bottom: 20px;
  position: relative;
}

.story-year::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #d4a574;
  border-radius: 1px;
}

.story-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #f0c0c0;
  margin-bottom: 15px;
}

.story-card-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #d4b5a7;
}

/* Values Section */
.values-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 0;
}

.values-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c1810;
  margin-bottom: 15px;
}

.values-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 50px;
}

.value-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #a94d4d, #d4a574);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.value-card:hover::before {
  transform: scaleX(1);
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(169, 77, 77, 0.15);
  border-color: #d4a574;
}

.value-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #a94d4d, #d4a574);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: #ffffff;
  font-size: 2rem;
  transition: all 0.4s ease;
}

.value-card:hover .value-icon {
  transform: scale(1.1) rotate(5deg);
}

.value-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c1810;
  margin-bottom: 15px;
}

.value-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #6c757d;
}

/* Responsive Design */
@media (max-width: 992px) {
  .about-hero-section {
    padding: 100px 0 60px;
  }
  
  .about-title {
    font-size: 2.8rem;
    text-align: center;
  }
  
  .about-content {
    text-align: center;
    padding: 30px 0;
  }
  
  .about-highlights {
    justify-content: center;
  }
  
  .about-signature {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .about-hero-section {
    padding: 80px 0 50px;
  }
  
  .about-main-image {
    height: 400px;
  }
  
  .about-title {
    font-size: 2.2rem;
  }
  
  .about-highlights {
    gap: 20px;
  }
  
  .highlight-number {
    font-size: 2rem;
  }
  
  .story-title,
  .values-title {
    font-size: 2rem;
  }
  
  .story-card,
  .value-card {
    margin-bottom: 30px;
  }
  
  .our-story-section,
  .values-section {
    padding: 60px 0;
  }
}

@media (max-width: 576px) {
  .about-title {
    font-size: 1.8rem;
  }
  
  .about-description p {
    font-size: 0.95rem;
  }
  
  .about-highlights {
    flex-direction: column;
    gap: 15px;
  }
  
  .story-year {
    font-size: 1.5rem;
  }
  
  .story-card-title,
  .value-title {
    font-size: 1.1rem;
  }
  
  .value-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .about-image-badge {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

/* Responsive navbar for About */
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    order: 2 !important;
  }
  
  .navbar .navbar-toggler {
    order: 3 !important;
    margin-right: auto !important;
  }
  
  .navbar .navbar-collapse {
    order: 4 !important;
    width: 100% !important;
    margin-top: 15px !important;
  }
  
  .navbar .navbar-nav {
    margin-right: 0 !important;
    width: 100% !important;
    text-align: center !important;
  }
}

@media (max-width: 768px) {
  .navbar .navbar-brand img {
    height: 40px !important;
  }
  
  .navbar {
    padding: 10px 0 !important;
  }
} 