@media screen and (min-width: 992px) {
  .navbar {
    padding: 30px 0;
  }
}

.navbar {
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding: 1em 0;
    white-space: nowrap;
  }
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav {
    font-size: 0.92rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .navbar-nav {
    font-size: 0.86rem;
  }

  .navbar .navbar-nav .nav-item {
    margin: 0 0.65em;
  }

  .navbar .navbar-brand img {
    width: 300px !important;
    height: auto !important;
  }

  #location-text {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 1em;
  }
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

@media (min-width: 360px) {
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    content: "";
    background-color: #fb9600;
    width: 0%;
    height: 3px;
    transition: all 0.5s;
  }
}

@media (max-width: 359px) {
  .navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #fb9600;
    width: 0%;
    height: 3px;
    transition: all 0.5s;
  }
}

@media (min-width: 360px) {
  .navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
  }
}

@media (max-width: 359px) {
  .navbar .navbar-nav .nav-item:hover::after {
    width: 30%;
  }
}

.site-logo {
  display: block;
  max-width: 100%;
  height: auto !important;
}

@media (max-width: 575.98px) {
  .site-logo {
    width: calc(317px * 0.90) !important;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.video-cover-player {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 6px;
  background: #212529;
  cursor: pointer;
}

.video-cover-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}

.video-cover-player:hover img,
.video-cover-player:focus-visible img {
  transform: scale(1.04);
  filter: brightness(0.72);
}

.video-cover-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.6);
}

.video-cover-play i {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  padding-left: 4px;
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 50%;
  background: rgba(251,150,0,0.92);
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.video-cover-player:hover .video-cover-play i,
.video-cover-player:focus-visible .video-cover-play i {
  transform: scale(1.1);
  background: #fb9600;
}

.video-cover-player:focus-visible {
  outline: 3px solid #fb9600;
  outline-offset: 3px;
}

.video-cover-iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 6px;
  margin-bottom: 1rem;
}

/* Effetto hover più marcato e visibile per le voci dei menu a tendina
   (il grigio chiarissimo di default di Bootstrap era poco leggibile) */
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background-color: #fb9600;
  color: #fff !important;
}

/* Coerenza tipografica: stessa dimensione tra link principali e voci submenu */
.navbar .navbar-nav .dropdown-menu {
  font-size: inherit;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: inherit;
}

.navbar .navbar-nav .nav-link:focus-visible,
.navbar .navbar-nav .dropdown-item:focus-visible,
.navbar .navbar-toggler:focus-visible {
  outline: 2px solid #fb9600;
  outline-offset: 2px;
  border-radius: 4px;
}

/* Sottomenù "Sculture" nel menu OPERE, versione ad accordion (si apre in
   verticale dentro lo stesso menu a tendina, niente posizionamento assoluto:
   nessun rischio di finire tagliato/nascosto da altri elementi della pagina) */
.dropdown-submenu-toggle i {
  transition: transform 0.2s ease;
}

.dropdown-submenu.show .dropdown-submenu-toggle i {
  transform: rotate(180deg);
}

.dropdown-submenu-panel {
  display: none;
  background: #f8f9fa;
}

.dropdown-submenu.show .dropdown-submenu-panel {
  display: block;
}


/* Accordion Gallery Fix */

.accordian ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.accordian li {
  flex: 1;
  transition: all 0.5s ease;
  height: 400px;
  overflow: hidden;
}

.accordian li:hover {
  flex: 5;
}

.accordian img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .accordian ul {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .accordian li {
    height: 200px;
  }
}

/* Landing Page Styles */

