body,
html {
  height: 100%;
  width: 100%;
  font-family: "Merriweather", serif !important;
  margin: 0;
  padding: 0;
}

.text-brand-dark {
  color: #2b8aab;
}

.text-brand-light {
  color: #ebf7fb;
}

/* 
  FOOTER
*/

#footerBar {
  background-color: #1a5266;
}

/*
  GALLARY
*/

/*
   HOME PAGE 
*/

#homepageCards p {
  font-size: 14px;
}

#landingSection {
  height: 90vh !important;
  background-image: linear-gradient(
      to bottom,
      rgb(54, 173, 214, 0.2),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/boats/scheduleSea/lander_compressed.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.banner-img {
  height: 27vw;
  object-fit: cover;
}

/* 
  CONTACT PAGE 
*/

#email-success {

}

#contactImagePanel {
  height: 90%;
  width: 90%;
  margin-left: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.form input,
.form textarea,
.form button {
  margin-top: 10px; /* adjust as needed */
}

/* ABOUT PAGE */
/* About Us section */
.about-us-section {
  background-color: #f5f5f5;
  padding: 60px 0;
}

.about-us-section h1 {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.about-us-section h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}

.about-us-section hr {
  margin: 30px auto;
  width: 80%;
  border-top: 2px solid #333;
}

.about-us-section p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about-us-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about-us-section .card {
  border: none;
}

.about-img {
  width: 300px; /* Set the desired width */
  height: 200px; /* Set the desired height */
  object-fit: cover; /* Ensures the aspect ratio is maintained */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.sectionBorder {
  border-top: 4px solid #36add6;
  border-bottom: 4px solid #36add6;
  padding: 20px;
  margin: 40px 0px;
}

/* BOOKING PAGE */

#northCarolinaSection p {
  /* font-size: 18px; */
  margin: 20px 0;
}

.bring-container {
  background-color: #d2ecf3;
  border-top: 4px solid #36add6;
  border-bottom: 4px solid #36add6;
  padding: 20px;
  margin: 40px 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.12) !important;
}

.bring-title {
  color: #2b8aab;
  /* font-size: 24px; */
  margin-bottom: 20px;
  text-align: center;
}

.bring-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.bring-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.bring-list li i {
  margin-bottom: 10px;
  font-size: 24px;
  min-width: 24px;
}

/* BOATS PAGE */

.lander {
  background-size: cover;
  background-position: center;
  height: 400px;
  position: relative;
  margin-bottom: 0;
}

.lander .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

#scheduleSeaLander {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 75, 88, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../images/boats/scheduleSea/lander_compressed.jpeg");
}

#tidelineLander {
  background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url("../images/boats/tideline/clearTL1_compressed.jpg");
}

.carousel-item {
  height: 500px;
}

.carousel-item img {
  object-fit: scale-down;
  height: 100%;
  /*height: 50vw; */
}

.boat-spec-border {
  background-color: #d2ecf3;
  border-top: 4px solid #36add6;
  border-bottom: 4px solid #36add6;
  padding: 20px;
  margin: 40px 0px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.12);
}

.boat-spec {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.icon-style {
  background-color: #ffc759;
  color: #fff;
  border-radius: 50%;
  min-width: 50px !important;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.boat-spec-title {
  font-size: 20px;
  margin-top: 10px;
}

.boat-spec-text {
  font-size: 16px;
  margin-bottom: 0;
}

.boat-spec-section {
  margin: 10px 0px;
}

/* Card styles */
.card {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.12);
  height: 350px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-in-out;
  margin-bottom: 15px;
}

.card:hover {
  transform: translateY(-5px);
}

.card-title {
  font-size: 24px;
  font-style: bold;
}

.card-text {
  font-size: 14px;
  margin-bottom: 20px;
}

.card-details {
  /* Remove list-style and margin properties */
  list-style: none;
  margin: 0;
  /* Add padding-left to the ul element */
  padding-left: 0;
}

.card-details li {
  /* Add margin-bottom to space out the list items */
  margin-bottom: 10px;
}

.card-details li strong {
  /* Add margin-right to space out the strong element from the text */
  margin-right: 10px;
}

.card-img {
  width: 100%;
  height: 50vh; /* Set a fixed height for the image */
  object-fit: cover; /* Maintain the aspect ratio while resizing */
  opacity: 60% !important;
  height: 100% !important;
}

.card-img-overlay {
  padding: 20px;
  flex-grow: 1; /* Allow the content to take up the remaining space */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* BUTTONS */

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.book-btn {
  background: linear-gradient(0deg, #98fb98 0%, #3cb371 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.more-btn {
  background: linear-gradient(0deg, #d2ecf3 0%, #36add6 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}

.custom-btn span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.book-btn:before,
.book-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #98fb98;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.more-btn:before,
.more-btn:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #d2ecf3;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.custom-btn:before {
  height: 0%;
  width: 2px;
}
.custom-btn:after {
  width: 0%;
  height: 2px;
}
.book-btn:hover {
  color: #98fb98;
  background: transparent;
}
.more-btn:hover {
  color: #d2ecf3;
  background: transparent;
}
.custom-btn:hover:before {
  height: 100%;
}
.custom-btn:hover:after {
  width: 100%;
}
.book-btn span:before,
.book-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #98fb98;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.more-btn span:before,
.more-btn span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #d2ecf3;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.custom-btn span:before {
  width: 2px;
  height: 0%;
}
.custom-btn span:after {
  height: 2px;
  width: 0%;
}
.custom-btn span:hover:before {
  height: 100%;
}
.custom-btn span:hover:after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* CSS code goes here */
  #charter-locations {
    margin-top: 20px !important;
  }
}
