/*
Theme Name: Afrikana Kitchen
Theme URI: https://click4technologies.com/
Author: Click 4 Technologies Group
Author URI: https://click4technologies.com/
Description: Content Management System
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: CMS Websiet
Tags: CMS Websiet
*/

.rounded-section {
  background: #fbeee5;
  border-radius: 40px;
  box-shadow: 0 5px 24px 0 rgba(0,0,0,0.04);
  margin: 5rem auto;
  padding: 2.5rem 1rem;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  gap: 3rem;
  align-items: stretch;
  flex-direction: row;
}
.option-link {
  display: block;
  text-decoration: none;
  transition: box-shadow 0.2s, background 0.2s, transform 0.2s;
  border-radius: 22px;
  padding: 1rem 2rem;
  height: 100%;
}
.option-link:hover, .option-link:focus {
  background: #f8e0c2;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.12);
  transform: scale(1.04);
  text-decoration: none;
}
.option-item {
  text-align: center;
  flex: 1;
  border-right: 1px solid #c4bba9;
  margin-bottom: 0;
}
.option-item:last-child {
  border-right: none;
}
/* Responsive settings for mobile */
@media (max-width: 768px) {
  .rounded-section {
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.25rem 0.3rem;
  }
  .option-item {
    border-right: none;
    border-bottom: 1px solid #c4bba9;	  
  }
 .option-item:last-child{border-bottom: 0;}
 .rounded-section {border-radius: 0;}
/*  section#find-afrikana {display:none;}	 */
 .map-pointer {position: static;}
}
/* Icon and text styling remains the same */
.option-icon {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #6a442b;
  transition: color 0.2s;
}
.option-link:hover .option-icon {
  color: #cc6726;
}
.option-title {
  font-weight: 900;
  color: #E84329;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.option-desc {
  font-weight: 700;
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 1px;
}