.landing-body {
  background: radial-gradient(circle, #ffffff 0%, #e9ecef 100%);
  overflow: hidden;
}

.splash-page {
  position: relative;
  min-height: 100vh;
}

.splash-bg-shape {
  position: fixed;
  border-radius: 50%;
  filter: blur(2px);
  z-index: 1;
  pointer-events: none;
}

.splash-bg-shape-a {
  width: 42vw;
  height: 42vw;
  min-width: 260px;
  min-height: 260px;
  background: radial-gradient(circle, rgba(251, 150, 0, 0.16) 0%, rgba(251, 150, 0, 0) 70%);
  top: -10vw;
  left: -10vw;
}

.splash-bg-shape-b {
  width: 34vw;
  height: 34vw;
  min-width: 220px;
  min-height: 220px;
  background: radial-gradient(circle, rgba(33, 37, 41, 0.14) 0%, rgba(33, 37, 41, 0) 70%);
  bottom: -8vw;
  right: -8vw;
}

.splash-panel {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.76);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.12);
  padding: 2rem 1rem;
}

.splash-logo {
  max-height: 84px;
}

.splash-tagline {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.05rem;
  color: #555;
}

.splash-auto-box {
  max-width: 360px;
  margin: 0 auto;
  font-family: 'Quicksand', sans-serif;
  color: #666;
}

.splash-progress {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: #ececec;
  overflow: hidden;
}

.splash-progress-bar {
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #fb9600, #ffbd59);
  transition: width 0.25s ease;
}

.splash-cancel-btn {
  color: #6c757d;
  text-decoration: none;
}

.splash-cancel-btn:hover,
.splash-cancel-btn:focus {
  color: #212529;
}

.fade-in-up {
  animation: fadeInUp 1.2s ease-out both;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.landing-artist-img {
  max-height: 60vh;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.15));
  transition: transform 0.5s ease;
}

@media (max-width: 767px) {
  .splash-panel {
    padding: 1.5rem 1rem;
    border-radius: 18px;
  }

  .splash-logo {
    max-height: 62px;
  }

  .splash-tagline {
    font-size: 0.95rem;
  }

  .landing-artist-img {
    max-height: 44vh;
  }
}

@media (max-width: 380px) {
  .splash-panel {
    padding: 1.1rem 0.75rem;
    border-radius: 14px;
  }

  .splash-logo {
    max-height: 52px;
    margin-bottom: 0.65rem !important;
  }

  .splash-tagline {
    font-size: 0.88rem;
    margin-bottom: 0.9rem !important;
  }

  .landing-artist-img {
    max-height: 36vh;
  }

  .splash-auto-box {
    font-size: 0.9rem;
  }

  .splash-page .btn-art {
    width: 100%;
    text-align: center;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
  }
}

.landing-artist-img:hover {
  transform: scale(1.02);
}

.btn-entra-container img {
  transition: all 0.3s ease;
}

.btn-entra-container img:hover {
  filter: brightness(1.1);
  transform: scale(1.05);
}

/* Biografia Styles */

.bio-header, .hero-fade {
  height: 450px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bio-header::after, .hero-fade::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, #ffffff, transparent);
  z-index: 5;
  pointer-events: none;
}

.bio-header > *, .hero-fade > * {
  position: relative;
  z-index: 10;
}

.bio-header h5 {
  font-size: 1.1rem;
  letter-spacing: 8px !important;
  font-weight: 400;
  margin-bottom: 1.5rem !important;
}

