body {
  background: #fbfbfb;
  font-weight: 500;
  font-size: 16px;
  color: #393939;
}

.btn-primary,
.checkout-button {
  font-weight: 400 !important;
}

body,
h1,
h2,
h3,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

.yacht-description {
  font-size: 16px;
  line-height: 1.5;
  padding: 20px;
  font-size: 16px;
}

h1,
h2,
h3 {
  font-weight: 600;
}

.agent-avatar .mantine-Image-root.img-fluid {
  border-radius: 50%;
}

p {
  line-height: 1.6;
}

@media (min-width: 1300px) {
  .container {
    width: 1320px;
  }
}

/* Container */
.gallery-grid {
  display: grid;
  gap: 15px;

}



.yacht-hero-section {
  position: relative;

}

.yacht-hero-image {
  position: relative;
  overflow: hidden;
  /* border-radius: 20px; */
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
}

.yacht-hero-section .mantine-Image-root {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Yacht Info Overlay */
.yacht-info-overlay {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: white;
}

.yacht-info-overlay p:first-child {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;

}

.yacht-info-overlay h1 {
  color: #fff !important;
  font-size: 48px;
  font-weight: bold !important;
  margin: 0px;
  line-height: 1.2;
}

.yacht-info-overlay p:nth-child(3) {
  font-size: 18px;
  font-weight: bold;
  color: rgb(251, 251, 251);
  margin-right: 16px;
}

/* Location Tags */
.location-tags {
  margin-top: 20px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.location-tags .btn {
  margin-right: 8px;
  color: rgb(6, 56, 89) !important;
  background-color: rgb(251, 251, 251) !important;
  /* border-radius: 11px; */
  padding: 2px 8px;
  font-size: 12px;
  font-weight: normal !important;
  LINE-HEIGHT: 1;
  padding-bottom: 4px;
}

.wrapper {
  background: #fbfbfb;
}

/* Contact Form Section */
.contact-form-section {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  padding: 20px 20px 0px;
}

.flex {
  display: flex;
}

/* Charter Agent */
.charter-agent {
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

.align-items-center {
  align-items: center;
}

.agent-info {
  text-align: left;
  padding-left: 10px;
}

.charter-agent h4 {
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
}

.charter-agent p {
  color: #666;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Contact Buttons */
.btn-send-email {
  background-color: #1d2740;
  border: none;
  color: #fff;
  margin-bottom: 10px;
  padding: 1px 9px;
  border-radius: 25px;
  font-size: 14px;
}

.btn-phone {
  border: 1px solid #ddd;
  color: #333;
  background: white;
  margin-bottom: 10px;
  padding: 1px 9px;
  border-radius: 25px;
  font-size: 14px;
}

.btn-whatsapp {
  background-color: #25D366;
  border: none;
  padding: 1px 9px;
  border-radius: 25px;
  font-size: 14px;
  color: #fff;
}

.btn i {
  margin-right: 8px;
}

/* Contact Form */
.contact-form p {
  color: #393939;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.contact-form .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  padding: 15px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.contact-form textarea.form-control {
  border-radius: 20px;
  margin-bottom: 20px;
  resize: vertical;
}

.btn-submit {
  background-color: #2c3e50;
  border: none;
  padding: 9px 10px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
}

.agent-avatar {
  margin-bottom: 15px;
}

/* Yacht Specifications */
.yacht-specs {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  padding: 28px 30px;
  margin-top: 2rem;
}



.spec-icon {
  font-size: 40px;
  color: #4A90E2;
  margin-bottom: 0px;
  margin-right: 20px;
  min-width: 30px;
}

.spec-item h5 {
  color: #063859 !important;
  font-size: 12px;
  font-weight: bold !important;
  margin-bottom: 0;
}

.spec-item p {
  font-size: 18px;
}

.option-type {
  text-align: left;
}

/* Form Focus States */
.form-control:focus {
  border-color: #4A90E2;
  box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.spec-item {
  display: flex;
  align-items: center;
}

.buttons-action button {
  display: block;
  width: 100%;
  min-height: 35px;
}

.buttons-action a {
  display: block;
  width: 100%;
  min-height: 35px;
}

.contact-form {
  padding: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  margin-top: 2rem;
}

.contact-form .btn-submit {
  width: 100%;
  color: #fff;
  background: #1D2740 !important;
  max-height: 36px;
}

/* Yacht Features Section */
.yacht-features-section {
  padding: 60px 0;
  background: white;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
  padding-top: 10px;
}

.yacht-details .section-title {
  font-size: 48px;
  font-weight: 700 !important;
  color: #393939 !important;
  text-align: center;
  margin-bottom: -2px;
  line-height: 1.2;
  margin-top: 4rem;
}

.features-content {
  padding: 2rem;
  max-width: 100%;
  margin: 0 auto;
  margin: 0;
}

.operating-area {
  font-size: 16px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.operating-area strong {
  color: #333;
  font-weight: 600;
}

.yacht-description p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: justify;
}

/* Photo Gallery Section */
.gallery-section {
  padding: 60px 0;
  background: white;
  margin-top: 27px;
  padding-top: 20px;

}

#main-wrapper nav.breadcrumb.breadcrumb--hide-on-mobile.breadcrumb-1 {
  max-width: 100%;
}

.breadcrumb__container {
  color: #888;
  position: static;
}

.gallery-section .section-title {
  font-size: 48px;
  font-weight: 700 !important;
  color: #333;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #393939 !important;
  padding-left: 16px;
}

.gallery-container {

  margin: 0 auto;
}

.gallery-grid {
  display: grid;

  gap: 15px;

}

.gallery-item {
  position: relative;
  background-size: cover;
  background-position: center;
  /* border-radius: 20px; */
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  display: block;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px 0px;
}

/* First image - larger in top row */
.gallery-grid>a {
  min-height: 390px;
}

.gallery-item:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
}

/* Second and third images - smaller in top row */
.gallery-item:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.gallery-item:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}

/* Fourth and fifth images - smaller in bottom row */
.gallery-item:nth-child(4) {
  grid-row: 2;
  grid-column: 1;
}

.gallery-item:nth-child(5) {
  grid-row: 2;
  grid-column: 2;
}

/* Sixth image - larger in bottom row */
.gallery-item:nth-child(6) {
  grid-row: 2;
  grid-column: 3;
}

.gallery-item.last-item {
  position: relative;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item.last-item:hover .gallery-overlay {
  opacity: 1;
}

.see-all-btn {
  color: white;
  font-size: 18px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  padding: 12px 24px;
  border-radius: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.hidden-gallery-items {
  display: none;
}

/* Responsive Design for Gallery */
@media (max-width: 992px) {
  .gallery-grid {

    height: auto;
    gap: 10px;
  }

  /* First image - larger, spans 2 rows */
  .gallery-item:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
  }

  .gallery-item:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
  }

  .gallery-item:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }

  .gallery-item:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
  }

  .gallery-item:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
  }

  /* Sixth image - back to normal size on tablet */
  .gallery-item:nth-child(6) {
    grid-row: 4;
    grid-column: 1 / span 2;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 40px 0;
    margin-top: 30px;
  }

  .gallery-section .section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .gallery-container {
    padding: 0 20px;
  }

  .gallery-grid {

    gap: 10px;
    height: auto;
  }

  .gallery-item {
    grid-row: span 1;
    grid-column: span 1;
  }

  /* Reset all positioning for mobile */
  .gallery-item:nth-child(1),
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(3),
  .gallery-item:nth-child(4),
  .gallery-item:nth-child(5),
  .gallery-item:nth-child(6) {
    grid-row: auto;
    grid-column: auto;
  }
}

