.elementor-318 .elementor-element.elementor-element-fed2904{--display:flex;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-13a6812 *//* WRAPPER */
.branch-section {
  background: #f5f7fb;
  padding: 60px 0;
}

.branch-container {
  width: 90%;
  max-width: 900px;
  margin: auto;
}

/* HEADER */
.branch-header {
  text-align: center;
  margin-bottom: 30px;
}

.branch-header h2 {
  color: #0b1c39;
}

/* STATE */
.state-box {
  margin-bottom: 25px;
}

.state-box select {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* DISTRICT TABS */
.district-tabs {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.district-tab {
  flex: 1;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  transition: 0.3s;
}

.district-tab span {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.district-tab:hover {
  transform: translateY(-3px);
}

.district-tab.active {
  background: #1e3c72;
  color: #fff;
}

.district-tab.active span {
  color: #ddd;
}

/* RESULT */
.branch-result {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.branch-result h3 {
  margin-bottom: 15px;
  color: #1e3c72;
}

.branch-result ul {
  padding-left: 20px;
}

.branch-result li {
  margin-bottom: 8px;
}/* End custom CSS */