
.visa {
  background-color: red;
  color: white;
  padding: 20px;
  font-weight: 600;
}

.btnStyle {
  background-color: red;
  color: white;
  padding: 15px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}

.btnStyle:hover {
  background-color: white;
  color: red;
}

.btn2 {
  border: solid 2px red;
}

.btnThree {
  background-color: red;
  color: white;
  padding: 15px;
  border-radius: 5px;
  border: none;
  font-weight: 600;
}

.btnFour {
  /* background-color: red; */
  color: white;
  padding: 15px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
}

.footerInput {
  border-radius: 50px;
}

.columnTwo {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
}

.columnTwo h2 {
  font-weight: 700;
}

.cover {
  height: 100vh;
  max-height: 700px;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.cover:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.footerstyle {
  background-color: #892712;
  color: white;
  padding: 10px;
}

.footericon {
  background-color: white;
  color: red;
  padding: 10px;
  border-radius: 50px;
}

.footericon:hover {
  background-color: goldenrod;
}

.sectionFourIcon {
  background-color: red;
  color: white;
  padding: 10px;
  border-radius: 50px;
}

.sectionFourIcon:hover {
  background-color: goldenrod;
}

.about-images {
  margin-bottom: 20px;
}

.about-images div {
  padding: 10px;
}
.about-images div:nth-child(3) {
  margin-top: -3rem;
}
.about-images div img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-images div img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* Additional Enhancements */
.footer {
  background: linear-gradient(135deg, #892712 0%, #6a1f0f 100%);
  color: white;
}

.img-responsive {
  width: 100%;
  height: auto;
  object-fit: cover;
}
