body {
    max-width: 425px;
    margin: 0 auto;
  }

.navbar-top {
  background-color: #52c410;
  border-radius: 0px 0px 30px 30px;
  height: 200px;
  align-items: start;
}

.navbar-tops {
  background-color: #52c410;
  border-radius: 0px 0px 30px 30px;
  height: 60px;
  align-items: start;
  margin-bottom: 20px;
}

.navbar-bottom {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0;
    max-width: 425px;
    width: 100%; 
}
.bg-orange {
    background-color: #52c410 !important;
}


.navbar-brand{
    padding: 0px !important;
}
.basic-logo {
  width: 100px;
}
.basic-country{
    width: 30px;
    position: relative;
    bottom: 6px;
    margin-right: 10px;
}
.basic-icon {
    font-size: 50px;
}
.profile {
    position: relative;
    bottom: 120px;
    left: 10px;
}

.profile img {
    width: 40px;       
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }
 
p {
    font-size: 14px;
}

.card-custom {
    border-radius: 1rem;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);

    position: relative;
    bottom: 100px;
  }
  .card-header-custom {
    background-color: #52c410;
    height: 10px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .btn-orange {
    background-color: #52c410;
    color: white;
    border-radius: 5px !important;
    font-size: 0.875rem;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .btn-orange:hover,
  .btn-orange:focus {
    background-color: #52c410;
  }

  .btn-orange:focus,
  .btn-orange:active {
    outline: none;
    box-shadow: none;
  }

  .btn-outline-orange {
    background-color: white;
    color: #52c410;
    border: 1px solid #52c410;
    border-radius: 5px !important;
    font-size: 0.875rem;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
  }
  .btn-outline-orange:hover,
  .btn-outline-orange:focus {
    background-color: white;
    color: #52c410;
    border: 1px solid #52c410;
  }

  .btn-outline-orange:focus,
  .btn-outline-orange:active {
    outline: none;
    box-shadow: none;
  }

  .btn-orange-rounded {
    background-color: #52c410;
    color: white;
    border-radius: 20px;
    font-size: 0.875rem;
    margin-right: 5px;
    margin-left: 5px;
  }
  .btn-orange-rounded:hover,
  .btn-orange-rounded:focus {
    background-color: #52c410;
  }

  .ontop {
    position: relative;
    bottom: 80px;
  }

  .footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #f8f8f8;
    padding: 10px 0;
    border-top: 1px solid #ddd;
}
.footer-item {
    text-align: center;
    flex: 1;
}
.footer-item img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.footer-item a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}
.footer-item a:hover {
    color: #0056b3;
}

.flex-text {
  display: flex;
  flex-direction: column;
  align-items: center; 
  justify-content: center;
  text-align: center;
}

.nav-active {
  color: #52c410 !important;
}

a {
  text-decoration: none !important;
  color: inherit !important; 
}

.chart-container {
  position: relative;
  width: 100%;
  height: 150px;
   display: flex;
  align-items: center;
  justify-content: center;
}

.chart-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.chart-center-text h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: white;
}

.tab-buttons .btn.active {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
}

.btn.btn-light.active {
  background-color: #52c410 !important;
  color: white !important;
}

.nav-tabs {
  border-bottom: none !important;
}

.service-card {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s;
  background-color: white;
}

.service-card:hover {
  transform: translateY(-5px);
}

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #e0f0ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-circle i {
  font-size: 32px;
  color: #0d6efd;
}

.service-title {
  font-weight: 500;
  margin-bottom: 8px;
}

.service-time {
  color: #333;
  font-size: 14px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease;
}

.menu-item:hover {
  background-color: #f7f7f7;
}

.menu-text {
  flex-grow: 1;
  font-weight: 500;
  color: #333;
}

.menu-arrow {
  color: #52c410;
  font-size: 1.2rem;
}

.icon-circle-2 {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.form-group {
  margin-bottom: 20px;
  width: 300px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"]  {
  width: 100%;
  padding: 10px 5px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  outline: none;
  background: transparent;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="email"]::placeholder,
input[type="number"]::placeholder {
  color: #aaa;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
  border-bottom-color: #52c410;
}