/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  overflow-x: hidden;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
    overflow-x: hidden;
  }
}

@media (min-width: 700px) {
  .pmol-5 {

    margin: auto;
  }
}

@media (max-width: 699px) {
  .pmol-5 {
    padding-left: 100px;
    margin: auto;
  }
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.navbar-brand{
  color: #f7b163;
  text-decoration: none;
  background-color: transparent;
}

.nav-link{
  color: #080808 !important;
  text-decoration: none;
  background-color: transparent;
}

.navbar-dark .navbar-brand {
      background-color:transparent !important;
      border-color:transparent;
      background-image:none;
      box-shadow:none; 
}

.bg-dark {
    color: #343a40 !important;
    background-color: #ffc000 !important;
}

.btn-primary {
    color: #343a40;
    background-color: #ffc000;
    border-color: #ffc000;
}

.bg-black {
    color: #fff !important;
    background-color: #080808 !important;
}

.btn-block + .btn-block {
    margin-left: 15rem;
}

.btn-block + .btn-block2 {
    margin-top: -4.7rem;
    margin-left: 30rem;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.bg-footer {
    color: #fff !important;
    background-color: #080808 !important;
}
.bg-footer-yellow
 {
    color: #ffc000 !important;
    background-color: #080808 !important;
}
.visible-xs {
  visibility: visible !important;
}

.hidden-xs {
  visibility: hidden !important;
}

.visible-lg {
  visibility: visible !important;
}

.link-bol {
    color: #343a40 !important;
    background-color: #fff !important;
}
.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/* Modern carousel enhancements */
.carousel-caption {
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding: 2rem;
  border-radius: 10px;
}

.carousel-caption h3 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin-bottom: 1rem;
}

.carousel-caption p {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  margin-bottom: 1.5rem;
}

/* Card hover effects */
.card {
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.card-img-top {
  transition: transform 0.3s ease;
}

.card:hover .card-img-top {
  transform: scale(1.05);
}

/* Button improvements */
.btn-primary {
  background: linear-gradient(45deg, #ffc000, #ffb347);
  border: none;
  border-radius: 25px;
  padding: 12px 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: linear-gradient(45deg, #e6ac00, #ff9500);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 192, 0, 0.4);
}

/* Hero section improvements */
.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.carousel-caption {
  z-index: 2;
}

/* Enhanced Brands Section */
.brands-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  margin: 2rem 0;
}

.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(45deg, #ffc000, #ffb347);
  border-radius: 2px;
  margin: 1rem auto;
}

.brand-card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  overflow: hidden;
  background: white;
}

.brand-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.brand-image-container {
  position: relative;
  overflow: hidden;
  height: 200px;
  background: #f8f9fa;
}

.brand-product {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.brand-card:hover .brand-product {
  transform: scale(1.1);
}

.brand-logo {
  height: 60px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.brand-card:hover .brand-logo {
  transform: scale(1.1);
}

.brand-card .card-title {
  color: #333;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 1rem;
}

.brand-card .card-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.btn-outline-primary {
  border: 2px solid #ffc000;
  color: #ffc000;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: linear-gradient(45deg, #ffc000, #ffb347);
  border-color: #ffc000;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 192, 0, 0.3);
}

/* Call to Action Enhancement */
.gap-3 {
  gap: 1rem;
}

@media (max-width: 768px) {
  .gap-3 {
    flex-direction: column;
    align-items: center;
  }

  .gap-3 .btn {
    margin-bottom: 0.5rem;
    width: 80%;
    max-width: 300px;
  }
}

/* Responsive improvements */
@media (max-width: 576px) {
  .brand-card .card-body {
    padding: 1.5rem 1rem;
  }

  .brand-logo {
    height: 50px;
  }

  .display-4 {
    font-size: 2rem;
  }
}

/* Enhanced Footer Styles */
.footer-modern {
  background: #000000 !important;
  color: #fff;
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
  overflow-x: hidden;
}

.footer-full-width {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
}

.footer-modern .container-fluid {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.footer-modern::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffc000, #ffb347, #ffc000);
}

.footer-logo {
  max-width: 180px;
  height: auto;
  filter: brightness(1.1);
}

.footer-section {
  padding: 1rem;
}

.footer-brands .badge {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.4rem 0.8rem;
  margin: 0.2rem;
  border-radius: 15px;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}

.footer-brands .badge:hover {
  background: rgba(255, 192, 0, 0.2);
  border-color: #ffc000;
  transform: translateY(-2px);
}

.office-info {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 10px;
  border-left: 4px solid #ffc000;
}

.contact-buttons .btn {
  border-radius: 20px;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.contact-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}

.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: white;
}

.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}

.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}

.footer-links a {
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #ffc000 !important;
  text-decoration: underline;
}

/* Font Awesome Icons */
.fas, .fab {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  font-weight: 900;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .footer-section {
    text-align: center;
    padding: 0.5rem;
  }

  .contact-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-buttons .btn {
    width: 80%;
    margin: 0.25rem 0;
  }

  .footer-logo {
    max-width: 150px;
  }

  .office-info {
    margin-bottom: 2rem;
  }

  .footer-modern .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 576px) {
  .footer-modern .btn-lg {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }

  .footer-brands .badge {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
  }
}