@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Cormorant:wght@300;400;500;600;700&display=swap");

a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a {
  text-decoration: none;
}
.filter-yacht select{margin-left: 15px;}
.head{ font-size: 22px;
  font-weight: 700; color: #000;}
  /* Heart of the matter */
@media (min-width: 768px) {
  .ten-columns > .col-sm-2 {
    width: 20%;
  }
}

  @media (min-width: 1700px) {
    .header-wrapper {
    }
  }


/* Decorations */
.col-sm-2 { 
}
.col-sm-2:nth-of-type(even) {  }
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.filter-yacht select{margin-left: 15px;}
.head{ font-size: 22px;
  font-weight: 700; color: #000;}
  /* Heart of the matter */
@media (min-width: 768px) {
  .ten-columns > .col-sm-2 {
    width: 20%;
  }
}
.singleagentbtns{
  display: flex !important;
  gap: 20px;
  justify-content: center;
}
.agentbtn {
  margin: 60px 30px 0px auto;
  width: 100%;
  padding: 15px;
  display: inline-block;
  text-align: center;
  font-weight: 200;
  font-size: 15px;
  background: #013067;
  color: #fff;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.4s ease; /* Smooth transition for all properties */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  position: relative;
  overflow: hidden; /* For ripple effect (optional) */
}

/* Hover Effects */
.agentbtn:hover {
  background: #02408d; /* Slightly lighter blue */
  transform: translateY(-2px); /* Slight lift */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Optional: Add a "ripple" effect on click */
.agentbtn:active {
  transform: translateY(0); /* Reset lift when pressed */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.gallery-grid{
      column-count: 3;
    column-gap: 30px;
}
.gallery-card {
    break-inside: avoid;
    border-radius: 8px;
}
.galleryingle {
    background-color: #161F3B;
    color: #fff;
    border-radius: 20px;
}
.yacht-category-item-wrapper .head{
  font-size: 22px;
  font-weight: 600;
  color: #000;
  /*text-align: center;*/
  display: block;
}
.index-cat-subp{
  padding-top:10px;
  font-size:16px;
  color:#565656;
}
/* Decorations */
.col-sm-2 { 
}

#tabs-3 .wpcf7 input[type="submit"]{width:20%;}


.col-sm-2:nth-of-type(even) {  }

.yacht-tabs-container{margin-left: 30px; margin-right: 30px;}

.index-video1 h2{color: #fff;margin-top: 65px;}
.index-video1 {
  color: #fff;
  /* text-shadow: 0px 0px 5px #000; */
  }

  .selected-yacht-category{background: #143f61;
    border-radius: 16px;     padding-bottom: 26px;}

    .selected-yacht-category a{color: #fff!important;}

.head-in-tabs{width: 100%;margin-bottom: 23px;}
.spects{width: 100%; display: block; height: auto!important;}
.spects li{float: none!important; border:0px!important;font-weight: 200;width: 100%;}
.box-v1-content h2{    font-size: 22px;
  font-weight: 700;}
.team-member-name{
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  bottom: 15px;
  left: 35px;
  color: #fff;
  }
.spects li::after {
    content: "";
    flex: 1;
    border-bottom: 1px dotted #ccc;
    margin: 0 10px;
    position: relative;
    top: -4px; /* Adjust to align with text baseline */
}

.spects li label {
    order: 2; 
}
.spects li {
    position: relative;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    border-bottom: 1px solid #d9d9d9;
}
.htcwrapper,.scfwrapper{
  border-radius:8px;
  border:1px solid #013067;
  background-color: #f9f9f9;
}
.htcwrapper h2{
  font-size:28px;
}
.scfwrapper input,select,textarea{
  border-radius:8px!important;
  padding:5px 10px!important;
  border:1px solid #013067!important;
  background-color: #f9f9f9!important;
  width: 100%;
}
.scfwrapper input[type="radio"] {
  width: auto !important;
  margin-right: 8px;
}

.scfwrapper input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px;
}
.scfwrapper label{
  font-family: "Barlow", sans-serif!important;
  width: 100%;
}
.scfwrapper .wpcf7-submit{
  background-color: #013067!important;
  color:#fff!important;
}
 #yacht-tabs ul {
  width: 100%;
  height: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex; /* Modern alternative to float */
}

#yacht-tabs ul li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  position: relative;
}

#yacht-tabs ul li a {
  color: #55606A;
  font-size: 16px;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  height: 50px;
  box-sizing: border-box;
  border-right: 1px solid #d9d9d9; /* Right border for all tabs */
  transition: all 0.3s ease;
}

/* Remove border from last tab */
#yacht-tabs ul li:last-child a {
  border-right: none;
}
#yacht-tabs ul li:first-child a {
  padding: 15px 20px 15px 0;
}

/* Active/Hover States */
#yacht-tabs ul li a:hover,
#yacht-tabs ul li.ui-tabs-active a {
  font-weight: 500;
}

#yacht-tabs ul li.ui-tabs-active a {
  border-bottom: 3px solid #013067;
  margin-bottom: -1px;
}
.spects {
  display: block!important;
  border:none!important;
}
  .ui-tabs-panel{
    margin-top: 15px;
    /* display: inline-flex; */
    }
    
    .yacht-label-text{
      position: absolute;
      top: 40px;
      left:30px;
      background: #a82323;
      width: 120px;
      text-align: center;
      /*border-radius: 14px;*/
      padding-top: 5px;
      color: #fff;
      padding-bottom: 7px;
      }
 
.yacht-spects-wrapper label {
    float: right!important;
    font-weight: 400!important;
}
.yacht-spects-wrapper h4{
  font-weight: 400;
  font-size:22px;
}
.reviews{
  background-color: #161F3B;
  color:#fff;
  border-radius: 20px;
}
.reviewsingle{
  background-color: #161F3B;
  color:#fff;
  border-radius: 20px;
}
.testimonial-grid {
  column-count: 3;
  column-gap: 30px;
}

.testimonial-card {
  break-inside: avoid;
  margin-bottom: 30px;
}

.loadbtn{
      background: #013067;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 8px;
    border: 0px;
}
.category-list li a {
  text-decoration: none;
  color:inherit;
}
.category-list li a:hover{
  opacity: 0.5;
}
.index-comment-writer{
  padding:40px 0;
}
/* Image container with overlay */
.image-overlay-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Black overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15); /* Adjust opacity (0.3) for darkness */
  border-radius: 20px;
  transition: all 0.3s ease;
}

/* Team member name styling */
.team-member-name2 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  z-index: 2;
  transition: all 0.3s ease;
}

.team-member-name2 p{
  font-size:12px;
}
.team-member-name3 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
  z-index: 2;
}
/* Hover effects */
.image-overlay-wrapper:hover .image-overlay {
  background: rgba(0,0,0,0.5); /* Darker on hover */
  border-radius: 0;
}

.image-overlay-wrapper:hover .team-member-name2 {
  transform: translateY(-5px);
}

/* Ensure images fill their containers */
.image-overlay-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