/* Yacht Specifications Section */
.yacht-specification-wrapper {
  margin-top: 50px;
  padding: 40px 0;
}


.spec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 20px;
  border-bottom: 0px solid #e5e5e5;
}

.spec-header .section-title {
  font-size: 48px;
  text-align: left;
  margin: 0px;
  line-height: 1;
  color: #393939 !important;
  padding-left: 16px;
  font-weight: bold !important;
}

.download-specs-btn {
  background: #1a1a1a;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.download-specs-btn:hover {
  background: #333;
  color: #fff;
}

.download-specs-btn i {
  font-size: 16px;
}

.specifications-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.spec-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

@media (min-width: 768px) {
  .spec-row {
    display: flex;
  }

  html body #main-wrapper .text-center-important {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }

}

a.btn.btn-primary.btn-block.btn-send-email {

  line-height: 1;
}

a.btn.btn-outline-secondary.btn-block.btn-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 8px 14px;
}

button.btn.btn-outline-secondary.btn-block.btn-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  padding: 6px 14px;
}

.btn-phone svg {
  width: 18px;
  height: 17px;
  display: block;
}

.spec-item-detail {
  display: flex;
  align-items: flex-start;
  /* border-radius: 20px; */
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 12px 0px;
  overflow: hidden;
  position: relative;
  background: rgb(255, 255, 255);
  height: 100%;
  padding: 24px;
  flex: 1;
  align-items: center;



}