.bio-header h1 {
  font-size: 4.5rem;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .bio-header {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .bio-header h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .bio-header h5 {
    font-size: 0.8rem;
    letter-spacing: 5px !important;
  }
}

.hero-fade {
  height: 600px;
}

/* Home Card improvements - Minimal Museum Style */

.home-card {
  border: 1px solid #f0f0f0;
  border-radius: 20px 20px 0 0;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  background: white;
  padding: 0;
  overflow: hidden;
}

.home-card:hover {
  border-color: #fb9600;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1) !important;
  transform: translateY(-12px);
}

.home-card .card-body {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-card-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: transform 0.6s ease;
}

.home-card:hover .home-card-img {
  transform: scale(1.1);
}

.home-card-title {
  font-family: 'Alata', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212529;
  margin-top: 10px;
  margin-bottom: 5px;
}

.home-card-text {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin-top: 10px;
  font-weight: 400;
}

.card-accent-line {
  width: 30px;
  height: 2px;
  background: #fb9600;
  transition: width 0.4s ease;
  margin: 15px 0;
}

/* Home Quote Section */

.home-quote-section {
  background-color: #f8f9fa;
  padding: 100px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.home-quote-text {
  font-family: 'Abel', sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #212529;
  font-weight: 300;
}

/* Call to Action Banner */

.cta-banner {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../../assets/img/biografia/vale_01.jpg') center / cover no-repeat fixed;
  padding: 120px 0;
  color: white;
  text-align: center;
}

/* Timeline Section */

.timeline {
  position: relative;
  padding: 50px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #eee;
  transform: translateX(-50%);
}

.timeline-item {
  margin-bottom: 60px;
  position: relative;
  width: 50%;
  padding: 0 40px;
}

.timeline-item.left {
  left: 0;
  text-align: right;
}

.timeline-item.right {
  left: 50%;
  text-align: left;
}

.timeline-dot {
  width: 16px;
  height: 16px;
  background: #fb9600;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  z-index: 5;
  box-shadow: 0 0 0 5px white;
}

.timeline-item.left .timeline-dot {
  right: -8px;
}

.timeline-item.right .timeline-dot {
  left: -8px;
}

.timeline-year {
  font-family: 'Alata', sans-serif;
  color: #fb9600;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

.timeline-content h4 {
  font-family: 'Alata', sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.timeline-content p {
  font-family: 'Quicksand', sans-serif;
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .timeline::before {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .timeline-item {
    width: 100%;
    left: 0 !important;
    padding-left: 50px;
    text-align: left !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .timeline-dot {
    left: 12px !important;
  }
}

.home-card:hover .card-accent-line {
  width: 60px;
}

.bio-quote {
  font-size: 1.5rem;
  line-height: 1.4;
  border-left: 5px solid #fb9600;
  padding-left: 20px;
  margin: 40px 0;
  color: #333;
  font-weight: 300;
}

/* Page Section Headings */

h1.display-4 {
  font-size: 3.5rem;
  letter-spacing: 4px;
  font-weight: 400;
}

@media (max-width: 767px) {
  h1.display-4 {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }
}

.bio-text-section p {
  line-height: 1.8;
  font-size: 1.1rem;
  text-align: justify;
}

.bio-artist-img-wrapper {
  position: relative;
  z-index: 2;
}

.bio-artist-img-wrapper::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  z-index: -1;
  border: 1px solid #dee2e6;
}

/* Critica Styles */

.critics-menu .list-group-item {
  border: none;
  padding: 12px 10px;
  background: transparent;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #6c757d;
  transition: all 0.3s ease;
  border-bottom: 1px solid #f8f9fa;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 3px solid transparent;
}

.critics-menu .list-group-item.active {
  color: #fb9600;
  background: #fff !important;
  border-left: 3px solid #fb9600;
  padding-left: 15px;
}

.critics-menu .list-group-item:hover:not(.active) {
  color: #212529;
  padding-left: 5px;
}

.critica-content-box {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  border-left: 1px solid #fb9600;
}

/* Opere Gallery Styles */

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  background: #eee;
}

.gallery-item img:focus-visible {
  outline: 3px solid #fb9600;
  outline-offset: -3px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  color: white;
  text-align: center;
  padding: 20px;
  pointer-events: none;
}

@media (min-width: 768px) {
  .pensiero-image {
    margin-top: 124px;
  }
}

@media (max-width: 767.98px) {
  .pensiero-image {
    margin-top: 0;
  }
}

.gallery-item:hover .gallery-overlay,
.opera-gallery:hover .gallery-overlay,
.opera-gallery:focus-within .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h4 {
  font-family: 'Alata', sans-serif;
  margin-bottom: 5px;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-overlay p {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
}

.opera-gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.opera-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f1f1f1;
  border-radius: 2px;
  cursor: pointer;
}

.opera-thumb-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.opera-thumb {
  width: 72px;
  height: 72px;
  border: 2px solid transparent;
  border-radius: 2px;
  background: #f4f4f4;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.opera-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.opera-thumb.is-active {
  border-color: #fb9600;
}

.opera-thumb:hover,
.opera-thumb:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

/* Artistic Buttons Style */

.btn-art {
  font-family: 'Alata', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 10px 28px;
  border: 1px solid #212529;
  background: transparent;
  color: #212529;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  font-size: 0.75rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.btn-art::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #212529;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.btn-art:hover {
  color: #fff !important;
}

.btn-art:hover::before {
  width: 100%;
}

.btn-art-orange {
  border-color: #fb9600;
  color: #fb9600;
}

.btn-art-orange::before {
  background: #fb9600;
}

/* Lightbox Styles */

#lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: zoom-out;
  padding: 24px;
  animation: lightboxFadeIn 0.25s ease both;
}

.lightbox-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: min(1180px, 96vw);
  max-height: 94vh;
}

.lightbox-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  max-width: calc(100% - 280px);
  max-height: 94vh;
}

#lightbox-overlay img {
  max-width: 100%;
  max-height: 94vh;
  width: auto;
  height: auto;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
  border: 3px solid white;
  cursor: zoom-in;
  transition: transform 0.35s ease;
}

