/* Header styling */
header {
  font-family: "Mulish", sans-serif;
  background: #fff !important;
  color: #36343e;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
}
header .navbar-brand img {
  height: 50px;
  width: auto;
}
header .nav-link {
  margin-right: 40px;
  color: #36343e !important;
  font-weight: 600;
}
header .navbar-toggler {
  border: none;
  outline: none;
}
header .navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #53525a;
}
header .navbar-toggler span:last-of-type {
  margin-bottom: 0;
}

/* Main Page styles */
.main-page {
  font-family: "Mulish", sans-serif;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 140px 0;
  opacity: 0.8;
}
.main-page .main-page-content {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: fadeInRight 1s ease-in-out;
}
.main-page .main-page-content .main-page-title {
  font-size: 5.1rem;
  font-weight: 900;
  line-height: 6.4 rem;
}
.main-page .main-page-content .main-page-description {
  line-height: 2.5rem;
}
.main-page .main-page-content .main-page-btn {
  background-color: #38353f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  padding: 15px;
}

.services {
  font-family: "Mulish", sans-serif;
  color: #38353f;
}
.services .services-title {
  line-height: 6.4rem;
  font-size: 3.6rem;
}
.services .service-item {
  padding: 20px;
}
.services .service-item .fa-solid {
  padding: 10px;
  font-size: 3rem;
  color: #38353f;
  text-decoration: none;
}
.services .service-item span {
  text-transform: uppercase;
  font-weight: 700;
}

.team-section {
  position: relative;
  font-family: "Mulish", sans-serif;
}
.team-section .team-section-title {
  padding: 15px 0;
  font-size: 2rem;
  color: #38353f;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
.team-section .team-link {
  color: #38353f;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  transition: color 0.3s ease;
}
.team-section .team-link:hover {
  color: #000;
}
.team-section .carousel-inner {
  min-height: 460px;
}
.team-section .carousel-item {
  padding: 20px 0;
}
.team-section .carousel-item article .row {
  align-items: center;
}
.team-section .carousel-item article .team-member-name {
  text-align: center;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #38353f;
}
.team-section .carousel-item article p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  color: #38353f;
}
.team-section .carousel-item article img {
  display: block;
  width: 80%;
  max-width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.team-section #teamCarousel {
  position: relative;
}
.team-section #teamCarousel .carousel-control-prev,
.team-section #teamCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(56, 53, 63, 0.7);
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.team-section #teamCarousel .carousel-control-prev:hover,
.team-section #teamCarousel .carousel-control-next:hover {
  background-color: rgba(56, 53, 63, 0.9);
}
.team-section #teamCarousel:hover .carousel-control-prev,
.team-section #teamCarousel:hover .carousel-control-next {
  opacity: 1;
}
.team-section #teamCarousel .carousel-control-prev {
  left: -60px;
}
.team-section #teamCarousel .carousel-control-next {
  right: -60px;
}
@media (max-width: 767.98px) {
  .team-section #teamCarousel .carousel-control-prev {
    left: 10px;
  }
  .team-section #teamCarousel .carousel-control-next {
    right: 10px;
  }
  .team-section #teamCarousel .carousel-control-prev,
  .team-section #teamCarousel .carousel-control-next {
    opacity: 1;
  }
}
.team-section #teamCarousel .carousel-control-prev-icon,
.team-section #teamCarousel .carousel-control-next-icon {
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
  filter: invert(1);
}

.info-section {
  padding: 20px;
  text-align: center;
  justify-content: center;
  background-color: #38353f;
  color: #fff;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.info-section .info-section-title {
  font-size: 2rem;
  line-height: normal;
}
.info-section a {
  text-decoration: none;
  color: #fff;
}

footer .copyright {
  font-family: "Mulish", sans-serif;
  color: #38353f;
  font-weight: 700;
  text-align: left;
}
footer .copyright .footer-link {
  text-decoration: none;
  color: #38353f;
}

/* Services section */
.services {
  padding: 60px 0;
  background: #f8f8f8;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}
.services .link-btn {
  font-size: 4rem;
  line-height: normal;
  text-decoration: none;
  color: #38353f;
}
.services .link-btn:hover {
  color: #d37941;
}
.services:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  /* Small screen adjustments */
}
.services:hover a.fa-solid {
  color: #d37941;
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
  padding: 5px;
}
@media (max-width: 576px) {
  .services:hover .service-item {
    padding: 15px;
  }
  .services:hover .service-item a.fa-solid {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .services:hover .service-item span {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

/* About section */
.about {
  padding: 60px 0;
}
.about .about-content {
  padding: 20px 0;
}
.about .about-content h3 {
  margin-bottom: 20px;
}
.about img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* News section */
.news {
  padding: 60px 0;
}
.news .news-item {
  padding: 20px;
}
.news .news-item h3 {
  font-weight: 700;
}
.news .news-item .limited-text {
  line-height: 2.5rem;
  height: 7.5rem;
  overflow: hidden;
}
.news .news-item .news-img-link {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); /* subtle default shadow */
  transition: box-shadow 0.3s ease;
}
.news .news-item .news-img-link img {
  display: block;
  max-width: 100%;
  padding: 15px 0;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 10px;
}
.news .news-item .news-img-link img:hover {
  transform: scale(1.2);
}

.team {
  padding: 60px 0;
}
.team img {
  max-width: 100%;
  display: block;
  aspect-ratio: 1/1; /* makes all images square */
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 10px;
}
.team .team-name {
  text-align: center;
  font-weight: 700;
}
.team .team-title {
  text-align: center;
  font-weight: 500;
}

/* Contact section */
.contact {
  padding: 60px 0;
}

.main-page .info-data {
  font-size: 1.6rem;
  font-weight: 500;
  color: #38353f;
  text-decoration: none;
}
.main-page .info-data:hover {
  color: #d37941;
}

.form-control {
  background-color: #eeedfa;
  border: none;
  height: 50px;
  line-height: 50px;
}

.invalid-feedback {
  display: block;
}

.contact-map {
  position: relative;
  width: 100%;
  height: 400px; /* adjust height as needed */
  overflow: hidden;
}

.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Footer styles */
footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
}

.services-single {
  padding: 60px 0;
}
.services-single img {
  max-width: 100%;
}

.team-single {
  padding: 60px 0;
  margin-top: 30px;
}
.team-single h2 {
  font-weight: 700;
  font-size: 2.4 rem;
}
.team-single img {
  max-width: 100%;
  display: block;
  /*aspect-ratio: 1/1;  makes all images square */
  object-fit: cover;
  border-radius: 12px;
}
.team-single .team-single-title {
  font-weight: 500;
  font-size: 1.6rem;
}

.news-single {
  padding: 60px 0;
}
.news-single .news-single-item {
  padding: 20px;
}
.news-single .news-single-item .news-single-description.lead {
  margin-top: 20px;
}
.news-single img {
  display: block;
  max-width: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  padding-top: 70px;
}
body .main-page-btn {
  background-color: #38353f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  padding: 15px;
}/*# sourceMappingURL=style.css.map */