/* ===== Coffee Section Enhanced ===== */
.coffee-image-container {
  position: relative;
  overflow: hidden;
}

.coffee-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.coffee-image-container:hover .coffee-image {
  transform: scale(1.05);
}

.coffee-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.coffee-image-container:hover .coffee-image-overlay {
  opacity: 1;
}

.coffee-badge {
  background: linear-gradient(135deg, #635015, #5f4d15);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(180, 202, 100, 0.3);
  backdrop-filter: blur(10px);
  align-self: flex-start;
}

.coffee-badge i {
  color: white !important;
}

.organic-coffee {
  background-color: white!important;
  flex-direction: row-reverse!important;
}

.coffee-badge-mobile {
  background: linear-gradient(135deg, #635015, #5f4d15);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 15px rgba(180, 202, 100, 0.3);
  margin-bottom: 20px;
  max-width: 200px;
  justify-content: center;
}

.coffee-badge-mobile i {
  color: white !important;
}

.coffee-content {
  padding: 50px 40px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#access .align-items-center {
  align-items: center!important;
}

.m-width-700 {
  max-width: 700px!important;
}

.coffee-content-container {
  justify-content: center;
  min-height: 400px;
  padding: 0px 0!important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.access-content-container {
  justify-content: center;
}


.coffee-subtitle {
  color: #635015;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.coffee-title {
  color: #2c3e50;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}


.coffee-highlight {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.coffee-features {
  margin-bottom: 35px;
}

.coffee-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 12px 0;
  transition: all 0.3s ease;
}

.coffee-features .feature-item:hover {
  background: rgba(180, 202, 100, 0.1);
  border-radius: 8px;
  margin: 0 -15px;
  padding: 10px 15px;
  transform: translateX(5px);
}

.coffee-features .feature-item i {
  color: #635015;
  margin-right: 15px;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.coffee-features .feature-item:hover i {
  color: #9bb55a;
  transform: scale(1.1);
}

.coffee-features .feature-item span {
  color: #555;
  font-size: 1rem;
  font-weight: 500;
}

.coffee-buttons {
  margin-top: 30px;
}

.btn-coffee-primary {
  background: linear-gradient(135deg, #635015, #5f4d15);
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(180, 202, 100, 0.3);
}

.btn-coffee-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(180, 202, 100, 0.4);
  background: linear-gradient(135deg, #5f4d15, #635015);
  color: white;
  text-decoration: none;
}

.btn-coffee-primary i {
  color: white !important;
  font-size: 18px;
}

/* Responsive adjustments for coffee section */
@media (max-width: 767.98px) {
  .coffee-content-container {
    min-height: 350px;
    padding: 30px 0;
  }
  
  .coffee-content {
    padding: 40px 20px;
  }
  
  .coffee-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  
  .coffee-highlight {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  
  .coffee-features {
    margin-bottom: 25px;
  }
  
  .coffee-features .feature-item {
    margin-bottom: 15px;
    padding: 10px 0;
  }

  .access-section{
    flex-direction: column-reverse!important;
  }
  .organic-coffee .coffee-grid {
    flex-direction: column-reverse!important;
  }
}

/* ===== Enhanced Map Section ===== */
#map {
  background: linear-gradient(135deg, #B4CA64 0%, #9bb55a 50%, #7a9a4a 100%) !important;
  position: relative;
  overflow: hidden;
}

#map::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.row-map {
  position: relative;
  z-index: 2;
  min-height: 500px;
}

.map-image {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0px!important;
}

.map-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}

.map-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 500px;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 0;
}

.map-image:hover .map-img {
  transform: scale(1.05);
}

.map-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  z-index: 2;
}

.map-overlay h5 {
  color: #2c3e50;
  font-weight: 700;
  margin: 0;
  font-size: 8px!important;
}

.map-overlay p {
  color: #666;
  margin: 5px 0 0 0;
  font-size: 10px!important;
}

.footer-2 {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 2;
}

.container.with-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.95) 100%);
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 25px;
  max-width: 700px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.container.with-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #B4CA64, #9bb55a, #B4CA64);
  z-index: 1;
}

