/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[12].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[12].oneOf[13].use[5]!./src/components/pages/Services/EngineeringServices.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.engineering-services {
  font-family: "Inter", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #231F20;
  line-height: 1.6;
}
.engineering-services .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .engineering-services .container {
    padding: 0 15px;
  }
}
.engineering-services .rounded-image {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
}
.engineering-services .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #231F20;
}
@media (max-width: 768px) {
  .engineering-services .section-title {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  .engineering-services .section-title {
    font-size: 1.75rem;
  }
}
.engineering-services .section-subtitle {
  font-size: 1.125rem;
  color: #54584A;
  max-width: 600px;
  margin: 0 auto;
}
.engineering-services .section-header {
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .engineering-services .section-header {
    margin-bottom: 2rem;
  }
}
.engineering-services .light-golden {
  background-color: #faf8f3;
}

.hero-section {
  position: relative;
  min-height: 60vh;
  padding-top: 100px;
  background: linear-gradient(135deg, #B22234 0%, #3C3B6E 50%, #B22234 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  border-bottom: 3px solid #3C3B6E;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.3), inset 0 0 25px rgba(0, 0, 0, 0.2);
}
.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-title {
    font-size: 2rem;
  }
}
.hero-section .hero-tagline {
  font-size: 1.5rem;
  margin-bottom: 0;
  opacity: 0.95;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  font-weight: 400;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  .hero-section .hero-tagline {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .hero-section .hero-tagline {
    font-size: 1.1rem;
  }
}

.overview-section {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .overview-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .overview-section {
    padding: 40px 0;
  }
}
.overview-section .overview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .overview-section .overview-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.overview-section .overview-content .section-title {
  text-align: left;
  color: #5D4A3B;
  margin-bottom: 1.5rem;
}
.overview-section .overview-text {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: #54584A;
}
@media (max-width: 992px) {
  .overview-section .overview-image {
    order: -1;
  }
}

.services-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .services-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .services-section {
    padding: 40px 0;
  }
}
.services-section .service-categories {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.services-section .service-category {
  background: #ffffff;
  border-radius: 12px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .services-section .service-category {
    padding: 1.5rem;
  }
}
.services-section .category-header {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .services-section .category-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.services-section .category-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  font-size: 2rem;
}
@media (max-width: 576px) {
  .services-section .category-icon {
    margin-right: 0;
  }
}
.services-section .category-icon.blue {
  background: linear-gradient(135deg, #8B4513 0%, rgb(183.8670886076, 91.2721518987, 25.1329113924) 100%);
  color: #ffffff;
}
.services-section .category-icon.green {
  background: linear-gradient(135deg, #6B8E23 0%, rgb(137.8305084746, 182.9152542373, 45.0847457627) 100%);
  color: #ffffff;
}
.services-section .category-icon.orange {
  background: linear-gradient(135deg, #D2691E 0%, rgb(227.625, 131.8125, 63.375) 100%);
  color: #ffffff;
}
.services-section .category-icon.purple {
  background: linear-gradient(135deg, #CD7F32 0%, rgb(215, 152.6, 91) 100%);
  color: #ffffff;
}
.services-section .category-icon.red {
  background: linear-gradient(135deg, #DAA520 0%, rgb(228.248, 183.94, 72.752) 100%);
  color: #ffffff;
}
.services-section .category-title {
  font-size: 2rem;
  font-weight: 700;
  color: #231F20;
  margin: 0;
}
@media (max-width: 768px) {
  .services-section .category-title {
    font-size: 1.5rem;
  }
}
.services-section .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (max-width: 576px) {
  .services-section .services-grid {
    grid-template-columns: 1fr;
  }
}
.services-section .service-card {
  background: #faf8f3;
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  border-left: 4px solid #B8860B;
}
.services-section .service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.services-section .service-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #231F20;
  margin-bottom: 0.75rem;
}
.services-section .service-description {
  font-size: 0.9rem;
  color: #54584A;
  margin: 0;
}

.process-section {
  padding: 80px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .process-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .process-section {
    padding: 40px 0;
  }
}
.process-section .process-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .process-section .process-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.process-section .process-steps {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.process-section .process-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.process-section .step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #B8860B;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.process-section .step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #231F20;
  margin-bottom: 0.5rem;
}
.process-section .step-description {
  color: #54584A;
  margin: 0;
}

.benefits-section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .benefits-section {
    padding: 40px 0;
  }
}
.benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4rem;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .benefits-section .benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.benefits-section .benefits-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.benefits-section .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.benefits-section .benefit-icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #5D4A3B;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}
.benefits-section .benefit-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #231F20;
  margin-bottom: 0.5rem;
}
.benefits-section .benefit-description {
  color: #54584A;
  margin: 0;
}
@media (max-width: 992px) {
  .benefits-section .benefits-image {
    order: -1;
  }
}

.cta-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #B8860B 0%, #DAA520 50%, #F4D03F 100%);
  text-align: center;
}
@media (max-width: 768px) {
  .cta-section {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .cta-section {
    padding: 40px 0;
  }
}
.cta-section .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.cta-section .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #231F20;
}
@media (max-width: 768px) {
  .cta-section .cta-title {
    font-size: 2rem;
  }
}
.cta-section .cta-description {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  color: #231F20;
  line-height: 1.7;
  opacity: 0.9;
}
.cta-section .cta-button {
  background: #231F20;
  color: #ffffff;
  border: none;
  padding: 1.2rem 3rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(35, 31, 32, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cta-section .cta-button:hover {
  background: rgb(75.5681818182, 66.9318181818, 69.0909090909);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(35, 31, 32, 0.4);
}
.cta-section .cta-button:active {
  transform: translateY(-1px);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