.lightbox-info {
  width: 250px;
  flex: 0 0 250px;
  align-self: flex-start;
  color: #fff;
  text-align: left;
}

.lightbox-info[hidden] {
  display: none;
}

.lightbox-info h4 {
  margin-bottom: 10px;
  font-family: 'Alata', sans-serif;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lightbox-info p {
  margin-bottom: 8px;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .lightbox-content {
    flex-direction: column;
    gap: 16px;
    overflow-y: auto;
  }

  .lightbox-media {
    max-width: 100%;
    max-height: 70vh;
  }

  .lightbox-info {
    width: min(100%, 420px);
    flex-basis: auto;
    align-self: auto;
    text-align: center;
  }
}

#lightbox-overlay img.is-zoomed {
  transform: scale(1.45);
  cursor: zoom-out;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 50%;
  background: rgba(0,0,0,0.35);
  color: #fff;
  cursor: pointer;
  font-size: 1.1rem;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  background: #fb9600;
  border-color: #fb9600;
  outline: none;
}

@keyframes lightboxFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Footer Social Icons - Circular Style */

.social-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #000;
  color: #fff !important;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin: 5px;
}

.social-circle:hover {
  transform: scale(1.15);
  background-color: #333;
}

.social-circle.bookmark {
  background-color: #fb9600;
}

.social-circle i {
  font-size: 20px;
}

/* Articles / Press Style */

.press-item {
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  transition: all 0.4s ease;
}

.press-item:hover {
  padding-left: 20px;
  border-bottom-color: #fb9600;
}

.press-date {
  font-family: 'Quicksand', sans-serif;
  color: #fb9600;
  font-size: 0.85rem;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

.press-source {
  font-family: 'Alata', sans-serif;
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 5px;
}

.press-title {
  font-family: 'Alata', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #212529;
  margin-bottom: 15px;
}

/* Modal Artistic Style */

.modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 25px 50px rgba(0,0,0,0.2);
}

.modal-header {
  border-bottom: 1px solid #f8f9fa;
  padding: 30px 40px;
}

.modal-body {
  padding: 40px;
  font-family: 'Quicksand', sans-serif;
  line-height: 1.8;
  font-size: 1.1rem;
  color: #444;
}

.modal-source-tag {
  color: #fb9600;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

@media (max-width: 575px) {
  .social-circle {
    width: 38px;
    height: 38px;
    margin: 3px;
  }
}

/* Weather Widget Style */

#weather-widget {
  display: flex;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
  font-size: 0.85rem;
  color: #555;
  font-weight: 600;
  padding: 0 0 0 20px;
  margin-left: 10px;
  height: 100%;
}

#weather-icon {
  color: #fb9600;
  margin-right: 5px;
  font-size: 1.3rem;
}

@media (max-width: 991px) {
  #weather-widget {
    padding: 15px 0;
    margin-left: 0;
    border-top: 1px solid #f8f9fa;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  #location-text {
    display: inline !important;
  }
}

