html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400; /* Default weight */
  color: #000;       /* Optional: base text color */
      /* background: #fbf0ea; */
      background: #fff;
	  overflow-x:hidden;
}

p {color:#3E4143; font-family: 'Lato', sans-serif; font-size:18px; line-height:28px;}
p.lead {color:#3E4143; font-family: 'Lato', sans-serif; font-size:18px; line-height:28px; font-weight:400;}
.container-1600 {max-width:1600px;}
.text-brown {
  color: #AA7C47;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size:60px;
  text-transform: uppercase;
  line-height: 1;
}
.about-yacht {padding:100px 0 !important; border-bottom: 1px solid rgba(0, 0, 0, 0.15);}
.about-yacht-text {
    margin-top: 60px !important;
}
.feature-card {
  position: relative;
  overflow: hidden;
  padding:0;
}

.feature-card img {
  transition: transform 0.4s ease;  width: 100%; transform: scale(1.01);
}

.feature-card:hover img {
  transform: scale(1.05);
}

.overlay-caption {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  padding: 10px 0;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s ease;  
  font-family: Lato;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2%;
  text-transform: capitalize;
}

.title-top {
  font-family: Lato;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 3px;
  color: #000;
  }

.feature-card:hover .overlay-caption {
  opacity: 1;
  transform: translateY(-20px);
}


.service-card {
  overflow: hidden;
  position: relative;
}

.service-card img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
}

.service-card:hover img {
  transform: scale(1.05);
}

.service-caption {
	position: absolute;
	bottom: 50px;
	left: 0;
	color: #fff;
	font-size: 26px;
	/* background-color: rgba(0, 0, 0, 0.5); */
	/* padding: 4px 10px; */
	/* border-radius: 4px; */
	text-align: center;
	width: 100%;
}

.goan-hospitality {
  background-color: #fbf0ea;
}

.goan-hospitality img {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.contact-section {
  background: transparent url('../images/contact-bg.jpg') no-repeat scroll top center;
  padding-bottom: 20px !important;
  background-size: cover;
}

.contact-box {
  background-color: rgba(0, 99, 139, 0.1); padding: 60px !important; margin-top: 30px;
}

.btn-brown {
	background: #AA7C47 url('../images/submit-arrow.svg') no-repeat scroll 83% 24px;
	color: #fff;
	border: none;
	padding: 19px 45px 19px 25px;
	line-height: 1;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
}
.btn-brown img {
  margin-left: 5px;
}

.btn-brown:hover {
  background-color: #8b5f3d;
}

.form-control::placeholder {
  color: #fff;
  font-size: 17px;
}

.form-control {
  border:0;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 17px;
  font-weight:600;
  padding: 10px 0;
  border-radius: 0;
}
.form-control:focus {
	box-shadow: none;
	border-color: #fff;
}


.contact-icons-part {
	display: flex;
	gap: 20px;
	align-items: center;
	align-content: center;
	width: 100%;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.contact-icons-part-last {padding-bottom: 0px; border-bottom: 0;}
.contact-icon {
  width: 75px;
}
.contact-data {
  width: calc(100% - 75px);
}
.contact-data {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.contact-data a {
  color: #fff;
  text-decoration: none;
}
.contact-data a.map-a {
	text-decoration: underline;
}
.footer-part {
	border-top: 1px solid rgba(255,255,255,0.25);
	padding-top: 30px;
	margin-top: 50px;
}
.footer-part p {
	font-size: 15px;
	color: #fff;
}
.packages-section {
	background: #fbf0ea;
}

.tabb-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.tabb-data h3 {
  width: 100%;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin:0;
}
.tabb-content {
  background: #F9E8DC;
}

.package-price {
  color: #AA7C47;
  width: 100%;
  font-size: 105px;
  line-height: 1;
  /* font-family: "Cormorant Garamond", serif; */
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 35px;
}

.package-details {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.package-details ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tabb-data {
  max-width: 570px;
}
.package-details ul li {
  font-size: 18px;
  font-weight: 500;
  color: #3E4143;
  width: 40%;
}
.package-details ul::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	left: 50%;
	top: 0;
}

.inclusions-details {
  width: 100%;
}
.package-h4 {
  width: 100%;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin: 30px 0;
}
.inclusions-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.inclusions-details ul li {
  font-size: 18px;
  font-weight: 500;
  color: #3E4143;
  width: 45%;
  display: flex;
  align-items: center;
}
.inclusions-details ul::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  left: 50%;
  top: 0;
}
.inclusions-details ul li img {
  width: 35px;
  margin-right: 15px;
}
.tabb-data-col {padding:50px}

.resp-tabs-list li {position:relative;}
.resp-tab-item.hor_1.resp-tab-active::after { content: ''; position: absolute; bottom: -10px; left: 25px; background: #AA7C47; width: calc(100% - 50px); height: 1px; }
.resp-tabs-list li::before { content: ''; position: absolute; top: 0; left: -8px; background: rgba(0,0,0,0.2); width: 1px; height: 100%; }
.resp-tabs-list li:first-child::before {display:none;}
.services-board { background: #fff; }
.gallery-tabb-content {/* background:#fef1ea; */background:#fff;}
.owl-carousel .owl-prev { background: transparent url('../images/prev.svg') no-repeat scroll center !important; width: 60px; height: 60px; }
.owl-carousel .owl-next { background: transparent url('../images/next.svg') no-repeat scroll center !important; width: 60px; height: 60px; }
.owl-carousel-gallery.owl-theme .owl-nav, .owl-carousel-vdogallery.owl-theme .owl-nav {margin-top:50px;}
.owl-carousel .owl-prev span, .owl-carousel .owl-next span {display:none;}
.video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}
.hero-video-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
}

.video-overlay {
  position: relative;
  z-index: 2;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3); /* optional dark overlay */
  padding: 2rem;
}

.video-overlay h1, .slider-h1 { font-family: 'Cormorant Garamond', serif; font-size: 70px; letter-spacing: 1px; font-weight:400 !important; text-shadow: 0 0 20px #000; color: #fff; }

.video-overlay p {
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	letter-spacing: 10px;
	margin-top: 0px;
	font-weight: 300;
	color: #fff;
    text-shadow: 0 0 20px #000;
}
/* Header Styling */
.top-header {
  background-color: #fdf1eb;
  position: relative;
  z-index: 1000;
}
.top-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: none;
  box-shadow: 0 0 5px #ddc4b8;
}

.top-header.sticky {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.menu-toggle {
  cursor: pointer;
  font-weight: 500;
}

.menu-icon {
  font-size: 1.2rem;
}

/* Sidebar */
.sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background: #fbf0ea;
  box-shadow: 2px 0 10px rgba(0,0,0,0.1);
  transition: left 0.3s ease;
  z-index: 1100;
  padding: 60px 30px 30px;
}

.sidebar.open {
  left: 0;
}

.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-nav ul li {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0,0,0,0.07); letter-spacing: 2px;
}

.sidebar-nav ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  font-weight: 500;
  padding: 15px 0px; 
  display: block;
  line-height: 1;
}

/* Overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1000;
  display: none;
}

.sidebar-overlay.active {
  display: block;
}

/* Logo & Button */
.logo-img {
  height: 100px;
}

.logo-text h5 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 1px;
}

