.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: rgb(2, 110, 20);
    padding-left: 25px;
  }
  .section-heading h6 {
    font-size: 15px;
    text-transform: uppercase;
    color: #D86F2C;
    font-weight: 400;
  }
  .section-heading h4 {
    margin-top: 10px;
    line-height: 36px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #212741;
  }
  
  .section-heading h4 em {
    color: #D86F2C;
    font-style: normal;
  }
  
  .main-banner .big-border-button a:hover {
    background-color: #fff;
    color: #D86F2C ; 
    text-decoration: none;
   border: 2px solid rgb(0, 255, 0); 
  font-size: 16px; font-weight: bold;
  }
  .main-banner .icon-button a {
    margin-top: 20px;
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #D86F2C ; 
    transition: all .3s;
  }
  /* hover icon-button */
  .main-banner .icon-button a:hover {
   color: rgb(0, 255, 0) ; 
   text-decoration: none;
      
  }
  .featured-items .item .thumb .hover-effect .content h4 {
    font-size: 20px;
    color:rgb(0, 0, 0);
    margin-bottom: 22px;
  }
  .featured-items .owl-nav .owl-prev span,
  .featured-items .owl-nav .owl-next span  {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 24px;
    display: inline-block;
    color: white;
    font-weight: bolder;
    background-color: rgb(2, 110, 20);
    border-radius: 50%;
    opacity: 0.75;
    transition: all .3s;
  }
  .featured-items .owl-nav .owl-prev span:hover,  
  .featured-items .owl-nav .owl-next span:hover {
    background-color: #D86F2C;
    color: rgb(0, 0, 0);
    opacity: 1;
  }
  .border-button a {
    font-size: 15px;
    color: #D86F2C;
    background-color: transparent;
    border: 1px solid #D86F2C;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
  }
  
  .border-button a:hover {
    background-color: #228B22;
    color: #f0f0f0;
  }
  
  .main-button a {
    font-size: 15px;
    color: #fff;
    background-color: #00bdfe;
    border: 1px solid #00bdfe;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
  }
  
  .main-button a:hover {
    background-color: transparent;
    color: rgb(0, 255, 0);
  }
  section.portfolio .thumb .hover-effect .content ul li a:hover {
    background-color: rgb(0, 255, 0);
    color: #fff;
  }
  .pricing-item:hover h4 {
    color: #D86F2C;
  }
  
  .pricing-item img {
    max-width: 240px;
  }
  
  
  
  .pricing-item ul li {
    font-size: 15px;
    color: rgb(2, 110, 20);
    margin-bottom: 10px;
  }
  
  .pricing-item ul.first-plan li:nth-child(5),
  .pricing-item ul.first-plan li:nth-child(7) {
    color: #afafaf;
    text-decoration: line-through;
  }
  
  .pricing-item ul.second-plan li:nth-child(5) {
    color: #afafaf;
    text-decoration: line-through;
  }
  
  .pricing-item ul li:last-child {
    margin-bottom: 0px;
  }
  
  .pricing-item span.price {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
  }
  footer a:hover {
      color: #D86F2C; 
      text-decoration: underline; 
  }
  .form-group button:hover {
      background-color: #D86F2C !important; 
      color: #fff !important; 
      transform: scale(1.009); 
      font-weight: bold;
  }
  .form-group button {
      background-color: #228B22; 
      color: #fff; 
      cursor: pointer; 
      font-weight: bold;
      transition: background-color 0.3s, transform 0.3s;
  }
  .info-item{
      color: #228B22;
  }
  .info-item a{
      color: #228B22;
  }
  .header-text em{
      color: #D86F2C;
  }
  .header-text h2 em {
      color: #D86F2C;
  }
  .header-text  p a {
      color: #228B22;
  }
  .main-button a {
    font-size: 15px;
    color: #228B22;
    background-color: #228B22;
    border: 1px solid #228B22;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    transition: all .3s;
  }
  
  .main-button a:hover {
    background-color: transparent;
    color: #D86F2C;
  }
  .sign-in-form h3{
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: #D86F2C;
  
  }
  .sign-in-form h6 a{
      color: #D86F2C;
  }
  .video-banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
    color: white;
  }
  
  .video-banner .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
  }
  
  .video-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7); /* matches your original gradient */
    z-index: 2;
  }
  
  .video-banner .container {
    position: relative;
    z-index: 3;
  }
  

  .header-area .main-nav .nav li a :hover {
    color: #D86F2C!important;
    transform: scale(1.1) !important;
  }

  .video-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* Full viewport height */
    overflow: hidden;
  }

  .video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire container */
  }

  .video-banner .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #D86F2C;
    text-align: center;
    padding: 20px;
    z-index: 1; /* Ensures the text appears above the video */
  }
  .text h1{
    color: #D86F2C;
    font-size: 50px;

  }
  .text p{
    color: #fff;
    font-size: 20px;
  }
  @media (max-width: 768px) {
    .video-banner .text {
        top: 40%;
        padding: 0 15px;
        margin-top: 40px;
        font-size: smaller;
        text-align:start;
        width: 100%;
        text-align: center;
    }
    .text h1{
        margin-top: 40px;
        font-size: 30px;
    }
    .text p{
        font-size: 15px;
    }
}

  .video-banner .arrow {
    position: absolute;
    bottom: 20px; /* Position the arrow near the bottom */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Ensure the arrow appears above the video and other elements */
    background-color: #228B22; /* Green background */
    width: 50px; /* Circular size */
    height: 50px;
    border-radius: 50%; /* Circular shape */
    display: flex; /* Center the arrow icon */
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
    transition: all 0.3s ease; /* Smooth transition for hover effects */
}

