
  .hero-section {
  background: url('https://iboatel.com/assets/img/hero_slider/1666156593.jpg') no-repeat center center/cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}

/*.overlay {*/
/*  background: rgba(0, 0, 0, 0.5);*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index: 1;*/
/*}*/

.form-box {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

.form-control::placeholder {
  color: #ccc;
  font-weight: normal;
}

.form-select {
  color: #000;
}

    .searching{
      background: black;
    overflow: auto;
    cursor:pointer;
    height: 290px;
    width:100%;
    color: black;
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 1px;
    right: 1px;
    background: white;
    
    }
         
.input-group input {
  background-color: #fff !important;
}

.form-control,
.form-select,
.input-group-text {
  height: 50px;
}

.input-group-text i {
  color: #061138;
  font-size: 18px;
  margin: auto;
}

.btn-search {
  width: 100%;
  background: #061138;
  border: 1px solid #061138;
  font-weight: bold;
  height: 50px;
  color: white;
  transition: 0.3s ease;
}

.btn-search:hover {
  background-color: transparent;
  color: #061138;
    border: 1px solid #061138;
}
.text-area {
  z-index: 2;
  text-align: center;
}

.text-area h2 {
  font-weight: 700;
}

.text-handing{
color:#D5AE82
}

@media (max-width: 767px) {
  .form-box {
            margin-bottom: 40px;
        margin-top: 80px;
  }
}

/*section grid start css*/

.text-highlight {
    color: #d94acb;
  }
  .image-card {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
  }

  .image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    transition: transform 0.3s ease;
  }

  .image-card:hover img {
    transform: scale(1.05);
  }
  .image-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2); 
    z-index: 1;
  }

  .card-label {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  }
  @media (max-width: 576px) {
    .image-card {
      height: 200px;
    }
    .card-label {
      font-size: 1.2rem;
    }
  }
 
  /*section banner boatel css start*/
  .hero-imageone {
  background: url('https://iboatel.com/assets/assets_new/images/boat2939.jpg') no-repeat center center/cover;
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}

.hero-imageone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
}

.hero-text {
  position: relative;
  z-index: 2;
}

.hero-text h1 {
  font-size: 3rem;
  
  letter-spacing: 1px;
 
}

.hero-btn {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 10px;
  background-color: white;
  text-decoration: none;
  color: black;
  font-weight: 500;
  border: 2px solid white;
   transition: all 0.3s ease;
   display: inline-flex;
  align-items: center;
  justify-content: center;
  
}

.hero-btn:hover {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-btn {
    width: 100%;
    height: 45px;
  }
}
.content-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*section cta start css*/
  .cta-section-home {
  background: linear-gradient(to right, #0C2E60, #28A3E6);
  padding: 80px 0px ;
}

.hero-btn i {
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .hero-btn {
    width: 100%;
  }
}

/*-------*/
.content-wrapper p {
  font-size: 1rem;
}
.hero-btn-find {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border-radius: 10px;
  background-color: #061138;
  color: white;
  text-decoration: none;
  font-weight: 500;
  border: 2px solid #061138;
  transition: all 0.3s ease;
}

.hero-btn-find:hover {
  background-color: transparent;
  color: black;
  border: 2px solid #061138;
}

