.py_8 {
    padding: 60px 0;
}


.logo-img-style {
    width: 150px;
    background: #fff;
    border-radius: 10px;
}

.aviator-header {
    background-color: #15181d;
    padding: 10px 30px;
}

.aviator-header .navbar-brand img {
    height: 42px;
    width: auto;
}

.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;
}

.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;
    }
}

/*--------------------------------------------*/
.hero-banner {
    overflow: hidden;
    padding: 300px 0;
}

.banner-content h1 {
    font-size: 47px;
    font-family: "Lexend", Sans-serif;
    letter-spacing: 1px;
    text-shadow: 0px 0px 20px #000000;
    color: #ffffff;
}

.banner-content p {
    font-size: 20px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 20px #000000;
    color: #ffffff;
}

.hero-banner video {
    z-index: 1;
}

.hero-banner .banner-content {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 160px;
    right: 0;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.hero-banner .overlay {
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

@media(max-width:567px) {
    .hero-banner .banner-content {
        z-index: 3;
        position: absolute;
        left: 0;
        bottom: 90px;
        text-align: center;
        max-width: 280px;
        right: 0;
    }
}

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

.about-yacht .text-section {
    padding: 30px;
}

.about-yacht h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-yacht p {
    font-size: 18px;
    text-align: justify;
    color: #000;
    font-weight: 400;
}

.about-yacht ul {
    list-style-type: none;
    padding-left: 18px;
}

.about-yacht ul li {
    margin: 10px 0;
    font-size: 1.1rem;
    list-style: disc;
    color: #000;
    font-weight: 600;
}

.about-yacht .signature {
    margin-top: 30px;
    font-weight: bold;
}

.image-section img {
    width: 100%;
    /* min-width: 700px; */
}

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

.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;
}

/*--------------------------------------------------------------------------*/
.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;
}

.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;
    /* gap: 11px; */
    justify-content: space-between;
}

.feature-box img {
    width: 100%;
    max-width: 42px;
    margin-bottom: 9px;
}

/*-----------------------------------------------------------------*/
.deal-section {
    background-color: #30a8d5;
    border-radius: 10px;
    color: white;
    margin-top: 30px;
}

.deal-section .deal-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-around;
}

.deal-section .deal-header img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-right: 20px;
    max-width: 500px;
}

.deal-section .deal-title {
    font-size: 2rem;
    font-weight: bold;
}

.deal-section .deal-price {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}

.deal-section .deal-details {
    font-size: 1rem;
    color: #eeeeee;
    margin-top: 15px;
}

.deal-section .contact-button {
    margin-top: 20px;
    background-color: #ffffff;
    color: #30a8d5;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

.deal-section .contact-button:hover {
    background-color: #ffffff;
    color: #30a8d5;
}

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

.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;
}

/* Carousel Arrows */
section.yacht_testimonial .carousel-control-prev,
.carousel-control-next {
    width: 60px;
}

section.yacht_testimonial .carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 25px;
    filter: invert(1);
}

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);
}

section.yacht_testimonial.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #30a8d5 !important;
}

