.site-title img{
    border-radius: 10px;
}
.logo-t{
    font-size: 1.5rem;
    line-height: 20px;
    text-align: center;
    margin: 5px;
    color: rgb(0, 0, 0);
}


/* 
.header-style-2 .site-branding .sticky-logo-img, .header-style-2 .sticky-header .site-branding .logo-img {
    display: block !important;
}


.sticky-header .logo-t{
    color: black !important;
} */
.logo-t span{
    font-size: 1rem;
    font-weight: 300;
}

.pbmit-logo-menuarea{
    width: 100%;
    justify-content: space-between !important;
    align-items: center;
}



/* custom footer */
.footer {
  background-color: var(--pbmit-blackish-color);
   color: #b8b8b8;
  padding: 20px 20px;
  font-family: Arial, sans-serif;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
}

.footer-section {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-logo {
  width: 100px;
  margin-bottom: 10px;
  border-radius: 15px;
}

.footer-section h4 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #ffffff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 8px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #b8b8b8;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #fba311;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #bdbdbd;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    text-align: center;
  }

  .footer-logo {
    margin: 0 auto 10px;
  }
}


 footer .pbmit-button-box .pbmit-header-button a{
    color: white !important;
}
footer .pbmit-button-box .pbmit-header-button{
     margin-left: 0px !important;
     margin-top: 20px !important;

 }

 .footer-section.contact-section p{
    border: 1px solid;
    height: 10px;
 }

 /* rated section */
 .rated{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    gap: 80px;
    margin: 30px 0px;
 }
 .rated img{
    height: 50px;
 }
 /* rated section */

 .services-area{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    /* border: 1px solid; */
 }
 .services-area .pbmit-service-style-1{
width: 280px;
 }



 .service-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 20px;
  flex-wrap: wrap;
}

.service-contact .icon {
  font-size: 20px;
  padding: 10px;
  border-radius: 50%;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #3d3c3c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.service-contact .icon:nth-child(1){
color: rgb(0, 136, 18);
}

.service-contact .icon:hover {
  background-color: #ddd;
}

.service-contact .book-now {
  flex: 1;
  min-width: 50px;
  padding: 5px;
  background-color: #353535;
  color: white;
  border: none;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.service-contact .book-now:hover {
  background-color: #fba311;
}


.page-head{
    height: 150px;
    display: grid;
    place-items: center;
    background-color: #f0f2f4;
}
.page-head h3{
    position: relative;
}
.page-head h3::before{
    position: absolute;
    bottom: 0;
    content: "";
    width: 10%;
    height: 10%;
    background-color: #fba311;
    transition: all 0.5s ease;
    border-radius: 20px;
}

.page-head:hover h3::before{
    width: 100%;
}

.slider.header-style-1{
    margin-top: -25px !important;
    padding: 0px 30px 0px 30px;
    /* border: 1px solid; */
}
.dark-text{
color: white;
}

.pbmit-description{
  padding-top: 20px;
  text-align: justify;
}


	.pbmit-slider-content{
		display: none !important;
	}


  .help-line{
    margin-top: 28px;
    margin-bottom: 0px;
  }

  .footer-section.contact-section .pbmit-button-text{
color: white;
font-size: 18px;
  }

.footer-section.contact-section  .pbmit-icon-type-icon{
  font-size: 54px;
  display: grid;
  place-items: center;
  line-height: 0px;
}


/* Terms Section Styling */
.terms-section {
        background: #fff;
        max-width: 1000px;
        margin: 50px auto;
        padding: 40px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
        border-radius: 12px;
    }

    .terms-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .terms-header h1 {
        font-size: 2rem;
        color: #0b5ed7;
        margin-bottom: 10px;
    }

    .terms-header p {
        font-size: 1rem;
        color: #666;
    }

    .terms-content h2 {
        font-size: 1.3rem;
        margin-top: 25px;
        color: #0b5ed7;
    }

    .terms-content p {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .contact-box {
        background: #f4f7ff;
        padding: 20px;
        margin-top: 40px;
        border-radius: 10px;
        border-left: 5px solid #0b5ed7;
    }

    .contact-box h3 {
        margin-bottom: 10px;
        color: #0b5ed7;
    }

    .contact-box p {
        margin: 5px 0;
        font-size: 0.95rem;
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .terms-section {
            padding: 20px;
            margin: 20px;
        }

        .terms-header h1 {
            font-size: 1.6rem;
        }

        .terms-content h2 {
            font-size: 1.1rem;
        }
    }

    /* Popup overlay */
  .popup-overlay {
    display: none; /* hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  /* Popup box */
  .popup {
    background: white;
    padding: 40px 20px;
    width: 400px;
    border-radius: 8px;
    text-align: center;
    position: relative;
    animation: fadeIn 0.3s ease;
  }

  .popup button{
    border: none;
    background-color: rgb(23, 23, 23);
    color: white;
    transition: all 0.4s ease;
    border-radius: 10px;
  }
  .popup button:hover{
    background-color: white;
    color: black;
    border: 1px solid;
  }

  .close-btn {
    position: absolute;
    top: 8px; right: 10px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: none;
  }


  .success {
    color: green;
    font-weight: bold;
    margin-top: 10px;
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
  }