
  .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: 25px;
  border-radius: 15px;
  z-index: 2;
  position: relative;
}

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

.form-select {
  color: #000;
}

    .searching, .searching2{
      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;
}


.ibo-partner-wrapper {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.4); 
  z-index: 9999;
  padding: 20px;
}

.ibo-partner-card {
  position: relative;
  background: linear-gradient(135deg, #0C2E60, #28A3E6);
  color: #ffffff;
  padding: 50px 30px 40px 30px;
  border-radius: 30px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 15px 35px rgba(0,0,0,0.25);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
  animation: float 4s ease-in-out infinite;
  z-index: 10000;
}

@keyframes float {
  0%, 100% { transform: translateY(0);}
  50% { transform: translateY(-6px);}
}
.ibo-partner-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.35);
}

.ibo-close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #D5AE82;
  color: #0C2E60;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.ibo-close-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.3);
}

.ibo-partner-card img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.ibo-partner-card h2 {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
.ibo-partner-card p {
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.5;
}

.ibo-button {
  display: inline-block;
  background-color: #D5AE82;
  color: #0C2E60;
  padding: 14px 35px;
  border-radius: 50px;
  border: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-sizing: border-box;
}
.ibo-button:hover,
.ibo-button:focus {
  background-color: #c9996c;
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3), 0 0 8px rgba(213,174,130,0.7);
  outline: none;
}

.ibo-form {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease;
  text-align: left;
  margin-top: 20px;
}
.ibo-form.show {
  opacity: 1;
  max-height: 500px;
}
.ibo-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.ibo-form input {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 15px;
  border-radius: 50px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 1rem;
  box-sizing: border-box;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease, border 0.3s ease;
}
.ibo-form input:focus {
  box-shadow: 0 0 8px #D5AE82;
  border-color: #D5AE82;
}
.ibo-form button {
  width: 100%;
  padding: 14px;
  border-radius: 50px;
  border: none;
  background-color: #D5AE82;
  color: #0C2E60;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}
.ibo-form button:hover,
.ibo-form button:focus {
  background-color: #c9996c;
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25), 0 0 8px rgba(213,174,130,0.7);
  outline: none;
}

.ibo-success {
  display: none;
  margin-top: 20px;
  padding: 15px;
  border-radius: 20px;
  background-color: rgba(213,174,130,0.9);
  color: #0C2E60;
  font-weight: 600;
  text-align: center;
  animation: fadeIn 0.8s forwards;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px);}
  to { opacity: 1; transform: translateY(0);}
}

@media (max-width: 600px) {
  .ibo-partner-card {
    padding: 40px 20px 30px 20px;
  }
  .ibo-partner-card h2 {
    font-size: 1.7rem;
  }
  .ibo-partner-card p {
    font-size: 0.95rem;
  }
  .ibo-button, .ibo-form button {
    padding: 12px 28px;
    font-size: 0.95rem;
  }
  .ibo-close-btn {
    width: 30px;
    height: 30px;
    font-size: 1rem;
    top: -10px;
    right: -10px;
  }
}