/*
Theme Name: Jazdapo
*/

:root {
  --theme-color: #c7be95;
  --title-color: #001e41;
  --theme-color2: #001e41;
}


.breadcumb-wrapper  {
	padding-top:140px;
	padding-bottom: 140px
}

.phone-button {
  position: fixed;
  bottom: 95px;
  right: 30px;
  width: 48px;
  height: 48px;
  background-color: #001e41;
  color: white;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s 
ease;
  z-index: 1000;
  border:1px solid #c7be95
}

.phone-button:hover {
  transform: scale(1.1);
  background-color: #c7be95;
}

.fupi_buttons button {
	border:1px solid #001e41
}

.sidebar-area ul li {
	margin-bottom:20px
}

.cta-form-wrapper {
	position:relative
}

.footer-default {
  background-color: #001e41;
}

.cta-form-wrapper .icon-btn {
  width: auto !important;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 20px;
  border: 2px solid #00a0d2;
}

@media only screen and (max-width: 998px) {
  #home .hero-10-circle{
    display:none !important
  }
  
    .header-logo img {
    max-width: 220px !important;
  }
  
  .counter-card-wrap {
	  padding:50px 30px
  }
  
  .counter-card {
	  padding-bottom:35px
  }
  
  .th-menu-wrapper .mobile-logo {
  background-color: #001e41;
}

  .th-menu-wrapper .mobile-logo img{
   max-width: 200px;
}
    .blog-single {
    --blog-space-x: 10px;
    --blog-space-y: 15px;
    border-radius: 10px;
  }
  
  .blog-single {
  padding: 20px;
}

  .header-button .th-btn {
    display: block;
  }
  
  .header-button {
	  padding-left:15px
  }
  
  .th-mobile-menu {
  padding-bottom: 30px;
}

body {
	font-size:15px;line-height:24px
}

#o-kancelarii {
	padding-bottom:30px
}

:root {
  --section-space-mobile: 50px;
}
  
.cta-sec-1.space.cta-overlay {
padding-bottom:0px
}	

.scroll-top {
	right:20px
}

.phone-button {
	right:20px
}
  
}