.video-banner .arrow a {
    color: whitesmoke; /* White arrow icon */
    font-size: 24px; /* Adjust size for better visibility */
    text-decoration: none; /* Remove underline */
}

.video-banner .arrow:hover {
    background-color: #D86F2C; /* Change background to orange on hover */
    transform: translateX(-50%) scale(1.1); /* Slightly enlarge on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); /* Enhance shadow on hover */
}
  
  .beach-destinations {
      display: flex;
      max-width: 1200px;
      margin: 40px auto;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .beach-destinations .col-3 {
      flex: 1;
      padding: 30px;
      border-right: 1px solid #ccc;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }

    .beach-destinations .col-3 img {
      max-width: 100%;
      border: 1px solid #ccc;
    }

    

    

    .beach-destinations .col-lg-8 {
      flex: 2;
      padding: 30px;
      justify-content: space-between;
      
    }

    .beach-destinations h1.section-title {
      text-align: center;
      text-transform: uppercase;
      font-size: 20px;
      letter-spacing: 2px;
      margin-bottom: 30px;
    }

    .destination {
      margin-bottom: 40px;
      background-color: aliceblue;
      padding: 20px;
      margin-left: 0.1cm;
      justify-content: space-between;
    }
    .destination:hover{
      background-color: #f0f8ff;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      transition: 0.3s;
      transform: scale(1.002);
    }

    .destination h2 {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 10px;
      color: #228B22;
    }

    .destination p {
      line-height: 1.6;
      font-size: 15px;
      margin-bottom: 10px;
      color: black;
    }
    .section-title{
      color: #D86F2C;
    }

    .siteto-inquire {
    background-color: #f8f9fa; /* Light gray background */
    padding: 40px 20px; /* Add padding for spacing */
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    text-align: center; /* Center-align the content */
    margin-top: 30px; /* Add spacing above the section */
}

.siteto-inquire h2 {
    font-size: 28px; /* Adjust the font size */
    color: #228B22; /* Green text color */
    margin-bottom: 20px; /* Add spacing below the heading */
    font-weight: bold; /* Make the text bold */
}

.siteto-inquire p {
    font-size: 16px; /* Adjust the font size */
    color: #D86F2C; /* Dark gray text color */
    margin-bottom: 30px; /* Add spacing below the paragraph */
}

.site-inquery {
    background-color: #228B22; 
    padding: 20px; 
    border-radius: 10px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.site-inquery:hover {
    transform: scale(1.05); /* Slightly enlarge the card on hover */
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2); /* Add a stronger shadow on hover */
}

.site-inquery a {
    text-decoration: none; /* Remove underline from the link */
    color: #228B22; /* Green text color */
    font-weight: bold; /* Make the text bold */
    transition: color 0.3s ease; /* Smooth hover effect */
}

.site-inquery a:hover {
    color: #D86F2C; /* Change text color to orange on hover */
}

.site-inquery h4 {
    font-size: 20px; /* Adjust the font size */
    margin-bottom: 10px; /* Add spacing below the heading */
    color: #000; /* Black text color */
}

.site-inquery h6 {
    font-size: 14px; /* Adjust the font size */
    color: white; /* Dark gray text color */
    margin-top: 5px; /* Add spacing above the subheading */
}