.container.with-card h4 {
  color: #635015;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.container.with-card h2 {
  color: #2c3e50;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

.container.with-card p {
  color: #555;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.container.with-card .btn {
  padding: 15px 30px !important;
  margin-top: 10px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.container.with-card .btn-secondary {
  background: linear-gradient(135deg, #635015, #5f4d15) !important;
  border: none !important;
  color: white !important;
  box-shadow: 0 6px 20px rgba(99, 80, 21, 0.3);
}

.container.with-card .btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(99, 80, 21, 0.4);
  background: linear-gradient(135deg, #5f4d15, #635015) !important;
}

.container.with-card .btn i {
  margin-left: 8px;
  color: #B4CA64;
  font-size: 18px;
  transition: all 0.3s ease;
}

.container.with-card .btn:hover i {
  color: white;
  transform: scale(1.1);
}

.map-features {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.map-features .feature-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.map-features .feature-item:hover {
  background: rgba(180, 202, 100, 0.1);
  padding: 12px 15px;
  margin: 0 -15px;
  transform: translateX(5px);
}

.map-features .feature-item i {
  color: #B4CA64;
  margin-right: 15px;
  font-size: 1.2rem;
  width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.map-features .feature-item:hover i {
  color: #9bb55a;
  transform: scale(1.1);
}

.map-features .feature-item span {
  color: #555;
  font-size: 1rem;
  font-weight: 500;
}

/* Responsive adjustments for map section */
@media (max-width: 991.98px) {
  .row-map {
    min-height: 400px;
  }
  
  .map-image {
    min-height: 400px;
    border-radius: 20px 20px 0 0;
  }
  
  .map-img {
    min-height: 400px;
  }
  
  .container.with-card {
    padding: 40px 30px;
    margin: 20px;
  }
  
  .container.with-card h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767.98px) {
  .row-map {
    min-height: 300px;
  }
  
  .map-image {
    min-height: 300px;
    border-radius: 15px 15px 0 0;
  }
  
  .map-img {
    min-height: 300px;
  }
  
  .container.with-card {
    padding: 30px 20px;
    margin: 15px;
    border-radius: 20px;
    margin: 0px!important;
  }
  
  .container.with-card h2 {
    font-size: 1.8rem;
  }
  
  .container.with-card p {
    font-size: 1rem;
  }
  
  .map-overlay {
    top: 15px;
    right: 15px;
    padding: 10px 15px;
  }
  
  .map-overlay h5 {
    font-size: 1rem;
  }
  
  .map-overlay p {
    font-size: 0.8rem;
  }
}

/* ===== Enhanced Achievements Section ===== */
.separator-achievements {
  background: linear-gradient(135deg, #635015 0%, #5f4d15 50%, #4a3a0f 100%);
  position: relative;
  overflow: hidden;
  padding: 60px 0 !important;
}

.separator-achievements::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="achievement-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="40" cy="40" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23achievement-pattern)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.separator-achievements .container {
  position: relative;
  z-index: 2;
}

.separator-achievements h4 {
  color: #B4CA64 !important;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.separator-achievements p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 40px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.achievement-item {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.achievement-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.6s ease;
}

.achievement-item:hover::before {
  left: 100%;
}

.achievement-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-color: rgba(180, 202, 100, 0.5);
}

.achievement-item img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.achievement-item:hover img {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.3));
}

.achievement-item p {
  color: white !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.achievement-item:hover p {
  opacity: 1;
  color: #B4CA64 !important;
}

.achievement-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(135deg, #B4CA64, #9bb55a);
  color: #2c3e50;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(180, 202, 100, 0.4);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}

.achievement-item:hover .achievement-badge {
  opacity: 1;
  transform: scale(1);
}

/* Responsive adjustments for achievements */
@media (max-width: 991.98px) {
  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .achievement-item {
    padding: 25px 15px;
  }
  
  .achievement-item img {
    width: 70px;
    height: 70px;
  }
}

@media (max-width: 767.98px) {
  .separator-achievements {
    padding: 30px 0 !important;
  }
  
  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .achievement-item {
    padding: 15px 10px;
  }
  
  .achievement-item img {
    width: 40px;
    height: 40px;
  }
  
  .achievement-item p {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  
  .separator-achievements h4 {
    font-size: 1rem;
  }
  
  .separator-achievements p {
    font-size: 0.8rem;
  }
  
  .achievement-badge {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: 5px;
    right: 5px;
  }
}

/* ===== Coffee Grid Section ===== */
.coffee-grid-container {
  position: relative;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.coffee-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-height: 820px!important;
}




.coffee-grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: all 0.3s ease;
  height: 100%;
}

.coffee-grid-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.coffee-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.coffee-grid-item:hover img {
  transform: scale(1.03);
}

.coffee-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.coffee-grid-item:hover .coffee-grid-overlay {
  opacity: 1;
}

.coffee-grid-badge {
  background: linear-gradient(135deg, #635015, #5f4d15);
  color: white;
  padding: 8px;
  border-radius: 50%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(180, 202, 100, 0.3);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.coffee-grid-item:hover .coffee-grid-badge {
  transform: scale(1.05);
}

/* Responsive adjustments for coffee grid */
@media (max-width: 768px) {
  .coffee-grid-container {
    min-height: 350px;
  }
  
  .coffee-grid {
    gap: 0;
    padding: 0;
  }
  
  .coffee-grid-item {
    border-radius: 0;
  }
  
  .coffee-grid-badge {
    padding: 6px;
    font-size: 0.8rem;
  }
}
