/* Additional Styles */

/* Sticky Header */
.sticky-header .header {
  position: fixed;
  width: 100%;
  top: 0;
}

.sticky-header {
  padding-top: 100px;
}

/* Slider margins - adjusted for fixed header */
.mg-t--95 {
  margin-top: 0;
}

/* Border */
.border {
  border: 1px solid #dee2e6 !important;
}

.border-dark {
  border-color: #343a40 !important;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-fluid {
  width: 100%;
  padding: 0 15px;
}

/* Images */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Nivo Slider (basic) */
.nivoSlider {
  position: relative;
  width: 100%;
  height: 100%;
}

.nivoSlider img, .nivoSlider video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Menu Layout */
.menu-layout1 {
  padding: 10px 0;
}

/* Service Box */
.service_box {
  padding: 60px 0;
}

/* Brand Wrap */
.brand-wrap-layout2 {
  background: #f8f9fa;
}

/* Hover effects */
a:hover {
  text-decoration: underline;
}