* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.img-fallback {
  background: #e2e8f0;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  min-height: 220px;
  border-radius: 8px;
  font-size: 0.95rem;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2rem;
  background: transparent;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.4s ease;
}

header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 0.7rem 2rem;
  box-shadow: 0 4px 25px rgba(0,0,0,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

header .logo {
  display: flex;
  align-items: center;
  height: auto;
  max-height: 90px;
  padding: 0.25rem 0;
  transition: all 0.4s ease;
}

header.scrolled .logo {
  max-height: 70px;
}

header .logo img {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 220px;
  object-fit: contain;
  display: block;
  transition: all 0.4s ease;
}

header.scrolled .logo img {
  max-height: 70px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

header.scrolled nav a {
  color: #333;
  text-shadow: none;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f39c12;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #f39c12;
}

header.scrolled nav a:hover {
  color: #f39c12;
}

nav a:hover::after {
  width: 100%;
}

.cta-btn {
  background: #f39c12;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
  text-shadow: none;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(243, 156, 18, 0);
  }
}

.cta-btn:hover {
  background: #d6890f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
  animation: none;
}

.admin-link {
  display: none !important;
}

header.scrolled {
  padding: 0.6rem 2rem;
  box-shadow: 0 6px 30px rgba(0,0,0,0.12);
}

header .logo {
  display: flex;
  align-items: center;
  height: auto;
  max-height: 90px;
  padding: 0.25rem 0;
  transition: all 0.3s ease;
}

header.scrolled .logo {
  max-height: 70px;
}

header .logo img {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 220px;
  object-fit: contain;
  display: block;
  transition: all 0.3s ease;
}

header.scrolled .logo img {
  max-height: 70px;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f39c12;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #f39c12;
}

nav a:hover::after {
  width: 100%;
}

.cta-btn {
  background: #f39c12;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: bold;
  display: inline-block;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.4);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(243, 156, 18, 0);
  }
}

.cta-btn:hover {
  background: #d6890f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(243, 156, 18, 0.3);
  animation: none;
}

header .logo {
  display: flex;
  align-items: center;
  height: auto;
  max-height: 90px;
  padding: 0.25rem 0;
}

header .logo img {
  height: auto;
  width: auto;
  max-height: 90px;
  max-width: 220px;
  object-fit: contain;
  display: block;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

header.scrolled {
  padding: 0.6rem 2rem;
  box-shadow: 0 6px 30px rgba(0,0,0,0.12);
}

header.scrolled .logo {
  max-height: 70px;
}

header.scrolled .logo img {
  max-height: 70px;
}

nav a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #f39c12;
  transition: width 0.3s ease;
}

nav a:hover {
  color: #f39c12;
}

nav a:hover::after {
  width: 100%;
}

.admin-link {
  color: #dc2626 !important;
  font-weight: 600 !important;
}

.admin-link::after {
  display: none !important;
}

.cta-btn {
  background: #f39c12;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 1200px;
  overflow: hidden;
}

.hero-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.45);
}

.hero-overlay {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 900px;
  padding: 2rem;
}

.hero-overlay h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.hero-overlay p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
  text-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

.hero-btn {
  display: inline-block;
  background: #f39c12;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s;
}

.hero-btn:hover {
  background: #d6890f;
}

.faq {
  padding: 4rem 2rem;
  background: #fff;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  background: none;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  color: #f39c12;
  transition: transform 0.3s;
}

.faq-question.active::after {
  content: '−';
}

.faq-question.active {
  color: #f39c12;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq-answer p {
  padding-bottom: 1.5rem;
  color: #444;
  line-height: 1.7;
}

.page-hero {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://images.unsplash.com/photo-1581578731548-c64695cc6952?w=1600&h=600&fit=crop') center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 6rem 2rem;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero-content h2 {
  font-size: 1.25rem;
  font-weight: 400;
}

.hero-btn {
  display: inline-block;
  margin-top: 1.5rem;
  background: #f39c12;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0.5rem auto 2rem;
  color: #666;
}

.services {
  padding: 4rem 2rem;
  text-align: center;
  background: #fff;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  text-align: left;
  border-left: 4px solid #f39c12;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.service-card p {
  color: #444;
  font-size: 0.95rem;
}

.service-card .more-link {
  display: inline-block;
  margin-top: 1rem;
  color: #f39c12;
  font-weight: bold;
}

.service-card .more-link:hover {
  color: #d6890f;
}

.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.service-detail {
  text-align: left;
  background: #f8f9fa;
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid #f39c12;
  display: flex;
  flex-direction: column;
}