/* Responsive */
@media (max-width: 992px) {
    .boat-title {
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .boat-title {
        font-size: 28px;
    }

    .offer-card img {
        height: 180px;
    }
}

/*----------------------------------------------------*/
.counter-section {
    background: #fff;
}

.counter-box img {
    width: 100%;
    max-width: 50px;
}

.counter-box {
    padding: 45px 20px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    min-height: 280px;
    transition: 0.4s;
}

/* Zig zag effect */
.zig-up {
    transform: translateY(-20px);
}

.zig-down {
    transform: translateY(20px);
}

/* Hover smooth */
.counter-box:hover {
    transform: translateY(0px);
}

/* Icon */
.counter-icon {
    font-size: 55px;
    margin-bottom: 15px;
    display: block;
}

/* Numbers */
.counter-number {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.counter-number::after {
    content: "+";
    font-size: 36px;
}

/* Background Colors */
.bg-1 {
    background: #8f2ffb;
}

.bg-2 {
    background: #d2c17b;
}

.bg-3 {
    background: #00c6c9;
}

.bg-4 {
    background: #d44545;
}

/* Responsive fix */
@media (max-width: 768px) {

    .zig-up,
    .zig-down {
        transform: translateY(0px);
    }

}

/*------------------------------------------------------------*/
.exclusive-boats {
    position: relative;

    background-size: cover;
    background-position: center;
    padding: 100px 20px;
    color: white;
    text-align: center;
}

.exclusive-boats h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.exclusive-boats p {
    font-size: 1.2rem;
    margin-bottom: 3px;
}

.exclusive-boats .contact-info {
    margin-top: 20px;
    font-size: 1.1rem;
}

.exclusive-boats .contact-info a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.watch-tour-btn {
    background-color: #12909F;
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

.watch-tour-btn:hover {
    background-color: #0097a7;
}

/* Modal Styling */
.modal-content {
    background-color: #000;
    color: white;
}

.modal-video {
    width: 100%;
    height: 400px;
}

/* Icon Styling */
.watch-tour-btn i {
    font-size: 30px;
}

/* Close Icon Style */
.close {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 7px;
    right: 20px;
}

.exclusine_cirsle {
    text-align: left;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .exclusive-boats h2 {
        font-size: 2rem;
    }

    .exclusive-boats p {
        font-size: 1rem;
    }

    .exclusive-boats .contact-info {
        font-size: 1rem;
    }
}

a.btn_premium {
    background: #12909F;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}

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


.section-gallery {
    /* padding-top: 105px; */
    padding-bottom: 0;
}

.ui-gallery {
    overflow: hidden;
    margin-top: 55px;
    margin-right: -7px;
    margin-left: -7px;
}

.ui-gallery__img {
    position: relative;
    display: block;
    height: 320px;
    margin-right: 7px;
    margin-bottom: 15px;
    margin-left: 7px;
}

.ui-gallery__img:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 75px;
    opacity: 0;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 65%, 100% 0, 100% 100%, 0% 100%);
}

.ui-gallery__img:after {
    position: absolute;
    right: 25px;
    bottom: 17px;
    font-family: 'Stroke-Gap-Icons';
    opacity: 0;
    color: #fff;
    content: "\e6a4";
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
}

.ui-gallery__img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.ui-gallery__img:hover:before {
    opacity: 1;
}

.ui-gallery__img:hover:after {
    opacity: 1;
}

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

/* Booking Form Styling */
.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: #00bcd4;
    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;
}

/* FAQ Section Styling */
.faq-section .accordion-button {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 15px;
}

.faq-section .accordion-body {
    font-size: 1rem;
    color: #6c757d;
    padding: 15px;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.faq-section .accordion-button::after {
    font-size: 20px;
}

.faq-section .accordion-button.collapsed {
    background-color: #e8e8e8;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #12909F;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .section h2 {
        font-size: 2rem;
    }

    .booking-form {
        margin-bottom: 30px;
    }

    .faq-section .accordion-button {
        font-size: 1rem;
    }
}

/*--------------------------------------------------------------*/
.section-reviews {
    background: linear-gradient(45deg, #000000c7, #222);
    color: #fff;
}

.section-reviews .small {
    color: #fff !important;
}

.review-box p {
    font-size: 15px;
    line-height: 1.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

.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);
}

/**--------------------------------------------------------------------*/
.news-section {
    padding: 50px 0;
    text-align: center;
}

.news-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-section p {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 40px;
}

/* News Card Styling */
.news-card {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.news-card h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 15px;
}

.news-card p {
    font-size: 1rem;
    color: #6c757d;
    margin-top: 10px;
}

.news-card .read-more-btn {
    background-color: #12909F;
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.news-card .read-more-btn:hover {
    background-color: #0097a7;
}

/* Responsive Design */
@media (max-width: 767px) {
    .news-card img {
        height: 150px;
    }

    .news-card h5 {
        font-size: 1.25rem;
    }

    .news-card p {
        font-size: 0.9rem;
    }
}

footer a {
    color: #fff !important;
    text-decoration: none;
}

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


@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 {
    /* height: 42px; */
    /* width: auto; */
    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;
}

/* Initial hidden state */
/* Image container */
.image-section {
    width: 100%;
    text-align: right;
}

/* Image itself */
.image-section img {
    width: 100%;           
    min-width: 600px;      
    height: auto;
    object-fit: contain;
}

/* Animation */
.animate-from-right {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.9s ease-out;
}

.animate-from-right.in-view {
    opacity: 1;
    transform: translateX(0);
}
@media (max-width: 991px) {
    .image-section {
        text-align: center;
        margin-top: 30px;
    }

    .image-section img {
        width: 100%;
        min-width: 450px;
    }
}

@media (max-width: 576px) {
    .image-section img {
        width: 100%;
        min-width: 100%;
    }
        .banner-content h1 {
    font-size: 31px !important; 
}
}



section.whatsap_Sec path {
    fill: #fff
}
 
section.whatsap_Sec #whatsapp a {
    padding: 20px 0
}
 
section.whatsap_Sec #whatsapp a::before {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 10px;
    color: rgba(0, 0, 0, .8);
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
    transition: .3s;
    opacity: 0
}
 
section.whatsap_Sec circle {
    fill: #25d366
}
 
section.whatsap_Sec #whatsapp {
    position: fixed;
    bottom: 80px;
    right: 0;
    z-index: 999
}
a.btn_website {
    background: #25d366;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 17px;
}
.btn_banner_talk {
    text-align: center;
    margin-top: 17px;
}