.py_8{
        padding: 60px 0;
    }


    .aviator-header .navbar-brand img {
      height: 42px;
      width: auto;
    }
section.deal-section button.contact-button a {
    color: #30a8d5;
}
 .aviator-header .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10PX 8px;
}
    .aviator-header .navbar-nav .nav-link:hover,
    .aviator-header .navbar-nav .nav-link:focus,
    .aviator-header .navbar-nav .nav-link.active {
      color: #f5f5f5;
    }
   /* Dropdown menu styling */
    .aviator-header .dropdown-menu {
      background-color: #1e2229;
      border-radius: 6px;
      border: 1px solid #2b313a;
      padding: 0.4rem 0;
      min-width: 180px;
    }
.img_faq_main img {
    width: 100%;
}
    .aviator-header .dropdown-item {
      color: #ffffff;
      font-size: 14px;
      padding: 0.4rem 1rem;
    }

    .aviator-header .dropdown-item:hover {
      background-color: #2b313a;
      color: #ffffff;
    }
header.aviator-header a.btn_website {
    background: #25d366;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}
    /* Desktop: space between logo and nav */
    @media (min-width: 992px) {
      .aviator-header .navbar-nav {
        margin-left: 40px;
      }
    }

/*------------------------------------------*/
section.about_banner {
    padding: 140px 0;
    text-align: center;
    color: #fff;
}
 /*------------------*/
.image-section-main img {
    width: 100%;
    height: 100%;
    max-height: 602px;
    border: 1px solid #0000001c;
    border-radius: 12px;
    box-shadow: 0 0 7px #00000054;
    object-fit: contain;
}

/*------------------------------------------------------------------------*/

  .feature-box {
            text-align: center;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
        }
        .feature-box i {
            font-size: 40px;
            color: #007bff;
            margin-bottom: 20px;
        }
        .feature-box h4 {
            font-size: 1.5rem;
            font-weight: bold;
        }
        .feature-box p {
            font-size: 1rem;
            color: #6c757d;
        }
.feature-box img {
    width: 100%;
    max-width: 42px;
    margin-bottom: 9px;
}
/*--------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/

.boat-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}
 
.boat-desc {
    max-width: 85%;
    color: #555;
    margin: 20px 0;
}
 
/* Cards */
.offer-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
}
 
.offer-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
}
 
.decor-line {
    width: 45px;
    height: 3px;
    background: #30a8d5;
    border-radius: 2px;
    margin: 6px 0 15px 0;
}
 
.offer-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}
 .section-reviews .carousel-control-prev, .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #30a8d5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
