@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  color: #333333;
  background-color: #f5f5f5;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;  /* removes underline */
  color: inherit;         /* makes it take the parent’s text color */
}


h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: 0.3s;
}

p{
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}

.blog-title,
.blog-text,
.blog-text-position{
  margin-top: 20px;
  padding: 0px 30px;
}

.blog-text-position{
  color: #364c7c;
}

.clen-info{
  background: #364c7c;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.zoznam-text{
  font-size: 15px;
  font-weight: 400;
  color: #1a1a1a;
}

.clen-info p{
  margin-bottom: 0px;
  font-size: 20px;
}

.blog-img{
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.header {
  color: #333333;
  background-color: white;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 999;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-width: 100px;
  margin-right: 8px;
}


.toggle-dropdown{
  display: none;
}

/* Mobile Navigation */
  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-close {
    color: #fff;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
    top: 15px;
    right: 20px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

  .image-overlay {
    position: relative;
    width: 100%;
  }

  .image-overlay img {
    display: block;
    width: 100%;
  }

  .overlay-content {
    position: absolute;
    bottom: 0; /* Position the text at the bottom */
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Darken background */
    color: white;
    padding: 10px;
    text-align: center; /* Center text horizontally */
    opacity: 1;
    display: none;
  }

  .mobile-text{
    color: white;
    display: none;
    padding: 10px 20px;
    padding-bottom: 0px;
    font-size: 15px;
  }

  .mobile-hide{
    display: block;
  }

.footer {
  color: white;
  background-color: #364c7c;
  font-size: 14px;
  margin-top: -30px;
  position: relative;
}


.kontakt-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15px;
  align-items: flex-start;
}

.kontakt-icon{
  margin-bottom: 0px!important;
}

.footer .copyright {
  padding: 20px 0;
}

.footer .copyright p {
  margin-bottom: 0;
}

.footer .credits {
  margin-top: 5px;
  font-size: 13px;
}


.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #364c7c;
  width: 40px;
  color: white;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
}

