/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    text-align: center;
    padding: 20px;
    background-color: #007bff; /* Header background color */
    color: #fff;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #333; /* Footer background color */
    color: #fff;
    position: relative;
    bottom: 0;
    width: 100%;
}

/* Full Gallery Section */
.full-gallery {
    padding: 40px 0;
    background-color: #f4f4f4; /* Gallery background color */
    padding-top: 100px;
}

.full-gallery .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.full-gallery .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item {
    padding: 15px;
}

.gallery-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.gallery-wrap img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

/* Hover Effect for Images */
.gallery-wrap img:hover {
    transform: scale(1.05); /* Zoom-in effect */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .gallery-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .gallery-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  }
  
  a {
    color: #3498db;
    text-decoration: none;
  }
  
  a:hover {
    color: #5faee3;
    text-decoration: none;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Raleway", sans-serif;
  }
  
  /*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #BBCF8D;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
  }
  
  .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
  }
  
  .back-to-top:hover {
    background: #000000;
    color: #fff;
  }
  
  .back-to-top.active {
    visibility: visible;
    opacity: 1;
  }
  
  /*--------------------------------------------------------------
  # Disable AOS delay on mobile
  --------------------------------------------------------------*/
  @media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    z-index: 997;
    transition: all 0.5s;
    padding: 22px 0;
   background: linear-gradient(180deg, #BBCF8D 70%, #ffffffed 100%);
  
    /* Gradient background for the entire header */
  }
  
  #header.header-scrolled {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 12px 0;
  }
  
  #header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
     /* Remove background to show header gradient */
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
  }
  
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #000000;
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
  }
  
  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: #000000;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: #BBCF8D;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
   
  }
  .navbar .dropdown ul a {
    padding: 8px 20px;
    font-size: 14px;
    color: #ffffff;
    
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #000000;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    
   
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  .navbar.contact-active .nav-link[href="#contact"] {
    color: #000000; /* Black color for the contact link */
  }
  
  /**
  * Mobile Navigation 
  */
  /* Login Section */
  .login {
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    background: #f9f9f9; /* Optional: Add a background color */
  }
  
  .login .form-container {
    background: #fff; /* White background for the form */
    padding: 40px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 8px;
    width: 100%;
    max-width: 500px; /* Maximum width of the form */
    text-align: center; /* Center-align text inside the form container */
  }
  
  .login .title {
    margin-bottom: 20px; /* Space below the title */
    font-size: 24px; /* Title font size */
    color: #444444; /* Title color */
  }
  
  .login .form-group {
    margin-bottom: 20px;
  }
  
  .login .btn {
    background-color: #6ebdf3;
    border: none;
    padding: 10px 30px;
    color: #fff;
    transition: background-color 0.3s;
  }
  
  .login .btn:hover {
    background-color: #2980b9;
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
  
    .navbar ul {
        display: none;
    }
  
    /* Ensure login form is centered on mobile */
    .navbar .dropdown .login {
      padding: 20px; /* Padding around the login form */
      width: 100%; /* Full width of the dropdown menu */
      display: flex;
      justify-content: center;
      align-items: center;
  }
  
  .navbar .dropdown .login .form-container {
      max-width: 400px; /* Maximum width of the login form container */
      padding: 20px; /* Padding inside the login form container */
      background: #ffffff; /* Background color for the login form container */
      border-radius: 8px; /* Rounded corners for the login form container */
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); /* Shadow for the login form container */
  }
  
  /* Mobile Navigation */
  .mobile-nav-toggle {
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      display: none;
      line-height: 0;
      transition: 0.5s;
  }
  
  .mobile-nav-toggle.bi-x {
      color: #fff;
  }
  
  @media (max-width: 991px) {
      .mobile-nav-toggle {
          display: block;
      }
  
      .navbar ul {
          display: none;
      }
  
      /* Ensure login form is centered on mobile */
      .login {
          padding: 40px 20px;
      }
  
      .login .form-container {
          padding: 20px;
          width: calc(100% - 40px);
      }
  }
  
  .navbar-mobile {
      position: fixed;
      overflow: hidden;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(9, 9, 9, 0.9);
      transition: 0.3s;
      z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
      position: absolute;
      top: 15px;
      right: 15px;
  }
  
  .navbar-mobile ul {
      display: block;
      position: absolute;
      top: 55px;
      right: 15px;
      bottom: 15px;
      left: 15px;
      padding: 10px 0;
      border-radius: 8px;
      background: linear-gradient(180deg, #BBCF8D 70%, #ffffffd6 100%); /* Gradient background for mobile navbar */
      overflow-y: auto;
      transition: 0.3s;
  }
  
  .navbar-mobile a,
  .navbar-mobile a:focus {
      padding: 10px 20px;
      font-size: 15px;
      color: #fff;
  }
  
  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
      color: #ffffff;
  }
  
  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
      margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
      position: static;
      display: none;
      margin: 10px 20px;
      padding: 10px 0;
      z-index: 99;
      opacity: 1;
      visibility: visible;
      background: linear-gradient(180deg, #BBCF8D 80%, #ffffff97 100%); /* Gradient background for mobile dropdown */
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
      min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
      padding: 10px 20px;
      color: #ffffff;
  }
  
  .navbar-mobile .dropdown ul a i {
      font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
      color: #000000;
  }
  
  .navbar-mobile .dropdown>.dropdown-active {
      display: block;
  }
   
  }
  #footer {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: #222222;
    font-size: 14px;
  }
  
  #footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: #222222;
  }
  
  #footer .footer-links a {
    color: #222222;
    padding-left: 15px;
  }
  
  #footer .footer-links a:first-child {
    padding-left: 0;
  }
  
  #footer .footer-links a:hover {
    color: #3498db;
  }
  .partners-section {
    padding: 60px 0;
  }
  
  .partners-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .partners-title {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .partners-title h2 {
    font-size: 32px;
    color: #333;
  }
  
  .partners-title p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }
  
  .partners-slider {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .partners-wrap {
    display: inline-block;
  }
  
  .partner-item {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    position: relative;
    width: 18rem;
    overflow: hidden; /* Ensure the content stays within the card bounds */
  }
  
  .img-overlay {
    position: relative;
  }
  
  .card-img-top {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
  }
  
  .card-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s;
    padding: 20px; /* Add padding to ensure text does not touch edges */
    box-sizing: border-box; /* Include padding in element's total width and height */
    overflow: hidden; /* Ensure text does not overflow */
  }
  
  .img-overlay:hover .card-img-overlay {
    opacity: 1;
  }
  
  .card-title {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .card-text {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden; /* Ensure text does not overflow */
  }
  
  .card-body {
    padding: 15px;
  }
  
  .card-link {
    font-size: 14px;
    color: #f9f9f9;
  }
  /* View More Button Styles */
  .view-more-container {
    margin-top: 20px; /* Adds some space above the button */
  }
  
  .view-more-btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #BBCF8D; /* Adjust to match your theme */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .view-more-btn:hover {
    background-color: #000000; /* Darker shade on hover */
  }
  
  