body
{
     font-family: 'Inter', sans-serif;
    background-color: #fafafa;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    width: 100%;
}
footer
{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #397ad5;
  color: #1a1a1a;
  height: 50px;
  gap: 30px;
  margin: 0;
  padding: 5px;
}
footer ul,
footer li,
footer span,
footer a {
  margin: 0;
  padding: 0;
}
#copy
{
  align-items: center;
  display: flex;
}
input
{
  height: 50px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  background-color: #f8f8f8;
}
.form_container 
{
  width: 650px;       
  margin: 0 ;
}
.form_h
{
  position:absolute; 
  left:-9999px;
}
textarea
{
  background-color: #f8f8f8;
  height: 220px;
  
}
.gdpr-info 
{
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}
.gdpr-info a
{
   color: #666;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  gap: 20px;              
}

.form-row .form-group {
  flex: 1;               
  min-width: 250px;    
}

.form-group {
  width: 100%;
}

.form-control {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 16px;
  box-sizing: border-box;
}

.message-box {
  min-height: 140px;
  resize: vertical;
}

.btn_box {
  text-align: right;
}

.btn_box button {
  background: #397ad5;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.3s;
}

.btn_box button:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column; 
    gap: 15px;
  }
  .form_container {
  width: 95%; 
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
}
.content-container
{
  width: 100%;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}
.foot-links
{
  width: 30%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;  
  padding: 0;
}
.foot-links li a,span
{
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  text-decoration: none;
  color: #1a1a1a;
}
.foot-links li a:hover
{
  color: #333;
}
.topbar
{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #397ad5;
  color: #1a1a1a;
  height: 50px;
}
.topbar-content
{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 60%;
}
.topbar-content a
{
  color: #1a1a1a;
  text-decoration: none;
}
.top-overview
{
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 5px;
  align-items: center;
}

.top-overview img
{
  width: 25px;
}
.gdpr-container
{
    width: 100%;
    padding: 15%;
    display: block;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 30px;
    background: #f8f8f8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.gdpr-container a
{
  color: #1a1a1a;
  font-weight:bold;
  text-decoration: none;
}
.nav-container 
{
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #fff;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.menu-toggle {
  display: none;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease; 
}
.navbar li {
  position: relative; 
}
.nav-logo
{
  align-items: center;
  justify-content: center;
  display: flex;
}
.nav-logo a
{
  text-decoration: none;
  color: #1a1a1a;
  display: flex;
  align-items: center;
}
.nav-logo h1
{
  font-size: 1.7em;
}
.logo-text
{
  display: block;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  font-size: 1.7em;
}
.logo
{
  height:35px ;
  width: 35px;

}
.dropdown
{
  position: relative;
  display: flex;
  align-items: center;
}
.dropdown-toggle 
{
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  line-height: 1;
}
#galery_h
{
  margin-left: 15%;
}
.dropdown-content 
{
  display: none;  
  position: absolute;
  top: 100%;        
  left: 0;                
  background: #fff;
  min-width: 400px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.26);
  border-radius: 5px;
  z-index: 999;
  list-style: none;
  padding: 10px;
}
.dropdown-content.show 
{
    display: flex;
}
.nav-links.show 
{
    display: flex;
}
.dropdown-content li 
{
  margin-bottom: 10px;
}

.dropdown-content li a 
{
  color: #333;
  text-decoration: none;
  display: block;     
  white-space: normal;
  text-align: left; 
  line-height: 1.4; 
}

.dropdown-content li a:hover
{
  color: #397ad5;
}

