body{
  padding-top: 70px !important;
}

.back-nav-color{
  top: 0;
}

.name-page-con {
 padding: 80px 0;
  	background-image: linear-gradient(#000000db),url(https://www.elmaheron-clean.com/imges/back.webp);
	background-size: cover;  
  background-position: center; 
  background-repeat: no-repeat;

}

.name-page-con .container h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--white-color);
}

.container-section-one{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.name-page-con .container #breadcrumb,
.name-page-con .container #breadcrumb a {
  color: var(--white-color);
}

.con-section-our-services {
  background-color: var(--white-color);
}

.row-section-services-all-content-info {
  row-gap: 50px;
}

.row-section-services-all-content-info h2 {
  color: var(--nav-color1);
  font-weight: 700;
}

.col-content-services-info h3 {
  font-size: 20px;
  line-height: 1.5;
}

ol {
  padding-left: 0;
}

ol h3{
color:#0d65d9;

}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
  color: var(--para-color2);
}

.call-us{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.call-us h4{
  font-size: 18px;
  font-weight: 700;
}
.btn-call{
  display: flex;
  align-items: center;
  gap: 30px;
}

.btn-call a button{
  padding: 14px 40px;
  border: none;
  transition: all 0.3s ease;

}

.btn-call a button:hover{
  scale: 1.1;
}

.btn-call a button:nth-child(1){
  background-color: #0d65d9;
  color: #ffffff;
  
}
.whatsapp-btn{
  background-color: #ffd749 !important;
  color: #000000 !important;

}
.col-section-icons-and-con-fou {
  padding: 30px 15px;
}

.content-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 4px 20px #0d65d922, 0 6px 10px #0d65d91c;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding-top: 20px;
}

.content-col h4 {
  font-size: 27px;
  font-weight: 600;
  color: var(--nav-color1);
}

.content-col img {
  width: 80px;
}

.section-img-my-broj {
  background-color: var(--back-one);
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.section-img-my-broj h2 {
  color: var(--nav-color1);
  font-weight: 600;
}

.row-section-img-my-broj{
    row-gap: 30px;
}
.pinterest-item-unique img{
    cursor: pointer;
}


.pinterest-item-unique img:hover{
    scale: 1.01;
    transition: 0.3s ease;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.lightbox-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

.lightbox-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  color: white;
  cursor: pointer;
  user-select: none;
}

.lightbox-close {
  top: 20px;
  right: 30px;
  font-size: 35px;
  transform: none;
}

.lightbox-prev {
  right: 30px;
}
.lightbox-next {
  left: 30px;
}


@media (max-width:992px){
    
.name-page-con {

  	background-image: linear-gradient(#000000eb),url(../imges/back-two.webp?v=1.0.3)!important;
  	background-size: cover;

}

}