/* Cookie banner açıkken yukarı çık butonu kutunun üstüne çıksın */
.theme-option {
  z-index: 8;
  transition: bottom .25s ease;
}

body.esea-cookie-open .theme-option {
  bottom: var(--esea-cookie-lift, 16.5rem) !important;
}

.cookie-bar-box {
  z-index: 6;
}

/* ESEA homepage + products tree menu */

/* Top bar: telefon | HTML widget | dil */
.esea-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 36px;
}

.esea-topbar-left,
.esea-topbar-right {
  flex: 0 0 auto;
  min-width: 0;
}

.esea-topbar-widgets {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
}

.esea-header-widgets,
.esea-header-widgets.slick-slider {
  margin: 0;
}

.esea-header-widget,
.esea-header-widget .esea-topbar-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .25rem 1.15rem;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

.esea-header-widget a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  white-space: nowrap;
}

.esea-header-widget a i {
  font-size: 12px;
  line-height: 1;
  opacity: .95;
}

.esea-header-widget a:hover {
  text-decoration: underline !important;
}

.esea-header-widget p,
.esea-header-widget h1,
.esea-header-widget h2,
.esea-header-widget h3,
.esea-header-widget h4,
.esea-header-widget h5,
.esea-header-widget h6 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

@media (max-width: 991.98px) {
  header .header-top {
    padding: 6px 0;
  }

  .esea-topbar {
    flex-wrap: nowrap;
    align-items: center;
    gap: .45rem;
    min-height: 34px;
  }

  .esea-topbar-left {
    display: none;
  }

  .esea-topbar-right {
    margin-left: 0;
    padding-top: 0;
  }

  .esea-topbar-widgets {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
  }

  .esea-topbar-widgets::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(232, 85, 35, 0), var(--theme-color, #e85523));
  }

  .esea-header-widgets,
  .esea-header-widget-slide,
  .esea-header-widget,
  .esea-header-widget .esea-topbar-contacts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: .85rem;
    height: auto !important;
    overflow: visible;
    transform: none !important;
  }

  .esea-header-widget,
  .esea-header-widget .esea-topbar-contacts {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, #000 80%, transparent);
  }

  .esea-header-widget::-webkit-scrollbar,
  .esea-header-widget .esea-topbar-contacts::-webkit-scrollbar {
    display: none;
  }

  .esea-header-widget {
    font-size: 12px;
    text-align: left;
  }

  .esea-header-widget .esea-topbar-contacts a {
    flex: 0 0 auto;
    height: auto;
    max-width: none;
    padding: .15rem 0;
  }

  .esea-topbar-right .about-list {
    gap: 0;
  }

  .esea-topbar-right .dropdown-toggle span {
    display: none;
  }

  .esea-topbar-right .dropdown-toggle {
    padding-left: .15rem;
    padding-right: .15rem;
  }
}

/* Header: logo sol | menü ortada | ikonlar sağ */
header .navbar-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 72px;
}

