/* Fix carousel button overlap */
#servicesCarousel .carousel-control-prev,
#servicesCarousel .carousel-control-next {
  width: 5%;
}

#servicesCarousel .carousel-control-prev {
  left: -50px;
}

#servicesCarousel .carousel-control-next {
  right: -50px;
}

#servicesCarousel .carousel-control-prev-icon,
#servicesCarousel .carousel-control-next-icon {
  filter: invert(1);
  width: 30px;
  height: 30px;
}

.single-services {
  padding-bottom: 25px;
  min-height: 400px;
}

#servicesCarousel .carousel-item {
  padding-bottom: 50px;
  min-height: auto !important;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  display: block !important;
  max-height: 50px;
  min-width: 120px;
  width: auto;
  height: auto;
  opacity: 1 !important;
  visibility: visible !important;
}

.sticky .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-height: 40px;
  }
}

/* Style the website link in contact section */
.footer-contact .contact li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.footer-contact .contact li a:hover {
  color: #fe7a7b;
  text-decoration: underline;
}

/* Make copyright text white */
.copyright-content {
  color: #fff;
}

/* Contact Form Styles */
.contact-form-area {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(50, 77, 215, 0.14);
}

@media (max-width: 767px) {
  .contact-form-area {
    padding: 30px 20px;
  }
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #2e2e2e;
  font-size: 14px;
}

.contact-form .form-control {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e1e1e1;
  border-radius: 5px;
  font-size: 16px;
  color: #2e2e2e;
  transition: all 0.3s ease-out;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #361cc1;
  box-shadow: 0 0 0 3px rgba(54, 28, 193, 0.1);
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form .text-danger {
  color: #fe7a7b;
}

.contact-form .main-btn {
  min-width: 200px;
  margin-top: 10px;
}

.btn-outline {
  background: transparent;
  border: 2px solid #33c8c1;
  color: #33c8c1;
}

.btn-outline:hover {
  background: #33c8c1;
  color: #fff;
}

/* Increase footer wavy height */
.footer-area::before {
  height: 120% !important;
}

@media only screen and (min-width: 1921px) {
  .footer-area::before {
    height: 1400px !important;
  }
}

/* Contact page navbar styling - make text dark on white background */
.contact-page-header .navbar-area {
  background-color: #fff;
}

.contact-page-header .navbar-nav .nav-item a {
  color: #2e2e2e !important;
}

.contact-page-header .navbar-nav .nav-item a:hover,
.contact-page-header .navbar-nav .nav-item a.active {
  color: #fe7a7b !important;
}

.contact-page-header .navbar-toggler .toggler-icon {
  background-color: #2e2e2e !important;
}

/* Thank you message styling */
.thank-you-message {
  padding: 60px 20px;
}

.thank-you-title {
  font-size: 36px;
  font-weight: 700;
  color: #2e2e2e;
  margin-bottom: 20px;
}

.thank-you-text {
  font-size: 18px;
  color: #6a6972;
  line-height: 28px;
  max-width: 600px;
  margin: 0 auto;
}

.thank-you-icon {
  animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Subscribe form button styling */
.subscribe-form .main-btn {
  display: inline-block;
  text-decoration: none;
}

/* Subscribe area styling - reduce height */
.subscribe-area {
  padding: 30px 50px 50px !important;
}

@media (max-width: 767px) {
  .subscribe-area {
    padding: 20px 30px 40px !important;
  }
}

/* Subscribe link styling */
.subscribe-content .subscribe-title .subscribe-link {
  font-weight: 400;
  color: #361cc1;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.subscribe-content .subscribe-title .subscribe-link:hover {
  color: #fe7a7b;
  text-decoration: underline;
}
