
        #vacation-nav-wrapper .navbar-custom {
            background-color: #174a7c;
            border-radius: 0;
            border: none;
            margin-bottom: 0;
      
           
        }
        .carousel-inner{
        width:100% important;
        }
        .btn-block{
        background-color:#3acb99;
        color:#38628c !important;
        border-radius:20px;
        border:0px solid;
        }
        .btn-block:hover{
            color:white !important;
        }
        #vacation-nav-wrapper .navbar-custom .navbar-brand {
            color: white;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 1px;
            padding: 15px 15px; /* Adjusted padding */
            height: 70px; /* Match navbar height */
            margin-right: 40px; /* Add space after logo */
        }
        #vacation-nav-wrapper .navbar-custom .navbar-nav > li > a {
            color: white;
            padding: 25px 12px; /* Reduced horizontal padding to bring links closer */
            line-height: 20px;
            font-size: 15px;
        }
        #vacation-nav-wrapper .navbar-custom .navbar-nav > li > a:hover,
        #vacation-nav-wrapper .navbar-custom .navbar-nav > li > a:focus {
            background-color: rgba(255, 255, 255, 0.1);
        }
        #vacation-nav-wrapper .navbar-custom .dropdown-menu {
            background-color: #174a7c;
        }
        #vacation-nav-wrapper .navbar-custom .dropdown-menu > li > a {
            color: white;
        }
        #vacation-nav-wrapper .navbar-custom .dropdown-menu > li > a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: white;
        }
        #vacation-nav-wrapper .navbar-custom .icon-bar {
            background-color: white;
        }
        #vacation-nav-wrapper .contact-block {
            background-color: #00c07f; /* Adjusted green color */
            padding: 12px 20px; /* Adjusted padding */
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 240px; /* Adjusted width */
            font-weight: bold;
        }
        #vacation-nav-wrapper .phone-number {
            font-size: 17px;
            font-weight: 500;
            color: #174a7c; /* Blue text only for phone number */
        }
        #vacation-nav-wrapper .hours {
            font-size: 15px;
            margin-top: 2px;
            color: white; /* White text for hours */
        }
        #vacation-nav-wrapper .navbar-center {
            display: inline-block;
            float: none;
            vertical-align: top;
        }

        /* Remove extra spacing between nav items */
        #vacation-nav-wrapper .navbar-nav > li {
            margin: 0;
            padding: 0;
        }

        /* Remove default margins between navbar items */
        #vacation-nav-wrapper .navbar-nav {
            margin-left: -5px;
        }

        /* Add more space after the logo */
        #vacation-nav-wrapper .navbar-header {
            margin-right: 20px;
        }

        #vacation-nav-wrapper .navbar-collapse {
            text-align: left;
        }
        
        #vacation-nav-wrapper .navbar-right {
            margin-right: 240px; /* Match the contact block width */
        }
        
        #vacation-nav-wrapper .position-relative {
            position: relative;
        }
        
        #vacation-nav-wrapper .caret {
            margin-left: 5px;
        }

        #vacation-nav-wrapper .container-fluid {
            padding-left: 30px;
            padding-right: 0;
        }
        
        /* For mobile view */
        @media (max-width: 767px) {
            #vacation-nav-wrapper .contact-block {
                position: relative;
                width: 100%;
                height: auto;
                padding: 15px;
            }
            #vacation-nav-wrapper .navbar-right {
                margin-right: 0;
            }
            #vacation-nav-wrapper .navbar-custom {
                min-height: 60px;
            }
            #vacation-nav-wrapper .navbar-custom .navbar-brand {
                height: 60px;
                padding: 15px;
            }
            #vacation-nav-wrapper .navbar-custom .navbar-nav > li > a {
                padding: 15px;
            }
            #vacation-nav-wrapper .navbar-toggle {
                margin-top: 13px;
                margin-bottom: 13px;
            }
            #vacation-nav-wrapper .navbar-collapse {
                text-align: left;
            }
            #vacation-nav-wrapper .container-fluid {
                padding-left: 15px;
                padding-right: 15px;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
      .carousel {
      width: 100%; 
    }
    .carousel-inner > .item {
      height: 500px; 
    }
    .carousel-inner > .item > img {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Cover the area without distortion */
    }
    /* Ensure text visibility with stronger contrast */
    .carousel-caption {
      text-shadow: 0 2px 5px rgba(0,0,0,1);
      background: rgba(0,0,0,0.4);
      padding: 20px;
      border-radius: 10px;
      max-width: 80%;
      margin: 0 auto;
      bottom: 40px;
      display:none;
    }
    .carousel-caption h3 {
      font-size: 32px;
      font-weight: bold;
      margin-bottom: 15px;
    }
    .carousel-caption p {
      font-size: 18px;
    }
    /* Responsive adjustments */
    @media (max-width: 767px) {
      .carousel-inner > .item {
        height: 400px;  
      }
      .carousel-caption {
        padding: 10px;
        bottom: 20px;
 display:none;
      }
      .carousel-caption h3 {
        font-size: 24px;
      }
      .carousel-caption p {
        font-size: 16px;
      }
    }
 
    
    
    
    
    
 .cruise-footer {
    position: relative;
    color: white;
    background: linear-gradient(rgba(0, 45, 82, 0.75), rgba(0, 45, 82, 0.85)),
                url('footer_wave.jpg') no-repeat center center;
    background-size: cover;
    padding: 30px 0;
    margin-top: 20px; /* Add space between your content and footer */
    clear: both; /* Ensures footer doesn't overlay content */
}

.cruise-footer .footer-logo {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.cruise-footer .footer-categories h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}

.cruise-footer .footer-categories ul {
    list-style-type: none;
    padding-left: 0;
}

.cruise-footer .footer-categories ul li {
    margin-bottom: 8px;
}

.cruise-footer .footer-categories ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.cruise-footer .footer-disclaimer {
    font-size: 12px;
    line-height: 1.6;
    margin: 20px 0;
}

.cruise-footer .footer-address {
    font-size: 12px;
    line-height: 1.6;
}

.cruise-footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cruise-footer .footer-copyright {
    font-size: 12px;
}

.cruise-footer .social-icons a {
    color: white;
    margin-left: 15px;
    font-size: 18px;
}

/* Added for better mobile display */
@media (max-width: 767px) {
    .cruise-footer .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .cruise-footer .social-icons {
        margin-top: 15px;
    }
    
    .cruise-footer .footer-categories > div {
        margin-bottom: 20px;
    }
}
    
    
    
    
    
    
    .agent_container2025{
    background-color:#fff;
    min-height:170px;
    border-radius:0px 20px 20px 0px; 
    border:4px; 
    padding:5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.119);
    }
    
    
    
    .agent_container2025 .btn{
    margin:5px;
    border-radius:11px;
    }
    
    .agent_container2025 .btn  {
    color: white !important;
    text-decoration: none; /* Optional: removes underline */
}
    
    
    
    
    .agent_container2025_photo {
    width: 100px; /* Adjust size as needed */
    height: 100px; /* Ensure it's a square */
    object-fit: cover; /* Keeps aspect ratio while filling */
    border-radius: 50%; /* Makes it a circle */
    border: 2px solid #fff; /* Optional: adds a border */
}
    
    
    
    


    
    
    
    
    
    
    
    // fixes 
    
    .navbar {
   margin-bottom:0px;
    }
    
     .review-block{
     background-color:#333333;
     }