section.yacht_testimonial .carousel-control-prev, .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #30a8d5;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
/*------------------------------------------------------------------------------------*/
.booking-form {
    background-color: #fff;
    padding: 12px 19px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

        .booking-form input, .booking-form textarea {
            margin-bottom: 15px;
            padding: 10px;
            border-radius: 5px;
            border: 1px solid #f4f4f4;
            width: 100%;
            background-color: #f4f4f4;
        }

        .booking-form button {
            background-color: #12909F;
            color: white;
            padding: 10px 30px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: bold;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .booking-form button:hover {
            background-color: #0097a7;
        }
        .img_contact_us img {
    width: 100%;
    height: 100%;
}
/*-------------------------------------------------------------------------------------*/

        footer a {
            color: #fff !important;
            text-decoration: none;
        }
        footer a.btn.btn-outline-light:hover {
            color: #000 !important;
        }

        /*---------------------------------------------------------------------------------------*/
        .yacht-section {
    padding: 60px 20px;
}

.section-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.yacht-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.yacht-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.yacht-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.yacht-card h4 {
    padding: 15px;
    font-size: 16px;
    font-weight: 500;
}
h2.section-title {
    text-align: center;
}
/* Tablet */
@media (max-width: 991px) {
    .yacht-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 575px) {
    .yacht-grid {
        grid-template-columns: 1fr;
    }

    .yacht-card img {
        height: 200px;
    }
}

/*--------------------------------------------------------------------------*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #1291A4;
}
.boat-card {
            border: 1px solid #ddd;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            background-color: #fff;
        }
img.packages_main {
    height: 100%;
    max-height: 200px;
}
li.contact_capacity a {
    text-decoration: none !important;
    /* color: #555; */
}
section.boat_feature_cards .nav-link {
    color: #1291a4;
    border: 1px solid #1291a4;
}
.heading_yacht_service_all h2 {
    text-align: center;
    font-size: 33px;
}
.heading_yacht_service_all p{
    text-align: center;
    margin-bottom: 47px;
    font-size: 16px;
}
ul#pills-tab {
    display: flex;
    gap: 10px;
    justify-content: center;
}
section.boat_feature_cards .boat-card img {
    width: 100%;
    height: 100%;
    /* min-height: 230px; */
    object-fit: cover;
}
        .boat-card-body {
            padding: 15px;
        }
        .boat-card-body h5 {
            font-size: 1.5rem;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .boat-card-body .price {
            font-size: 1.25rem;
            color: #30a8d5;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .boat-card-body ul {
            list-style-type: none;
            padding-left: 0;
            font-size: 1rem;
            color: #6c757d;
        }
     .boat-card-body ul li {
    margin: 5px 0;
    font-size: 13px;
}
        .boat-header {
            text-align: center;
            margin-bottom: 40px;
        }
        .boat-header h2 {
            font-size: 2.5rem;
            font-weight: bold;
        }
        section.boat-section {
            padding: 96px 0;
            color: #fff;
        }
        section.boat_feature_cards {
            margin-top: -55px;
        }
      .flex_main_bottom {
    display: flex;
    justify-content: space-between;
}
.feature-box img {
    width: 100%;
    max-width: 42px;
    margin-bottom: 9px;
}
        @media (max-width: 1350px) {
    .aviator-header .navbar-nav .nav-link {
        color: #ffffff;
        font-weight: 600;
        font-size: 10px !important;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        padding: 10px 4px !important;
    }
}
  @media (max-width: 1030px) {
.aviator-header .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 10px !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 2px !important;
}
}

.aviator-header .navbar-brand img {

    width: 100%;
    max-width: 203px;
    background: #fff;
    border-radius: 10px;
    height: 80px;
}

footer img.img-fluid.mb-3 {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 200px;
}




/* ===============more features party cards css============= */
/* ===============================
   BOAT FEATURE CARDS – STYLISH UI
================================= */

.boat_feature_cards {
  padding: 80px 0;
  background: #f7f9fc;
}

/* Card */
.boat_feature_cards .boat-card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.boat_feature_cards .boat-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.15);
}

/* Image */
.boat_feature_cards .boat-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.boat_feature_cards .boat-card:hover img {
  transform: scale(1.08);
}

/* Body */
.boat_feature_cards .boat-card-body {
  padding: 22px 22px 25px;
}

/* Title */
.boat_feature_cards .boat-card-body h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1c1f2a;
  margin-bottom: 6px;
}

/* Price */
.boat_feature_cards .boat-card-body .price {
  font-size: 16px;
  font-weight: 600;
  color: #30a8d5;
  margin-bottom: 4px;
}

/* List */
.boat_feature_cards .boat-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Bottom Flex */
.boat_feature_cards .flex_main_bottom {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

/* Left / Right columns */
.boat_feature_cards .li_left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
img.main_bottom_hall {
    width: 100%;
    max-width: 20px;
    height: unset;
    max-height: 20px;
}
/* List items */
.boat_feature_cards .boat-card-body li {
  font-size: 13px;
  color: #555;
  display: flex;  
  align-items: center;
  gap: 8px;
}

.boat_feature_cards .boat-card-body li i {
  color: #30a8d5;
  font-size: 13px;
}
li.contact_capacity a {
    color: #1291a4;
}
/* ===============================
   RESPONSIVE STYLES
================================= */

/* Tablets */
@media (max-width: 991px) {
  .boat_feature_cards {
    padding: 60px 0;
  }

  .boat_feature_cards .boat-card img {
    height: 210px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .boat_feature_cards {
    padding: 40px 0;
  }

  .boat_feature_cards .boat-card img {
    height: 190px;
  }

  .boat_feature_cards .flex_main_bottom {
    flex-direction: column;
  }

  .boat_feature_cards .boat-card-body h5 {
    font-size: 18px;
  }
          .banner-content h1 {
    font-size: 31px !important; 
}
}

.contactnumber a {
    text-decoration: none !important;
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}



