/*
  Theme Name: BizPage (Customized for Vee Concierge)
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #d29317; /* Primary theme color */
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #a47313; /* Darker shade for hover */
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 25px 0; /* Slightly reduced bottom margin */
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; /* Bolder headings */
  margin: 0 0 20px 0;
  padding: 0;
  color: #333; /* Darker heading color */
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #d29317;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 25px 0; /* Slightly reduced padding */
  height: 82px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(0, 0, 0, 0.3); /* Start with slight transparency */
}

#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 15px 0; /* Reduced padding when scrolled */
  height: 72px;
  transition: all 0.5s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 32px; /* Slightly smaller */
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 2px; /* Reduced letter spacing */
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #d29317;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px; /* Ensure logo image fits */
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 30px;
  }
   #header {
    padding: 15px 0;
    height: 72px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.6); /* Slightly less dark overlay */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px; /* Add padding for smaller screens */
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 800; /* Bolder Hero Headline */
  line-height: 1.2;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 32px; /* Adjusted for mobile */
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 40px auto; /* Increased bottom margin */
  color: rgba(255, 255, 255, 0.9); /* Slightly transparent text */
  font-size: 18px; /* Larger subheadline */
  line-height: 1.5;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}
@media (max-width: 768px) {
  #intro p {
    font-size: 16px; /* Adjusted for mobile */
    width: 90%;
  }
}


#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: opacity 1.5s ease; /* Slower fade transition */
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
  opacity: 0.7;
}
#intro .carousel-control-prev:hover, #intro .carousel-control-next:hover {
    opacity: 1;
}


@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 42px; /* Larger controls */
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}
#intro .carousel-indicators .active {
  background-color: #d29317;
}


#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 600; /* Bolder button */
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px; /* Larger padding */
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #d29317;
  border: 2px solid #d29317; /* Add border */
}

#intro .btn-get-started:hover {
  background: transparent; /* Transparent background on hover */
  color: #d29317;
  border: 2px solid #fff; /* White border on hover */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 991px) { /* Changed breakpoint for hiding menu */
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8); /* Slightly transparent nav links */
  font-family: "Montserrat", sans-serif;
  font-weight: 600; /* Slightly bolder */
  font-size: 14px; /* Larger font */
  text-transform: uppercase;
  outline: none;
  transition: 0.3s;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #fff; /* White on hover/active */
}

.nav-menu > li > a:before { /* Underline effect */
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #d29317;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu > li:hover > a:before, .nav-menu > li.menu-active > a:before {
    visibility: visible;
    transform: scaleX(0.7); /* Adjust length of underline */
}


.nav-menu > li {
  margin-left: 15px; /* Increased spacing */
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 4px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
}

.nav-menu ul li:hover > a {
  color: #d29317;
  background-color: #f8f9fa; /* Slight background hover */
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) { /* Changed breakpoint */
  #mobile-nav-toggle {
    display: inline-block; /* Use inline-block */
    margin-top: 18px; /* Adjust top margin */
  }
  #header.header-scrolled #mobile-nav-toggle {
      margin-top: 14px; /* Adjust when scrolled */
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9); /* Darker mobile nav */
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 10px 0; /* Add padding */
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px; /* Larger font */
  text-transform: uppercase;
  overflow: hidden;
  padding: 12px 22px 12px 15px; /* Increased padding */
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #d29317;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
  color: rgba(255, 255, 255, 0.7); /* Sub-menu item color */
}

#mobile-nav ul .menu-item-active {
  color: #d29317;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i { /* Change icon to 'X' */
    /* Class is toggled in JS, no CSS needed here usually */
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 0px 0;
    overflow: hidden; /* Prevent horizontal scroll from animations */
}

.section-header h3 {
  font-size: 34px; /* Larger section titles */
  color: #222; /* Darker title */
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px; /* Increased padding */
  margin-bottom: 30px; /* Added margin */
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #d29317;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #555; /* Slightly darker paragraph */
  font-size: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7; /* Light grey background */
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
#about {
  background: #fff; /* White background */
  padding: 80px 0; /* Increased padding */
}

#about p {
  font-size: 15px;
  color: #555;
}
#about p.about-short {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

