* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
   
}
body {
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.logo-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1002; /* Ensure it's above the mobile-nav */
    margin-top: -58px;
    margin-left: -20px;
}

.logo {
    width: 200px;
    height: 200px;
    
}

.sticky {
    background-color: white;
    box-shadow: 0 4px 6px rgba(32, 26, 26, 0.1);
}
.destinations-link {
    position: relative;
  }
  
  .resorts-list {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 100;
    width: max-content;
  }
  
  .destinations-link:hover .resorts-list {
    display: flex;
  }
  
  .experiences-column {
    display: flex;
    flex-direction: column;
  }
  
  .experiences-column h3 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3e5947;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .experiences-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .experiences-column ul li {
    margin: 20px 10px;
  }
  
  .experiences-column ul li a {
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
    font-size: 13px;
  }
  
  .experiences-column ul li a:hover {
    color: #d59874; /* Match your hover color */
  }
  
  .vertical-divider {
    width: 1px;
    background: #ddd;
    height: auto;
  }
  
  /* Mobile-specific styles */
  @media (max-width: 768px) {
  .resorts-list ul li a {
  color: #465a65;
  font-weight: bolder;
  
  }
  .destinations-link {
    position: relative;
  }
  
  .resorts-list {
    display: none; /* Hidden by default */
    position: static; /* Display in the normal flow */
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
  
  .resorts-grid {
    display: flex;
    flex-direction: column; /* Vertical layout */
    gap: 10px; /* Space between links */
    padding: 10px 0; /* Add some padding */
  }
  
  .resorts-grid a {
    color: #fffbf7; /* Match your mobile nav link color */
    text-decoration: none;
    font-size: 6px; /* Slightly smaller font size */
    padding: 8px 20px; /* Add padding for better touch targets */
    background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
    border-radius: 4px; /* Rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .resorts-grid a:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
    color: #d59874; /* Match your hover color */
  }
  
  /* Push other links down when destinations are expanded */
  .destinations-link.active .resorts-list {
    display: block; /* Show the resorts list */
  
  }
  
  .destinations-link.active ~ li {
    margin-top: 100%; /* Push other links down */
  }
  }
  /* Mobile-specific styles */
  @media (max-width: 1024px) {
  .resorts-list ul li a {
  color: #465a65;
  font-weight: bolder;
  
  }
  .destinations-link {
    position: relative;
  }
  
  .resorts-list {
    display: none; /* Hidden by default */
    position: static; /* Display in the normal flow */
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
  
  .resorts-grid {
    display: flex;
    flex-direction: column; /* Vertical layout */
    gap: 10px; /* Space between links */
    padding: 10px 0; /* Add some padding */
  }
  
  .resorts-grid a {
    color: #fffbf7; /* Match your mobile nav link color */
    text-decoration: none;
    font-size: 6px; /* Slightly smaller font size */
    padding: 8px 20px; /* Add padding for better touch targets */
    background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
    border-radius: 4px; /* Rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  
  .resorts-grid a:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
    color: #d59874; /* Match your hover color */
  }
  
  /* Push other links down when destinations are expanded */
  .destinations-link.active .resorts-list {
    display: block; /* Show the resorts list */
  
  }
  
  .destinations-link.active ~ li {
    margin-top: 100%; /* Push other links down */
  }
  }
  
  
  /* Mobile-specific styles */
  @media (max-width: 768px) {
    .resorts-list ul li a {
      color: #465a65;
      font-weight: bolder;
  
    }
    .destinations-link {
        position: relative;
    }
  
    .resorts-list {
        display: none; /* Hidden by default */
        position: static; /* Display in the normal flow */
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }
  
    .resorts-grid {
        display: flex;
        flex-direction: column; /* Vertical layout */
        gap: 10px; /* Space between links */
        padding: 10px 0; /* Add some padding */
    }
  
    .resorts-grid a {
        color: #fffbf7; /* Match your mobile nav link color */
        text-decoration: none;
        font-size: 6px; /* Slightly smaller font size */
        padding: 8px 20px; /* Add padding for better touch targets */
        background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
        border-radius: 4px; /* Rounded corners */
        transition: background-color 0.3s ease, color 0.3s ease;
    }
  
    .resorts-grid a:hover {
        background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
        color: #d59874; /* Match your hover color */
    }
  
    /* Push other links down when destinations are expanded */
    .destinations-link.active .resorts-list {
        display: block; /* Show the resorts list */
  
    }
  
    .destinations-link.active ~ li {
        margin-top: 100%; /* Push other links down */
    }
  }
    /* Mobile-specific styles */
  @media (max-width: 1024px) {
    .resorts-list ul li a {
      color: #465a65;
      font-weight: bolder;
  
    }
    .destinations-link {
        position: relative;
    }
  
    .resorts-list {
        display: none; /* Hidden by default */
        position: static; /* Display in the normal flow */
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        width: 100%;
    }
  
    .resorts-grid {
        display: flex;
        flex-direction: column; /* Vertical layout */
        gap: 10px; /* Space between links */
        padding: 10px 0; /* Add some padding */
    }
  
    .resorts-grid a {
        color: #fffbf7; /* Match your mobile nav link color */
        text-decoration: none;
        font-size: 6px; /* Slightly smaller font size */
        padding: 8px 20px; /* Add padding for better touch targets */
        background-color: rgba(255, 255, 255, 0.1); /* Light background for visibility */
        border-radius: 4px; /* Rounded corners */
        transition: background-color 0.3s ease, color 0.3s ease;
    }
  
    .resorts-grid a:hover {
        background-color: rgba(255, 255, 255, 0.2); /* Hover effect */
        color: #d59874; /* Match your hover color */
    }
  
    /* Push other links down when destinations are expanded */
    .destinations-link.active .resorts-list {
        display: block; /* Show the resorts list */
  
    }
  
    .destinations-link.active ~ li {
        margin-top: 100%; /* Push other links down */
    }
  }
/* Mobile Navigation Menu */
@media (max-width: 768px) {
    /* Add sticky class when scrolled */
    .sticky .mobile-header-bar {
        background-color: #ffffff !important; /* Turn white on scroll */
        transition: background-color 0.9s ease, padding 0.9s ease; /* Smooth transition */
    }
  
    .sticky .logo {
        content: url('logo2.svg');
        width: 180px;
        height: 180px;
    }
  
    .logo-container {
        display: none;
    }
  
    /* Mobile header bar style when menu is open */
    body.menu-open .mobile-header-bar {
        background-color: transparent; /* Makes the header transparent */
        box-shadow: none; /* Removes shadow */
    }
  
    /* Close button styling */
    body.menu-open .mobile-header-bar .close-menu {
        display: block; /* Show close button when menu is open */
        font-size: 30px;
        color: #000; /* Set close button color */
        background: none;
        border: none;
        cursor: pointer;
        padding-right: 20px; /* Adjust padding */
    }
  
    /* Default state: Close button hidden */
    .mobile-header-bar .close-menu {
        display: none;
    }
  /* Ensure mobile header bar remains consistent when menu is open */
  body.menu-open .mobile-header-bar {
    height: 65px !important; /* Keep the same height */
    align-items: center !important;
    justify-content: space-between;
    padding: 0 20px;
    background-color: rgba(192, 192, 177, 0.976); /* Ensure it has a visible background */
  }
  
  /* Ensure the logo stays in place */
  body.menu-open .mobile-header-bar .logo {
    width: 120px;
    height: 120px;
    margin-left: -45px; /* Aligns the logo to the left */
    margin-top: -16px;
    transition: none; /* Prevent animation issues */
  }
  
  
    /* Logo alignment */
    .mobile-header-bar .logo {
        width: 120px;
        height: 120px;
        margin-left: -45px; /* Aligns the logo to the left */
        margin-top: -16px;
    }
  
    /* Mobile header bar height */
    .mobile-header-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 65px; /* Consistent height for the header */
        background-color: rgba(255, 255, 255, 0);
        z-index: 1003; /* Keeps it above all elements */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px; /* Add padding for spacing */
    }
  
    header {
        margin-top: 0; /* Avoid any margin conflicts */
    }
  
    /* Mobile navigation styles */
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(200, 186, 165);
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* Align items to the left */
        padding: 20px;
        transform: translateX(-100%); /* Hide by default */
        transition: transform 0.7s ease-in-out;
        z-index: 1000;
        overflow: scroll; /* Prevent full page scroll */
    }
  
    /* Show mobile nav when active */
    .mobile-nav.active {
        transform: translateX(0); /* Slide in the menu */
        transition: transform 0.7s ease-in-out;
    }
  
    /* Scrollbar customization */
    .mobile-nav::-webkit-scrollbar {
        width: 8px;
    }
  
    .mobile-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
  
    .mobile-nav::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }
  
    .logo {
        margin-bottom: -20px; /* Space below logo */
        align-self: flex flex-end; /* Ensure logo is aligned to the left */
        content: url('logo.svg');
        width: 200px;
    }
  
    /* Nav container with overflow */
    .nav-container {
        flex-grow: 1;
        overflow-y: auto; /* Enable scrolling for long lists */
        width: 100%;
        max-height: calc(100% - 80px); /* Ensure nav links stay within the view */
    }
  
    /* Navigation links styling */
    .nav-links {
        text-align: left;
        list-style: none;
        margin: 0;
        font-weight: 100;
        padding-left: 10px;
        padding-top: 10px;
    }
  
    .additional-links {
        text-align: left;
        list-style: none;
        margin: 0;
        font-weight: 100;
        padding-left: 10px;
        padding-top: 100px;
    }
  
    .nav-links li, .additional-links li {
        margin: 5px 0;
    }
  
    .nav-links a, .additional-links a {
        color: #fffbf7;
        font-size: 30px;
        padding: 10px 10px;
        display: block;
        transition: color 0.3s ease;
        text-decoration: none;
      
    }
  
    .nav-links a:hover, .nav-links a:focus, .additional-links a:hover, .additional-links a:focus {
        color: #254441; 
    }
  
    /* Separator line */
    .separator {
        width: 100%;
        border: 0;
        border-top: 1px solid #fff;
        margin: 20px 0;
    }
  
    /* Language options styling */
    .language-options {
        display: absolute;
        gap: 15px;
        margin-top: 300px;
    }
  
    .language-options a {
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease;
    }
  
    .language-options a:hover, .language-options a:focus {
        color: #254441;
    }
  
    /* Close button inside the mobile header */
    .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        color: rgb(192, 192, 177);
        font-size: 30px;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.3s ease;
    }
  
    .close-menu:hover, .close-menu:focus {
        color: #ffcc00;
    }
  
    /* Hamburger icon styling */
    .hamburger {
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 24px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }
  
    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #4f3323;
        transition: all 0.3s ease;
    }
  
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }
  
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
  
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
  
    /* Override sticky styles when mobile nav is active */
    body.menu-open .mobile-header-bar.sticky {
        position: static; /* Remove fixed positioning */
        background-color: transparent !important; /* Make background transparent */
        box-shadow: none !important; /* Remove any shadow */
    }
  
    body.menu-open .mobile-header-bar.sticky .logo {
        content: url('logo.svg') !important; /* Revert to the original logo */
        width: 200px !important;
        height: 200px !important;
    }
  
    /* Ensure the mobile header bar is transparent when the menu is open */
    body.menu-open .mobile-header-bar {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .language-toggle{
        display: none;
    }
  
  }
  @media (max-width: 1024px) {
    .language-toggle{
        display: none;
    }
    .sticky .mobile-header-bar {
        background-color: #ffffff !important;
        transition: background-color 0.9s ease, padding 0.9s ease;
    }
  
  
    .sticky .logo {
      content: url('logo2.svg');
      width: 210px;
      height: 200px !important;
    }
  
    .logo-container {
        display: none;
    }
  
    body.menu-open .mobile-header-bar {
        background-color: transparent;
        box-shadow: none;
    }
  
    body.menu-open .mobile-header-bar .close-menu {
        display: block;
        font-size: 30px;
        color: #000;
        background: none;
        border: none;
        cursor: pointer;
        padding-right: 20px;
    }
  
    .mobile-header-bar .close-menu {
        display: none;
    }
  
    body.menu-open .mobile-header-bar {
        height: 65px !important;
        align-items: center !important;
        justify-content: space-between;
        padding: 0 20px;
        background-color: rgba(192, 192, 177, 0.976);
    }
  
    body.menu-open .mobile-header-bar .logo {
        width: 210px;
        height: 200px !important;
      margin-left: -45px;
      margin-top: 14px;
      transition: none;
      content: url('logo2.svg')
        
    }
  
    .mobile-header-bar .logo {
        width: 210px;
        height: 200px !important;
        margin-left: -45px;
        margin-top: -8px;
      
    }
  
    .mobile-header-bar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 85px;
        background-color: rgba(255, 255, 255, 0);
        z-index: 1003;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
  
    header {
        margin-top: 0;
    }
  
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        backdrop-filter: blur(10px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        transform: translateX(-100%);
        transition: transform 0.7s ease-in-out;
        z-index: 1000;
        overflow: scroll;
        
    }
  
    .mobile-nav.active {
        transform: translateX(0);
        transition: transform 0.7s ease-in-out;
    }
  
    .mobile-nav::-webkit-scrollbar {
        width: 8px;
    }
  
    .mobile-nav::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
    }
  
    .mobile-nav::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.1);
    }
  
    .logo {
        margin-bottom: -20px;
        align-self: flex flex-end;
        content: url('logo2.svg');
        width: 200px;
        
    }
  
    .nav-container {
        flex-grow: 1;
        overflow-y: auto;
        width: 100%;
        max-height: calc(100% - 85px);
    }
  
    .nav-links {
        text-align: left;
        list-style: none;
        margin: 0;
        font-weight: 100;
        padding-left: 10px;
        padding-top: 10px;
    }
  
    .additional-links {
        text-align: left;
        list-style: none;
        margin: 0;
        font-weight: 100;
        padding-left: 10px;
        padding-top: 100px;
    }
  
    .nav-links li, .additional-links li {
        margin: 5px 0;
    }
  
    .nav-links a, .additional-links a {
    color: #585757;
      font-size: 26px;
      padding: 10px 10px;
      display: block;
      transition: color 0.3s ease;
      text-decoration: none;
      font-weight: 200;
      font-family: "Tenor Sans", sans-serif;
    }
  
    .nav-links a:hover, .nav-links a:focus, .additional-links a:hover, .additional-links a:focus {
        color: #254441;
    }
  
    .separator {
        width: 100%;
        border: 0;
        border-top: 1px solid #000000;
        margin: 20px 0;
    }
  
    .language-options {
        display: absolute;
        gap: 15px;
        margin-top: 300px;
    }
  
    .language-options a {
        color: #000000;
        font-size: 16px;
        text-decoration: none;
        transition: color 0.3s ease;
    }
  
    .language-options a:hover, .language-options a:focus {
        color: #254441;
    }
  
    .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
        color: rgb(255, 255, 255);
        font-size: 30px;
        background: none;
        border: none;
        cursor: pointer;
        transition: color 0.3s ease;
    }
  
    .close-menu:hover, .close-menu:focus {
        color: #ffcc00;
    }
  
    .hamburger {
        position: fixed;
        top: 35px;
        right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 30px;
        height: 24px;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 1001;
    }
  
    .hamburger span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #cea68e;
        transition: all 0.3s ease;
    }
    .hamburger.active span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
        background-color: #000000;
        font-weight: bold;
    }
  
    .hamburger.active span:nth-child(2) {
        opacity: 0;
        background-color: #000000;
    }
  
    .hamburger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
        background-color: #000000;
    }
  
    body.menu-open .mobile-header-bar.sticky {
        position: static;
        background-color: transparent !important;
        box-shadow: none !important;
        
    }
  
    body.menu-open .mobile-header-bar.sticky .logo {
        content: url('logo.svg') !important;
        width: 200px !important;
        height: 200px !important;
    }
  
    body.menu-open .mobile-header-bar {
        background-color: transparent !important;
        box-shadow: none !important;
    }
  
  
  }
  
