/* Unique Theme */
body {
    font-family: 'Segoe UI', sans-serif;
}

.navbar {
    background: linear-gradient(135deg, #1B1464, #FFD700);
    /* color: #fff; */
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: 500;
    transition: all 0.3s;
}

.navbar-nav .nav-link:hover {
    color: #FFD700 !important;
}

/* Mega Menu */
/* Mega Menu Full Width */
.dropdown-menu {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 100%;
    width: 42vw;
    left: -309px;
    padding: 2rem 0;
    margin-top: 0;
    background-color: #f8f9fa;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Hero-Section */

.hero-section {
    background: url('img/dangerous-cruise-lines.jpg') no-repeat center center/cover;
    height: 90vh;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 20px;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
}

.btn-theme {

    background-color: #1B1464;
    color: white;
    transition: background-color 0.3s ease;
}


.btn-theme:hover {
    background-color: #e6c200;
}

.hero-section h1 {
    color: #1B1464;
    font-size: 3rem;
    font-weight: bold;
}

/*Why choose us*/
/* Sections */
section {
    padding: 60px 0;
}

.section-title {
    font-size: 40px;
    margin-bottom: 30px;
    color: #F9D342;
}

.section-subtitle {
    font-size: 19px;
    color: #F9D342;
}

.feature-icon {
    font-size: 3rem;
    color: #F9D342;
}

.card {
    background-color: #1C3B5A;
    border: none;
    color: #fff;
}

.card:hover {
    background-color: #254E70;
    transition: 0.3s;
}

/*Featured Destination*/
.btn-book {
    background: linear-gradient(135deg, #1B1464, #FFD700);
}

.featured-cruises {
    background-color: #f7f7f7;
    padding: 50px 0;
}

.featured-cruises h2 {
    font-family: 'Arial', sans-serif;
    font-weight: 600;

    /* Dark text color */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.featured-cruises .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.featured-cruises .card:hover {
    transform: scale(1.05);

}

.featured-cruises .card-img-top {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 200px;

}

.featured-cruises .card-body {
    padding: 20px;
    background-color: #ffffff;

    border-radius: 0 0 10px 10px;
}

.featured-cruises .card-title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444;

}

.featured-cruises .card-text {
    font-size: 0.9rem;
    color: #666;

    line-height: 1.5;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #0E4D92;

}

.carousel-control-prev,
.carousel-control-next {
    filter: invert(1);

}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .featured-cruises .col-sm-6 {
        margin-bottom: 20px;
    }
}

/*Exclusive Deals of the week*/
.exclusive-deals {
    background: linear-gradient(to right, #ffffff, #f9f9f9);
}

.exclusive-deals .section-title {
    color: #172C48;
    font-weight: 700;
    font-size: 2rem;
}

.exclusive-deals .section-subtitle {
    color: #666;
    font-size: 1rem;
}

.deal-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease;
    text-align: center;
}

.deal-card:hover {
    transform: translateY(-8px);
}

.deal-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.deal-content {
    padding: 20px;
}

.deal-content h5 {
    font-size: 1.1rem;
    color: #0E4D92;
    margin-bottom: 8px;
}

.deal-content p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 12px;
}

.deal-btn {
    background: linear-gradient(135deg, #1B1464, #FFD700);
    color: #fff;
    padding: 8px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s ease;
}

.deal-btn:hover {
    background: linear-gradient(135deg, #FFD700, #1B1464);
}

/* Seasonal Offers*/
.seasonal-offers {
    background: linear-gradient(to right, #ffffff, #f2f2f2);
}

.seasonal-offers .section-title {
    font-size: 2rem;
    color: #172C48;
    font-weight: 600;
}

.seasonal-offers .section-subtitle {
    color: #6c757d;
    margin-top: 5px;
}

.offer-card {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
    text-align: center;
}

.offer-card:hover {
    transform: translateY(-10px);
}

.offer-badge {
    background: #ED1C24;
    color: #fff;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.offer-card h4 {
    color: #172C48;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.offer-card p {
    color: #555;
    font-size: 0.95rem;
    margin-bottom: 20px;
}

.offer-btn {
    background: linear-gradient(135deg, #FFD700, #1B1464);
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.3s ease;
}

.offer-btn:hover {
    background: linear-gradient(135deg, #1B1464, #FFD700);
}

/*Perfect Cruise Line*/
/* Owl-Carousel */

.card-section {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.card-section:hover {
    transform: translateY(-5px);
}

.book_now {
    margin: 0;
    padding: 5px;
    color: white;
    text-decoration: none;
}

.recently-booked-cruise-tours {
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: center;
    background: linear-gradient(90deg, rgb(255 193 7) 0, #144383 59%);
    border: 1px solid #fff;
    padding: 4px 6px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}

.section-subtitle {
    font-size: 1.5rem;
    font-weight: bold;
}

/*Cruise by theme*/
.cruise-theme-section {
    background: linear-gradient(135deg, #F3F7F9, #FFFFFF);
}

.cruise-theme-section .section-title {
    color: #172C48;
    font-weight: 700;
    font-size: 2rem;
}

.cruise-theme-section .section-subtitle {
    font-size: 1rem;
    color: #666;
}

.theme-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.theme-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.theme-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.theme-name {
    background: linear-gradient(135deg, #1B1464, #FFD700);
    color: white;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
}

/*Subscribe news*/
.subscribe-news input::placeholder {
    color: #6c757d;
    font-style: italic;
}

.subscribe-news input:focus {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    outline: none;
}

.subscribe-news button:hover {
    background-color: #ffe869;
    color: #1B1464;
    transition: 0.3s;
}

/*About us */
.text-icon {
    color: #1B1464;
}

/*Contact Us*/

.contact-header {
    background: linear-gradient(to right, #1B1464, #FFD700);
    padding: 80px 0;
    color: white;
    text-align: center;
}

.contact-form-section {
    background: white;
    padding: 60px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

.form-control {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #1B1464;
}

.btn-custom {
    background-color: #1B1464;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 0.3s;
}

.btn-custom:hover {
    background-color: #FFD700;
    color: #1B1464;
}

.map-responsive iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .contact-form-section {
        padding: 30px 15px;
    }
}
/*Privacy-policy*/

.accordion-button {
    background-color: #1B1464;
    color: #FFD700;
}

.accordion-button:not(.collapsed) {
    background-color: #FFD700;
    color: #1B1464;
}

.accordion-item {
    border: none;
    margin-bottom: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
/*footer*/
.footer {
    background: linear-gradient(135deg, #FFD700, #1B1464);
}