#about img {
  border-radius: 8px; /* Rounded corners for image */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#about .about-extra {
    margin-top: 60px;
}

#about .about-extra .box {
    padding: 30px;
    background: #f8f9fa; /* Light background for boxes */
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

#about .about-extra h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d29317;
    margin-bottom: 15px;
}

#about .about-extra p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

#about .about-extra ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#about .about-extra ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    color: #666;
}

#about .about-extra ul i {
    font-size: 18px;
    color: #d29317;
    margin-right: 8px;
    margin-top: 2px;
    line-height: 1;
}


/*--------------------------------------------------------------
# Services Section ("What We Offer")
--------------------------------------------------------------*/
#services {
  padding: 60px 0 40px 0;
}

/* Featured Blocks Styling */
#services .featured-blocks .box {
  padding: 40px 30px; /* Increased padding */
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  height: 100%;
}

#services .featured-blocks .box:hover {
  transform: translateY(-5px);
   box-shadow: 0 15px 35px 0 rgba(68, 88, 144, 0.15);
}

#services .featured-blocks .icon {
  margin: 0 auto 25px auto; /* Centered icon */
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .featured-blocks .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .featured-blocks .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .featured-blocks .title a {
  color: #111;
  transition: 0.3s;
}
#services .featured-blocks .title a:hover {
  color: #d29317;
}

#services .featured-blocks .description {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 0;
}

/* Service Details Styling */
#services .service-details {
    margin-top: 60px;
}

#services .service-details .details-header {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


#services .service-details .box {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  background: #fff; /* White background for detailed services */
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease-in-out;
  display: flex; /* Use flexbox */
  align-items: flex-start; /* Align items to the top */
}
#services .service-details .box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

#services .service-details .icon {
  margin-right: 20px; /* Space between icon and text */
  flex-shrink: 0; /* Prevent icon from shrinking */
}

#services .service-details .icon i {
  color: #d29317;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .service-details .title {
  font-weight: 700;
  margin-bottom: 5px; /* Reduced margin */
  font-size: 16px; /* Slightly smaller title */
  margin-top: 0; /* Remove default heading margin */
}

#services .service-details .title a {
  color: #111;
}

#services .service-details .box:hover .title a {
  color: #d29317;
}

#services .service-details .description {
  font-size: 14px;
  line-height: 22px; /* Adjusted line height */
  margin-bottom: 0;
  color: #666;
}

/*--------------------------------------------------------------
# Highlight Reel Section
--------------------------------------------------------------*/
#highlight-reel {
    padding: 60px 0;
    background: #fff;
}
#highlight-reel .highlight-item {
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.07);
    transition: all 0.3s ease-in-out;
}
#highlight-reel .highlight-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

#highlight-reel .highlight-item img {
    max-width: 100%;
    height: 250px; /* Fixed height */
    object-fit: cover; /* Ensure image covers the area */
    border-bottom: 3px solid #d29317;
}
#highlight-reel .highlight-item h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 10px 10px 10px;
    color: #333;
}
#highlight-reel .highlight-item p {
    font-size: 14px;
    color: #666;
    padding: 0 15px 20px 15px;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Zanzibar? Section
--------------------------------------------------------------*/
#why-zanzibar {
    padding: 60px 0;
}

#why-zanzibar .feature-box {
    padding: 25px 20px;
    text-align: center;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    height: 100%;
}
#why-zanzibar .feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
#why-zanzibar .feature-box i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}
#why-zanzibar .feature-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333;
}
#why-zanzibar .feature-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

#why-zanzibar .benefits-groups {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee;
}
#why-zanzibar .benefits-groups h4 {
    font-size: 18px;
    font-weight: 700;
    color: #d29317;
    margin-bottom: 20px;
}

#why-zanzibar .benefits-groups ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#why-zanzibar .benefits-groups ul li {
    padding-bottom: 12px; /* Increased spacing */
    display: flex;
    align-items: flex-start;
    font-size: 15px; /* Larger font */
    color: #555;
}

#why-zanzibar .benefits-groups ul i {
    font-size: 18px;
    color: #d29317;
    margin-right: 10px; /* Increased spacing */
    margin-top: 3px; /* Align icon better */
    line-height: 1;
}