/* Navbar and Logo Animations */
@media (min-width: 1024px) {
    .sticky {
        background-color: white;
        box-shadow: 0 4px 6px rgba(32, 26, 26, 0.1);
        margin-top: -15px;
    }
    .language-options{
        display: none;
    }
    .mobile-header-bar .logo{
        display: none;
    }
    .additional-links {
        display: none;
    }
    .hamburger,
    .close-menu {
        display: none;
    }

    /* Navbar Styling */
    .mobile-nav {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: transparent;  /* Initially transparent */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 40px;
        z-index: 1000;
        transition: background-color 0.3s ease, padding 0.3s ease; /* Smooth transition */
    }

    /* Add sticky class when scrolled */
    .sticky .mobile-nav{
        background-color: #ffffff !important; /* Turn black on scroll */
        padding: 40px 40px; /* Shrink padding */
    }

 

    .sticky .logo {
        content: url('logo2.svg');
        width: 200px;
        height: 200px;
        
    }

    /* Navbar Links */
    .nav-links {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        list-style: none;
    }

    .nav-links li {
        margin: 0 20px;
        position: relative;
    }

    .nav-links a {
        color: #000000;
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    .sticky .nav-links a {
        color: #000;  /* Change text to black on scroll */
    }

    .nav-links a:hover,
    .nav-links a:focus {
        color: #d59874;
    }

    /* Line Under Links */
    .nav-links a::after {
        content: '';
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 0;
        height: 2px;
        background-color:  #fff;
        transition: width 0.3s ease, left 0.3s ease;
    }

    .nav-links a:hover::after,
    .nav-links a:focus::after {
        width: 100%;
        left: 0;
    }

    /* Language Options */
    .language-options {
        display: flex;
        gap: 15px;
        align-items: center;
    }

    .language-options a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
        transition: color 0.3s ease;
    }



    .language-options a:hover,
    .language-options a:focus {
        color: #666;
    }

    /* Booking Button */
    .booking-button {
        background-color: #333;
        color: #fff;
        padding: 5px 15px;
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .booking-button:hover,
    .booking-button:focus {
        background-color: #666;
    }
}
@media (min-width: 1024px) {
  .language-options{
    display: none;
  }
  .language-toggle {
      position: relative;
  }

  .language-toggle button {
      background: none;
      border: none;
      color: #cea68e;
      font-size: 18px;
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
      display: flex;
      align-items: center;
      gap: 8px; /* Space between text and icon */
      font-weight: 500;
  }

  .language-toggle button:hover {
      background-color: rgba(255, 255, 255, 0.1);
  }

  .sticky .language-toggle button {
      color: #d19f80;
  }

  .sticky .language-toggle button:hover {
      background-color: rgba(0, 0, 0, 0.05);
  }

  .language-icon {
      font-size: 15px; /* Adjust icon size */
      transition: transform 0.3s ease; /* Add rotation animation */
  }

  .language-toggle.active .language-icon {
      transform: rotate(180deg); /* Rotate icon when active */
  }

  .language-options-vertical {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background-color: #fff;
      border-radius: 6px;
      flex-direction: column;
      gap: 8px;
      padding: 10px;
      z-index: 1000;
      min-width: 120px;
      opacity: 0;
      transform: translateY(-10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .language-options-vertical a {
      color: #333;
      font-size: 14px;
      text-decoration: none;
      padding: 8px 12px;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
  }

  .language-options-vertical a:hover, .language-options-vertical a:focus {
      background-color: rgba(0, 0, 0, 0.05);
      color: #d19f80;
  }

  .language-toggle.active .language-options-vertical {
      display: flex;
      opacity: 1;
      transform: translateY(0);
  }
}



.about-us {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .about-us .container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .about-us .about-us-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .about-us .about-us-images {
    flex: 1;
    position: relative;
    margin-right: 20px;
  }

  .about-us .about-us-images .image-wrapper {
    position: relative;
    width: 100%;
    height: auto;
  }

  .about-us .about-us-images .image-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 66%;
    z-index: 2;
    border-radius: 20px;
  }

  .about-us .about-us-images .image-bottom {
    position: absolute;
    bottom: -24px;
    right: -20px;
    width: 69%;
    z-index: 1;
    border-radius: 20px;
  }

  .about-us .about-us-text {
    flex: 1;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-align: left;
    color: #bb5721;
    padding-left: 20px;
  }

  .about-us .about-us-text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 9000;
    color:  #e6a481;
    
  }

  .about-us .about-us-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: black;
    font-weight: 400;
  }

  .about-us .about-us-text button {
    color: rgb(255, 255, 255);
    padding: 8px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    background-color: #e6a481;
    
}

.about-us .about-us-text button:hover {
    background-color:  #de7943;
}
  @media (max-width: 768px) {
    .about-us {
        padding: 20px;
        margin-top: 50px;
    }

    .about-us .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-us .about-us-content {
        flex-direction: column;
        align-items: center;
    }

    .about-us .about-us-images {
        position: relative;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .about-us .about-us-images .image-wrapper {
        position: relative;
        width: 100%;
        height: auto;
    }

    .about-us .about-us-images .image-top {
        width: 80%;
        position: relative;
        margin: 20px auto;
        z-index: 2;
    }

    .about-us .about-us-images .image-bottom {
      display: none;
    }

    .about-us .about-us-text {
        font-family: 'Josefin Sans', sans-serif;
        font-size: 14px;
        text-align: center;
        color: #bb5721;
        padding: 20px 10px;
    }

    .about-us .about-us-text h1 {
        font-size: 28px;
        margin-bottom: 15px;
        color: #e6a481;
    }

    .about-us .about-us-text p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: black;
    }

    .about-us .about-us-text button {
        color: rgb(255, 255, 255);
        padding: 8px 20px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        background-color: #e6a481;

    }

    .about-us .about-us-text button:hover {
        background-color:  #de7943;
    }
}


.section {
    text-align: center;
    padding: 50px 20px;
}

.section {
    text-align: center;
    padding: 50px 20px;
}

.section h1 {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.section h2 {
    font-size: 16px;
    color: #d35400;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
}

.feature {
    border-radius: 70px;
    border-color:  rgb(171, 115, 101) ;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(212, 0, 0, 0.1);
    flex: 1;
    max-width: 300px;
    min-width: 250px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #bb6f3055;
}

.feature:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.feature img {
    height: 60px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.feature:hover img {
    transform: scale(1.1);
}

.feature h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
}

.feature p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;

}



   /* Scroll Animation Styles */
   .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0);
  }

  .slide-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1.5s ease, transform 1.5s ease;
  }

  .slide-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
  /* Overall section fade-in effect */