.scroll-top:hover {
  background-color: #364c7c;
  color: white;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


.page-title {
  color: white;
  background-color: #364c7c;
  position: relative;
}

.page-title2{
  color: white;
  position: relative;
  height: 700px;
}

.page-title .heading {
  padding: 200px 0 100px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title2 .heading {
  padding: 350px 0 100px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1,
.page-title2 .heading h1 {
  font-size: 38px;
  color: white;
}

.page-title nav,
.page-title2 nav{
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
  text-align: center;
}

.page-title nav ol,
.page-title2 nav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  list-style: none;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}


.page-title nav ol li+li::before,
.page-title2 nav ol li+li::before {
  content: "/";
  display: inline-block;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}


section,
.section {
  color: #333333;
  padding: 80px;
}


.section-title {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}

.section-title h2,
.banner h2,
.about .content h2,
.about .content h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}

.section-title p {
  padding-bottom: 0;
}

.edit-width{
  padding: 0px 80px;
}
.hero {
  padding: 0;
  text-align: center;
}

.hero .carousel {
  width: 100%;
  min-height: 600px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}


.hero .carousel-item:before {
  content: "";
  background: rgb(0,0,0, 0.6);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-container {
  position: absolute;
  inset: 100px 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  z-index: 3;
}

.carousel { position: relative; overflow: hidden; }
  .carousel-item { display: none; position: relative; width: 100%; transition: transform 0.6s ease-in-out; }
  .carousel-item.active { display: block; }
  .carousel img { width: 100%; display: block; }
  .carousel-control {
    position: absolute; top: 50%; transform: translateY(-50%);
    background: rgba(0,0,0,0.5); color: white; border: none; font-size: 2rem; padding: 0.5rem 1rem; cursor: pointer;
  }
  .carousel-control.prev { left: 10px; color:white; z-index: 999; background: none; outline: none; border: none; }
  .carousel-control.next { right: 10px;color:white; z-index: 999; background: none; outline: none; border: none; }

@media (min-width: 1024px) {

  .hero .carousel-control-prev,
  .hero .carousel-control-next {
    width: 5%;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}



.hero h1{
  text-align: left;
}

.hero h1,
.page-title .heading h1, 
.page-title2 .heading h1 {
  color: white;
  font-size: 42px;
  font-weight: 800;
}


.page-title .heading h1, .page-title2 .heading h1{
  text-align: center;
}

.hero-text {
  color: white;
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hero-btn{
  display: flex!important;
  justify-content: center;
  align-items: flex-start;
  width: fit-content;
}

.hero .btn-get-started {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block; /* Ensures the button's width is only as wide as its content */
  padding: 6px 50px;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #364c7c;
  background-color: #364c7c;
}


.hero .btn-get-started:hover {
  background: #1f3661;
  border-color: #1f3661;
}

#services,
#stats{
  background: url("../img/banner2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#services2{
  background: url("../img/banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


#contact{
  background: url("../img/banner1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#blog{
  background: url("../img/banner2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cislo{
  background-color: #364c7c;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  color: white;
  margin: 0 auto;
  font-size: 28px;
  border-radius: 10px;
}

.cislo span{
  font-size: 26px;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  -webkit-text-stroke-color: white;
}


#tien{
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.services .blog-item {
/* From https://css.glass */
background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  padding-bottom: 30px;
  height: auto;
}


.services .service-item h2,
.cislo-text,
.stats .stats-item h6,
.agents .member h4,
.contact .info-item h3{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: 0.3s;
}


.services .service-item p {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
}

.services .service-item {
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 60px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.icon {
  color: white;
  background: #364c7c;
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.profilovka{
  height: 300px;
  object-fit: cover;
  width: 100%;
}

.filter-btn{
  width: 100%;
  margin: 0 auto;
}

.page-link{
  background: none!important;
    color: #1a1a1a;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
}

.page-item:hover,
.page-item:focus,
.page-link:hover{
  background: none;
  color: #364c7c;
  box-shadow: none;
  outline: none;
}

.page-item active,
.active>.page-link, .page-link.active{
  color: #364c7c;
  background: none;
  box-shadow: none;
  outline: none;
  border: none;
}

.icon-center{
  text-align: center;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services .service-item h3 {
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}


  .services .service-item:hover {
    transform: translateY(-10px);
  }


  .services .blog-item:hover {
    transform: translateY(-10px);
  }

.agents .member {
  position: relative;
}

.agents .member .pic {
  overflow: hidden;
  margin-bottom: 50px;
  border-radius: 10px;
}

.agents .member .member-info {
  background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(255, 255, 255, 0.3);
  color: #333333;
  position: absolute;
  bottom: 0px;
  left: 20px;
  bottom: -40px;
  right: 20px;
  border-radius: 10px;
  padding: 20px 15px;
  overflow: hidden;
  transition: 0.5s;
}

.agents .member h4{
  margin-bottom: 5px;
}
.agents .member span {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  color: #364c7c;
}

.agents .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.agents .member .social a {
  transition: color 0.3s;
  color: #333333;
}

.agents .member .social a:hover {
  color: #364c7c;
}

.agents .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

#testimonials{
  background-color: #364c7c;
}

.testimonials .testimonial-item {
  background-color: white;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: content-box;
  padding: 30px;
  border-radius: 10px;
  margin: 40px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #364c7c;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid var(--background-color);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonial-item h4 {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
}



.testimonials .testimonial-item p {
  margin: 0 auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  display: none;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content .who-we-are {
  text-transform: uppercase;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 10px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.about .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px;
}

.about .content .read-more:hover i {
  margin-left: 10px;
}

.about .about-images img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.about-images{
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Stats Section
--------------------------------------------------------------*/
.stats .stats-item {
  background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
-webkit-backdrop-filter: blur(6.3px);
border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  padding: 30px;
  transition: all 0.3s;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  color: white;
  font-size: 15px;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
  background: white;
}

.stats .stats-item:hover{
  border: 2px solid #364c7c;
  background: #364c7c;
}

.stats .stats-item:hover h6,
.stats .stats-item:hover p{
  color: white;
}

.stats .stats-item i {
  color: #364c7c;
  font-size: 42px;
  line-height: 0;
}

.stats .stats-item span {
  color: var(--heading-color);
  font-size: 36px;
  display: block;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-image {
  position: relative;
  min-height: 400px;
}

.features .features-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.features h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.features h3:after {
  content: "";
  background: var(--accent-color);
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
}

.features .icon-box {
  margin-top: 50px;
}

.features .icon-box i {
  color: var(--accent-color);
  background-color: var(--surface-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 10px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.features .icon-box:hover i {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.features .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.features .icon-box h4 a {
  color: var(--heading-color);
  transition: 0.3s;
}

.features .icon-box h4 a:hover {
  color: var(--accent-color);
}

.features .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .service-box {
  background-color: var(--surface-color);
  padding: 20px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.btn-space{
  margin-top: 40px; margin-bottom: 20px;
}

.service-details .service-box+.service-box {
  margin-top: 30px;
}

.service-details .service-box h4 {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 2px solid color-mix(in srgb, var(--default-color), transparent 92%);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.service-details .services-list {
  background-color: var(--surface-color);
}

.service-details .services-list a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin-top: 15px;
  transition: 0.3s;
}

.service-details .services-list a:first-child {
  margin-top: 0;
}

.service-details .services-list a i {
  font-size: 16px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .services-list a.active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.service-details .services-list a.active i {
  color: var(--contrast-color);
}

.service-details .services-list a:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}

.service-details .download-catalog a {
  color: var(--default-color);
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: 0.3s;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.service-details .download-catalog a:first-child {
  border-top: 0;
  padding-top: 0;
}

.service-details .download-catalog a:last-child {
  padding-bottom: 0;
}

.service-details .download-catalog a i {
  font-size: 24px;
  margin-right: 8px;
  color: var(--accent-color);
}

.service-details .download-catalog a:hover {
  color: var(--accent-color);
}

.service-details .help-box {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 26px;
  font-weight: 700;
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 18px;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: white;
  border: 2px solid #364c7c;
  font-size: 18px;
  width: 44px;
  height: 44px;
  display: flex;
  background-color: #364c7c;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}


.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
}

.footer-text{
  color: white;
}

.contact .php-email-form {
  height: 100%;
}

.centered-input {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: block; /* Ensures input takes up the full width inside the div */
}

.odkazz{
  font-weight: normal;
  transition: font-weight 0.1s ease;
}

.odkazz:hover{
  font-weight: 600;
}

.text-center {
  text-align: center;
}

select:hover,
select:active,
select:focus{
  border: none;
  outline: none;
}

 table {
 width: 100%;
 margin: 20px auto;
 border-collapse: separate;
 border-spacing: 0;
 border-radius: 10px;
 overflow: hidden;
 border: none;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
th, td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}

.cena{
  text-align: center;
  color: #364c7c;
  font-weight: 700;
}
.sluzba{
  font-weight: 700;
  text-align: center;
}
th {
  background-color: #8699c1;
  color: white;
  text-align: center;
  border: none;
}
tr{
  background-color: #f9f9f9;
}
        
th:first-child {
  border-top-left-radius: 10px;
}
th:last-child {
  border-top-right-radius: 10px;
}
tr:last-child td:first-child {
  border-bottom-left-radius: 0px;
}
tr:last-child td:last-child {
  border-bottom-right-radius: 0px;
}
/*--------------------------------------------------------------
# Real Estate Section
--------------------------------------------------------------*/
.real-estate .card {
  background-color: white;
  color: #333333;
  border: none;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 500px;
}

.real-estate .card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgba(0, 0, 0, 0.9) 75%);
  z-index: 2;
}

.real-estate .card img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.real-estate .card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  padding: 30px;
}

.real-estate .card .card-body .sale-rent {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: white;
  padding: 4px 20px;
  border: 2px solid #364c7c;
  border-radius: 10px;
  margin-bottom: 10px;
}

.real-estate .card .card-body h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0px;
  padding-left: 10px;
  border-left: 3px solid #364c7c;
  color: white;
}

.real-estate .card .card-body h3 a {
  color: white;
  font-size: 15px;
}

.real-estate .card .card-body .card-content {
  background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
outline: none;
-webkit-backdrop-filter: blur(6.3px);
  color: #333333;
  height: 80px;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  margin-bottom: -80px;
  margin-left: -30px;
  margin-right: -30px;
  transition: 0.3s;
  padding: 0 10px;
}

.real-estate .card .card-body .card-content .propery-info {
  font-weight: 500;
}

.real-estate .card:hover .card-content {
  margin-bottom: -30px;
  visibility: visible;
  opacity: 1;
}

.info-dole{
  font-size: 12px;
  color: white;
}

.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../img/banner.jpg'); /* Add your banner image here */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.banner-content {
    padding: 20px;
    border-radius: 10px;
}

.banner h2 {
    color: white;
    padding: 0px 30px;
    text-align: center;
}

.banner-button,
.btn-poslat,
.btn-poslat-small {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #364c7c;
  background-color: #364c7c;
}

.btn-poslat-small{
  font-size: 15px;
  display: block;
  padding: 10px 20px;
}

.banner-button,
.btn-poslat{
  display: inline-block;
  font-size: 18px;
   padding: 10px 30px;
}


.banner-button:hover,
.btn-poslat:hover,
.btn-poslat-small:hover {
  background: #1f3661;
  color: white;
  border-color: #1f3661;
}




.banner-button2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 20px;
  border: 2px solid white;
  background-color: transparent;
}


.banner-button2:hover {
  background: #8699c1;
  color: white;
  border-color: #8699c1;
}

input:focus{
  outline: none!important;
  box-shadow: none!important;
}

/*--------------------------------------------------------------
# Real Estate 2 Section
--------------------------------------------------------------*/
.real-estate-2 .portfolio-details-slider img {
  width: 100%;
}

.real-estate-2 .swiper-wrapper {
  height: auto;
}

.real-estate-2 .swiper-button-prev,
.real-estate-2 .swiper-button-next {
  width: 48px;
  height: 48px;
}

.real-estate-2 .swiper-button-prev:after,
.real-estate-2 .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.real-estate-2 .swiper-button-prev:hover:after,
.real-estate-2 .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

.real-estate-2 .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.real-estate-2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.real-estate-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.real-estate-2 .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.real-estate-2 .portfolio-info{
  background-color: white;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 30px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  height: auto;
}

.real-estate-2 .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.real-estate-2 .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.real-estate-2 .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.real-estate-2 .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.real-estate-2 .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.real-estate-2 .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.real-estate-2 .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.real-estate-2 .portfolio-description p {
  padding: 0;
}

.real-estate-2 .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.real-estate-2 .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.real-estate-2 .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.real-estate-2 .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.real-estate-2 .portfolio-description .testimonial-item .quote-icon-left,
.real-estate-2 .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.real-estate-2 .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.real-estate-2 .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.real-estate-2 .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

.real-estate-2 .nav-pills {
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 85%);
  margin-top: 30px;
}

.real-estate-2 .nav-pills li+li {
  margin-left: 40px;
}

.real-estate-2 .nav-link {
  color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 6px 50px;
    border-radius: 10px;
    transition: 0.5s;
    margin-bottom: 30px;
    border: 2px solid #364c7c;
    background-color: #364c7c;
}

.real-estate-2 .nav-link.active {
  background: #1f3661;
  color: white;
  border-color: #1f3661;
}

.real-estate-2 .nav-link:hover{
  background: #1f3661;
  color: white;
  border-color: #1f3661;
}


.real-estate-2 .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: var(--default-color);
}

.real-estate-2 .tab-content i {
  font-size: 22px;
  line-height: 0;
  margin-right: 8px;
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

.contact-form{
  background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
border-radius: 10px;
padding: 20px;
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(255, 255, 255, 0.3);
}



.contact-form input,
.contact-form textarea {
  font-size: 15px;
  background: rgba(255, 255, 255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(6.3px);
border-radius: 10px;
font-weight: 500;
outline: none;
padding: 20px;
-webkit-backdrop-filter: blur(6.3px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #364c7c;
  box-shadow: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #333333;
}

.top-zero{
  margin-top: 0px;
}

.top-zero-pad{
  padding-top: 0px!important;
}

.down-zero{
  padding-bottom: 20px;
}

.image-side{
  object-fit: cover; 
  max-height: 400px;
}

.image-side-mid{
  object-fit: cover; 
  min-height: 550px;
}

.spacing{
  padding: 20px;
}

.image-side-big{
  object-fit: cover; 
  min-height: 620px;
}

.image-side-large{
  object-fit: cover; 
  min-height: 720px;
}

.white-spacing{
background-color: #f5f5f5!important; 
padding-bottom: 0px!important;
}




@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

   .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: #333333;
    font-size: 13px;
    padding: 0 2px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #364c7c;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #364c7c;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: #f5f5f5;
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 10px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: #333333;
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: #364c7c;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}


@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: #333333;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .testimonial-item {
    margin: 40px 20px;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 10px;
    background-color: rgb(26, 26, 26, 0.5);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: white;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color:  #364c7c;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color:  #364c7c;
    color: white;
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color:  #364c7c;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color:  #364c7c;
    color:  white;
    transform: rotate(180deg);
  }

  .dropdown{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .toggle-dropdown{
    color: white;
        padding: 10px 20px;
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 500;
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }
  }



@media (max-width: 768px) {

  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  p {
    font-size: 12px;
  }

  .real-estate-2 .nav-link {
    font-size: 12px;
  }

  .carousel img {
    height: 100vh;
    width: 100%;
  }

    .services .service-item h3{
    font-size: 18px;
  }

  .edit-width{
    padding: 0px 0px;
  }

  .hero-btn{
    margin: 0 auto;
    width: 80%;
  }

  .hero h1 {
    font-size: 22px;
    text-align: center;
  }

  .hero-text {
    font-size: 12px!important;
    text-align: center!important;
    padding: 0px;
  }

  .hero .carousel-container {
    inset: 0px 10px;
  }

  .section-title h2, .banner h2, .about .content h2, .about .content h3{
    font-size: 22px;
  }

.testimonials .testimonial-item p,
.testimonials .testimonial-item h3,
.section-title p{
  font-size: 12px;
}

.contact-form input, .contact-form textarea{
  font-size: 12px;
}


  .hero-btn .btn-get-started {
    font-size: 12px;
    padding: 10px 20px;
  }

  .hero h2 {
    font-size: 27px;
    padding: 0px;
  }
  .header .logo img{
    max-width: 80px;
  }

  .mobil-posun{
    margin-top: 40px;
  }

  .mobil-posun-2{
    margin-top: 20px;
  }

  .banner{
    background-attachment: scroll!important;
    height: auto!important;
  }

  .hero{
    padding: 0px!important;
  }

  .section{
    padding: 40px 0px;
  }
  .section-title{
    padding-bottom: 0px;
  }

  th, td {
    font-size: 12px;
  }

  .agents .member span{
    font-size: 10px;
  }
  .page-title .heading{
    padding: 120px 0 40px 0;
  }
  .posunute{
    padding-bottom: 20px;
  }
  .banner-content{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .posunute{
    padding-bottom: 0px;
  }
  .posunute2{
    padding-bottom: 20px;
  }
  .posunute3{
    margin-top: 30px;
  }
  .banner h1{
    font-size: 27px;
  }

  .page-title .heading h1, .page-title2 .heading h1{
     font-size: 27px;
  }
  .posuun{
    margin-top: 30px;
  }
  .posuun2{
    padding-bottom: 30px;
  }
  .special{
    padding-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
  }


  .edit{
    margin-bottom: 0px;
  }

  .hero .carousel{
    min-height: 400px;
  }

  #hero-carousel .carousel-control {
    display: none;
  }

  .real-estate-2 .swiper-button-prev,
  .real-estate-2 .swiper-button-next {
    display: none;
  }

  .mobile-hide{
    display: none;
  }

  .services .service-item h2, .cislo-text, .stats .stats-item h6, .agents .member h4, .contact .info-item h3 {
    font-size: 14px;
  }

  .services .service-item p,
  .btn-poslat-small,
  .banner-button, 
  .btn-poslat,
  .banner-button2{
    font-size: 12px;
  }

  .btn-poslat-small,
  .banner-button,
  .banner-button2,
  .btn-poslat{
    display: block;
    width: 100%;
  }

  .about .about-images img{
    min-height: 250px;
    max-height: 250px;
    width: 100%;
  }

  .banner-button2{
    margin-top: 10px;
  }

  .mobile-text{
    display: block;
  }

  .overlay-content{
    display: block;
  }

  #services{
  background: url("../img/banner2-mobil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
 #contact{
  background: url("../img/banner1-mobil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
 #blog{
  background: url("../img/banner1-mobil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

 #stats{
  background: url("../img/banner2-mobil.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
}

.modal { display:none; position:fixed; inset:0; z-index:1000; align-items:center; justify-content:center; }
  .modal[aria-hidden="false"] { display:flex; }
  .modal-overlay { position:fixed; inset:0; background:rgba(0,0,0,0.5); }
  .modal-content { position:relative; background:#fff; max-width:520px; width:95%; margin:auto; z-index:1001; border-radius:10px; padding:20px; box-shadow:0 10px 30px rgba(0,0,0,0.2); }
  .modal-close { position:absolute; right:12px; top:8px; border:none; background:transparent; font-size:26px; line-height:1; cursor:pointer; }
  label { display:block; margin-top:12px; font-weight:500; font-size:15px; }
  .modal-actions { display:flex; gap:8px; margin-top:16px; justify-content:flex-end; }
  .preview { margin-top:8px; font-style:italic; color:#333; }
  /* Responsive */
  @media (max-width:420px){ .modal-content{ padding:14px } }

.zoznam-sluzba{
  font-size: 22px;
}