/*--------------------------------------------------------------
# Portfolio Section (Sample Itineraries)
--------------------------------------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 10px 8px; /* Adjusted margin */
  display: inline-block;
  padding: 10px 22px; /* Adjusted padding */
  font-size: 14px; /* Larger font */
  line-height: 20px;
  color: #666666;
  border-radius: 50px; /* Pill shape */
  text-transform: uppercase;
  background: #f7f7f7; /* Light background */
  border: 1px solid #eee; /* Subtle border */
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #d29317;
  color: #fff;
  border-color: #d29317;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  border-radius: 8px; /* Rounded corners */
  overflow: hidden; /* Ensure figure respects border radius */
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.12); /* Enhanced hover shadow */
  transform: translateY(-3px);
}

#portfolio .portfolio-item {
  position: relative;
  /* height: 360px; -- Let content define height */
  overflow: hidden;
  margin-bottom: 30px; /* Add space between items */
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 260px; /* Increased height */
  position: relative;
  /* border-radius: 4px 4px 0 0; - Handled by wrap */
  margin: 0;
}
#portfolio .portfolio-item figure img {
    transition: transform 0.4s ease; /* Zoom effect on hover */
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.7; /* Darken image slightly */
  transform: scale(1.05); /* Zoom in image */
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0; /* Hidden initially */
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 40px; /* Larger icons */
  height: 40px;
  background: #d29317; /* Theme color background */
  border-radius: 50%;
  transition: all 0.3s ease; /* Smooth transition */
  top: calc(50% - 20px); /* Center vertically */
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 8px; /* Adjust icon position */
  font-size: 24px;
  color: #fff; /* White icon */
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #a47313; /* Darker green on hover */
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 48px); /* Position left icon */
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 48px); /* Position right icon */
}

#portfolio .portfolio-item figure:hover .link-preview,
#portfolio .portfolio-item figure:hover .link-details {
  visibility: visible;
  opacity: 1;
}

#portfolio .portfolio-item figure:hover .link-preview {
  left: calc(50% - 52px); /* Animate position slightly */
}

#portfolio .portfolio-item figure:hover .link-details {
  right: calc(50% - 52px); /* Animate position slightly */
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 25px 20px; /* Adjusted padding */
  /* height: 90px; - Remove fixed height */
  /* border-radius: 0 0 3px 3px; - Handled by wrap */
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1.2; /* Adjusted line height */
  font-weight: 700;
  margin-bottom: 10px; /* Reduced margin */
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #d29317;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #888; /* Lighter grey */
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px; /* Added letter spacing */
}

/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
#faq {
    padding: 60px 0;
}

#faq .faq-list {
    /* No specific container style needed now */
}

#faq .faq-item {
    background: #fff;
    padding: 20px 25px; /* Adjusted padding */
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease-in-out;
}
#faq .faq-item:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

#faq .faq-item h4 {
    font-size: 16px; /* Slightly larger */
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 10px 0; /* Adjusted margin */
    color: #333;
    display: flex; /* Use flex for icon alignment */
    align-items: center; /* Center icon vertically */
}

#faq .faq-item h4 i {
    font-size: 24px; /* Larger icon */
    line-height: 1;
    display: inline-block;
    margin-right: 10px; /* Space after icon */
    color: #d29317;
}

#faq .faq-item p {
    margin-bottom: 0;
    color: #666;
    font-size: 15px;
    padding-left: 34px; /* Indent answer */
    line-height: 1.7;
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
#testimonials {
  padding: 80px 0; /* Increased padding */
  background: url('../img/testimonial-bg.jpg') center center no-repeat fixed; /* Add a subtle background image */
  background-size: cover;
  position: relative;
}

#testimonials::before { /* Overlay for readability */
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9); /* White overlay */
    z-index: 1;
}

#testimonials .container {
    position: relative;
    z-index: 2;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
  padding: 0 15px; /* Add padding for spacing */
}