.service-detail h3 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.service-detail p {
  color: #444;
}

.service-detail .more-link {
  display: inline-block;
  margin-top: 1rem;
  color: #f39c12;
  font-weight: bold;
}

.service-detail .more-link:hover {
  color: #d6890f;
}

.portfolio {
  padding: 4rem 2rem;
  background: #f4f4f4;
  text-align: center;
}

.portfolio-content {
  padding: 4rem 2rem;
  background: #fff;
  text-align: center;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.portfolio-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  cursor: pointer;
}

.portfolio-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

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

.portfolio-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.75));
  color: #fff;
  padding: 1.5rem;
  text-align: left;
}

.portfolio-overlay h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.portfolio-overlay p {
  font-size: 0.95rem;
  opacity: 0.95;
}

.slider {
  position: relative;
  max-width: 1200px;
  margin: 2rem auto 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
  padding: 2rem;
  text-align: left;
}

.slide-content h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.slide-content p {
  font-size: 1rem;
  opacity: 0.95;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.2rem;
  border-radius: 4px;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: rgba(0,0,0,0.8);
}

.slider-btn.prev {
  left: 1rem;
}

.slider-btn.next {
  right: 1rem;
}

.slider-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  border: none;
}

.slider-dots .dot.active {
  background: #f39c12;
}

.projects {
  padding: 3rem 2rem;
  background: #fff;
}

.masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  max-width: 1200px;
  margin: 2rem auto 0;
}

.project-item {
  background: #ddd;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why {
  padding: 4rem 2rem;
  background: #f8f9fa;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}

.why-grid > div {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}

.why-grid h3 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.why-grid p {
  color: #555;
  font-size: 0.95rem;
}

.process {
  padding: 4rem 2rem;
  background: #fff;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 2rem auto 0;
}

.process-step {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  position: relative;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f39c12;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.process-step h4 {
  margin-bottom: 0.5rem;
  color: #1a1a1a;
}

.process-step p {
  color: #555;
  font-size: 0.95rem;
}

.testimonials {
  padding: 4rem 2rem;
  background: #f4f4f4;
  text-align: center;
}

.carousel {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  width: 320px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  text-align: left;
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 0.75rem;
  color: #333;
}

.client {
  font-weight: bold;
  color: #1a1a1a;
  font-style: normal;
}

.stars {
  color: #f39c12;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.cta-section {
  padding: 4rem 2rem;
  text-align: center;
  background: #1a1a1a;
  color: #fff;
}

.cta-section h2 {
  margin-bottom: 1rem;
}

.cta-section p {
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.service-cta {
  padding: 4rem 2rem;
  text-align: center;
  background: #f39c12;
  color: #fff;
}

.service-cta h2 {
  margin-bottom: 1rem;
  color: #1a1a1a;
}

.service-cta p {
  margin-bottom: 1.5rem;
  color: #333;
}

.service-cta .cta-btn {
  background: #1a1a1a;
  color: #fff;
}

.service-detail-page {
  padding: 4rem 2rem;
  background: #fff;
}

.service-detail-page .container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.service-overview h3 {
  margin: 1.5rem 0 1rem;
  color: #1a1a1a;
}

.feature-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.feature-list li {
  margin: 0.5rem 0;
  color: #444;
}

.service-gallery h3 {
  margin-bottom: 1rem;
  color: #1a1a1a;
}

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

.gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

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

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

@media (max-width: 768px) {
  .service-detail-page .container {
    grid-template-columns: 1fr;
  }

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

.contact {
  padding: 4rem 2rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
}

.contact-form h2,
.quote-section h2 {
  margin-bottom: 1rem;
}

.contact-form form,
.quote-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-form input,
.contact-form textarea,
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.contact-form button,
.quote-form button {
  align-self: flex-start;
}

.contact-info h3 {
  margin-bottom: 1rem;
}

.contact-info p {
  margin: 0.5rem 0;
}

.map {
  margin-top: 1rem;
  height: 250px;
  background: #ddd;
  border-radius: 6px;
}

.quote-section {
  padding: 4rem 2rem;
  text-align: center;
  background: #f8f9fa;
}

.quote-form {
  max-width: 700px;
  margin: 2rem auto 0;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

footer {
  background: #1a1a1a;
  color: #ccc;
  padding: 3rem 2rem 1rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem;
}

.footer-col h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin: 0.5rem 0;
}

.footer-col a {
  color: #ccc;
  text-decoration: none;
}

.footer-col a:hover {
  color: #f39c12;
}

.copyright {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #333;
  margin-top: 2rem;
  font-size: 0.9rem;
}