.section {
    animation: fadeIn 2s ease-in-out;
}

/* Smooth heading entrance */
.section h2, 
.section h1 {
    animation: slideDown 1.5s ease-out;
    transform: translateY(-20px);
    opacity: 0;
    animation-fill-mode: forwards;
}

/* Gentle scaling and fade-in for features */
.features .feature {
    animation: fadeInUp 1.8s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
    animation-fill-mode: forwards;
}

/* Subtle hover effect for features */
.features .feature:hover {
    transform: scale(1.02);
    transition: transform 0.4s ease-in-out;
}

/* Animation keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.active {
    color: #617a67 !important;  /* Use a strong color */
    font-weight: 900 !important; /* Ensure it’s bold */
  }

  .faq-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
}

.faq-header {
    text-align: center;
    margin-bottom: 30px;
}

.faq-header h1 {
    font-size: 2.5rem;
    color: #2d4b40;
    

}
.faq-header p {
    color: #7e7777;
}

.faq-item {
    margin: 20px 0;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
}

.faq-item button {
    all: unset;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.2rem;
}

.faq-item button .symbol {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-content {
    display: none;
    padding: 10px 0;
    font-size: 1rem;
    color: #bbb;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.open .faq-content {
    display: block;
    opacity: 1;
    max-height: 200px;
    animation: fadeIn 0.5s ease;
}

.faq-item.open button .symbol {
    transform: rotate(45deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popup {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Fade-in effect for the entire FAQ container */
.faq-container {
    animation: fadeIn 2s ease-in-out;
}


/* Root Variables for Consistency */
:root {
    --primary-color: #e6a481; /* Main accent color */
    --primary-hover: #ffad81; /* Hover color for interactive elements */
    --secondary-color: #435c76; /* Secondary color for user messages */
    --bg-color: #f5f5f5; /* Chatbot background color */
    --bot-message-bg: #ffffff; /* Bot message background color */
    --border-color: #e0e0e0; /* Border color */
    --text-color: #ffffff; /* Text color for buttons */
  }
/* Chatbot Container */
#chatbot-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Toggle Button */
#chatbot-toggle {
  background-color: #ba927c;
  color: #ffffff;
  font-size: 1.5rem;
  width: 60px;
  height: 60px;
  border-radius: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, background-color 0.3s;
}

#chatbot-toggle:hover {
  background-color: #a4755c;
  transform: scale(1.1);
}

#chatbot-toggle:active {
  transform: scale(0.95);
}

#chatbot-toggle i {
  font-size: 1.8rem;
}