.spec-item-detail:hover {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px 0px;
  /* transform: translateY(-2px); */
}

.spec-item-detail.empty {
  background: transparent;
  border: none;
  box-shadow: none;
}

.spec-item-detail.empty:hover {
  background: transparent;
  box-shadow: none;
  transform: none;
}

.spec-icon-container {
  flex-shrink: 0;
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

}

.spec-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.spec-content {
  flex: 1;
  min-width: 0;
}

.spec-label {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin: 0 0 3px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #063859 !important;
  font-weight: bold !important;
}

.spec-value {
  font-size: 16px;
  font-weight: 600;

  color: #393939;
  margin: 0;
  line-height: 1.2;
}

.yacht-hero-section {
  position: relative;
}

.tenders-layout-mmultiple-option .spec-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.tenders-layout-mmultiple-option .spec-row .spec-item-detail {
  width: 32.33%;
  max-width: 100%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 32.333333%;
  max-width: 32.333333%;
}

.tenders-layout-mmultiple-option .spec-row .spec-label {
  font-size: 14px;
}

/* Responsive Design for Specifications */
@media (max-width: 1200px) {
  .spec-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .spec-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .spec-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .download-specs-btn {
    align-self: stretch;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  span.yacht-zone {
    margin-bottom: 5px;
    display: inline-flex;
  }

  .bBlsvE,
  #main-wrapper .charter-title,
  #main-wrapper .charter-title {
    font-size: 32px !important;
  }

  .ankor-search-form form .form-row {
    max-width: 48%;
  }

  .tenders-layout-mmultiple-option .spec-row .spec-item-detail {
    width: 47.33%;
    max-width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 47.333333%;
    max-width: 47.333333%;
  }

  .spec-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .specification-section {
    padding: 30px 20px;
  }

  .specifications-grid {
    gap: 20px;
  }

  .spec-item-detail {
    padding: 15px;
    gap: 12px;
  }

  .spec-icon-container {
    width: 35px;
    height: 35px;
  }

  .spec-icon-img {
    width: 20px;
    height: 20px;
  }

  .spec-value {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .spec-row {
    grid-template-columns: 1fr;
  }

  .yacht-specification-wrapper {
    margin-top: 30px;
    padding: 0;
  }

  .spec-header .section-title {
    font-size: 24px;
  }
}

/* Contact Us Section */
.contact-us-wrapper {
  margin-top: 60px;

}

.contact-us-section {
  background: #fff;
  border-radius: 20px;
  padding: 20px;


  margin: 0 auto;
}

.contact-us-title {
  font-size: 36px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: center;
  margin: 0 0 50px 0;
  letter-spacing: -0.5px;
}

.contact-us-content {
  margin-top: 40px;
}

/* Agent Info Section */
.contact-agent-info {
  padding-right: 30px;
}

.contact-us-section .contact-agent-info .contact-buttons {
  gap: 3px;
}

.contact-us-section .contact-agent-info .contact-buttons .btn-contact {
  padding: 10px 20px;
}

.agent-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}