.btn-book-now {
  background-color: #a87644;
  color: #fff;
  padding: 12px 25px;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 16px;
  margin-left: 15px;
}

.btn-book-now:hover {
  background-color: #916537;
}
.sidebar-close {
  position: absolute;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  background-color: #AA7C47;
  color: #fff;
  right: 0;
  top: 0;
  width: 50px;
  line-height: 1;
  height: 50px;
  z-index: 99999;
  border-radius: 0 0 0;
}
.top-header-part {
	display: flex; justify-content: space-between; 
}

.package-h3 {
  width: 100%;
  font-size: 38px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
}
.food-data {
  width: 100%;
}
.package-price-2 {
  color: #AA7C47;
  width: 100%;
  font-size: 70px;
  line-height: 1;
  /* font-family: "Cormorant Garamond", serif; */
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 20px;
  /* margin-top: -25px; */
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
}
.pkg-price-span {
	font-size: 23px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	padding-left: 15px;
	position: relative;
	top: 7px;
	line-height: 1.2;
	letter-spacing: 0;
}
.custom-heading {
	color: #AA7C47;
	width: 100%;
	font-size: 52px;
	line-height: 1;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.package-dark {
  width: 100%;
  margin: 0px 0px 25px;
  font-size: 26px;
  font-weight: 500;
  color: #3E4143;
}
.food-data:last-child .package-price-2 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.btn {
	position: relative;
}
.btn:hover {
	color: #fff;
}

.btn:after, .btn:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 0.5s;
  opacity:0;
}
.btn:after {
  top: 0;
  left: -1px;
  border-top: 3px solid #6a3900;
  border-left: 3px solid #6a3900;
}
.btn:before {
  bottom: 0;
  right: -1px;
  border-bottom: 3px solid #6a3900;
  border-right: 3px solid #6a3900;
}
.btn:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btn:hover:before, .btn:hover:after {
  width: 100%;
  height: 100%;
  opacity:1;
}
.about-group-txt {max-width:590px;}
section.packages-section, section.services-board, section.gallery-section, section.goan-hospitality, section.contact-section {padding-top:100px !important;}
.mfp-iframe-holder .mfp-close { top: -40px; background: #a87644; z-index: 9; opacity: 1; right: 0; width: auto; padding: 5px; line-height: 1; width: 40px; height: 40px; text-align: center; }

.whatsapp-float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  transition: background 0.3s ease;
}

.header-right .social-media-link {
	display: none;
}