/* Chatbot Card */
#chatbot {
  display: none;
  flex-direction: column;
  width: 350px;
  height: 500px;
  background-color: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/* Header */
#header {
  background-color:#e6a481;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 200;
}

/* Message Section */
#message-section {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #cccccc #ffffff;
}

#message-section::-webkit-scrollbar {
  width: 6px;
}

#message-section::-webkit-scrollbar-track {
  background: #ffffff;
}

#message-section::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 3px;
}

/* Messages */
.message {
  max-width: 75%;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 0.9rem;
  word-wrap: break-word;
}

.bot-message {
  background-color: rgb(255, 255, 255);
  border: 1px solid #e0e0e0;
  align-self: flex-start;
}

.user-message {
  background-color:  #435c76;
  color: #ffffff;
  align-self: flex-end;
}

/* Input Section */
#input-section {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-top: 1px solid #e0e0e0;
}

#input-section input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  outline: none;
  font-size: 0.9rem;
  transition: border-color 0.3s;
}

#input-section input:focus {
  border-color: var(--primary-color);
}

.send {
  background: #e6a481; 
  border: none;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.send:hover {
  background: #ffad81;
}

.send i {
  color: #ffffff;
  font-size: 1.2rem;
}



/* Close Button Styling */
.close-button {
  position: absolute;
  top: 11px;
  right: 12px;
  background: transparent;
  border: none;
  color: #435c76;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.3s ease;
}


/* Close Button X Symbol */
.close-button span {
  font-size: 20px;
  color: #435c76;
  font-weight: 50;

}
@media screen and (max-width: 768px) {
  /* Chatbot Card */
#chatbot {
  display: none;
  flex-direction: column;
  width: 250px;
  height: 370px;
  background-color: #f5f5f5;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
}

.ceo-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 20px;
}

