@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Open+Sans:300,400,500,700,800');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.hero-slider {
  position: relative;
  width: 100%;
  min-height: 540px;
  z-index: 1;
}
.hero-slide {
  min-height: 540px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay {
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  padding: 80px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-overlay h1,
.hero-overlay p {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.hero-overlay .btn {
  font-size: 1.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hero-slider,
  .hero-slide {
    min-height: 340px;
  }
  .hero-overlay {
    padding: 40px 0 30px 0;
  }
  .hero-overlay h1 {
    font-size: 2rem;
  }
  .hero-overlay p {
    font-size: 1rem;
  }
}
.top-bar {
  font-size: 0.95rem;
  background: #f9f9f9;
  border-bottom: 1px solid #b2dfdb;
}
.topbar-logo {
  letter-spacing: 1px;
  color: #263238;
}
.topbar-item {
  min-width: 220px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1.5px solid #b2dfdb;
  border-radius: 8px;
  background: #f9f9f9;
  font-size: 1.3rem;
  color: #651e1c;
  margin-right: 12px;
}
.topbar-item .fw-bold {
  color: #263238;
  font-size: 1.08rem;
}
.topbar-item .text-muted {
  color: #607d8b !important;
}
@media (max-width: 991.98px) {
  .topbar-item {
    min-width: 180px;
    justify-content: flex-start;
  }
  .icon-box {
    width: 38px;
    height: 38px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767.98px) {
  .top-bar .row > div {
    text-align: center !important;
  }
  .topbar-item {
    min-width: unset;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
  .icon-box {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.navbar .nav-link.active {
  background: #651e1c;
  color: #f9f9f9 !important;
  border-radius: 4px;
  padding-left: 18px;
  padding-right: 18px;
}
.navbar .nav-link {
  color: #263238;
  font-weight: 500;
  margin: 0 8px;
  padding-left: 18px;
  padding-right: 18px;
}
.why-choose-us {
  background: #f9f9f9;
}
.why-card {
  border-radius: 14px;
  border: 1px solid #b2dfdb;
  background: #fafbfc;
  box-shadow: 0 2px 8px rgba(35, 41, 70, 0.1);
  transition: box-shadow 0.2s;
}
.why-card:hover {
  box-shadow: 0 4px 24px rgba(62, 198, 224, 0.1);
}
.why-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eaf8fb;
  color: #651e1c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 12px auto;
}
@media (min-width: 768px) {
  .why-icon {
    margin: 0 0 12px 0;
  }
}
.key-features-section {
  background: #f7f8fa;
}
.features-box {
  background: #263238 !important;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(35, 41, 70, 0.1);
}
.features-box h3 {
  font-size: 2rem;
  letter-spacing: 1px;
}
.features-box ul li {
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}
.features-box .btn {
  font-size: 1.1rem;
}
@media (max-width: 991.98px) {
  .features-box {
    padding: 2rem 1.2rem !important;
  }
}

.pricing-section {
  background: #f9f9f9;
}
.pricing-slider .owl-stage-outer {
  padding: 10px 0 20px 0;
}
.pricing-card {
  min-height: 370px;
  max-width: 370px;
  margin: 0 auto;
  box-shadow: 0 2px 16px rgba(35, 41, 70, 0.07);
  background: #eee;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 370px;
  filter: brightness(0.92);
}
.pricing-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.18);
  z-index: 2;
  text-align: center;
  padding: 30px 10px;
}
.price-badge {
  background: #ffd600;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 6px;
  padding: 7px 18px;
  margin-top: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.1);
}
@media (max-width: 991.98px) {
  .pricing-card,
  .pricing-card img {
    min-height: 260px;
  }
}
@media (max-width: 767.98px) {
  .pricing-card,
  .pricing-card img {
    min-height: 180px;
  }
  .pricing-card {
    max-width: 95vw;
  }
  .top-bar {
    display: none;
  }
}

.testimonials-section {
  background: #f9f9f9;
}
.testimonials-img {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 4px 32px rgba(35, 41, 70, 0.1);
}
.testimonials-slider .testimonial-box {
  background: #f4f6f8 !important;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(35, 41, 70, 0.07);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #651e1c;
}
.testimonials-slider .owl-dots {
  text-align: left;
  margin-top: 18px;
  margin-left: 10px;
}
.testimonials-slider .owl-dot span {
  width: 14px;
  height: 14px;
  background: #e0e6ed;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.2s;
}
.testimonials-slider .owl-dot.active span {
  background: #651e1c;
}
@media (max-width: 991.98px) {
  .testimonials-img,
  .testimonials-slider .testimonial-box {
    min-height: 220px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-img,
  .testimonials-slider .testimonial-box {
    min-height: 160px;
  }
}
.cta-section {
  background: #651e1c;
}
.cta-section h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.cta-section .btn-warning {
  background: #ffd600;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.1);
  transition: background 0.2s;
}
.cta-section .btn-warning:hover {
  background: #e68900;
  color: #fff;
}
.map-section {
  width: 100%;
  background: #263238;
  padding: 0;
  margin: 0;
}
.map-embed iframe {
  width: 100%;
  min-height: 400px;
  border: none;
  filter: grayscale(0.2) brightness(0.95);
}
.footer-section {
  background: #181a1b;
  color: #fff;
  font-size: 1rem;
  padding-top: 32px;
  padding-bottom: 16px;
}
.footer-link {
  color: #fff;
  opacity: 0.85;
  margin: 0 6px;
  text-decoration: underline dotted;
  transition: color 0.2s, opacity 0.2s;
}
.footer-link:hover {
  color: #651e1c;
  opacity: 1;
  text-decoration: underline;
}
.footer-section .small {
  color: #bbb;
}

.contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar-bg {
  background: #f9f9f9;
}
.border-bottom-custom {
  border-bottom: 1px solid #b2dfdb;
}
.why-underline {
  width: 60px;
  height: 3px;
  background: #651e1c;
  margin-bottom: 10px;
}
.features-advantages-bg {
  background: #263238;
}
.features-advantages-color {
  color: #f9f9f9;
}
.section-bg-accent {
  background: #651e1c;
}
.contact-title-accent {
  color: #e53935;
}
.contact-bg {
  background: #f9f9f9;
}
.cookie-banner-custom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #263238;
  color: #b8c1ec;
  text-align: center;
  padding: 15px 20px;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(35, 41, 70, 0.2);
}
.cookie-link {
  color: #e53935;
  text-decoration: underline;
}
.cookie-btn-custom {
  margin-left: 15px;
  background-color: #e53935;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  font-weight: bold;
  color: #263238;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.cookie-btn-custom:hover {
  background-color: #d4ac0d;
}

/* #651e1c → #0077b6 */
/* #f5f6fa, #fafbfc, #f7f8fa, #f4f6f8, #eaf8fb, #e0e6ed, #eee → #f1faee */
/* #b2dfdb → #adb5bd */
/* #232946, #23272b, #222, #181a1b, #2b2b2b → #263238 */
/* #ffd600, #e68900, #d4ac0d, #f1c40f → #90e0ef */
/* #e53935 → #e63946 */
/* #263238 → #1d3557 */
/* #607d8b → #457b9d */
/* #fff, #f0f0f0, #f5f6fa → #ffffff */