.services-board-box {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  gap: 20px 0px;
  flex-wrap: wrap;
  background: #F9E8DC;
  max-width: 1000px;
  margin: auto;
}
.services-board-heading {
  width: 100%;
  color: #3E4143;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 15px;
}
.services-board-item {
  position: relative; width:33.33%; padding:30px;
}
.services-board-item::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(168, 118, 68, 0.15);
}
.services-board-item:last-child:after {
  display: none;
}
.services-board-icon {
  width: 100%;
}
.services-board-icon img {
  width: 80px;
}



.about-yacht-box {
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
  gap: 20px 0px;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 50px;
}
.about-yacht-heading {
  width: 100%;
  color: #AA7C47;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 15px;
}
.about-yacht-item {
  position: relative; width:20%; padding:0 15px;
}
.about-yacht-item::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgba(168, 118, 68, 0.15);
}
.about-yacht-item:last-child:after {
  display: none;
}
.about-yacht-icon {
  width: 100%;
}
.about-yacht-icon img {
  width: 80px;
}
.gallery-section {padding-bottom:100px;}


@media screen and (min-width:1200px) and (max-width:1599px) {
#about-group { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
}
@media screen and (min-width:1300px) {
.top-header-part .logo { /* padding-left: 145px; */padding-left: 60px; }
.tabb-data-col { align-content: center; align-items: center; }
}
@media screen and (max-width:767px) {
.top-header-part .logo { margin-left: -70px; }
.logo-img { /*height: 80px;*/height: 60px; }
.video-overlay, .hero-video-section {height: 350px;}
.bg-video {height: 100%; min-height: 350px; z-index:-1;}
.video-overlay h1, .slider-h1 { font-size: 30px; }
.video-overlay p { font-size: 18px; }
.text-brown {font-size: 26px;}
.tabb-data h3, .package-h4 {font-size: 24px;}
.feature-card {width:100%;}
.tabb-data-col { padding: 25px; }
.package-price {font-size: 45px; /* line-height: 55px; */margin-bottom: 15px;}
.inclusions-details ul li, .package-details ul li {width: 46%; font-size: 16px; line-height: 1.2;}
.service-caption { font-size: 22px; }
.owl-carousel .owl-prev, .owl-carousel .owl-next {width: 45px; height: 45px; background-size: cover !important;}
.video-play-icon {width: 40px; height: 40px;}
.owl-carousel-gallery.owl-theme .owl-nav { margin-top: 15px; margin-bottom: 15px; }
.contact-box {padding: 15px 0px !important; margin: 0;}
.contact-section {background-size: cover;}
.footer-part {padding: 25px 15px 0; margin-top: 30px; padding-bottom: 35px !important; }
.contact-icon {width: 55px;}
.contact-icon img {max-width: 100%;}
#parentHorizontalTab,#parentHorizontalTab2 { padding: 0 15px; }
.gallery-tabb-content {padding-top: 15px;}
.top-header {padding: 10px 0px !important;}
.btn-book-now {margin-left: 0; position: fixed; width: 100%; left: 0; bottom: 0;}
.about-yacht .container.container-1600 { padding: 0; }
.tabb-content {padding-top: 15px;}
.custom-heading {margin-bottom: 10px; font-size: 30px;}
.package-dark {color: #3E4143; font-size: 22px; line-height: 1;}
.package-price-2 {margin-top: 0px; font-size: 45px; }
.pkg-price-span {top: 22px; font-size: 16px;}
.package-h3 {font-size: 25px;}
section.packages-section, section.services-board, section.gallery-section, section.goan-hospitality, section.contact-section { padding-top: 50px !important; }
.about-yacht {    padding: 50px 0 !important;}
section.gallery-section { padding-bottom: 0 !important; }
.row.mlr-0 { margin-left: 0; margin-right: 0; }
#parentHorizontalTab {padding:0;}
.btn.btn-book-now:after,.btn.btn-book-now::before {display:none;}
.whatsapp-float { position: fixed; bottom: -9px; right: 3px;}
.whatsapp-float img { width: 55px; }
.no-br-mob br {display:none;}
.services-board-box, .about-yacht-box {gap: 0;}
.services-board-item, .about-yacht-item {width: 50%; padding:15px}
.services-board-heading, .about-yacht-heading {font-size: 19px;}
.services-board-item::after, .about-yacht-item::after {right: 0;}
.services-board-item:nth-child(2n)::after, .about-yacht-item::after {display:none;}

.services-board-item:first-child::before,.services-board-item:nth-child(2)::before { content: ''; position: absolute; left: 0px; bottom: 0; width: 100%; height: 1px; background: rgba(168, 118, 68, 0.15); }
.about-yacht-item:first-child::before,.about-yacht-item:nth-child(2)::before,.about-yacht-item:nth-child(3)::before,.about-yacht-item:nth-child(4)::before { content: ''; position: absolute; left: 0px; bottom: 0; width: 100%; height: 1px; background: rgba(168, 118, 68, 0.15); opacity:0; }
.about-yacht-box {justify-content: start;}
}
