body {
  font-family: 'Prompt', sans-serif;
  margin: 0;
  padding: 0;
  background: #002B5B;
  color: #002B5B;
  display: flex;
  justify-content: center;
}

.container {
	width: 1000px;
	
	
}

.hero-section {
  background-color: #002B5B;
  color: white;
  padding-top: 1em;
}
.branch-search {
    margin-top: 2em;
}

.branch-search button {
    background-color: #002B5B;
    color: white;
    padding: 0.7em 1.5em;
    border: none;
    font-size: 1em;
    cursor: pointer;
}

.map-placeholder {
    margin-top: 1em;
    height: 200px;
    background-color: #d0d0d0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.main-footer {
    background-color: #002B5B;
    color: white;
    text-align: center;
    padding: 1em;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding-left: 1em;
	padding-right: 1em;
}

.logo {
  font-size: 1.8em;
  font-weight: bold;
}

.logo span {
  color: #FF6B00;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1em;
}

.nav-menu a {
  color: white;
  text-decoration: none;
  margin: 0 0.5em;
  font-weight: 500;
}

.lang-switch img {
  width: 24px;
  height: 16px;
  margin-left: 0.5em;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.hero-content {
    display: flex;
	background-image: url("002.png");
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2em;
    font-style: normal;
    font-weight: normal;
	padding-left: 1em;
	padding-right: 1em;
}

.hero-text {
  flex: 1;
  min-width: 300px;
}

.hero-text h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.hero-text p {
  font-size: 1.1em;
  font-weight: 400;
}

.cta-buttons {
  margin: 1em 0;
}

.cta-buttons .btn-orange {
  background: #FF6B00;
  color: white;
  border: none;
  padding: 0.6em 1.2em;
  border-radius: 25px;
  margin-right: 1em;
  font-weight: 600;
  cursor: pointer;
}

.cta-buttons .btn-blue {
  background: white;
  color: #002B5B;
  border: 2px solid #002B5B;
  padding: 0.6em 1.2em;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin-top: 1em;
  font-size: 1em;
}

.hero-image img {
  width: 500px;
	padding-bottom: 0px;
}

.footer {
  background-color: #002B5B;
  color: white;
  text-align: center;
	display: flex;
  padding: 1em;
  font-weight: 400;
}
.services {
    text-align: center;
    padding: 3em 1em;
    background-color: #f4f7fa;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}

.service-items .item {
    background-color: white;
    padding: 1em 2em;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; height:0px;}
.main-footer {
    background-color: #002B5B;
    color: white;
    text-align: center;
    padding: 1em;
}
.services {
    text-align: center;
    padding: 3em 1em;
    background-color: #f4f7fa;
}

.service-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1em;
    margin-top: 1em;
}

.service-items .item {
    background-color: white;
    padding: 1em 2em;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.features {
    margin-top: 1em;
    list-style: none;
    padding-left: 0;
}
