.hero-section {
  background-image: url(../Images/Subtract-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.hero-section .inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  margin: 100px 20px;
  width: 100%;
}

.hero-section h1 {
  width: 100%;
  max-width: 900px;
  font-size: 46px;
  font-weight: bold;
  line-height: 59px;
  color: #fff;
}

.hero-section h1 span {
  color: #c0c0c0;
}

.hero-section p {
  width: 100%;
  word-wrap: normal;
  max-width: 550px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.hero-buttons {
  display: flex;
  height: 63px;
  gap: 35px
}

.explore-link {
  width: 160px;
  height: 100%;
}

.about-section {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.about-section .inner-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}

.about-section header {
  margin-top: 20px;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.about-section header h1 {
  font-size: 48px;
}

.about-section header span {
  color: #c0c0c0;
}

.section-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}

.section-content h1 {
  font-size: 48px;
  align-self: center;
}

.section-content h1 span {
  color: #c0c0c0;
}

.section-content p {
  line-height: 26px;
}

.image-container {
  width: 540px;
  height: 318px;
  overflow: hidden;
}

.about-image{
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}




.about-image{
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 50px;
}


 /* Image Display Container */
 .image-container {
  width: auto;
  height: 300px;
  margin: auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tab-content {
  width: 100%;
  height: 100%;
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills container without distortion */
}

.tab-content video {
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
}

/* Tab Navigation */
.tab-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.tab-button {
  width: 80px;
  height: 50px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 5px;
  transition: 0.3s;
  overflow: hidden;
}

.tab-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.tab-button.active {
  border-color: #007BFF;
}



.video-section {
  display: flex;
  gap: 50px; 
  justify-content: space-between;
}

.about-image video {
  width: 50%;
}

.img2 {
  width: 100%;
  height: auto;
  overflow: hidden; 
}

.img2 img{
  width: 100%;
  height: 100% 
}

.reason-lft, .reason-rght {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 16.6px 0px rgba(0, 0, 0, 0.3);
  width: 75%;
  max-width: 900px;
  height: 153px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.reason-rght {
  align-self: self-end;
}

.reason-img {
  height: 100%;
  width: auto;
  border-radius: 8px;
  overflow: hidden;
}

.reason-img img {
  width: 100%;
  height: 100%;
}



.contact-section {
  display: flex;
  justify-content: center;
  margin-bottom: 141px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

.form-input {
  height: 44px;
  width: 100%;
  border: 1px solid #c0c0c0;
}

.form-input::placeholder {
  padding: 14px 10px;
  font-size: 12px;
}

.submit-button {
  width: 100%;
  border-radius: 0;
}

.contact-section .inner-section {
  background-image: url(../Images/Group\ 3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 55px;
  box-shadow: 0px 124px 176px -70px rgba(0, 0, 0, 0.3);
}

.info {
  margin-top: 53px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.contact-heading {
  margin-bottom: 15px;
  font-size: 48px;
}

.contact-form-container p {
  margin-bottom: 10px;
  font-size: 12px;
}

.company-logo {
  width: 425px;
  height: 415px;
}

.company-logo img {
  width: 100%;
  height: 100%;
}

@media  screen and (max-width: 769px) {
  .about-image{
    gap: 8px;
  }

  .reason-lft, .reason-rght {
    width: 100%;
}

.reason-rght {
  align-self: self-start;
}

.company-logo{
  display: none;
}
}

@media (max-width: 598px) {

  .booking-container {
    top: 520px;
  }

  .img1 {
    width: 167px;
    height: 92px;
    top: 1320px;
    right: 170px;
  }

  .img2 {
    width: 280px;
    height: 165px;
  }

  .company-logo{
    display: none;
  }

  .contact-section .inner-section {
    padding: 24px;
    box-shadow: none;
  }

  .video-section {
    flex-direction: column;
    align-items: center;
  }
}