#testimonials .testimonial-item .testimonial-img {
  width: 100px; /* Smaller image */
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.5); /* White border */
  margin: 0 auto 15px auto; /* Added bottom margin */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #555; /* Darker subtitle */
  margin: 0 0 20px 0; /* Increased bottom margin */
  font-style: italic;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
  opacity: 0.6; /* Less prominent quotes */
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
  opacity: 0.6;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #444; /* Darker italic text */
  font-size: 16px; /* Slightly larger */
  line-height: 1.6;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 75%; /* Slightly narrower on desktop */
  }
}

#testimonials .owl-dots { /* Styling for Owl Carousel dots */
  margin-top: 15px; /* Increased space */
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent dots */
  transition: background-color 0.3s ease;
}

#testimonials .owl-dot.active {
  background-color: #d29317; /* Active dot color */
}
#testimonials .owl-nav { /* Hide default nav arrows if desired */
    display: none;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .section-header h3 {
    font-size: 30px; /* Slightly smaller title for contact */
}
#contact .section-header p {
    max-width: 800px; /* Wider paragraph */
}


#contact .contact-info {
  margin-bottom: 40px; /* Increased margin */
  text-align: center;
}

#contact .contact-info i {
  font-size: 38px; /* Smaller icons */
  display: inline-block;
  margin-bottom: 10px;
  color: #d29317;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #555; /* Darker text */
  font-size: 15px;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #444; /* Darker heading */
}

#contact .contact-info a {
  color: #d29317; /* Link color */
}

#contact .contact-info a:hover {
  color: #a47313;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 30px; /* Increased spacing */
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #eee; /* Lighter divider */
    border-right: 1px solid #eee;
  }
}

#contact .form {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); /* Add shadow to form */
    padding: 30px;
    background: #fff;
    border-radius: 8px;
}

#contact .form #sendmessage {
  color: #fff; /* White text */
  background: #d29317; /* Green background */
  border: 1px solid #d29317;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  border-radius: 4px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
   border-radius: 4px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 12px 15px; /* Increased padding */
  border-radius: 4px; /* Rounded inputs */
  box-shadow: none;
  font-size: 15px;
  border: 1px solid #eee; /* Subtle border */
  width: 100%; /* Ensure full width */
}
#contact .form input:focus, #contact .form textarea:focus {
    border-color: #d29317; /* Highlight focus */
}

#contact .form button[type="submit"] {
  background: #d29317;
  border: 0;
  padding: 12px 35px; /* Larger button */
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
  border-radius: 50px; /* Pill shape */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#contact .form button[type="submit"]:hover {
  background: #a47313; /* Darker green */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111; /* Darker footer */
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #1a1a1a; /* Slightly lighter top section */
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px; /* Smaller footer logo */
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 1px; /* Less spacing */
  border-left: 4px solid #d29317;
  color: #fff; /* Ensure white color */
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif; /* Use body font */
  color: #ccc; /* Lighter text */
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #d29317;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px; /* Slightly larger */
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

/* Remove footer heading lines for cleaner look */
#footer .footer-top h4::before, #footer .footer-top h4::after {
  display: none;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 10px; /* More space */
  color: #d29317; /* Icon color */
  font-size: 16px;
}

#footer .footer-top .footer-links ul li {
  /* border-bottom: 1px solid #333; - Remove border */
  padding: 8px 0; /* Adjust padding */
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ccc; /* Lighter link color */
}

#footer .footer-top .footer-links ul a:hover {
  color: #fff; /* White on hover */
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
   color: #ccc;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter p {
    color: #ccc;
    margin-bottom: 15px;
}

#footer .footer-top .footer-newsletter form {
    display: flex; /* Use flex for alignment */
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px); /* Calculate width */
  background: #fff;
}
#footer .footer-top .footer-newsletter input[type="email"]:focus {
    outline: none;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  /* position: absolute; */
  /* top: 0; */
  /* right: -2px; */
  /* bottom: 0; */
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #d29317;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  width: 100px; /* Fixed width */
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #a47313;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #aaa; /* Lighter copyright */
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #aaa; /* Lighter credits */
}
#footer .credits a {
    color: #d29317; /* Credit link color */
}
#footer .credits a:hover {
    color: #fff;
}


/*--------------------------------------------------------------
# Travel Packages Section
--------------------------------------------------------------*/
#travel-packages {
  padding: 60px 0;
}

#travel-packages .packages-container {
  margin-top: 40px;
}