header .navbar-top > .web-logo,
header .navbar-top > a.logo,
header .navbar-top > .logo {
  flex: 1 1 0;
  max-width: none;
  min-width: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header .navbar-top .header-nav-middle {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}

header .navbar-top .header-nav-middle .main-nav,
header .navbar-top .header-nav-middle .offcanvas,
header .navbar-top .header-nav-middle .offcanvas-body {
  width: auto;
  max-width: 100%;
}

header .navbar-top .rightside-box {
  flex: 1 1 0;
  min-width: 0;
  margin-left: 0 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .navbar-top .web-logo img,
header .navbar-top .logo img {
  max-height: 56px;
  width: auto;
  max-width: min(220px, 100%);
  object-fit: contain;
}

.esea-main-nav {
  align-items: center;
  gap: .15rem;
  flex-wrap: nowrap;
  justify-content: center !important;
  margin: 0 auto;
}

.esea-main-nav > .esea-nav-item,
.esea-main-nav > .dropdown {
  position: relative;
}

.esea-nav-link {
  font-weight: 600 !important;
  font-size: 13.5px !important;
  letter-spacing: .01em;
  padding: .55rem .7rem !important;
  border-radius: 8px;
  color: #1f2937 !important;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease;
}

.esea-nav-link:hover,
.esea-nav-item:hover > .esea-nav-link,
.esea-nav-item.show > .esea-nav-link {
  background: rgba(13, 164, 135, .1);
  color: var(--theme-color, #0da487) !important;
}

.esea-products-nav {
  position: relative;
}

/* 1200px altı: hamburger menü (logo çakışmasını engeller) */
@media (max-width: 1199.98px) {
  header .navbar-top {
    gap: .5rem;
    min-height: 64px;
  }

  header .navbar-top > .web-logo,
  header .navbar-top > a.logo,
  header .navbar-top > .logo {
    flex: 1 1 auto;
    max-width: 200px;
    justify-content: center;
  }

  header .navbar-top .header-nav-middle {
    flex: 0 0 auto;
  }

  header .navbar-top .rightside-box {
    flex: 0 0 auto;
  }

  #primaryMenu.offcanvas {
    width: min(380px, 94vw);
  }

  #primaryMenu .offcanvas-body {
    padding: .75rem 1rem 1.5rem;
  }

  .esea-main-nav {
    flex-direction: column;
    align-items: stretch !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .esea-nav-item {
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
  }

  .esea-nav-link {
    width: 100%;
    font-size: 15px !important;
    padding: .85rem .4rem !important;
    border-radius: 0;
    white-space: normal;
  }

  .esea-products-tree {
    position: static !important;
    float: none !important;
    width: 100% !important;
    max-height: none;
    box-shadow: none !important;
    border: 0 !important;
    border-radius: 12px !important;
    margin: 0 0 .35rem !important;
    background: #f4f8f6 !important;
  }

  .esea-products-tree-head {
    padding: .7rem .75rem .55rem;
    background: transparent;
    position: static;
    border-bottom-color: #e5ece9;
  }

  .esea-tree {
    padding: .25rem .45rem .7rem;
  }

  .esea-tree-row {
    min-height: 46px;
  }

  .esea-tree-toggle {
    min-width: 46px;
    min-height: 46px;
  }
}

@media (min-width: 1200px) {
  /* Desktop: menüyü gerçek ortada tut + dropdown taşmasın */
  header .top-nav,
  header .top-nav.sticky-header,
  header .top-nav .container-fluid-lg,
  header .top-nav .row,
  header .top-nav .col-12,
  header .navbar-top,
  header .header-nav-middle,
  header .main-nav,
  header .navbar-nav,
  header .offcanvas-body {
    overflow: visible !important;
  }

  header .navbar-top {
    position: relative;
  }

  header .navbar-top .header-nav-middle .offcanvas.offcanvas-collapse {
    position: static !important;
    visibility: visible !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  header .navbar-top .header-nav-middle .offcanvas-header {
    display: none !important;
  }

  header .navbar-top .header-nav-middle .offcanvas-body {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    overflow: visible !important;
  }

  /* Hover ile tüm dropdown menüler açılsın */
  header .navbar.navbar-expand-xl .navbar-nav > .dropdown:hover > .dropdown-menu,
  header .navbar.navbar-expand-xl .navbar-nav > .esea-nav-item.dropdown:hover > .dropdown-menu,
  header .navbar.navbar-expand-xl .navbar-nav > .esea-products-nav:hover > .esea-products-tree,
  header .navbar.navbar-expand-xl .navbar-nav > .esea-products-nav.show > .esea-products-tree {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  header .navbar.navbar-expand-xl .navbar-nav > .dropdown > .dropdown-menu {
    margin-top: 0 !important;
    top: 100% !important;
    z-index: 1050;
    transform: none !important;
  }

  header .navbar.navbar-expand-xl .navbar-nav > .dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 14px;
  }

  .esea-products-nav {
    position: relative !important;
  }

  .esea-products-nav .esea-products-tree,
  header .navbar.navbar-expand-xl .navbar-nav > .esea-products-nav:hover > .esea-products-tree,
  header .navbar.navbar-expand-xl .navbar-nav > .esea-products-nav.show > .esea-products-tree {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    top: calc(100% - 2px) !important;
    transform: none !important;
    width: min(420px, calc(100vw - 2rem)) !important;
    max-width: min(420px, calc(100vw - 2rem)) !important;
    margin-top: 0 !important;
    z-index: 1300 !important;
  }

  .esea-main-nav > .esea-products-nav:nth-last-child(-n+2) > .esea-products-tree {
    left: auto !important;
    right: 0 !important;
  }

  .esea-simple-dropdown {
    left: 0;
    right: auto;
    transform: none !important;
  }

  /* Sağa yakın menü öğelerinde dropdown sola kaymasın, sağa hizala */
  .esea-main-nav > .esea-nav-item:nth-last-child(-n+2) > .esea-simple-dropdown {
    left: auto;
    right: 0;
  }

  .esea-nav-link {
    font-size: 13.5px !important;
    padding: .55rem .72rem !important;
  }
}

@media (min-width: 1400px) {
  .esea-nav-link {
    font-size: 14.5px !important;
    padding: .6rem .9rem !important;
  }

  header .navbar-top .web-logo img,
  header .navbar-top .logo img {
    max-width: min(240px, 100%);
    max-height: 60px;
  }
}

.esea-simple-dropdown {
  border: 0 !important;
  border-radius: 14px !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .14) !important;
  padding: .55rem !important;
  min-width: 240px;
  background: #fff !important;
}

.esea-simple-dropdown .dropdown-item {
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 600;
  padding: .7rem .85rem;
  color: #1f2937;
  display: flex;
  align-items: center;
  gap: .55rem;
}

.esea-simple-dropdown .dropdown-item::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
  flex: 0 0 auto;
}

.esea-simple-dropdown .dropdown-item:hover {
  background: rgba(13, 164, 135, .1);
  color: var(--theme-color, #0da487);
}

.esea-simple-dropdown .dropdown-item:hover::before {
  background: var(--theme-color, #0da487);
}

/* Products tree menu */
.esea-products-tree {
  width: min(420px, calc(100vw - 2rem)) !important;
  max-height: min(72vh, 640px);
  overflow: auto;
  padding: 0 !important;
  border: 1px solid #e6eeea !important;
  border-radius: 16px !important;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .16) !important;
  margin-top: .4rem !important;
  background: #fff !important;
}

.esea-products-tree-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem .8rem;
  border-bottom: 1px solid #eef2f0;
  background: linear-gradient(180deg, #f4faf8, #fff);
  position: sticky;
  top: 0;
  z-index: 2;
}

.esea-products-tree-head strong {
  display: block;
  font-size: 14px;
  color: #111827;
  line-height: 1.2;
}

.esea-products-tree-head span {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-top: .15rem;
}

.esea-tree,
.esea-tree-children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.esea-tree {
  padding: .45rem .5rem .65rem;
}

.esea-tree-item {
  margin: 0;
}

.esea-tree-row {
  display: flex;
  align-items: center;
  gap: .2rem;
  min-height: 40px;
  border-radius: 10px;
  transition: background .15s ease;
}

.esea-tree-row:hover,
.esea-tree-item.is-open > .esea-tree-row {
  background: rgba(13, 164, 135, .08);
}

.esea-tree-link {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-width: 0;
  flex: 1 1 auto;
  text-decoration: none;
  color: inherit;
  padding: .4rem .45rem .4rem .5rem;
  touch-action: manipulation;
}

.esea-tree-icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(145deg, #dff7f0, #eef2f7);
  color: var(--theme-color, #0da487);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  overflow: hidden;
  border: 1px solid rgba(13, 164, 135, .12);
}

.esea-tree-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esea-tree-letter {
  line-height: 1;
}

.esea-tree-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c5d0cb;
  flex: 0 0 auto;
  margin-left: .2rem;
}

.esea-tree-item.is-open > .esea-tree-row .esea-tree-dot,
.esea-tree-link:hover .esea-tree-dot {
  background: var(--theme-color, #0da487);
}

.esea-tree-text {
  min-width: 0;
  flex: 1 1 auto;
}

.esea-tree-name {
  font-weight: 700;
  font-size: 13.25px;
  color: #1f2937;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.esea-tree-item[data-level="0"] > .esea-tree-row .esea-tree-name {
  font-weight: 800;
}

.esea-tree-link:hover .esea-tree-name {
  color: var(--theme-color, #0da487);
}

.esea-tree-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .28rem;
  min-width: 40px;
  min-height: 40px;
  padding: 0 .45rem;
  border-radius: 9px;
  flex: 0 0 auto;
  cursor: pointer;
  touch-action: manipulation;
}

.esea-tree-toggle:hover,
.esea-tree-toggle:focus-visible {
  background: rgba(13, 164, 135, .12);
  color: var(--theme-color, #0da487);
  outline: none;
}

.esea-tree-count {
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 .3rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 10.5px;
  font-weight: 700;
  line-height: 1.15rem;
  text-align: center;
}

.esea-tree-item.is-open > .esea-tree-row .esea-tree-count {
  border-color: rgba(13, 164, 135, .28);
  color: var(--theme-color, #0da487);
}

.esea-tree-toggle i {
  font-size: 10px;
  transition: transform .2s ease;
}

.esea-tree-item.is-open > .esea-tree-row .esea-tree-toggle i {
  transform: rotate(180deg);
}

.esea-tree-children {
  display: none;
  margin: .1rem 0 .25rem .95rem;
  padding-left: .7rem;
  border-left: 1px dashed #d5ddd9;
}

.esea-tree-item.is-open > .esea-tree-children {
  display: block;
}

.esea-tree-item[data-level="1"] .esea-tree-name,
.esea-tree-item[data-level="2"] .esea-tree-name,
.esea-tree-item[data-level="3"] .esea-tree-name {
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1199.98px) {
  .esea-tree-item[data-level="0"] > .esea-tree-row .esea-tree-name {
    font-size: 14.5px;
  }

  .esea-tree-item[data-level="1"] .esea-tree-name,
  .esea-tree-item[data-level="2"] .esea-tree-name,
  .esea-tree-item[data-level="3"] .esea-tree-name {
    font-size: 14px;
  }
}

/* Home category cards */
.esea-home-categories {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.esea-home-cat-head h2 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  margin-bottom: .25rem;
}

.esea-home-cat-head p {
  color: #6b7280;
  margin-bottom: 1.25rem;
}

.esea-home-cat-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.esea-home-cat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 164, 135, .35);
  box-shadow: 0 12px 28px rgba(15, 23, 42, .1);
  color: inherit;
}

.esea-home-cat-media {
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #e8f7f3, #eef2f7);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.esea-home-cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.esea-home-cat-fallback,
.esea-home-cat-icon {
  font-size: 1.75rem;
  color: var(--theme-color, #0da487);
}

.esea-home-cat-letter {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(13, 164, 135, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 800;
}

.esea-home-cat-body {
  padding: .85rem .9rem 1rem;
}

.esea-home-cat-body h5 {
  font-size: .95rem;
  font-weight: 700;
  margin: 0 0 .25rem;
  line-height: 1.3;
  min-height: 2.5em;
}

.esea-home-cat-count {
  font-size: .75rem;
  color: #6b7280;
}

@media (max-width: 575.98px) {
  .esea-home-cat-body h5 {
    font-size: .85rem;
    min-height: 2.4em;
  }
}

/* Contact branches */
.esea-branches {
  --esea-branch-accent: var(--theme-color, #0da487);
  padding: 3rem 0 2.25rem;
  background: #f3f6f5;
}

.esea-branches__head {
  margin: 0 0 1.75rem;
  text-align: center;
}

.esea-branches__head h2 {
  margin: 0 0 .4rem;
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.02em;
}

.esea-branches__head p {
  margin: 0;
  color: #64748b;
  font-size: .95rem;
}

.esea-branches__empty {
  padding: 2rem;
  text-align: center;
  color: #64748b;
  border: 1px dashed #cbd5e1;
  border-radius: 16px;
  background: #fff;
}

.esea-branches__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.esea-branch {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.esea-branch__top {
  padding: 1.5rem 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .85rem;
  flex: 1 1 auto;
}

.esea-branch__city {
  margin: 0;
  font-size: 1.55rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -.03em;
  line-height: 1.15;
}

.esea-branch__company {
  margin: -.35rem 0 0;
  font-size: .8rem;
  line-height: 1.45;
  color: #94a3b8;
  font-weight: 600;
}

.esea-branch__meta {
  list-style: none;
  margin: .35rem 0 0;
  padding: 0;
  display: grid;
  gap: .7rem;
}

.esea-branch__meta li {
  display: grid;
  grid-template-columns: 1.1rem 1fr;
  gap: .75rem;
  align-items: start;
  font-size: .92rem;
  line-height: 1.5;
  color: #334155;
}

.esea-branch__meta i {
  margin-top: .2rem;
  color: var(--esea-branch-accent);
  font-size: .95rem;
  text-align: center;
}

.esea-branch__meta a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}

.esea-branch__meta a:hover {
  color: var(--esea-branch-accent);
}

.esea-branch__cta {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: auto;
  padding-top: .35rem;
}

.esea-branch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0 1rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: var(--esea-branch-accent);
  border: 1px solid var(--esea-branch-accent);
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

.esea-branch__btn:hover {
  color: #fff;
  background: #0b8f76;
  border-color: #0b8f76;
}

.esea-branch__btn--line {
  color: var(--esea-branch-accent);
  background: #fff;
}

.esea-branch__btn--line:hover {
  color: #0b8f76;
  background: rgba(13, 164, 135, .08);
  border-color: rgba(13, 164, 135, .45);
}

.esea-branch__map {
  height: 250px;
  background: #e2e8f0;
  border-top: 1px solid #e2e8f0;
}

.esea-branch__map iframe {
  display: block !important;
  width: 100% !important;
  height: 250px !important;
  border: 0 !important;
}

@media (max-width: 991.98px) {
  .esea-branches__grid {
    grid-template-columns: 1fr;
  }

  .esea-branch__map,
  .esea-branch__map iframe {
    height: 220px !important;
  }
}

@media (max-width: 575.98px) {
  .esea-branches {
    padding: 2rem 0 1.5rem;
  }

  .esea-branch__top {
    padding: 1.2rem;
  }

  .esea-branch__city {
    font-size: 1.35rem;
  }
}


.esea-contact-form-section {
  padding: 1rem 0 3rem;
  background: #f7f8f9;
}

.esea-contact-form-card {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 1.5rem 1.65rem 1.75rem;
}

.esea-contact-form-head {
  margin-bottom: 1.15rem;
}

.esea-contact-form-head h3 {
  margin: 0 0 .35rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.esea-contact-form-head p {
  margin: 0;
  color: #6b7280;
  font-size: .92rem;
}

.esea-contact-form-card .form-label {
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
  margin-bottom: .35rem;
}

.esea-contact-form-card .form-control {
  min-height: 42px;
}

@media (max-width: 991.98px) {
  .esea-branch-map,
  .esea-branch-map iframe {
    height: 220px !important;
  }

  .esea-branches-section {
    padding: 2rem 0 1.5rem;
  }

  .esea-branch-card-body {
    padding: 1.15rem 1.15rem 1rem;
  }
}
