.elementor-497 .elementor-element.elementor-element-b8964f2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-be9a120 */.crew-profile-container {
  max-width: 1100px;
  margin: 0 auto;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.crew-photo img {
  border-radius: 10px;
  max-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 80, 158, 0.15);
  transition: transform 0.3s ease;
}
.crew-photo img:hover {
  transform: scale(1.05);
}

.crew-full-name {
  font-size: 2.6em;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}

.crew-position {
  font-size: 1.9em;
  font-weight: 600;
  color: #00509e;
  margin-top: 4px;
  margin-bottom: 30px;
}

.crew-profile-tabs {
  text-align: center;
  margin-bottom: 35px;
}

.crew-tab-button {
  margin: 0 12px;
  padding: 12px 24px;
  cursor: pointer;
  border: 2px solid #00509e;
  background: #fff;
  color: #00509e;
  font-size: 1.15em;
  font-weight: 600;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.crew-tab-button:hover {
  background-color: #003366;
  color: #fff;
  box-shadow: 0 3px 8px rgba(0, 48, 102, 0.4);
}
.crew-tab-button.active {
  background-color: #00509e !important;
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 80, 158, 0.6);
}

#crew-tab-content {
  min-height: 240px;
  padding: 25px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f9f9f9;
  font-size: 1.12em;
  line-height: 1.55;
  color: #003366;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.03);
}

.crew-bio-vertical-list p {
  margin: 8px 0;
  padding-left: 10px;
  border-left: 3px solid #00509e;
  font-weight: 500;
}

.crew-bio-vertical-list h4 {
  margin-top: 30px;
  margin-bottom: 12px;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #003366;
  border-bottom: 2px solid #00509e;
  padding-bottom: 6px;
}

.crew-bio-pagination {
  margin-top: 25px;
  text-align: center;
  font-size: 1.1em;
}

.crew-bio-pagination a {
  margin: 0 14px;
  color: #00509e;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
}
.crew-bio-pagination a:hover {
  color: #003366;
}
.crew-bio-pagination a[style*="font-weight: bold"] {
  border-bottom: 2px solid #00509e;
  padding-bottom: 2px;
}

a {
    text-decoration: none;
}

.elementor-button {
  background-color: #00509e !important;
  color: #fff !important;
  padding: 14px 32px !important;
  font-size: 1.1em !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  text-transform: uppercase !important;
  text-decoration: none !important; /* Force remove underline */
  transition: background-color 0.3s ease !important;
}

.elementor-button a {
  text-decoration: none !important; /* Ensure no underline for anchor tag */
}

.elementor-button:hover {
  text-decoration: none !important; /* Ensure no underline on hover */
  background-color: #003366 !important;
  color: #fff !important;
}



@media (max-width: 700px) {
  .crew-profile-container {
    padding: 20px 25px;
  }
  .crew-full-name {
    font-size: 2em;
  }
  .crew-position {
    font-size: 1.5em;
  }
  .crew-tab-button {
    font-size: 1em;
    margin: 8px 6px;
    padding: 10px 18px;
  }
  #crew-tab-content {
    font-size: 1em;
  }
}

.crew-bio-pagination {
  margin-top: 35px;
  text-align: center;
  font-size: 1.1em;
}

.crew-bio-pagination a {
  display: inline-block;
  margin: 0 8px;
  padding: 10px 16px;
  border: 2px solid #00509e;
  border-radius: 6px;
  background-color: #fff;
  color: #00509e;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.crew-bio-pagination a:hover {
  background-color: #003366;
  color: #fff;
  border-color: #003366;
  box-shadow: 0 2px 6px rgba(0, 48, 102, 0.4);
}

.crew-bio-pagination a.active {
  background-color: #00509e;
  color: #fff;
  border-color: #00509e;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 80, 158, 0.5);
}

.crew-tab-container {
    display: flex;
    gap: 10px;
    margin-bottom: 29px;
    flex-wrap: wrap;
}

.crew-tab-button {
    background: #fff;
    color: #00509e;
    border: 1px solid #00509e;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: normal;
     margin-bottom: 10px;
    border-radius: 4px;
    transition: 0.3s;
}

.crew-tab-button:hover {
    background: #00509e;
    color: #fff;
}

.crew-tab-button.active {
    background: #00509e;
    color: #fff;
    font-weight: bold;
}

.small-button-text {
    font-size: 17.6px !important;
}

/* Font and Color Variables */
:root {
    --primary-blue: #00509e;
    --dark-blue: #003366;
    --hover-blue: #001f4d;
    --light-bg: #f2f6fa;
    --hover-bg: #e1ecf7;
    --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* General Styles */
body, .elementor-widget-container {
    font-family: var(--font-family);
}

/* Add Sea Service Button */
#openSeaServiceModal {
    background-color: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 14px;
}

#openSeaServiceModal:hover {
    background-color: var(--dark-blue);
}

/* Modal Styles */
.modal {
    -webkit-backdrop-filter: blur(10px);
    background:rgba(55,55,55,.6);
backdrop-filter: blur(10px);
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background: #fff;
    margin: 10% auto;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-family: var(--font-family);
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    color: var(--dark-blue);
}

.close-modal:hover {
    color: var(--primary-blue);
}

/* Form Styles inside Modal */
#sea_service_form label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
    color: var(--dark-blue);
}

#sea_service_form input,
#sea_service_form select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: var(--font-family);
    font-size: 14px;
}

#sea_service_form button[type="submit"] {
    background-color: var(--primary-blue);
    color: #fff;
    border: none;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

#sea_service_form button[type="submit"]:hover {
    background-color: var(--dark-blue);
}