#travel-packages .package-box {
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#travel-packages .package-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

#travel-packages .price-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(210, 147, 23, 0.9);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

#travel-packages .price-icon .currency {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}

#travel-packages .package-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

#travel-packages .package-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 15px 0;
  color: #fff;
}

#travel-packages .package-content p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

#travel-packages .btn-packages {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 40px;
  background: #d29317;
  color: #fff;
  border: 2px solid #d29317;
}

#travel-packages .btn-packages:hover {
  background: transparent;
  color: #d29317;
  border: 2px solid #d29317;
}

/*--------------------------------------------------------------
# WhatsApp Floating Button & Chat
--------------------------------------------------------------*/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 90px; /* Position above back-to-top */
  right: 25px;
  background-color: #25D366; /* WhatsApp Green */
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 100; /* Above most content */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1; /* Start visible */
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-chat-window {
  position: fixed;
  bottom: 90px; /* Match float button initial position */
  right: 25px;
  width: 320px; /* Adjust width as needed */
  max-width: 90%;
  height: auto; /* Adjust height based on content */
  max-height: 450px; /* Limit height */
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  z-index: 101; /* Above float button */
  display: none; /* Initially hidden */
  flex-direction: column;
  overflow: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 0;
  transform: translateY(20px); /* Start slightly lower */
}

/* State when chat window is shown */
.whatsapp-chat-window.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}
/* State when float button should be hidden */
.whatsapp-float.hide {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none; /* Prevent clicking when hidden */
}


.whatsapp-header {
  background-color: #075E54; /* WhatsApp Dark Green */
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between; /* Space out content and close button */
}
.whatsapp-header-content {
    display: flex;
    align-items: center;
}

.whatsapp-header i {
  font-size: 24px;
  margin-right: 10px;
}

.whatsapp-header span {
  font-weight: 600;
  font-size: 16px;
}

.whatsapp-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
  padding: 0 5px;
}
.whatsapp-close:hover {
    color: #fff;
}


.whatsapp-body {
  padding: 15px;
  flex-grow: 1; /* Allow body to take available space */
  overflow-y: auto; /* Enable scrolling if content overflows */
  background-color: #E5DDD5; /* WhatsApp chat background color */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARMAAAARMAAQMAAAA/XTYlAAAABlBMVEXNzc3d3d1ljQHpAAAAAXRSTlMAQObYZgAAABpJREFUeNpjYBgFo2AUjIJBCkYBGENDxGgAAH7T/85B/J3YAAAAAElFTkSuQmCC"); /* Subtle background pattern */
}

.whatsapp-greeting {
  background-color: #fff; /* White background for incoming message */
  border-radius: 8px 8px 8px 0; /* Bubble shape */
  padding: 10px 12px;
  max-width: 80%;
  margin-bottom: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.whatsapp-greeting strong {
  display: block;
  color: #075E54; /* Dark green for name */
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 13px;
}

.whatsapp-greeting p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.whatsapp-greeting .whatsapp-time {
  display: block;
  font-size: 11px;
  color: #aaa;
  text-align: right;
  margin-top: 5px;
}


.whatsapp-footer {
  padding: 10px 15px;
  background-color: #f0f0f0; /* Light grey footer */
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
}

.whatsapp-footer input[type="text"] {
  flex-grow: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 14px;
  margin-right: 10px;
  outline: none;
}
.whatsapp-footer input[type="text"]:focus {
    border-color: #aaa;
}

.whatsapp-footer button {
  background-color: #075E54; /* Match header */
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.whatsapp-footer button:hover {
  background-color: #128C7E; /* Lighter shade on hover */
}

/* Adjust back-to-top position if WhatsApp float overlaps too much */
.back-to-top {
  bottom: 25px; /* Original position - adjust if needed */
  z-index: 99; /* Ensure below WhatsApp button */
}

/* Responsive Adjustments */
@media (max-width: 767px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 25px;
    right: 15px;
    bottom: 80px; /* Adjust vertical position */
  }
  .whatsapp-chat-window {
    right: 15px;
    bottom: 80px;
    width: calc(100% - 30px); /* Almost full width */
    max-height: calc(100vh - 120px); /* Limit height on mobile */
  }
}