html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #666666;
  padding-top: 76px;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.section-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #ff4a17;
}

.navbar {
  background-color: #ffffff;
  padding: 1rem 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.navbar .navbar-brand .logo {
  width: 90px;
}

.navbar .nav-link {
  color: #1a1a1a !important;
  font-weight: 500;
  padding: 0.5rem 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.navbar .nav-link:hover {
  color: #ff4a17 !important;
}

.hero-section {
  height: calc(100vh - 76px);
  position: relative;
}

.hero-section .hero-swiper {
  height: 100%;
}

.hero-section .hero-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}

.hero-section .hero-swiper .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 26, 26, 0.7)), to(rgba(26, 26, 26, 0.5)));
  background: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.5));
}

.hero-section .hero-swiper .swiper-slide:nth-child(1) {
  background-image: url("https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
}

.hero-section .hero-swiper .swiper-slide:nth-child(2) {
  background-image: url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
}

.hero-section .hero-swiper .swiper-slide:nth-child(3) {
  background-image: url("https://images.unsplash.com/photo-1504328345606-18bbc8c9d7d1?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80");
}

.hero-section .hero-content {
  color: #ffffff;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

.hero-section .hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-content .btn-primary {
  background-color: #ff4a17;
  border-color: #ff4a17;
  padding: 1rem 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-section .hero-content .btn-primary:hover {
  background-color: #e33200;
  border-color: #e33200;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.hero-section .swiper-button-next,
.hero-section .swiper-button-prev {
  color: #ffffff;
  background: rgba(26, 26, 26, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.hero-section .swiper-button-next:after,
.hero-section .swiper-button-prev:after {
  font-size: 1.5rem;
}

.hero-section .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
}

.hero-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ff4a17;
}

.about-section {
  padding: 8rem 0;
  background-color: #ffffff;
  position: relative;
}

.about-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
  opacity: 0.5;
}

.about-section .about-image {
  position: relative;
  z-index: 1;
}

.about-section .about-image img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.about-section p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}

.services-section {
  padding: 8rem 0;
  background-color: rgba(255, 74, 23, 0.9);
  color: #ffffff;
}

.services-section .service-card {
  text-align: center;
  padding: 3rem 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.services-section .service-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services-section .service-card .service-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 2rem;
  background: rgba(255, 74, 23, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-section .service-card .service-icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.services-section .service-card h3 {
  margin-bottom: 1rem;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
}

.services-section .service-card p {
  color: #666666;
  line-height: 1.6;
}

.portfolio-section {
  padding: 8rem 0;
  background-color: #ffffff;
  position: relative;
}

.portfolio-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><rect width="1" height="1" fill="%23e9ecef"/></svg>');
  opacity: 0.5;
}

.portfolio-section .portfolio-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

.portfolio-section .portfolio-item img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio-section .portfolio-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 74, 23, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2rem;
  text-align: center;
  color: #ffffff;
}

.portfolio-section .portfolio-item .portfolio-overlay h3 {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.portfolio-section .portfolio-item .portfolio-overlay p {
  color: rgba(255, 255, 255, 0.9);
}

.portfolio-section .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.portfolio-section .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.contact-section {
  padding: 2rem 0;
  background-color: rgba(255, 74, 23, 0.9);
  color: #1a1a1a;
}

.contact-section .contact-info h3 {
  margin-bottom: 2rem;
  color: #1a1a1a;
  font-size: 2rem;
  font-weight: 600;
}

.contact-section .contact-info p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.contact-section .contact-info p strong {
  color: #1a1a1a;
}


.contact-section .contact-info a {
  color: #1a1a1a;
}

.contact-section .map-container img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 2rem 0;
  text-align: center;
}

.footer p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  .footer {
    padding: 1.5rem 0;
  }
  .footer p {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.98px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767.98px) {
  .service-card {
    margin: 1rem;
    width: calc(100% - 2rem);
  }
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .section-title {
    margin-bottom: 2rem;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .about-section,
  .services-section,
  .portfolio-section,
  .contact-section {
    padding: 4rem 0;
  }
}
/*# sourceMappingURL=style.css.map */