/* Page Content Styles */
.page-content {
  margin-top: 82px;
  padding-bottom: 4rem;
}

/* Page Hero */
.page-hero {
  text-align: center;
  padding: 4rem 2rem;
  background: var(--white);
}

.page-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: var(--primary-blue);
  line-height: 1.1;
}

/* Service Sections */
.service-section {
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
}

.section-title-blue {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-blue);
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.service-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-dark);
  text-align: center;
  margin: 2rem 0 1.5rem;
}

.service-image-large {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.service-image-large img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.service-gallery img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-gallery-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.service-gallery-4 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-gallery-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.service-gallery-2x2 img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.service-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.service-text p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.service-description {
  max-width: 600px;
  margin: 2rem auto;
  text-align: center;
}

.service-description p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.7;
  margin-bottom: 1rem;
}

/* Mission Vision Section */
.mission-vision-section {
  padding: 4rem 2rem;
  margin-top: 82px;
}

.mv-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: start;
}

.mv-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.mv-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-blue);
  line-height: 1.1;
  margin-bottom: 2rem;
}

.mv-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.mv-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.mv-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.mv-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mv-text h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.mv-text p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.7;
}

/* Values Section */
.values-section {
  background: #f97e0a;
  padding: 4rem 2rem;
}

.values-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.values-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 1rem;
}

.values-subtitle {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.value-item {
  text-align: center;
}

.value-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 0.75rem;
}

.value-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.value-item h4 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.value-item p {
  font-size: 0.8rem;
  color: var(--white);
  opacity: 0.9;
}

.values-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Strengths Section */
.strengths-section {
  padding: 4rem 2rem;
}

.strengths-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: center;
}

.strengths-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.strengths-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-blue);
  margin-bottom: 2rem;
}

.strength-item {
  margin-bottom: 1.5rem;
}

.strength-item h4 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 0.5rem;
}

.strength-item p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.7;
}

/* Contact Section */
.contact-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 82px;
}

.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(26, 34, 83, 0.7);
}

.contact-content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 2rem;
  width: 100%;
  max-width: 550px;
}

.contact-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.contact-subtitle {
  color: var(--white);
  opacity: 0.9;
  margin-bottom: 2rem;
}

.contact-form {
  background: var(--white);
  padding: 2rem;
  border-radius: 8px;
  text-align: left;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-group label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.9rem 1rem;
  font-size: 0.95rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary-orange);
}

.form-group textarea {
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  padding: 1rem;
}

.contact-form .btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.form-message {
  display: none;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-message.success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-message svg {
  flex-shrink: 0;
}

/* Responsive Design for Pages */
@media (max-width: 1024px) {
  .service-gallery,
  .service-gallery-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-hero h1 {
    font-size: 2rem;
  }

  .mv-container {
    grid-template-columns: 1fr;
  }

  .mv-image {
    order: -1;
  }

  .mv-title {
    font-size: 2rem;
  }

  .values-container {
    grid-template-columns: 1fr;
  }

  .values-image {
    order: -1;
  }

  .strengths-container {
    grid-template-columns: 1fr;
  }

  .strengths-image {
    order: -1;
  }

  .service-content-grid {
    grid-template-columns: 1fr;
  }

  .service-gallery,
  .service-gallery-4 {
    grid-template-columns: 1fr 1fr;
  }

  .service-gallery img,
  .service-gallery-4 img {
    height: 200px;
  }

  .service-gallery-2x2 img {
    height: 180px;
  }

  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title-blue {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .service-gallery,
  .service-gallery-4,
  .service-gallery-2x2 {
    grid-template-columns: 1fr;
  }

  .values-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding: 1.5rem;
  }
}
