/* Custom styles for Airstars Consulting website */

/* Custom colors and brand styling */
.ftco-navbar-light .navbar-brand {
  color: #000000;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 16px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #000000;
  font-weight: 500;
  opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
  color: #01d28e;
}

.ftco-navbar-light .navbar-nav > .nav-item.active > a {
  color: #01d28e;
}

/* Hero section styling */
.hero-wrap {
  height: 450px; /* Increased from 300px to 450px */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Add specific styling for services page */
.services-section {
  padding-top: 7em;
  padding-bottom: 7em;
}

.services-section .heading-section {
  margin-bottom: 70px;
}

/* Ensure service blocks display properly */
.services-wrap {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.services-wrap .icon {
  line-height: 0;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #01d28e;
  margin: 0 auto;
  margin-bottom: 20px;
}

.services-wrap .icon span {
  font-size: 40px;
  color: #fff;
}

.services-wrap .text {
  width: 100%;
}

.services-wrap .text h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* Fix for services page content visibility */
.ftco-section {
  padding: 6em 0;
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .6;
  background: #000000;
}

/* Service blocks styling */
.services-2 {
  margin-bottom: 30px;
}

/* Add these styles to fix the hero section text display */
.hero-wrap.js-fullheight {
  min-height: 600px !important;
  height: 100vh !important;
}

.slider-text.js-fullheight {
  min-height: 600px !important;
  height: 100vh !important;
}

/* Add specific styling for service pages hero sections */
.hero-wrap-2 {
  height: 450px !important;
  min-height: 450px !important;
}

.hero-wrap-2 h1 {
  padding-top: 20px;
  margin-top: 20px;
}

/* Custom styling for services page */
.services-2 .icon {
  background: #00c853;  /* Bright green color from your image */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-2 .icon span {
  color: #fff;
  font-size: 30px;
}

.services-2 {
  padding: 20px;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.services-2 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.services-2 p {
  color: #666;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #00c853 !important;
  border-color: #00c853 !important;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.btn-primary:hover {
  background-color: #009624 !important;
  border-color: #009624 !important;
}

/* Adjust spacing for better layout */
.ftco-section {
  padding: 5em 0;
}

/* Make headings match the green theme */
.heading-section h2 {
  color: #333;
  font-weight: 600;
}

/* Pricing blocks */
.block-7 {
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
}

.block-7 .heading {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
}

.block-7 .price {
  margin-bottom: 30px;
  text-align: center;
}

.block-7 .price .number {
  font-size: 40px;
  font-weight: 700;
  color: #01d28e;
}

.block-7 .excerpt {
  margin-bottom: 20px;
  color: #b3b3b3;
}

.block-7 .pricing-text, .block-7 .pricing-text li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block-7 .pricing-text li {
  margin-bottom: 15px;
  color: #4d4d4d;
}

/* Footer styling */
.footer {
  background: #232323;
  padding: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.7);
}

.footer .footer-heading {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.footer p {
  color: rgba(255, 255, 255, 0.7);
}

.footer a {
  color: rgba(255, 255, 255, 0.7);
}

.footer a:hover {
  color: #fff;
}

/* Contact form */
.form-consultation {
  width: 100%;
}

.form-consultation .form-control {
  height: 44px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none !important;
  border: none;
}

.form-consultation textarea.form-control {
  height: inherit !important;
}

.form-consultation .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.form-consultation .submit {
  background: #01d28e !important;
  color: #fff !important;
}


/* Add these styles to fix the hero section text display */
.hero-wrap.js-fullheight {
  min-height: 600px !important;
  height: 100vh !important;
}

.slider-text.js-fullheight {
  min-height: 600px !important;
  height: 100vh !important;
}

.hero-wrap h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 767.98px) {
  .hero-wrap h1 {
    font-size: 2rem;
  }
  
  .hero-wrap .mt-5 {
    margin-top: 2rem !important;
  }
}


/* Add or update these styles at the end of your custom.css file */

/* Consultation section styling */
.ftco-consult {
  position: relative;
}

.ftco-consult .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .7;
  background: #000;
  z-index: 0;
}

.ftco-consult .heading-section-white h2,
.ftco-consult .heading-section-white p {
  color: #fff;
  position: relative;
  z-index: 1;
}

.appointment-form {
  position: relative;
  z-index: 1;
}

.appointment-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: rgba(255, 255, 255, 0.9) !important;
}

.appointment-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.appointment-form .btn-white {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.appointment-form .btn-white:hover {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}