.dropdown:hover .dropdown-content 
{
  display: block;
}
.info-container 
{
  width: 100%;
  padding: 15%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 30px;
  background: #f8f8f8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.section
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar
{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
.nav-links
{
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  align-items: center;
}
.nav-links link
{
    display: inline;
}
.nav-links a
{
  color: #1a1a1a;
  text-decoration: none;
  font-size: 1.2em;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.nav-links a:hover
{
  color: #397ad5
}
.slideshow-container 
{
  border-radius: 5px;
  position: relative;
  width: 95%;
  height: 600px;
  margin: 40px auto;
  overflow: hidden;
  background: #000;
}
.slide 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
:root 
{
  --left-offset: 10%;   
  --top-offset: 30%;    
  --content-width: 360px; 
}
.slide .slide-content 
{
    position: absolute;
  left: var(--left-offset); 
  top: var(--top-offset);
  transform: translateY(-50%);
  width: var(--content-width);
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 12px 16px;
  z-index: 5;
  color: #1a1a1a;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.32);
  box-sizing: border-box;
  border-radius: 6px;
  white-space: normal;   
}
.slide.active 
{
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}
.slide img 
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.prev, .next 
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 14px;
  font-size: 22px;
  line-height: 1;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 10; 
  border-radius: 4px;
}
.prev { left: 12px; }
.next { right: 12px; }
.prev:hover, .next:hover 
{
  background: rgba(41, 41, 41, 0.185);
}
.slide .slide-content h2 
{
  margin: 0;
  font-size: 3rem;
  white-space: nowrap;
  pointer-events: none;
}
.slide .slide-content p 
{
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
  line-height: 1.2;
}

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


.slide-overlay 
{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: flex;
    align-items: center;
    padding-left: 10%;
}


.slide.active .slide-overlay 
{
    background: rgba(0,0,0,0.5);
}


.slide-box 
{
    max-width: 600px;
    color: white;
    pointer-events: auto;
    opacity: 1;
}


.slide-box h2 
{
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.2;
}


.slide-box p 
{
    font-size: 18px;
    margin-bottom: 25px;
}


.slide-box a 
{
    display: inline-block;
    padding: 12px 28px;
    background: #397ad5;
    color: black;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s;
}
.slide-box a:hover
{
    
    background: #0056b3;
    color: black;
    
}
.container
{
  width: 100%;
  justify-content: center;
  display: flex;
  position: relative;
}

.img-box 
{
   width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}

.img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 15px;
}
.title
{
  width: 100%;
  margin-top:100px ;
}
.title h1
{
  margin-left: 15%;
  margin-bottom: 0;
}
.br_gap
  {
    display: none;
  }
#sluzby
{
  display: flex;
  justify-content: center;
}
.sluzby {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;  
  width: 90%; 
  margin-bottom: 60px;
}
.h-href
{
  color: #397ad5;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  margin-bottom: 0;
}
.more-info
{
  font-weight: 400;
  margin-top: 0px;
}
@keyframes fadeUp 
{
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sluzba 
{
    flex: 0 0 calc(33.333% - 20px);
    max-width: 345px;
    background: #fafafa;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 50px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    box-shadow: #00000067;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sluzba-inner 
{
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.9s ease-out forwards;
}

.sluzba:nth-child(1) .sluzba-inner { animation-delay: .1s; }
.sluzba:nth-child(2) .sluzba-inner { animation-delay: .2s; }
.sluzba:nth-child(3) .sluzba-inner { animation-delay: .3s; }
.sluzba:nth-child(4) .sluzba-inner { animation-delay: .4s; }
.sluzba:nth-child(5) .sluzba-inner { animation-delay: .5s; }
.sluzba:nth-child(6) .sluzba-inner { animation-delay: .6s; }

.sluzba a 
{
    color: #397ad5;
    text-decoration: none;
}
.sluzba a:hover
{
  color: #6ca8e5;
  text-decoration: double;
}
@media (min-width: 900px) 
{
  .sluzba:hover 
  {
      transform: scale(1.08);
      box-shadow: 0 8px 16px #00000021;
      z-index: 10;
  }
}
.info-box
{
  gap: 80px;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-top: 40px;
  justify-self: center;
  background: #f8f8f8;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding-bottom: 40px;
  padding-top: 40px;
}
.info-img
{
  width: auto;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
}
.info-box img
{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 15px;
}
.info
{
  position: relative;
  display: block;
  width: 40%;
  justify-self:center;
}
.info span
{
  font-size:larger ;
}
.dropdown-toggle 
{
  display: none;
}
.contact h2
{
  margin-bottom: 30px;
  margin-top: 51px;
}
.contact-list
{
  list-style: none;
  padding: 0;
}
.contact-list li
{
  display: flex;
  gap: 10px;
}
.contact-list img
{
   width: 25px;
}
.contact-list a
{
  color: #000;
  text-decoration: none;
}
.under
{
  
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 200;

}
.contact-container
{
  width: 80%;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20%;
  margin-top: 100px;
  margin-bottom: 120px;
  flex-wrap: wrap;
}
.fade-seq 
{
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease-out forwards;
}
.cta-box 
{
    margin-top: 30px;
   
}

.cta-button 
{
    display: inline-block;
    padding: 12px 24px;
    background: #397ad5;
    color: white;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
     transition: background 0.3s;
}

.cta-button:hover 
{
    background: #0056b3;
}

.form_container .fade-seq:nth-child(1) { animation-delay: 0.1s; }
.form_container .fade-seq:nth-child(2) { animation-delay: 0.25s; }
.form_container .fade-seq:nth-child(3) { animation-delay: 0.4s; }
.form_container .fade-seq:nth-child(4) { animation-delay: 0.55s; }
.form_container .fade-seq:nth-child(5) { animation-delay: 0.7s; }
.form_container .fade-seq:nth-child(6) { animation-delay: 0.8s; }
.contact-list .fade-seq:nth-child(1) { animation-delay: 0.1s; }
.contact-list .fade-seq:nth-child(2) { animation-delay: 0.25s; }
.contact-list .fade-seq:nth-child(3) { animation-delay: 0.4s; }
.contact-list .fade-seq:nth-child(4) { animation-delay: 0.55s; }
.contact-list .fade-seq:nth-child(5) { animation-delay: 0.7s; }
.contact-list .fade-seq:nth-child(6) { animation-delay: 0.8s; }
.gallery .fade-seq:nth-child(1) { animation-delay: 0.1s; }
.gallery .fade-seq:nth-child(2) { animation-delay: 0.2s; }
.gallery .fade-seq:nth-child(3) { animation-delay: 0.3s; }
.gallery .fade-seq:nth-child(4) { animation-delay: 0.4s; }
.gallery .fade-seq:nth-child(5) { animation-delay: 0.5s; }
.gallery .fade-seq:nth-child(6) { animation-delay: 0.6s; }
.gallery .fade-seq:nth-child(7) { animation-delay: 0.7s; }
.gallery .fade-seq:nth-child(8) { animation-delay: 0.8; }
.gallery .fade-seq:nth-child(9) { animation-delay: 0.9; }
.gallery .fade-seq:nth-child(10) { animation-delay: 1s; }
.content-container .fade-seq:nth-of-type(1) { animation-delay: 0.2s; }
.content-container .fade-seq:nth-of-type(2) { animation-delay: 0.35s; }
.content-container .fade-seq:nth-of-type(3) { animation-delay: 0.5s; }
.content-container .fade-seq:nth-of-type(4) { animation-delay: 0.65s; }
.gdpr-container .fade-seq:nth-child(1) { animation-delay: 0.1s; }
.gdpr-container .fade-seq:nth-child(2) { animation-delay: 0.2s; }
.gdpr-container .fade-seq:nth-child(3) { animation-delay: 0.3s; }
.gdpr-container .fade-seq:nth-child(4) { animation-delay: 0.4s; }
.gdpr-container .fade-seq:nth-child(5) { animation-delay: 0.5s; }
.gdpr-container .fade-seq:nth-child(6) { animation-delay: 0.6s; }
.gdpr-container .fade-seq:nth-child(7) { animation-delay: 0.7s; }
.gdpr-container .fade-seq:nth-child(8) { animation-delay: 0.8; }
.gdpr-container .fade-seq:nth-child(9) { animation-delay: 0.9; }
.gdpr-container .fade-seq:nth-child(10) { animation-delay: 1s; }
.info-container .fade-seq:nth-child(1) { animation-delay: 0.1s; }
.info-container .fade-seq:nth-child(2) { animation-delay: 0.25s; }
.info-container .fade-seq:nth-child(3) { animation-delay: 0.4s; }
.info-container .fade-seq:nth-child(4) { animation-delay: 0.55s; }
.info-container .fade-seq:nth-child(5) { animation-delay: 0.7s; }
.info-container .fade-seq:nth-child(6) { animation-delay: 0.8s; }
@media (min-width: 1299px)
{
  .info-container 
  {
    height: 50vh; /*bez galerie */
  }
  #service-container /*bez galerie*/
  {
    height: 80.3vh;
    align-items: center;
  }
}
@media (min-width: 1299px) and (max-width: 1650px) 
{
  .contact-container
  {
    gap: 5%;
  }
  .sluzby 
  {
  width: 100%;
  }
  .title h1
  {
    margin-left: 5%;
  }
  .info-container 
  {
    padding: 9%;
  }
  .foot-links 
  {
    width: 40%;
  }
}
@media (min-width: 769px) and (max-width: 1299px) 
{
  .info
  {
    padding-left:15px;
  }
  .info-img
  {
    padding-right: 15px;
  }
  .contact-container
  {
    gap: 5%;
  }
    .foot-links 
    {
        width: 60%;
    }
  .info-container 
  {
    padding: 2%;
  }

  .topbar 
  {
    height: 50px;
    padding: 6px 0;
  }

  .topbar-content 
  {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
  .topbar-content > .top-overview,
  .topbar-content > li.top-overview 
  {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    box-sizing: border-box;
    height: 50px;
    white-space: nowrap;
  }
  .topbar-content > .top-overview:not(.top-location),
  .topbar-content > li.top-overview:not(.top-location) 
  {
    flex: 0 0 auto;
  }
  .topbar-content .top-location,
  .topbar-content li.top-location 
  {
    flex: 0 0 auto;
    max-width: 40%;
    text-align: right;
  }
  .top-overview img 
  {
    width: 20px;
    height: auto;
  }
  .top-overview .top-overview-text 
  {
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 220px; 
    vertical-align: middle;
    white-space: nowrap;
  }
}
.heading_container
{
  margin-bottom: 50px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px auto 60px;
    max-width: 900px;
    padding: 0 10px;
}

.gallery a {
    display: block;
    overflow: hidden;
    border-radius: 8px;
}

.gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    transform: scale(1.05);
}
.glightbox-container {
    width: 100vw;
    height: 100vh;
    overflow: visible;
    touch-action: pan-y;
    background-color: rgba(0,0,0,0.9);
}

.glightbox-container .gslide img {
    max-width: 100vw;
    max-height: 100vh;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: auto;
    display: block;
}

.text-block 
{
    flex: 1 1 60%;
}
.text-block h1 
{
    margin-bottom: 15px;
    font-size: 2rem;
}
.text-block p 
{
    font-size: 1.1rem;
    line-height: 1.6;
}
.info-container img 
{
    flex: 1 1 35%;
    max-width: 390px; 
    max-height: 260px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}
@media (max-width: 900px) 
{
  .sluzba 
  {
    flex: 0 0 calc(50% - 20px);
  }
  .sluzby 
  {
  width: 100%;
  }
}

@media (max-width: 600px) 
{
  .sluzba 
  {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) 
{
  :root 
  {
    --left-offset: 0%;
    --top-offset: 30%;
    --content-width: 360px;
}
  .content-container
  {
    width: 100%;
  }
  .text-block h1 
  {
    font-size: 1.5rem;
  }
  .info-container 
  {
    width: 100%;
    padding: 5%;
      
  }
  .gdpr-container
  {
    width: 100%;
    padding: 5%;
  }
  .dropdown:hover .dropdown-content 
  {
      display: block;
  }
  .topbar 
  {
    height: auto;
    padding: 6px 0;
  }
  .top-overview-text 
  {
    font-size: small;
    white-space: nowrap;
  }
  .topbar-content 
  {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .topbar-content > .top-overview,
  .topbar-content > li.top-overview 
  {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    box-sizing: border-box;
    order: 1;
    line-height: 1.1;
  }
  .topbar-content > .top-overview:not(.top-location),
  .topbar-content > li.top-overview:not(.top-location) 
  {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    justify-content: center;
    height: 30px;
  }
  .topbar-content .top-location,
  .topbar-content li.top-location 
  {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    justify-content: center;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 30px;
  }
  .top-overview img 
  {
    width: 18px;
    height: auto;
  }
  .menu-toggle 
  {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    cursor: pointer;
    color: #333;
  }
  
  .info-box
  {
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 10px;
    padding-top: 0px;
  }
  .info
  {
  width: 95%;
  gap: 0;
  }
  .info span
  {
    font-size:medium ;
  }
 .info-img 
 {
  height: 300px;
    min-height: 200px;
    max-width: 95%;
  }
  .standoff
  {
    display: none;
  }
  .br_gap
  {
    display: block;
  }
  #galery_h
  {
    margin-left: 5%;
  }
  .title h1
  {
    margin-left: 5%;
  }
  .nav-links 
  {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 999;
    gap: 5px;
    margin-top: 0px;
    margin-left: 0;
  }
  .slide .slide-content h2 
  {
    font-size: 1.5rem;
    max-width: 100%;
  }
  .nav-links.show 
  {
    display: flex;
    width: 95%;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-links a {
    padding: 15px;
    display: block;
    border-bottom: none;
    text-align: left;
  }
  
.dropdown
{
  display: block
}
.dropdown-header 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dropdown-content 
  {
    position: static;
    box-shadow: none;
    display: none;
    flex-direction: column;
    min-width: 0px;
    width: 95%;
  }
  .dropdown-content.show 
  {
    display: flex;
  }
.dropdown-toggle 
{
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 10px;
  line-height: 1;
  display: block;
}
  .topbar-content
  {
    width: 100%;
  }
  .foot-links
  {
    width: 95%;
  }
  .navbar
  {
    
    width: 95%;
  }
  .foot-links li a,span
  {
    font-size: small;
  }
  .slideshow-container 
  {
      height: 250px;
  }
  .contact-container
  {
    width: 100%;
    gap: 5%;
    margin-top: 20px;
  }
   .slide-overlay {
        padding-left: 5%;
        justify-content: center;
    }

    .slide-box {
        max-width: 90%;
        text-align: left;
    }

    .slide-box h2 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .slide-box p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .slide-box a {
        padding: 10px 22px;
        font-size: 14px;
    }
    .prev {
        left: 0px;          
        padding: 8px 10px;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    .next {
        right: 0px;          
        padding: 8px 10px;
        font-size: 18px;
        top: 50%;
        transform: translateY(-50%);
    }
}


@media (max-width: 480px) {
    .slide-box h2 {
        font-size: 22px;
    }

    .slide-box p {
        font-size: 14px;
    }

    .slide-box a {
        padding: 8px 18px;
        font-size: 13px;
    }
}

