@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?s0y773");
  src: url("../fonts/icomoon/icomoon.eot?s0y773#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?s0y773") format("truetype"), url("../fonts/icomoon/icomoon.woff?s0y773") format("woff"), url("../fonts/icomoon/icomoon.svg?s0y773#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Name: Generic
* 	Edit by: 5A9U
*
* ======================================================= */
body {
  font-family: "Inconsolata", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #DD356E;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #DD356E;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Inconsolata", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #DD356E;
}

::-moz-selection {
  color: #fff;
  background: #DD356E;
}

::selection {
  color: #fff;
  background: #DD356E;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 40px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav {
    padding: 20px 0;
  }
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.fh5co-nav #fh5co-logo a span {
  color: #DD356E;
}
.fh5co-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  padding: 30px 10px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-nav ul li a:hover {
  color: white;
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  color: #DD356E;
}
.fh5co-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

#fh5co-header {
  height: 700px;
  background-color: #222831;
  background-position: center center;
}
#fh5co-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-header .display-t {
  display: table;
  height: 700px;
  width: 100%;
}
#fh5co-header .display-tc {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1 {
    font-size: 34px;
  }
}
#fh5co-header .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc .btn {
  padding: 15px 30px;
  background: #DD356E !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#fh5co-header .display-tc .btn:hover {
  background: #DD356E !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-features,
#fh5co-intro,
#fh5co-counter,
#fh5co-project,
#fh5co-services,
#fh5co-contact,
#fh5co-footer,
#fh5co-about {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-features,
  #fh5co-intro,
  #fh5co-counter,
  #fh5co-project,
  #fh5co-services,
  #fh5co-contact,
  #fh5co-footer,
  #fh5co-about {
    padding: 3em 0;
  }
}

#fh5co-intro {
  padding-bottom: 0;
}

.fh5co-section-gray {
  background: #f6f6f6;
}

.feature-center {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  color: #DD356E;
}
.feature-center p {
  margin-bottom: 0;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fh5co-project {
  margin-bottom: 30px;
}
.fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  padding: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  bottom: 7px;
}
.fh5co-project > a:hover:after {
  opacity: 1;
}
.fh5co-project > a img {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-project > a:after {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project h2 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fh5co-project span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.4);
}

.fh5co-counter .display-t {
  display: table;
  height: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .display-t {
    height: auto;
  }
}
.fh5co-counter .display-tc {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .display-tc {
    padding: 5em 0;
  }
}
.fh5co-counter .counter-bubble {
  margin: 0 auto;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
}
.fh5co-counter .counter-bubble .count-n {
  width: 180px;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.fh5co-counter .counter-bubble .count-n .counter {
  display: block;
  font-size: 40px;
  font-weight: bold;
  color: #DD356E;
}
.fh5co-counter .counter-bubble .count-n .counter-label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #000;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 40px;
  width: 100%;
  float: left;
}
.fh5co-services .icon {
  width: 70px;
  height: 70px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-services .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  font-size: 30px;
  color: #DD356E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-services .fh5co-post {
  padding-left: 20px;
  padding-right: 20px;
}
.fh5co-services .fh5co-post h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-services .fh5co-post:hover .icon, .fh5co-services .fh5co-post:focus .icon {
  background: #DD356E;
}
.fh5co-services .fh5co-post:hover .icon i, .fh5co-services .fh5co-post:focus .icon i {
  color: #fff;
}
.fh5co-services .fh5co-post:hover h3, .fh5co-services .fh5co-post:focus h3 {
  color: #DD356E;
}

#fh5co-footer {
  background: #efefef;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-footer .fh5co-footer-links li a {
  color: #000;
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}
#fh5co-footer .fh5co-widget h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}
#fh5co-footer .copyright .block {
  display: block;
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  text-transform: uppercase;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #DD356E;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #DD356E;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e933";
  font-size: 20px;
}
.fh5co-contact-info ul li.address:before {
  content: "\e9d1";
}
.fh5co-contact-info ul li.phone:before {
  content: "\e9f4";
}
.fh5co-contact-info ul li.email:before {
  content: "\e9da";
}
.fh5co-contact-info ul li.url:before {
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#fh5co-header-subscribe {
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-header-subscribe .form-control {
  background: #fff;
  border: none !important;
  width: 100%;
  height: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 140px;
}
#fh5co-header-subscribe .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Inconsolata", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-primary {
  background: #DD356E;
  color: #fff;
  border: 2px solid #DD356E;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background: #df4a7e !important;
  border-color: #df4a7e !important;
}
.btn.btn-primary.btn-outline {
  background: transparent;
  color: #DD356E;
  border: 2px solid #DD356E;
}
.btn.btn-primary.btn-outline:hover, .btn.btn-primary.btn-outline:focus, .btn.btn-primary.btn-outline:active {
  background: #DD356E;
  color: #fff;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: #DD356E !important;
  background: #DD356E !important;
  color: #fff !important;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #DD356E;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center center no-repeat #fff;
}