/* Optional: Add zoom effect on hover */
.image-overlay-wrapper:hover img {
  transform: scale(1.05);
}
.team-member-name label{font-weight: 100;font-size: 15px;}
  .spects {padding-left: 5px;background: #fff;border-radius: 16px;padding-top: 15px;padding-left: 20px;}
  .spects li{list-style: none;border-bottom: solid 1px #d9d9d9;padding-top: 10px;padding-bottom: 10px;font-size: 17px!important;}
.marRightLi{margin-right: 3px;}
.padBot5{padding-bottom: 20px!important;}
  .border-bottom{border-bottom: solid 1px #ddd;padding-top: 15px;padding-bottom: 15px;}
  .border-right{border-right: solid 1px #ddd;}
/*.single-price-wrapper{
  text-align: center;
  margin-top: 16px;
  font-size: 23px;
  background: #ddd;
  border-radius: 16px;
  padding: 33px;
  font-size: 19px;
  }
  */
  .single-price-wrapper span{
    font-weight: 500;
    font-size: 18px;
  }
.single-brad-wrapper{padding: 0px;}
.single-brad-wrapper li{float: left;list-style: none;padding-right: 7px;}
.single-brad-wrapper li a{margin-right: 4px;font-size: 16px;}
.single-yacht-left-block-featured-spects ul li{border-right: solid 1px #b9b9b9;padding-right: 25px;}
.single-yacht-left-block-featured-spects{text-align: center;}
.prev-next-links li a{font-size: 16px;}
  .noPad{padding: 0px;}
.first-img-index{height: auto;overflow: hidden;border-radius: 16px;}
.fav{width: 20px;height: 20px;background: url(../img/fav.png);position: absolute;top: 15px;left: 28px;background-size: contain;}
.icon-left{float: left;}
.icon-right{float: right;}
.comments-wrapper{color:#fff;padding:0 15% 60px;text-align: center;border-radius: 16px;}
.comments-wrapper h3{color: #fff;}
.comments-wrapper h2{color: #fff; font-weight: 400;}
.cat-img-in-list-new{width: 100%;min-height: 300px;}
.single-yacht-featured img{margin-top: -10%;}
.google-maps-wrapper{border-radius: 16px; overflow: hidden;}
.single-yacht-featured-content-wrapper{margin-top: 60px;}
.single-title-bar{padding-top: 30px;}
.wpcf7 input[type="submit"]{
    background: #013067;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 8px;
    border: 0px;
    }
.contact-a-broker-btn-wrapper{margin-top: 30px;}
.contact-a-broker-btn-wrapper a{
    background: #013067;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 8px;
    }
.contactformwrapper .wpcf7-text,.contactformwrapper .wpcf7-textarea{
  margin-top:10px;
  margin-bottom:15px;
}
.contactformwrapper .wpcf7-textarea{
  height: 190px;
}
.contactformwrapper label{
  width: 100%;
}
.contactformwrapper .wpcf7 input[type="text"],.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .contactformwrapper .wpcf7-textarea {
  background-color: #D9D9D9;
  border-radius:12px;
  padding:10px 10px;
  border:1px solid #D9D9D9;
}
/* Make all form controls responsive */
.wpcf7-form-control {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Specific styling for textarea */
.full-width-textarea {
    width: 100% !important;
    min-height: 100px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical; /* Allows vertical resize only */
}

/* For better mobile appearance */
@media (max-width: 767px) {
    .col-md-6 {
        width: 100%;
    }
    .full-width-textarea {
        min-height: 120px;
    }
}

/* Optional: Style all form inputs consistently */
.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Submit button styling */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.btn:hover {
    background: #005177;
}
.single-yacht-left-block-featured-spects ul{padding-left: 0px;}
.single-yacht-left-block-featured-spects ul li{list-style: none;float: left;margin-right: 30px;font-weight: 500;}
.single-yacht-content-wrapper{margin-top: 60px;background: #fff;position: relative;z-index: 0;padding-top: 60px;padding-bottom: 30px;}
.single-yacht-form-wrapper .form-title{padding-top: 15px; font-size: 30px;}
.single-yacht-gallery-item{/* height: 205px; */overflow: hidden;}
.single-yacht-header-template-wrapper{border-radius: 16px;background: #fff;overflow: hidden;height: 500px;position: relative;bottom: -91px;/* box-shadow: 0px -1px 20px 0px #00000073; */}
.noPadRight{padding-right: 1px!important;padding: 0px;border-right: solid 2px #fff;}
.noPadLeft{padding-left: 0px!important;padding: 0px;}
.single-yacht-gallery-item img{width: 100%;height: 250px;border-bottom: solid 2px #fff;}
.single-yacht-gallery-item-yacht img{width: 100%;border-bottom: solid 2px #fff; margin-bottom: 30px;border-radius:8px;}
.yacht-gallery-wrapper{margin-top: 30px;}
.single-yacht-header-template{
    background: #002033;
    color: #fff;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    position: relative;
    z-index: 10;
    }
.template-page-content-wrapper {
  padding-bottom: 30px;
}


.gallery-card {
  overflow: hidden;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.gallery-card:hover {
  transform: scale(1.02);
}

.gallery-card img {
  transition: opacity 0.3s ease;
}

.gallery-card:hover img {
  opacity: 0.9;
}
.box-v2-content ul {padding-left: 0px;}
.box-v3-content ul {padding-left: 0px;}
.box-v2-content{margin-bottom: 30px;}
.box-v3-content{margin-bottom: 30px;}
.box-v2-content ul li:last-child{border-right:0px;}
.btn-style {
  background: #013067;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border-radius: 8px;
}
.btn-style:hover {
  color: #fff;
}
.gradian-bg {
  background: linear-gradient(
    180deg,
    rgb(14 130 167 / 48%) 0%,
    rgba(25, 61, 115, 0) 100%
  );
}
.right-banner-page-template {
  background: #002033;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.right-banner-page-featured img {
  width: 100%;
  border-radius: 16px;
}
body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  background-color: #fff;
  background-size: cover;
  color: #333;
}

.index-title-font{
  font-family: "Cormorant", serif;
  font-size: 46px;
  font-weight: bold;
}
.title-font {
  font-family: "Cormorant", serif;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.title-font-black{
    font-family: "Cormorant", serif;
    font-size: 76px;
    font-weight: 700;
    color: #000;
}
h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Tangerine', cursive; */
  font-weight: 600;
  color: #333;
}

.box-v2-content h2 {
  color: #000;
  margin-bottom:40px;
  margin-top:10px;
  min-height: 10rem;
  color:#fff;
  font-size:28px;
}

.box-v3-content h2 {
  color: #fff;
  margin-bottom:40px;
}

.box-v2-content p {
  color: #fff;
}

.box-v2-item-bg {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  min-height: 400px;
}
.box-v3-item-bg {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.termnamepadding1{
  padding-left:20px!important;
}


.overlayed-bg {
  position: relative;
  background-size: cover;
  background-position: center;
  z-index: 1;
  overflow: hidden;
}

.overlayed-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  z-index: 2;
}

.overlayed-bg > * {
  position: relative;
  z-index: 3;
}

.subscription-form-wrapper input[type="submit"]::after {
  content: "\f1d8"; /* paper plane icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900; /* solid style */
  display: inline-block;
  margin-left: 8px;
}
.reviews .wpcf7-submit i{
  margin-left:10px;
}
.reviews .wpcf7-submit {
  background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #013067;
    border-radius: 8px;
    border: 0px;
    width: 10rem;
    margin-top:20px;
}
.reviews .wpcf7-list-item{
  margin:0;
}
.featured-yachts .yacht-card img{
  height: 35rem;
}
.yacht-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.yacht-image {
    display: block;
    transition: transform 0.3s ease;
}

.yacht-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.5) 50%, transparent 100%);
}

.yacht-overlay-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem;
    color: white;
    z-index: 2;
}
.yacht-overlay-info h3{
  font-size:24px;
}
.yacht-card:hover .yacht-image {
    transform: scale(1.05);
}
.breadcrumb{
  color:#fff;
}
.breadcrumb a{
  color:#fff;
}
.spec-icon {
    color: white;
    font-size: 1.2rem;
}
.spec-icon .small{
    font-size: 0.8rem;
    font-weight: 200;
}
.spec-icon i {
    color: #fff;
}
.light{
  font-weight: 200;
}
.price-badge {
    font-weight: bold;
    font-size: 0.8rem;
}
.singleblogimg{
  min-height: 600px;
  object-fit: cover;
  border-radius:8px;
  margin-top:-50px;
}
.single-yacht-featured-content-wrapper p{
  font-size:14px;
}

/* Adjust the yacht info section if needed */
.yacht-info {
    padding: 1rem;
    background: white;
    border-radius: 0 0 4px 4px;
}
.reviewsector  .wpcf7-list-item-label{
  font-weight: 200;
}
.similiaryachts p{
  color:#000!important;
}
.section-row {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4b7178;
  line-height: 30px;
}
.index-title-bar {
  padding-bottom: 40px;
}
.box-destination-img {
  border-radius: 6px;
  overflow: hidden;
  border-radius: 16px;
}
.box-destination-img img {
  width: 100%;
}
.head h2 {
  font-size: 22px !important;
  font-weight: bold;
}
.banner-page-template {
  /* padding: 150px; */
  background-size: cover;
  background-position: center;
}

.box-v2-item {
  position: relative;
  background-size: cover;
  color: #fff;
  transition: all .5s;
  border-radius: 16px;
  margin-bottom: 30px;
  
}

.box-v2-img {
    height: 340px;
    overflow: hidden;
}
.box-v2-content {
}
.box-v2-read-more {
  background: #001b3c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border-radius: 8px;
}
.box-v2-read-more:hover {
    color: #fff;
}

.banner-page-template-header {
  text-align: center;
}
.banner-page-template-header h1 {
  color: #fff;
  background: #00000069;
  margin: 0px;
  padding: 150px;
}

.btn-wrapper {
  margin-top: 15px;
}
.standart-btn {
  text-align: center;
  display: inline-block;
  background: #013067;
  padding: 10px 25px;
  border-radius: 40px;
  color: #fff;
  border-style:outset;
}
.standart-btn:hover{
  background: #fff;
  color: #013067;
  border-color:#013067;
  
}

input:focus {
  outine: 0px;
}

.faq-title-wrapper a {
  color: #000;
}
.faq-title-wrapper {
  height: 80px;
  overflow: hidden;
}

.site-logo-wrapper img {
  width: 100%;
  border-radius: 0px;
}

.banner-wrapper {
  position: relative;
  z-index: 0;
}

.gulets-row .box-card h2 {
  font-size: 17px;
}
.footer-logo {
  width: 235px;
}
.header-wrapper {
  background-color: #fff;
  
}
.header-wrapper2 {
  backdrop-filter: saturate(180%) blur(20px);
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.header-wrapper , .header-wrapper2{
  padding:40px 0;
}
.mainbanner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mainheadingwrapper{
  padding:18% 0;
}
.mainheadingwrapper h1{
  font-size:48px;
  color:#fff;
}
.mainheadingwrapper p{
  font-weight: 100;
  color:#fff;
  font-size: 20px;
}
.menu {
  margin-top: 17px;
  float: right;
}
.menu2 {
  margin-top: 17px;
  float: right;
}
.menu li {
  list-style: none;
  float: left;
}
.menu2 li {
  list-style: none;
  float: left;
}
.menu li a {
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 600;
  transition: all 0.5s ease;
  text-decoration: none;
  letter-spacing: 0px;
}
.menu2 li a {
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 600;
  transition: all 0.5s ease;
  letter-spacing: 0px;
}
.menu li a:hover {
  color: #989898; /* font-weight: 600; */
}
.menu2 li a:hover {
  color: #989898; /* font-weight: 600; */
}
.sub-header-wrapper {
  padding-bottom: 15px; /* border-bottom: solid 1px #ededed; */ /* margin-bottom: 40px; */
  background: #292929;
  padding-top: 15px;
}
.sub-header-wrapper .menu {
  margin-top: 23px;
  float: right;
}
.sub-header-wrapper .menu2 {
  margin-top: 23px;
  float: right;
}
.sub-header-wrapper .menu li {
  list-style: none;
  float: left;
}
.sub-header-wrapper .menu2 li {
  list-style: none;
  float: left;
}
.sub-header-wrapper .menu li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 8px;
  font-weight: 600;
  transition: all 0.5s ease;
  width: 100%;
  padding-right: 8px;
}
.sub-header-wrapper .menu2 li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 8px;
  font-weight: 600;
  transition: all 0.5s ease;
  width: 100%;
  padding-right: 8px;
}
.sub-header-wrapper .menu li a:hover {
  color: #434343; /* font-weight: 600; */
}
.sub-header-wrapper .menu2 li a:hover {
  color: #434343; /* font-weight: 600; */
}
.nopadform {
  margin-bottom: 15px;
}
.nopadform input {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #ededed;
  padding: 5px;
}
 
.single-brad-wrapper {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
}

.single-brad-wrapper li {
  margin-right: 5px;
  font-weight: 500;
}

.single-brad-wrapper li:last-child {
  margin-right: 0;
  font-weight: 300;
}
.single-brad-wrapper li a{
  color:#000;
}
.singlenav {
  flex: 1;
}

.singlenav:last-child {
  text-align: right;
}
.taxoheader{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 280px;
}
.taxoheader h1{
  color:#fff;
  font-size:36px;

}
.taxoheader p{
  color:#fff;
  font-size:20px;
  font-weight: 100;
}
.taxoheadertext{
  padding-right:40%;
}
.about-row {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4b7178;
  line-height: 30px;
}
.index-blog-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fixed-form-wrapper {
  position: fixed;
}
.box-blog-img img {
  width: 100%;
  border-radius: 4px;
}
.box-blog-item {
  padding: 15px;
  background: #fff; /* box-shadow: 1px 1px 0px #e6e6e6; */
  border-radius: 4px;
  margin-bottom: 30px;
  border: solid 1px #eee;
}
.box-blog-item h2 {
  color: #000;
  font-size: 16px;
  margin-top: 15px; /* margin-bottom: 15px; */
}
.box-blog-read-more {
  background: #dadada;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #313131;
  font-weight: 500;
  font-size: 14px;
}

.newsletter {
  background: #6d6d6d;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  margin-top: 40px;
}

.head-logo {
  width: 185px;
  margin-top: -5px;
}
.header-wrapper .head-logo {
  width: 185px;
  margin-top: -5px;
}

.footer-logo-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.tursab-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #313131;
}
.yachtlisting h3{
  font-size:20px;
  margin:0;
}
.yachtlisting h2{
  font-size:20px;
  margin:0;
}
.yachtlisting a{
  font-size:14px;
  text-align: none;
  color:inherit;
}
.indexbannerh {
  color:#fff;
}
.indexbannerp{
  font-weight: 300;
  font-size: 16px;
}
/* Custom column size for 5 items per row */
@media (min-width: 992px) {
  .col-lg-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.subscription-form-text-wrapper h3{
  color:#fff;
  text-transform: uppercase;
}
/* Yacht card styling */
.yacht-card {
  overflow: hidden;
  transition: all 0.3s ease;
}
.yacht-card img{
  border-radius: 8px;
  object-fit: cover;
  height: 12rem;
}
.yacht-card p{
  font-weight: 300;
  font-size:14px;
  margin:0;
}
.category-filter-list li{
  margin:0 10px;
}
.category-filter-list .active{
  border-bottom:3px solid #000;
}
.bloglistingbtn{
  color:#000;
      padding: 10px 20px;

}
.yacht-title {
  font-size: 1rem;
  padding: 10px 0;
  margin: 0;
}

.yacht-price {
  display: block;
  padding: 0 10px 10px;
  font-weight: bold;
  color: #333;
}


.view-all-link:hover {
  text-decoration: underline;
}
.footer-wrapper {
   background-repeat: no-repeat;
   background-position: bottom;
   background-size: cover;
  padding-bottom: 30px;
  color: #fff;
  height: 600px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lastrow{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding:20px 0;
  border-top:1px solid #ffffff3f;
  color:#fff;
}
.footerlogo{
  padding:75px 0 100px;
}
.footer-wrapper > .container {
  flex: 1;
  padding-bottom: 50px; /* Space for lastrow */
}
.footer-wrapper > .mainfooter {
  flex: 1;
  padding-bottom: 60px; /* Space for lastrow */
}
.footer-wrapper h4{
  padding-bottom:15px;
  border-bottom:1px solid #fff;
}
.footer-wrapper a {
  color: #fff;
}
.footer-wrapper ul {
  padding-left: 0px;
}
.footer-wrapper ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 8px;
  color: #fff;
}
.footer-wrapper h4 {
  color: #fff;
}
.last-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #181818;
  color: #fff;
  font-size: 13px;
}
.newsletter h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #fff;
  font-size: 40px;
}
.newsletter-form .email {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 0px;
  padding-left: 15px;
  width: 100%;
  color: #000;
}
.newsletter-form .button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 0px;
  padding-left: 15px;
  width: 100%;
  background: #ededed;
  color: #19aab6;
  font-weight: 700;
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: #0000002e !important;
  z-index: 5;
}

.filter-sidebar-wrapper .col-md-12 {
  margin-bottom: 15px; /* background: #fff; */
}
.filter-sidebar-wrapper .label {
  display: block;
}
.filter-sidebar-wrapper .filter-input-sidebar {
  display: flow-root;
  width: 100%;
  border: solid 1px #edededed; /* padding-top: 13px; */
  max-height: calc(1.2em + 24px);
  height: calc(1.2em + 24px);
}
.filter-sidebar-wrapper h3 {
  margin-top: 0px;
  font-size: 36px;
}
.filter-sidebar-wrapper {
  color: #000d;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.page-location {
  background: #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.yacht-img {
  height: 200px;
  /* overflow: hidden; */
  width: 100%;
}
.yacht-img img {
  height: 100%;
  border-radius: 4px;
  width: 100%;
}
.yacht-item {
  border: solid 1px #ededed;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.yacht-item h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 27px;
  color: #000;
}
.yacht-item .specs {
  /* margin-top: 15px; */
  display: inline-grid;
  font-size: 13px;
  font-weight: 600;
}
.yacht-item .specs ul {
  padding-left: 0px;
}
.yacht-item .specs ul li {
  list-style: none; /* margin-bottom: 15px; */ /* border-bottom: solid 1px #ededed; */
  padding-top: 5px;
}
.filter-bar {
  background: #fff;
  border: solid 1px #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.select-filter-bar-wrapper {
  float: right;
  margin-left: 15px;
}
.shortby {
  float: left;
  margin-left: 15px;
}
.box-card {
  border: solid 1px #ededed;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
}
.yacht-item-price-wrapper {
  /* margin-top: 15px; */
  display: block;
  /* border-top: solid 1px #ededed; */
  padding-top: 0px;
  padding-bottom: 0px;
  /* border-bottom: solid 1px #ededed; */
  font-size: 19px;
  color: #07acde;
}
.yacht-item-more-wrapper {
  margin-top: 0px;
  display: block;
  /* border-top: solid 1px #ededed; */
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
  /* border-bottom: solid 1px #ededed; */
  font-size: 21px;
  color: #2a848a;
}
.yacht-item-more-wrapper a {
  font-size: 14px;
  color: #ffffff;
  background: #74bcd2;
  border-radius: 44px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-shadow: 0px 1px 4px #000;
  font-weight: 600;
  /* float: left; */
}

.w100 {
  width: 100%;
}
.boat-header-wrapper {
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: 16% 89%;
}
.destination-img img {
  border-radius: 4px;
}
.destinations-item .content-wraper a {
  font-weight: 600;
  color: #07acde;
}
.gulet-header {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  background: #0000002b;
  left: 0px;
  right: 0px;
}
.gulet-first-block {
  background: #464646;
}
.gulet-first-block .first-box {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
}
.photo-item {
  height: 250px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.photo-item img {
  height: 100%;
}

.gulet-pic-slider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.owl-controls .owl-prev {
  position: absolute;
  z-index: 1000;
  top: 42%;
  font-size: 25px;
  background: #eee;
  padding: 12px;
  border-radius: 4px;
  left: -8px;
}
.owl-controls .owl-next {
  position: absolute;
  z-index: 1000;
  top: 42%;
  font-size: 25px;
  background: #eee;
  padding: 12px;
  border-radius: 4px;
  right: -8px;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  border-radius: 4px;
}
.single-gulet-box {
  margin-bottom: 30px;
}
.gulet-prices-wrapper {
  margin-bottom: 30px;
}
.gulet-specifications {
  margin-bottom: 30px;
}
.true {
  color: green;
  float: left;
}
.false {
  color: red;
  float: left;
}
.spec-label {
  float: left;
  margin-left: 5px;
}
.spec-wrpaper {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.gulet-pic-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bar-title h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 40px;
}
.gulet-prices-wrapper h4 {
  color: #000;
}
.gulet-form-wrapper {
  margin-top: 15px;
}
.blog-item-wrapper {
  margin-bottom: 80px;
}
.blog-item-wrapper h3{
  font-size:20px;
  font-weight: 500;
  margin:15px 0;
}
.blog-item-wrapper .brad-bar {
  margin-top: 15px;
}
.blog-item-wrapper .img-wrapper {
  height: 250px;
  overflow: hidden;
  object-fit: cover;
  
}
.blog-item-wrapper .img-wrapper img {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  object-fit: cover;
}
.blog-list-more-wrapper a{
  text-decoration: none;
  color:inherit;
  font-size:14px;
  font-weight: 300;
}
.blog-list-more-wrapper a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.blog-list-more-wrapper a:hover {
  transform: translateX(5px);
}
.destination-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.destination-img img {
  height: 225px;
  width: 100%;
  border-radius: 4px;
}
.box-blog-img {
  height: 270px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.box-blog-img img {
  width: 100%;
  border-radius: 16px;
}
.blog-title-wrapper {
  height: 50px;
}
.blog-title-wrapper a {
  font-size: 17px;
  color: #000;
}
.cat-wrapper .link-item {
  margin-bottom: 5px;
}
.cat-wrapper .link-item a {
  color: #000;
  font-weight: 500;
}
.cat-wrapper h3 {
  margin-top: 0px;
}
.single-blog-image-wrapper {
  overflow: hidden;
  transition: all 0.5s ease;
}
.single-blog-image-wrapper:hover {
  height: auto;
  overflow: hidden;
}
.single-blog-image-wrapper img {
  margin-top: -150px;
  width: 100%;
}
.single-page-header h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 38px;
  color: #000; /* text-align: center; */
}
.single-photo-item {
  height: 450px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.destination-content-wrapper {
  margin-top: 15px;
}
.single-blog-img-wrapper {
  height: 300px;
  overflow: hidden;
}
.single-blog-img-wrapper img {
  margin-top: -15px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.blog-images {
  margin-top: 15px;
}
.blog-images h2 {
  font-size: 20px;
  color: #000;
}
.destination-item h3 a {
  color: #000;
}
.sub-menu {
  display: none;
}
.sub-header-wrapper .menu li a:hover .sub-menu {
  display: block;
}
.sub-header-wrapper .menu2 li a:hover .sub-menu {
  display: block;
}
.sub-menu {
  position: absolute;
  z-index: 1000;
  padding-left: 0px;
  background: #464646;
  border-radius: 4px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 200px;
}
#menu-item-226:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-98:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-28:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-211:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-29:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-29:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12699:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12699:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12695:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12695:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12694:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12694:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-14403:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-14403:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-14405:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-14405:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

.gulet-content-wrapper h3 {
  font-size: 40px;
}
.gulet-prices-wrapper h3 {
  font-size: 40px;
}
.gulet-container h3 {
  font-size: 27px;
}
.sub-menu li {
  width: 100%;
}
.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
.footer-wrapper h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.informations .blog-title-wrapper h3 {
  font-size: 40px;
  text-align: center;
}
ac .footer-logo-wrapper img {
  width: 270px;
}
.gulet-list-header h3 {
  font-size: 40px;
}
.project-header a {
  font-size: 21px;
}
.gulet-header h1 {
  color: #fff;
  font-size: 45px;
}
.about-row h2 {
  font-size: 27px;
}
.others {
  font-size: 35px;
}
.center-img {
  text-align: center;
}
.about-photo-item {
  margin-bottom: 15px;
  height: auto !important;
}
.about-photo-item img {
  width: 100% !important;
  height: auto !important;
}
.yacht-category-wrapper-on-list {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #07acde;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px 0px 0px 4px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.destination-item .content-wrapper {
  min-height: 200px;
}
.box-blog-content {
  height: 110px;
  overflow: hidden;
}

/* ----- MEDIA ------ */
@media only screen and (max-width: 600px) {
  .header-wrapper {
  }
  .btn-style{padding: 2px 7px!important;
    text-align: center!important;}
      .cd-dropdown-trigger{color:#000}
  .destination-content-wrapper img {
    max-width: 250px;
    height: auto;
  }
  .box-v2-content ul li{
   padding-right:5px!important;
   padding-left:5px!important;
   border-right:none!important;
  }
  #menu-main-1 {
    padding: 0px !important;
    margin-top: 22px;
  }
  #menu-main-1 li {
    list-style: none !important;
  }
  .wpmi-icon {
    display: none !important;
  }
  #menutitle-mobile {
    /* margin-top: -51px !important; */
    top: -10px;
    position: relative;
  }
  .cd-dropdown-wrapper {
    
  }
  .footer-logo-wrapper img {
    /* width: auto !important; */
  }
  .sub-header-wrapper {
    height: 284px;
    padding-top: 50px;
  }
  .sub-menu {
    display: block !important;
    position: relative;
    z-index: 900;
    padding-left: auto;
    background: none;
    border-radius: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
  }
  .single-page-row {
    overflow: hidden;
  }
  .single-blog-content-wrapper p img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card p img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card .center-img img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card {
  }
  .box-blog-content {
    height: 150px;
    overflow: hidden;
  }
  .about-des p img {
    width: 100% !important;
    height: auto;
  }
  .boat-header-wrapper {
    height: 40vh !important;
  }
  .boat-header-wrapper {
    height: 40vh !important;
  }
  .gulet-header .breadcrumb-container {
    display: none;
  }
  #menu-item-31 .wpmi-icon {
    display: block !important;
  }

  .yacht-category-wrapper-on-list {
    top: -215px !important;
    bottom: auto !important;
    right: 15px;
  }
  .site-logo-wrapper {
    /* text-align: center; */
  }
  .sub-header-wrapper #openMenuLabel {
    color: #000;
  }
  .sub-header-wrapper #menuToggle span {
    background: #000;
  }
  .newsletter-form .email {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single-blog-image-wrapper img {
    margin-top: 0px;
  }
  .yacht-item h2 {
    margin-top: 15px;
  }
  .photo-item {
    height: 150px;
  }
  .filter-sidebar-wrapper {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-logo-wrapper img {
    width: 200px;
  }
  .filter-sidebar-wrapper label {
    display: none;
  }
  #home {
    position: absolute;
    z-index: 1000;
    top: 31px;
    right: 150px;
  }
  #home a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #5f5d5d;
    border-style: solid;
  }
  .single-blog-content-wrapper img {
    max-width: 275px !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  .wp-caption-text {
    width: 100%;
    display: table-caption;
    position: relative;
  }
  .single-blog-content-wrapper .wp-caption {
    width: 100% !important;
  }
  #attachment_3387 {
    width: 100%;
    display: grid;
    position: relative;
  }
  .cd-dropdown {
    height: 550px !important;
  }
  .header-wrapper{padding-bottom:0px;}
}
/* ----- MEDIA ------ */

.index-video1{
  border-radius: 16px;
    overflow: hidden;
    min-height: 510px;
    background-size: cover;
    background-position: right;
    font-size: 19px;
    padding-left: 35px;
    padding-right: 20px;
}
.box-v1-content h2{
  font-size: 22px;
  font-weight: 700;
  color: #025984;
  }
.team-member-name{
  font-size: 22px;
  font-weight: 300;
  position: absolute;
  bottom: 15px;
  left: 65px;
  color: #fff;
  text-align: center;
  }

.fav{width: 20px;height: 20px;background: url(../img/fav.png);position: absolute;top: 15px;left: 28px;background-size: contain;}
.icon-left{float: left;}
.icon-right{float: right;}
.reviewsector .owl-nav{
  display: none;
}
.comments-wrapper-page{background-color: #e2e2e2;color: #000;padding: 30px; border-radius: 16px;margin-top: 30px;font-size: 15px;letter-spacing: 0px;line-height: 22px;min-height: 320px;display: flex;}
.comments-wrapper-page h3{color: #000;margin-top: 0px;}
.comments-wrapper-page h2{color: #fff; font-weight: 400;}

.index-yacht-categories-wrapper{margin-top: 60px;}
.yacht-category-item-wrapper h2{
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin:10px 0;
}
.single-yacht-content-wrapper {
  color : #000;
}
.single-yacht-content-wrapper a{
  color : #000;
}
.yacht-category-item-wrapper p{
  color: #565656;
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
}
/* Image container with overflow hidden */
.yacht-category-item-wrapper {
  overflow: hidden;
  position: relative;
  border-radius: 8px; /* Optional rounded corners */
}

/* Image styling */
.cat-img-in-list-new {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
  transform: scale(1);
  display: block;
}

/* Hover effects */
.yacht-category-item-wrapper:hover .cat-img-in-list-new {
  transform: scale(1);
  opacity: 0.8;
}
.gglobe{
  width: 25px!important;
  height: 25px!important;
}
/* Optional overlay effect */
.yacht-category-item-wrapper .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.yacht-category-item-wrapper:hover .img::after {
  opacity: 1;
}
.head img{
  border-radius:20px!important;
}
.head img:hover{
  border-radius:5px!important;
}
.single-yacht-featured img{margin-top: -10%;}
.google-maps-wrapper{border-radius: 16px; overflow: hidden;}
.single-yacht-featured-content-wrapper{margin-top: 60px;}
.single-title-bar{padding-top: 30px;}
.wpcf7 input[type="submit"]{
    background: #013067;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    border-radius: 8px;
    border: 0px;
    }

.single-yacht-left-block-featured-spects ul{padding-left: 0px;}
.single-yacht-left-block-featured-spects ul li{list-style: none;float: left;margin-right: 15px;font-weight: 500;font-size: 17px;margin-top: 20px;}
.single-yacht-left-block-featured-spects ul li:last-child{
  border:none;
}
.single-yacht-content-wrapper{margin-top: 60px;background: #fff;position: relative;z-index: 0;padding-top: 60px;padding-bottom: 30px;}
.single-yacht-form-wrapper .form-title{padding-top: 15px; font-size: 30px;}
.single-yacht-gallery-item{/* height: 205px; */overflow: hidden;}
.single-yacht-header-template-wrapper{border-radius: 16px;background: #fff;overflow: hidden;height: 500px;position: relative;bottom: -91px;/* box-shadow: 0px -1px 20px 0px #00000073; */}
.noPadRight{padding-right: 1px!important;padding: 0px;border-right: solid 2px #fff;}
.noPadLeft{padding-left: 0px!important;padding: 0px;}
.single-yacht-gallery-item img{width: 100%;height: 250px;border-bottom: solid 2px #fff;}
.yacht-gallery-wrapper{margin-top: 30px;}
.single-yacht-header-template{
    background: #002033;
    color: #fff;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    position: relative;
    z-index: 10;
    }
.template-page-content-wrapper {
  padding-bottom: 30px;
}
.box-v2-content ul {
  padding-left: 0px;
  justify-content: space-between;
  display: flex;
  min-height: 2px;
}
.cd-dropdown {
  z-index: 1100!important;
}
.cd-dropdown.dropdown-is-active {
  z-index: 1100!important;
}
.img-w100{
  width: 100%;
  /*height: 370px;*/
}
.box-v2-content{margin-bottom: 30px;}
.box-v2-content ul li {
  float: left;
  list-style: none;
  margin-right: 12px;
  color: #565656;
  border-right: solid 1px #b7b7b7;
  padding-right: 50px;
  padding-left: 40px;
  font-size: 17px;
}
.box-v2-content ul li:last-child{border-right:0px;}
.btn-style {
  background: #013067;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border-radius: 8px;
}
.btn-style:hover {
  color: #fff;
}
.gradian-bg {
  background: linear-gradient(
    180deg,
    rgb(14 130 167 / 48%) 0%,
    rgba(25, 61, 115, 0) 100%
  );
}
.right-banner-page-template {
  background: #002033;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.right-banner-page-featured img {
  width: 100%;
  border-radius: 16px;
}

.index-title-font{
  font-family: "Cormorant", serif;
  font-size: 46px;
  font-weight: bold;
}
.title-font {
  font-family: "Cormorant", serif;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
}
.title-font-black{
    font-family: "Cormorant", serif;
    font-size: 39px;
    font-weight: 700;
    color: #000;
}
h1,
h2,
h3,
h4,
h5 {
  /* font-family: 'Tangerine', cursive; */
  font-weight: 600;
  color: #333;
}

.box-v2-content p {
  color: #fff;
}

.section-row {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4b7178;
  line-height: 30px;
}
.index-title-bar {
  padding-bottom: 40px;
}
.box-destination-img {
  border-radius: 6px;
  overflow: hidden;
  border-radius: 16px;
}
.box-destination-img img {
  width: 100%;
}
.head h2 {
  font-size: 22px !important;
  font-weight: bold;
}
.banner-page-template {
  /* padding: 150px; */
  background-size: cover;
  background-position: center;
}

.box-v2-item:hover {
  /*transform: scale(1.1);*/ /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.box-v2-img {
}
.box-v2-content {
}
.box-v2-read-more {
  background: #001b3c;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  border-radius: 8px;
}
.box-v2-read-more:hover {
    color: #fff;
}

.banner-page-template-header {
  text-align: center;
}
.banner-page-template-header h1 {
  color: #fff;
  background: #00000069;
  margin: 0px;
  padding: 150px;
}

.btn-wrapper {
  margin-top: 15px;
}
.standart-btn {
  text-align: center;
  display: inline-block;
  background: #013067;
  padding: 10px 25px;
  border-radius: 40px;
  color: #fff;
  border-style:outset;
}
.standart-btn:hover{
  background: #fff;
  color: #013067;
  border-color:#013067;
  
}

input:focus {
  outine: 0px;
}

.faq-title-wrapper a {
  color: #000;
}
.faq-title-wrapper {
  height: 80px;
  overflow: hidden;
}

.site-logo-wrapper img {
  width: 80%;
}

.banner-wrapper {
  position: relative;
  z-index: 0;
}

.gulets-row .box-card h2 {
  font-size: 17px;
}
.footer-logo {
  width: 235px;
}

.menu {
  margin-top: 17px;
  float: right;
}
.menu li {
  list-style: none;
  float: left;
}

.menu li a:hover {
  color: #989898; /* font-weight: 600; */
}

.sub-header-wrapper {
  padding-bottom: 15px; /* border-bottom: solid 1px #ededed; */ /* margin-bottom: 40px; */
  background: #292929;
  padding-top: 15px;
}
.sub-header-wrapper .menu {
  margin-top: 23px;
  float: right;
}
.sub-header-wrapper .menu li {
  list-style: none;
  float: left;
}
.sub-header-wrapper .menu li a {
  color: #ffffff;
  font-size: 15px;
  padding-left: 8px;
  font-weight: 600;
  transition: all 0.5s ease;
  width: 100%;
  padding-right: 8px;
}
.sub-header-wrapper .menu li a:hover {
  color: #434343; /* font-weight: 600; */
}
.nopadform {
  margin-bottom: 15px;
}
.nopadform input {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #ededed;
  padding: 5px;
}
.about-row {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #4b7178;
  line-height: 30px;
}
.index-blog-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.fixed-form-wrapper {
  position: fixed;
}
.box-blog-img img {
  width: 100%;
  border-radius: 4px;
}
.box-blog-item {
  padding: 15px;
  background: #fff; /* box-shadow: 1px 1px 0px #e6e6e6; */
  border-radius: 4px;
  margin-bottom: 30px;
  border: solid 1px #eee;
}
.box-blog-item h2 {
  color: #000;
  font-size: 16px;
  margin-top: 15px; /* margin-bottom: 15px; */
}
.box-blog-read-more {
  background: #dadada;
  border-radius: 4px;
  display: block;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  color: #313131;
  font-weight: 500;
  font-size: 14px;
}

.newsletter {
  background: #6d6d6d;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
  margin-top: 40px;
}

.head-logo {
  width: 185px;
  margin-top: -5px;
}
.header-wrapper .head-logo {
  width: 185px;
  margin-top: -5px;
}

.footer-logo-wrapper {
  margin-bottom: 30px;
  margin-top: 30px;
}
.tursab-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #313131;
}


.last-row {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #e2e2e2;
  color: #333;
  font-size: 13px;
}
.newsletter h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  color: #fff;
  font-size: 40px;
}
.newsletter-form .email {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 0px;
  padding-left: 15px;
  width: 100%;
  color: #000;
}
.newsletter-form .button {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  border: 0px;
  padding-left: 15px;
  width: 100%;
  background: #ededed;
  color: #19aab6;
  font-weight: 700;
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: #0000002e !important;
  z-index: 5;
}

.filter-sidebar-wrapper .col-md-12 {
  margin-bottom: 15px; /* background: #fff; */
}
.filter-sidebar-wrapper .label {
  display: block;
}
.filter-sidebar-wrapper .filter-input-sidebar {
  display: flow-root;
  width: 100%;
  border: solid 1px #edededed; /* padding-top: 13px; */
  max-height: calc(1.2em + 24px);
  height: calc(1.2em + 24px);
}
.filter-sidebar-wrapper h3 {
  margin-top: 0px;
  font-size: 36px;
}
.filter-sidebar-wrapper {
  color: #000d;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.page-location {
  background: #ededed;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.yacht-img {
  height: 200px;
  /* overflow: hidden; */
  width: 100%;
}
.yacht-img img {
  height: 100%;
  border-radius: 4px;
  width: 100%;
}
.yacht-item {
  border: solid 1px #ededed;
  border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  background: #fff;
}
.yacht-item h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 27px;
  color: #000;
}
.yacht-item .specs {
  /* margin-top: 15px; */
  display: inline-grid;
  font-size: 13px;
  font-weight: 600;
}
.yacht-item .specs ul {
  padding-left: 0px;
}
.yacht-item .specs ul li {
  list-style: none; /* margin-bottom: 15px; */ /* border-bottom: solid 1px #ededed; */
  padding-top: 5px;
}
.filter-bar {
  background: #fff;
  border: solid 1px #ededed;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}
.select-filter-bar-wrapper {
  float: right;
  margin-left: 15px;
}
.shortby {
  float: left;
  margin-left: 15px;
}
.box-card {
  border: solid 1px #ededed;
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
}
.yacht-item-price-wrapper {
  /* margin-top: 15px; */
  display: block;
  /* border-top: solid 1px #ededed; */
  padding-top: 0px;
  padding-bottom: 0px;
  /* border-bottom: solid 1px #ededed; */
  font-size: 19px;
  color: #07acde;
}
.yacht-item-more-wrapper {
  margin-top: 0px;
  display: block;
  /* border-top: solid 1px #ededed; */
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
  /* border-bottom: solid 1px #ededed; */
  font-size: 21px;
  color: #2a848a;
}
.yacht-item-more-wrapper a {
  font-size: 14px;
  color: #ffffff;
  background: #74bcd2;
  border-radius: 44px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  text-shadow: 0px 1px 4px #000;
  font-weight: 600;
  /* float: left; */
}

.w100 {
  width: 100%;
}
.boat-header-wrapper {
  height: 100vh;
  background-size: cover;
  position: relative;
  background-position: 16% 89%;
}
.destination-img img {
  border-radius: 4px;
}
.destinations-item .content-wraper a {
  font-weight: 600;
  color: #07acde;
}
.gulet-header {
  position: absolute;
  bottom: 0px;
  padding: 15px;
  background: #0000002b;
  left: 0px;
  right: 0px;
}
.gulet-first-block {
  background: #464646;
}
.gulet-first-block .first-box {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  color: #fff;
}
.photo-item {
  height: 250px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.photo-item img {
  height: 100%;
}

.gulet-pic-slider {
  margin-top: 15px;
  margin-bottom: 15px;
}
.owl-controls .owl-prev {
  position: absolute;
  z-index: 1000;
  top: 42%;
  font-size: 25px;
  background: #eee;
  padding: 12px;
  border-radius: 4px;
  left: -8px;
}
.owl-controls .owl-next {
  position: absolute;
  z-index: 1000;
  top: 42%;
  font-size: 25px;
  background: #eee;
  padding: 12px;
  border-radius: 4px;
  right: -8px;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  border-radius: 4px;
}
.single-gulet-box {
  margin-bottom: 30px;
}
.gulet-prices-wrapper {
  margin-bottom: 30px;
}
.gulet-specifications {
  margin-bottom: 30px;
}
.true {
  color: green;
  float: left;
}
.false {
  color: red;
  float: left;
}
.spec-label {
  float: left;
  margin-left: 5px;
}
.spec-wrpaper {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.gulet-pic-slider {
  margin-bottom: 30px;
  margin-top: 30px;
}
.bar-title h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 40px;
}
.gulet-prices-wrapper h4 {
  color: #000;
}
.gulet-form-wrapper {
  margin-top: 15px;
}

.destination-img {
  height: 200px;
  width: 100%;
  overflow: hidden;
}
.destination-img img {
  height: 225px;
  width: 100%;
  border-radius: 4px;
}
.box-blog-img {
  height: 270px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.box-blog-img img {
  width: 100%;
  border-radius: 16px;
}
.blog-title-wrapper {
  height: 50px;
}
.blog-title-wrapper a {
  font-size: 17px;
  color: #000;
}
.cat-wrapper .link-item {
  margin-bottom: 5px;
}
.cat-wrapper .link-item a {
  color: #000;
  font-weight: 500;
}
.cat-wrapper h3 {
  margin-top: 0px;
}
.single-blog-image-wrapper {
  overflow: hidden;
  transition: all 0.5s ease;
}
.single-blog-image-wrapper:hover {
  height: auto;
  overflow: hidden;
}
.single-blog-image-wrapper img {
  margin-top: -150px;
  width: 100%;
}
.single-page-header h1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 38px;
  color: #000; /* text-align: center; */
}
.single-photo-item {
  height: 450px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 4px;
}
.destination-content-wrapper {
  margin-top: 15px;
}
.single-blog-img-wrapper {
  height: 300px;
  overflow: hidden;
}
.single-blog-img-wrapper img {
  margin-top: -15px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.blog-images {
  margin-top: 15px;
}
.blog-images h2 {
  font-size: 20px;
  color: #000;
}
.destination-item h3 a {
  color: #000;
}
.sub-menu {
  display: none;
}
.sub-header-wrapper .menu li a:hover .sub-menu {
  display: block;
}
.sub-menu {
  position: absolute;
  z-index: 1000;
  padding-left: 0px;
  background: #464646;
  border-radius: 4px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 200px;
}
#menu-item-226:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-98:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-28:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-211:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-29:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-29:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12699:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12699:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12695:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12695:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-12694:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-12694:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-14403:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-14403:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

#menu-item-14405:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}
#menu-item-14405:hover .sub-menu {
  display: grid !important;
  color: #ddd;
  padding-left: 0px;
}

.gulet-content-wrapper h3 {
  font-size: 40px;
}
.gulet-prices-wrapper h3 {
  font-size: 40px;
}
.gulet-container h3 {
  font-size: 27px;
}
.sub-menu li {
  width: 100%;
}
.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.informations .blog-title-wrapper h3 {
  font-size: 40px;
  text-align: center;
}
ac .footer-logo-wrapper img {
  width: 270px;
}
.gulet-list-header h3 {
  font-size: 40px;
}
.project-header a {
  font-size: 21px;
}
.gulet-header h1 {
  color: #fff;
  font-size: 45px;
}
.about-row h2 {
  font-size: 27px;
}
.others {
  font-size: 35px;
}
.center-img {
  text-align: center;
}
.about-photo-item {
  margin-bottom: 15px;
  height: auto !important;
}
.about-photo-item img {
  width: 100% !important;
  height: auto !important;
}
.yacht-category-wrapper-on-list {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #07acde;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px 0px 0px 4px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.destination-item .content-wrapper {
  min-height: 200px;
}
.box-blog-content {
  height: 110px;
  overflow: hidden;
}
.teamsection {
  display: flex;
  flex-wrap: wrap;
}

/* Main image container */
.first-img-index {
  height: 100%;
}

/* Team member wrapper */
.team-member-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Image styling for consistent heights */
.first-img-index img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1; /* Square ratio, adjust as needed */
}
.team-member-wrapper img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/2; /* Square ratio, adjust as needed */
}

.team-member-wrapper img, .first-img-index img {
  height: 300px;
  border-radius:20px;
}
/* ----- MEDIA ------ */
@media only screen and (max-width: 600px) {

  .show-more-btn a{}

  .mob-head{font-size: 24px;}

  .team-member-wrapper{margin-bottom: 30px;}
  .box-v2-item{background-position: center;}
  

  .team-member-name {
    font-size: 22px;
    font-weight: 300;
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    color: #fff;
    text-align: center;
}

  .first-img-index {
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 30px;
  }
  .first-img-index img{
   margin-top: 0px!important;
  }

  .yacht-category-item-wrapper{margin-bottom: 30px;}

  .index-video1{    padding-left: 17px!important;
    color: #fff;
    padding-top: 0px!important; background-position: left;}

  .wpcf7 textarea{width: 100%!important;}
  .btn-style{padding: 2px 7px!important;
    text-align: center!important;}
      .cd-dropdown-trigger{color:#000}
  .destination-content-wrapper img {
    max-width: 250px;
    height: auto;
  }
  #menu-main-1 {
    padding: 0px !important;
    margin-top: 22px;
  }
  #menu-main-1 li {
    list-style: none !important;
  }
  .wpmi-icon {
    display: none !important;
  }
  #menutitle-mobile {
    /* margin-top: -51px !important; */
    top: -10px;
    position: relative;
  }
 
  #menutitle-mobile2{
    color:#000!important;
  }
  .cd-dropdown-wrapper {
    
  }
  .footer-logo-wrapper img {
    /* width: auto !important; */
  }
  .sub-header-wrapper {
    height: 284px;
    padding-top: 50px;
  }
  .sub-menu {
    display: block !important;
    position: relative;
    z-index: auto;
    padding-left: auto;
    background: none;
    border-radius: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-width: 0px;
  }
  .single-page-row {
    overflow: hidden;
  }
  .single-blog-content-wrapper p img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card p img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card .center-img img {
    width: 100% !important;
    height: auto;
  }
  .destination-content-wrapper .box-card {
  }
  .box-blog-content {
    height: 150px;
    overflow: hidden;
  }
  .about-des p img {
    width: 100% !important;
    height: auto;
  }
  .boat-header-wrapper {
    height: 40vh !important;
  }
  .boat-header-wrapper {
    height: 40vh !important;
  }
  .gulet-header .breadcrumb-container {
    display: none;
  }
  #menu-item-31 .wpmi-icon {
    display: block !important;
  }

  .yacht-category-wrapper-on-list {
    top: -215px !important;
    bottom: auto !important;
    right: 15px;
  }
  .site-logo-wrapper {
    /* text-align: center; */
  }
  .sub-header-wrapper #openMenuLabel {
    color: #000;
  }
  .sub-header-wrapper #menuToggle span {
    background: #000;
  }
  .newsletter-form .email {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .single-blog-image-wrapper img {
    margin-top: 0px;
  }
  .yacht-item h2 {
    margin-top: 15px;
  }
  .photo-item {
    height: 150px;
  }
  .filter-sidebar-wrapper {
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .site-logo-wrapper img {
    width: 200px;
  }
  .filter-sidebar-wrapper label {
    display: none;
  }
  #home {
    position: absolute;
    z-index: 1000;
    top: 31px;
    right: 150px;
  }
  #home a {
    display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top-width: 1px;
    border-color: #5f5d5d;
    border-style: solid;
  }
  .single-blog-content-wrapper img {
    max-width: 275px !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  .wp-caption-text {
    width: 100%;
    display: table-caption;
    position: relative;
  }
  .single-blog-content-wrapper .wp-caption {
    width: 100% !important;
  }
  #attachment_3387 {
    width: 100%;
    display: grid;
    position: relative;
  }
  .cd-dropdown {
    height: 550px !important;
  }
  .header-wrapper{padding-bottom:0px;}
}
/* ======================
   Mobile Menu Modal
   ====================== */
.mobile-menu-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
  overflow-y: auto;
}

.modal-content {
  background: #fff;
  margin: 20% auto;
  padding: 20px;
  width: 90%;
  max-width: 500px;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  cursor: pointer;
  background: none;
  border: none;
  color: #333;
  transition: color 0.2s ease;
}

.close-modal:hover {
  color: #000;
}

.mobile-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 18px;
  display: block;
  transition: color 0.2s ease;
}

.mobile-menu li a:hover {
  color: #000;
}

/* ======================
   Hamburger Menu
   ====================== */
.hamburger {
  padding: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  width: 100%;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.hamburger-inner {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger-inner:first-child {
  top: 0;
}

.hamburger-inner.middle-bar {
  top: 50%;
  transform: translateY(-50%);
}

.hamburger-inner:last-child {
  bottom: 0;
}

/* Active state */
.hamburger.is-active .hamburger-inner:first-child {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.is-active .hamburger-inner.middle-bar {
  opacity: 0;
}

.hamburger.is-active .hamburger-inner:last-child {
  transform: translateY(-10px) rotate(-45deg);
}

/* Language selector in hamburger */
.hamburger .gtranslate_wrapper {
  order: -1;
  margin-right: 10px;
}
.section-row .cat-img-in-list-new{
  object-fit: cover;
}
.section-row  .index-yacht-categories-wrapper{
  margin-top:40px;
}
@media (max-width: 767px) {
  .testimonial-grid {
    column-count: 1;
  }
  .index-video1{
    min-height: 350px;
  }
  .cat-img-in-list-new {
    height: 500px;
    width: 100%; 
    object-fit: cover;
    object-position: center center;
}
  .team-member-wrapper img, .first-img-index img{
    height: 500px;
  }
  .team-member-name3{
    bottom:90px;
  }
  .footer-wrapper{
    height: 950px;
  }
  .footerlogo{
    padding: 40px 0 0 0;
  }
  .index-yacht-categories-wrapper{
    margin-top:30px;
  }
  .yacht-category-item-wrapper{
    margin:0;
  }
  .mainheadingwrapper p{
    padding:0 10%;
    font-size:16px;
    font-weight: 200;
  }
  .mainheadingwrapper h1{
    font-size:38px;
  }
  .category-carousel .owl-nav{
    display: none;
  }
  .guide-carousel .owl-nav{
    display: none;
  }
  .yacht-card p{
    font-size:10px;
  }
  .header-wrapper , .header-wrapper2{
    padding-bottom:40px;
  }
  .taxoheadertext{
    padding:5% 10%;
  }
  .category-filter-list{
    gap:15px;
  }
  .singleblogimg{
    margin-top:60px;
  }
  .indexbannerp{
  line-height: 15px;
}
}
/* ----- MEDIA ------ */
