/*--------------------------------------------------------------
# Consulting Page Styles
--------------------------------------------------------------*/

/* Hero Section */
#consulting-hero {
  width: 100%;
  min-height: 80vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  padding: 120px 0 60px 0;
  position: relative;
  overflow: hidden;
}

#consulting-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 50%, rgba(255, 196, 81, 0.1) 0%, transparent 50%);
  pointer-events: none;
}

#consulting-hero h1 {
  margin: 0 0 20px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#consulting-hero h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

#consulting-hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  color: #151515;
  background: #ffc451;
  text-decoration: none;
  margin-right: 15px;
}

#consulting-hero .btn-get-started:hover {
  background: #ffd584;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 196, 81, 0.3);
}

#consulting-hero .btn-watch-video {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  color: #fff;
  border: 2px solid #ffc451;
  text-decoration: none;
}

#consulting-hero .btn-watch-video:hover {
  background: rgba(255, 196, 81, 0.1);
  transform: translateY(-3px);
}

#consulting-hero .btn-watch-video i {
  margin-right: 8px;
  font-size: 20px;
}

/* Why Choose Us Section */
.why-us {
  padding: 80px 0;
}

.why-box {
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.why-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255, 196, 81, 0.2);
}

.why-box .icon {
  margin-bottom: 20px;
}

.why-box .icon i {
  font-size: 48px;
  color: #ffc451;
  transition: 0.3s;
}

.why-box:hover .icon i {
  color: #151515;
  transform: scale(1.1);
}

.why-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #151515;
}

.why-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Services Section */
.services {
  padding: 80px 0;
}

.service-box {
  background: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.service-box:hover {
  border-color: #ffc451;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-box .icon {
  margin-bottom: 20px;
}

.service-box .icon i {
  font-size: 54px;
  color: #ffc451;
  transition: 0.3s;
}

.service-box:hover .icon i {
  transform: scale(1.1) rotate(5deg);
}

.service-box h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #151515;
}

.service-box p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-features li {
  padding: 8px 0;
  font-size: 14px;
  color: #444;
  display: flex;
  align-items: center;
}

.service-features li i {
  color: #ffc451;
  margin-right: 10px;
  font-size: 18px;
}

/* Process Section */
.process {
  padding: 80px 0;
}

.process-step {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease;
  height: 100%;
  margin-bottom: 30px;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 196, 81, 0.2);
}

.step-number {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #ffc451 0%, #ffb420 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #151515;
  transition: 0.3s;
}

.process-step:hover .step-number {
  transform: scale(1.1) rotate(360deg);
}

.process-step h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #151515;
}

.process-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Industries Section */
.industries {
  padding: 80px 0;
}

.industry-item {
  text-align: center;
  padding: 30px 15px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.industry-item:hover {
  background: #ffc451;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 196, 81, 0.3);
}

.industry-item i {
  font-size: 42px;
  color: #ffc451;
  margin-bottom: 10px;
  transition: 0.3s;
}

.industry-item:hover i {
  color: #151515;
  transform: scale(1.2);
}

.industry-item h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #151515;
}

/* Section Title */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #151515;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ffc451;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 18px;
  color: #666;
}

/* CTA Section */
.cta {
  background: linear-gradient(135deg, #151515 0%, #2d2d2d 100%);
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 4px;
  transition: 0.3s;
  color: #151515;
  background: #ffc451;
  text-decoration: none;
}

.cta-btn:hover {
  background: #ffd584;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 196, 81, 0.4);
  color: #151515;
}

/* Responsive */
@media (max-width: 992px) {
  #consulting-hero {
    min-height: 60vh;
  }

  #consulting-hero h1 {
    font-size: 36px;
    line-height: 44px;
  }

  #consulting-hero h2 {
    font-size: 18px;
  }

  #consulting-hero .btn-get-started,
  #consulting-hero .btn-watch-video {
    font-size: 14px;
    padding: 10px 24px;
  }
}

@media (max-width: 768px) {
  #consulting-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #consulting-hero h2 {
    font-size: 16px;
  }

  #consulting-hero .btn-watch-video {
    margin-top: 15px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-title p {
    font-size: 16px;
  }
}
