body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #232833;
  color: #fff;
}
.navbar {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 500;
  margin-right: 1rem;
}

.hero-section {
  background: url('../img/home.png') center/cover no-repeat;
  min-height: 420px;
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.hero-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 120px;
  line-height: 1.1;
}
.hero-title .highlight {
  border-left: 4px solid #ffe600;
  padding-left: 10px;
  display: inline-block;
}
.hero-title .yellow {
  color: #ffe600;
  font-size: 2em;
  letter-spacing: -5px;
}
.hero-desc {
  margin-top: 50px;
  font-size: 2rem;
  color: #fff;
  text-shadow: 1px 1px 8px #232833;
}
.services-section {
  background: #2d3340;
  padding: 60px 0 40px 0;
}
.services-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.nav-pills .nav-link {
  background: transparent;
  color: #fff;
}

.nav-pills .nav-link.active {
  background-color: #3a4052;
  color: #fff;
}
.service-card {
  background: #232833;
  border-radius: 16px;
  padding: 0px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  color: #fff;
  margin-bottom: 24px;
  height: 100%;
}
.service-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  object-fit: cover;
  height: 360px;
}
.service-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
  padding: 20px;
}
.service-card p {
  color: #b0b8c9;
  font-size: 1em;
  padding: 20px;
}
.feature-section {
  background: #232833;
  padding: 60px 0;
}
.feature-img {
  position: relative;
  width: 100%;
  max-width: 340px;
}
.feature-img img {
  width: 100%;
  border-radius: 18px;
}
.badge-custom {
  position: absolute;
  background: #4e8cff;
  color: #ffe600;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 18px;
  font-size: 1.1em;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.badge-tourists { left: -30px; top: 30px; }
.badge-hotels { left: -30px; bottom: 30px; }
.badge-places { right: -30px; top: 30px; }
.feature-content h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.feature-content p {
  color: #b0b8c9;
  margin-bottom: 30px;
}
.feature-content .btn {
  background: #4e8cff;
  color: #fff;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
}
.testimonials-section {
  background: #2d3340;
  padding: 60px 0;
}
.testimonial-card {
  background: #232833;
  border-radius: 16px;
  padding: 30px 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
  min-height: 220px;
}
.testimonial-card p {
  font-size: 1.1em;
  margin-bottom: 20px;
}
.testimonial-author {
  color: #4e8cff;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 0;
}
.testimonial-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 10px;
  object-fit: cover;
}
.testimonial-arrows {
  text-align: center;
  margin-top: 20px;
}
.testimonial-arrows span {
  font-size: 2em;
  color: #ffe600;
  cursor: pointer;
  margin: 0 10px;
  user-select: none;
}
.info-section {
  background: #232833;
  padding: 200px 0 0 0;
  height: 60vh;
}
.info-img {
  width: 100%;
  max-width: 640px;
  margin-right: 50px;
  border-radius: 18px;
}
.info-label {
  color: #4e8cff;
  font-size: 0.95em;
  font-weight: 500;
}
.info-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
}
.info-desc {
  color: #b0b8c9;
  margin-bottom: 20px;
}
.info-section .btn {
  background: #4e8cff;
  color: #fff;
  border-radius: 25px;
  padding: 10px 22px;
  font-weight: 600;
  margin-right: 10px;
}
.cta-section {
  position: relative;
  text-align: center;
  background: #232833;
  min-height: 340px;
}
.cta-section img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
  opacity: 0.85;
  border-radius: 0;
}
.cta-content {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  color: #ffe600;
  text-shadow: 1px 1px 8px #232833;
}
.cta-content h2 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 700;
}
.cta-content .btn {
  background: #fff;
  color: #4e8cff;
  border-radius: 25px;
  padding: 14px 36px;
  font-size: 1.1em;
  font-weight: 700;
}
footer {
  background: #2d3340;
  color: #b0b8c9;
  padding: 60px 0 0 0;
}
.footer-logo img {
  margin-bottom: 10px;
}
.footer-logo p {
  max-width: 220px;
  font-size: 0.95em;
}
.footer-social a img {
  width: 24px;
  margin-right: 10px;
}
.footer-title {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 8px;
}
.footer-links a {
  color: #b0b8c9;
  text-decoration: none;
  font-size: 0.98em;
}
.footer-bottom {
  text-align: center;
  padding: 18px 0;
  font-size: 0.95em;
  color: #b0b8c9;
  border-top: 1px solid #3a4052;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .feature-section .row,
  .info-section .row {
    flex-direction: column-reverse;
  }
  .feature-img,
  .info-img {
    margin-bottom: 30px;
  }
}