/* Vessel Details Section */
#vessel_details {
    background-color: var(--light-bg);
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
}

/* Sea Service Table */
.sea-service-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-size: 14px;
    font-family: var(--font-family);
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    border-radius: 6px;
    overflow: hidden;
}

.sea-service-table th,
.sea-service-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.sea-service-table th {
    background-color: #00509e; /* Your primary blue */
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-align: center;
}


.sea-service-table tr:nth-child(even) {
    background-color: var(--light-bg);
}

.sea-service-table tr:hover {
    background-color: var(--hover-bg);
}

/* Action Buttons inside Table */
.sea-service-table .action-btn {
    background-color: var(--dark-blue);
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.2s ease;
}

.sea-service-table .action-btn:hover {
    background-color: var(--hover-blue);
}

/* Delete Confirmation Modal Buttons */
#deleteConfirmModal .confirm-btn,
#deleteConfirmModal .cancel-btn {
    padding: 8px 15px;
    margin: 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

#deleteConfirmModal .confirm-btn {
    background-color: var(--primary-blue);
    color: #fff;
}

#deleteConfirmModal .confirm-btn:hover {
    background-color: var(--dark-blue);
}

#deleteConfirmModal .cancel-btn {
    background-color: #ccc;
    color: #333;
}

#deleteConfirmModal .cancel-btn:hover {
    background-color: #999;
}

/* Container for the navigation links */
.crew-steps-nav a {
  display: inline-block;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #00509e;
  background-color: transparent;
  border: 2px solid #d1d1d1; /* Light gray border */
  padding: 10px 20px;
  margin: 5px 8px 5px 0;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  user-select: none;
  box-shadow: 0 2px 4px rgb(0 0 0 / 0.1);
}

.crew-steps-nav a:hover:not(.active) {
  background-color: #00509e;
  color: #fff;
  border-color: #003366;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.15);
}

.crew-steps-nav a.active {
  background-color: #003366;
  color: #fff;
  border-color: #003366;
  cursor: default;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
}

/* Optional: Disabled button style */
.crew-steps-nav a.disabled {
  color: #999;
  border-color: #d1d1d1; /* Light gray border for disabled state */
  cursor: not-allowed;
  background-color: #f5f5f5;
  box-shadow: none;
  pointer-events: none;
}

/* Responsive wrap */
.crew-steps-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-bottom: 1rem;
}


/* Heading style */
.crew-upload-heading {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
  font-size: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #d1d1d1; /* Light gray border */
  padding-bottom: 6px;
}

/* Container for each upload form */
.uploadForm {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #d1d1d1; /* Light gray border */
  background-color: #f0f7ff;
  border-radius: 8px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
}

/* Headings inside forms */
.uploadForm h4 {
  margin-bottom: 15px;
  color: #003366;
  font-weight: 700;
  font-size: 1.2rem;
  border-bottom: 2px solid #d1d1d1; /* Light gray border */
  padding-bottom: 6px;
}

/* Style inputs */
.uploadForm input[type="file"],
.uploadForm input[type="text"],
.uploadForm input[type="date"] {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-bottom: 12px;
  padding: 8px 12px;
  border: 1.5px solid #d1d1d1; /* Light gray border */
  border-radius: 5px;
  font-size: 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
  transition: border-color 0.3s ease;
}

.uploadForm input[type="file"] {
  padding: 3px 12px;
}

/* Focus state */
.uploadForm input[type="text"]:focus,
.uploadForm input[type="date"]:focus,
.uploadForm input[type="file"]:focus {
  border-color: #003366;
  outline: none;
}

/* Checkbox label */
.uploadForm label {
  font-size: 1rem;
  color: #003366;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}

/* Submit button */
.uploadForm button[type="submit"] {
  background-color: #00509e;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 6px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.uploadForm button[type="submit"]:hover {
  background-color: #003366;
}

/* Table styles */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #003366;
}

th, td {
  border: 1px solid #d1d1d1; /* Light gray border */
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
}

th {
  background-color: #00509e;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

td a {
  color: #00509e;
  text-decoration: underline;
}

td a:hover {
  color: #003366;  /* Darken the link color when hovered */
  text-decoration: none; /* Remove underline on hover */
  font-weight: 600; /* Make the text bolder */
}

td a {
  transition: color 0.3s ease, font-weight 0.3s ease;
}

/* Detach button inside table */
table button {
  background-color: #c0392b; /* red */
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

table button:hover {
  background-color: #922b21;
}

/* Detail rows under file rows */
table tr:nth-child(odd) td[colspan="3"] {
  background-color: #e6f0ff;
  font-size: 0.9rem;
  padding-left: 25px;
  color: #003366;
}

table tr:hover {
  background-color: #f5faff;  /* Light blue background on hover */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  cursor: pointer; /* Change cursor to pointer to indicate it's interactive */
  transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Smooth transition */
}
/* Responsive for smaller screens */
@media (max-width: 600px) {
  .uploadForm input[type="file"],
  .uploadForm input[type="text"],
  .uploadForm input[type="date"] {
    max-width: 100%;
  }
  table, th, td {
    font-size: 0.9rem;
  }
  table th, table td {
    padding: 10px 8px;
  }
}

/* Remove underline from all the links */
.crew-bio-pagination a {
  text-decoration: none !important; /* No underline for pagination links */
}

h1, h4 {
  text-decoration: none !important; /* Ensure no underline for titles */
  font-weight: bold;
}

h1 {
  font-size: 33px;
  text-align: center;
  padding-top: 10px;
  color: #003366;
}

h4 {
  color: #003366;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}/* End custom CSS */