body {
  font-family: Arial, sans-serif;
}
p{
  text-align: justify;
}
.hero {
  position: relative;
  height: 70vh;
  background: url('https://images.unsplash.com/photo-1509395176047-4a66953fd231') center/cover no-repeat;
}
a {
     
    text-decoration: none;
    color: black;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.hero-content {
  position: relative;
  padding-top: 120px;
}

.hero-card {
  background: rgba(220,53,69,0.85);
  color: #fff;
  padding: 20px;
  max-width: 300px;
}

.stats h2 {
  color: #dc3545;
  font-weight: bold;
}

.quote-section {
  background: #dc3545;
}




/* TOP BAR */
.top-bar {
  background: #dc3545;
  font-size: 14px;
  padding: 8px 20px;
}

.social-icon {
  color: #fff;
  margin-left: 10px;
  text-decoration: none;
  font-weight: bold;
}

/* NAVBAR */
.navbar-brand {
  font-size: 28px;
  letter-spacing: 2px;
}

.nav-link {
  margin: 0 10px;
  color: #555 !important;
}

.active-link {
  color: #dc3545 !important;
  border-bottom: 2px solid #dc3545;
}

/* HERO SLIDER */
.hero-img {
  height: 80vh;
  object-fit: cover;
}

.hero-overlay-box {
  position: absolute;
  top: 35%;
  left: 8%;
  background: rgba(220, 53, 69, 0.85);
  padding: 30px;
  color: #fff;
  max-width: 420px;
}

.hero-overlay-box h2 {
  font-size: 28px;
  font-weight: bold;
}

.mv-card h5{
  color: #dc3545;
}

.icon-box i{
  color: #dc3545;
  font-size: 30px;
}

.bio h3, h4{
  text-transform: uppercase;
  font-size: 25px;
  color: #dc3545;
}

.footer {
  background: #fff;
  border-top: 2px solid #dc3545;
}

.footer-top {
  display: flex;
  padding: 40px;
  gap: 40px;
}

.footer-col {
  flex: 1;
}

.logo img {
  width: 120px;
}

/* Headings */
.footer-col h3 {
  color: #dc3545;
  margin-bottom: 15px;
}

/* Links */
.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
  cursor: pointer;
}

.footer-col ul li.active {
  color: #dc3545;
  border-bottom: 2px solid #dc3545;
  width: fit-content;
}

/* Social */
.social {
  margin-top: 20px;
}

.social span {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
}

/* Map */
.map img {
  width: 100%;
}

/* Bottom bar */
.footer-bottom {
  background: #dc3545;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 900px) {
  .footer-top {
    flex-direction: column;
  }
}
/* .left {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 6px;
    max-width: 350px;
} */

.left h2 {
    font-size: 22px;
    font-weight: 600;
}

.left .line {
    width: 50px;
    height: 3px;
    background: #0d6efd;
    margin: 10px 0 20px;
}

.left p {
    margin: 0 0 8px;
    font-size: 15px;
    color: #333;
}

.left .country {
    font-weight: 600;
    text-transform: uppercase;
    color: #0d6efd;
}

.left .company {
    font-size: 16px;
}

.left a {
    color: inherit;
    text-decoration: none;
}

.left a:hover {
    text-decoration: underline;
}