.animate-box {
  .js & {
    opacity: 0;
  }
}

#cityCurrentTimeLayer h1 {
    font-size: 48px;
    margin-bottom: 10px;
}

.city-hero-compact {
    height: auto !important;
    min-height: 350px;
    padding: 100px 0 40px;
}

.city-hero-panel {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
}

.city-hero-location {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.city-hero-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.city-hero-card {
    background: rgba(255, 255, 255, 0.15);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.city-hero-card-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    opacity: 0.8;
}

.city-hero-live-time h1 {
    font-size: 42px;
    margin: 0;
    font-weight: 700;
}

.city-hero-card-value {
    font-size: 14px;
    margin-top: 10px;
}

.city-hero-meta-link {
    color: #fff;
    text-decoration: underline;
    opacity: 0.9;
}

.city-hero-search {
    max-width: 600px;
    margin: 0 auto;
}

.search-form-condensed .form-control {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    height: 50px;
    border-radius: 25px;
    padding: 0 25px;
}

#fh5co-city-features {
    padding: 40px 0;
    background: #f8f9fa;
}

.city-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.city-feature-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.city-feature-card h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.city-feature-card-wide {
    grid-column: 1 / -1;
}

.city-feature-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.city-feature-card-nested {
    height: 100%;
    margin: 0;
}

.core-live-time {
    font-size: 48px;
    font-weight: 700;
    color: #DD356E;
    line-height: 1;
}

.core-live-date {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
}

.city-feature-meta {
    margin: 15px 0;
    font-size: 14px;
    display: grid;
    gap: 5px;
}

.city-feature-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.city-note {
    font-size: 13px;
    color: #777;
    font-style: italic;
    margin-top: 8px;
}

.city-share-link {
    background: #f0f0f0;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    word-break: break-all;
    margin-top: 10px;
}

.multi-city-dashboard {
    background: #fafafa;
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
}

.multi-city-dashboard.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* Increased row height by 20% */
    grid-auto-rows: minmax(calc(100% / 1.2), auto); /* Adjusting row height dynamically */
    gap: 14px;
    margin-top: 12px;
}

.multi-city-dashboard.list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 12px;
}

.city-dash-card {
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 14px; /* Increased padding by 20% */
    background: #fff;
}

.city-dash-name {
    font-weight: 700;
}

.city-dash-time {
    font-size: 28px;
    line-height: 1.2;
    margin: 6px 0;
}

.city-dash-sub {
    font-size: 13px;
    color: #666;
}

.city-dash-actions {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.time-difference-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.time-diff-item {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 10px;
}

.city-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.converter-results {
    margin-top: 12px;
}

.converter-row {
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
    font-size: 15px;
}

.working-hours-grid {
    display: grid;
    gap: 8px;
}

.working-hours-row {
    display: grid;
    grid-template-columns: 1.1fr 1.3fr .8fr;
    gap: 8px;
    border: 1px solid #ececec;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
}

.meeting-planner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 15px;
    align-items: flex-end;
}

.day-night-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
}

.day-night-item {
    background: #fcfcfc;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
}

.location-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 15px;
    font-size: 14px;
}

.dropdown-menu {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

.bookmark-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bookmark-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bookmark-remove {
    color: #cc0000;
    font-weight: bold;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .city-feature-pair {
        grid-template-columns: 1fr;
    }
    .meeting-planner-grid {
        grid-template-columns: 1fr;
    }
    .city-hero-location {
        font-size: 24px;
    }
    .core-live-time {
        font-size: 36px;
    }
}

.city-inline-label {
    margin-right: 10px;
}

.city-inline-control {
    display: inline-block;
    width: auto;
    height: 30px;
    padding: 2px 10px;
}

.format-shortcuts {
    margin-top: 10px;
    font-size: 12px;
}

.format-shortcuts a {
    margin-left: 8px;
}

#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #333;
    color: #fff;
    padding: 15px;
    z-index: 10000;
    text-align: center;
}

#cookie-consent-banner p {
    display: inline-block;
    margin: 0 20px 0 0;
}

.city-dash-holiday {
    font-size: 12px;
    color: #d84315;
    background: #fff3e0;
    padding: 2px 6px;
    border-radius: 4px;
    margin-top: 4px;
    font-weight: bold;
}
