.g-5{
    gap:10px;
}


.form-container {
            max-width: 600px;
            background: #fff;
            padding: 25px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            margin: 30px auto;
        }
        .form-control:focus {
            border-color: #007bff;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
        }
        .btn-primary {
            background: linear-gradient(45deg, #007bff, #6610f2);
            border: none;
        }
        .btn-primary:hover {
            background: linear-gradient(45deg, #6610f2, #007bff);
        }
        .spinner-border {
            display: none;
        }

.loader{
    display: none;
}


.active-button{
    display: none;
}

.img-service{
    height:450px;
    width:100%;
    object-fit: cover;
}


.connect{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:0px;
}

.more {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 10px 20px;
   margin-top:20px;
}

@media screen  and (max-width: 768px) {

    .more {
       
         flex-direction: column;
         gap:10px;
     }   

}


.more img{

    width: 300px;
    height:250px;
}


.img_slide{
    display:flex;
    flex-direction:column;
    gap: 10px;
}

.img_slide img{
    width:300px;
    height:120px;
    object-fit: cover;
    object-position: center;
}

.text-sm{
    font-size:13px;
}

.li-prop{
    display:flex;
    justify-content:space-between;
    padding: 10px;
    flex-wrap: wrap;
    gap:10px;
}





li i {
    border-radius: 50%;
    border:1px solid grey;
    padding:3px 5px;
}

.shadow-md{
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: space-between;
}

.working_hrs{
    display: flex;
    gap:10px;
    flex-direction: column;
}

.working_hrs div{
    font-size:14px;
    display: flex;
    justify-content: space-between;
}


@media screen and (max-width: 768px) {
    .working-container{
      flex-direction: column;
      width:100%;
      gap:10px;
    }  

}



.working-container div{
width:50%;
}



@media screen and (max-width: 768px) {
    .working-container div{
    
      width:100%;
      gap:20px;
    }  

}



.working-container div img{
    width:100%;
    height:180px;
    object-fit: cover;
}


.review-content{
    width:350px;
    text-wrap: wrap;
    font-size:14px;
    margin-right:20px;
    margin-top:10px;
    margin-bottom:10px;
}



.sp_package{
    box-shadow:0px 0px 10px rgba(0,0,0,0.3);
    padding: 10px;
    background-color: rgba(249, 249, 249, 0.9);
    width: 250px;
    margin-right:20px;
    margin-bottom:10px;
}


.sp_package img{
max-width: 100%;
height: 200px;
border-radius:10px 10px 0px 0px;

}

.sp_package .fa-check{

    color:white;
    background-color: green;
    border-radius:50%;
    padding: 2px 4px;
    position: relative;
    font-size:18px;
}

.verified .check{
    background-color: green;
    padding:1px 40px;
    width:100%;
    font-size:7px;
    border-radius:15px;
    margin-left: -15px;
   
}


#popup,#popupAbuse,.popPay{position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  padding-bottom:10px;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  padding: 1rem;
  background: #fff;
  z-index: 999;
  border-radius: 12px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    
    }
    
    #popup.active,#popupAbuse.active,.popPay.active{
        visibility: visible;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    
        }
    
    #close,#closeAbuse,.closePay{
    
         font-size: 15px;
         color:white;
          cursor: pointer;
         position: absolute;
         right:0;   
         border:1px solid transparent transparent;
         background-color: red;
         border-radius:50%;
         padding:0px 5px;
    
    }
    
    a{
        cursor: pointer;
    }
    
    #close:hover, #close:focus,#closeAbuse#close:hover,#closeAbuse:focus,.closePay:hover,.closePay:focus{
         opacity: 0.6;
         border: none;
         outline: none;
         outline: none;
    
    }
    
    
    .popup-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); /* dark transparent background */
        z-index: 998;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
      }
      
      /* When popup is active, show overlay */
      .popup-overlay.active {
        opacity: 1;
        visibility: visible;
      }
    
    
    #popup-comment{
    background-color: rgba(248,248,248,0.3);  
    background-color: rgba(248,248,248,0.3);  
    position:fixed;
    padding: 4px 8px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    padding:5px;
    z-index: 99;
    box-shadow: 0 5px 30px rgba(0,0,0,.30);
    background: #fff;
    visibility:hidden;
    opacity:0;
    transition: 0.3s;
    text-align: center;
    font-size: 13px !important;
    font-family: poppins !important;
    
    }
    
    
    
    #popup.active,#popup-comment.active{
      
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
    
        }
    
    #close,#close-comment,#closeAbuse{
    
    font-size: 12px;
    position: absolute;
    top: -6px;
    left: 93%;
    color:black;
    cursor: pointer;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border-radius: 50%;
    background-color: white;
    z-index: 1;
    
    
    
    }
    #close:hover, #close:focus, #close-comment:hover,#close-comment:focus,#closeAbuse:hover,#closeAbuse:focus{
    opacity: 0.6;
    border: none;
    outline: none;
     outline: none;
    
    }
    
    
    #popup input,#popup textarea,#popup-comment input,#popup-comment textarea{
    
    border:1px solid rgba(0,0,0,0.1);
    
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
    
    margin: 10px 0px;
    
    font-size: 0.9rem !important;
    
    
    
    }

    
#btn-comment{

	text-transform: capitalize;
	font-family: poppins;
	color: white;
	box-shadow:0px 5px 8px rgba(0,0,0,0.3);
	border-radius:3px;
}

.btn-comment:hover,.btn-comment:focus{

outline: 3px solid skyblue;

}