.agent-avatar-large {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 24px 0px;
}

.agent-avatar-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.agent-details {
  text-align: center;
}

.agent-name {
  font-size: 24px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 5px 0;
}

.agent-title {
  font-size: 16px;
  color: #666;
  margin: 0;
  font-weight: 500;
}

/* Contact Buttons */
.contact-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn-contact {
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
}

.btn-send-email {
  background-color: #1d2740 !important;
  color: #fff;
}

.btn-send-email:hover {
  background: #34495e;
  color: #fff;
  transform: translateY(-2px);
}

.btn-phone {
  background: #fff;
  color: #333;
  border: 2px solid #e9ecef;
}

.btn-phone:hover {
  background: #f8f9fa;
  color: #333;
  border-color: #dee2e6;
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #22c55e;
  color: #fff;
  transform: translateY(-2px);
}

.btn-contact i {
  font-size: 18px;
}

/* Contact Form Section */
.contact-form-wrapper {
  padding-left: 30px;
}

.contact-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: left;
}

.contact-us-form {
  margin-top: 20px;
}

.contact-us-form .form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
}

.contact-us-form .form-row .col-md-4 {
  flex: 1;
  padding: 0;
}

.contact-us-form .form-group {
  margin-bottom: 20px;
}

.contact-us-form .form-control {
  padding: 10px 20px;
  border: 2px solid #e9ecef;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
  height: auto;
}

.contact-us-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.1);
  background: #fff;
}

.contact-us-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit-contact {
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn-submit-contact:hover {
  background: #34495e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 20px 0px;
}

.btn-phone span.m_a74036a.mantine-Button-section svg {
  color: #383838 !important;
}

.buttons-action button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

/* Responsive Design for Contact Us */
@media (max-width: 992px) {
  .contact-agent-info {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contact-form-wrapper {
    padding-left: 0;
  }

  .contact-us-section {
    padding: 40px 30px;
  }

  .contact-us-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .contact-us-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .contact-us-form .form-row .col-md-4 {
    margin-bottom: 15px;
  }

  .contact-us-section {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .contact-us-wrapper {
    padding: 0;
    margin-top: 40px;
  }

  .agent-avatar-large {
    width: 100px;
    height: 100px;
  }

  .agent-name {
    font-size: 22px;
  }

  .btn-contact {
    padding: 12px 16px;
    font-size: 15px;
  }

  .gallery-grid {
    display: flex;
    flex-wrap: wrap;
  }

  .gallery-grid>a {
    min-height: 140px;
    width: 48%;
    flex: 0 0 48%;
    box-sizing: border-box;
  }

  .spec-row {
    grid-template-columns: repeat(2, 1fr);

  }

  .yacht-features-section .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .features-content {
    padding: 0 15px;
  }

  .gallery-container {
    padding: 0 0px;
  }

  .specification-section {
    padding: 30px 0px;
  }

  .contact-us-section {
    padding: 25px 0px;
  }

  .contact-form-section {
    margin-top: 2rem;
  }

  .yacht-info-overlay h1 {

    font-size: 32px;
  }


}

@media (max-width: 480px) {
  .contact-us-title {
    font-size: 26px;
  }

  .contact-us-section {
    padding: 25px 15px;
  }

  .agent-avatar-large {
    width: 80px;
    height: 80px;
  }

  .agent-name {
    font-size: 20px;
  }

  .btn-contact {
    padding: 10px 14px;
    font-size: 14px;
  }

  .contact-description {
    font-size: 15px;
  }
}