.ceo-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1200px;
    background: white;
    padding: 30px;
}

.image-wrapper {
    position: relative;
}

.image1-wrapper img {
    width: 107%;
    height: 102%;          
    border-radius: 20px;
    filter: grayscale(1);
    margin-left: -30px;
}

.image1-wrapper img:hover {
    filter: grayscale(0);
    transition: filter 1s ease, transform 1s ease;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content h2 {
    font-size: 46px;
    color: #2d4b40;
    margin-bottom: 20px;
}

/* Base styles for the elements */
.ceo-quote {
    font-style: italic;
    color: #82a4a4;
    font-size: 34px;
    margin-bottom: 20px;
    line-height: 1.4;
    display: flex;
    align-items: flex-start;
    opacity: 0; /* Start invisible */
    transform: translateY(40px) scale(0.95); /* Start slightly below and scaled down */
    transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.quote-icon {
    font-size: 80px;
    color: #2d4b40;
    margin-right: 10px;
    align-self: flex-start;
    margin-top: -10px;
    opacity: 0; /* Start invisible */
    transform: translateY(40px) rotate(-15deg); /* Start slightly below and rotated */
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.ceo-quote p {
    margin: 0;
    padding-left: 10px;
}

.ceo-description {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-top: 20px;
    opacity: 0; /* Start invisible */

}

/* Animation triggers when the element is in view */
.ceo-quote.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.quote-icon.in-view {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
}

.ceo-description.in-view {
    opacity: 1;
    transform: translateY(0) skewY(0deg);
}

/* Staggered delays for a more dynamic effect */
.ceo-quote.in-view {
    transition-delay: 0.2s;
}

.quote-icon.in-view {
    transition-delay: 0s;
}

.ceo-description.in-view {
    transition-delay: 0.4s;
}

/* Tablet Responsiveness */
@media (min-width: 769px) and (max-width: 1024px) {
    .ceo-container {
        grid-template-columns: 1fr 1fr; /* Adjust grid layout for tablets */
        padding: 30px; /* Increase padding for better spacing */
        gap: 30px; /* Increase gap between grid items */
    }

    .image1-wrapper img {
        width: 90%; /* Slightly reduce image width for better fit */
        height: auto;
        margin-left: 5%; /* Center the image */
    }

    .text-content h2 {
        font-size: 40px; /* Adjust font size for tablets */
        text-align: left; /* Align text to the left */
        margin-bottom: 20px; /* Increase margin for better spacing */
    }

    .ceo-quote {
        font-size: 28px; /* Adjust font size for tablets */
        text-align: left; /* Align text to the left */
        flex-direction: row; /* Maintain row layout */
        align-items: flex-start; /* Align items to the start */
        margin-bottom: 20px; /* Increase margin for better spacing */
    }

    .quote-icon {
        font-size: 60px; /* Adjust icon size for tablets */
        margin-right: 15px; /* Increase margin for better spacing */
        margin-top: -10px; /* Adjust icon positioning */
    }

    .ceo-description {
        font-size: 18px; /* Adjust font size for tablets */
        text-align: left; /* Align text to the left */
        margin-top: 20px; /* Increase margin for better spacing */
    }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .ceo-container {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px;
    }

    .image1-wrapper img {
        width: 100%;
        height: auto;
        margin-left: 0;
    }

    .text-content h2 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 15px;
    }

    .ceo-quote {
        font-size: 24px;
        text-align: left;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .quote-icon {
        font-size: 50px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .ceo-description {
        font-size: 16px;
        text-align: left;
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .text-content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .ceo-quote {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .quote-icon {
        font-size: 40px;
        margin-right: 8px;
        margin-top: -3px;
    }

    .ceo-description {
        font-size: 14px;
        margin-top: 10px;
    }
}