.services.style-1 .service-card .content-box {
  padding: 15px !important;
}

.services.style-1 .service-card .content-box .description {
	text-align: justify;
}

.footer-bottom {
    padding-top: 20px !important;
}

.textjustify{
	text-align: justify;
}


.home p {
  font-size: var(--font-body-1) !important;
  line-height: var(--line-height-b1);
  margin: 0 0 10px 0;
}

input[type='radio'] {
	height: 25px !important;
}

.header nav .navbar-logo img {
    height: 70px !important;
}


.accordion-button, .accordion-button:not(.collapsed), .accordion-item, .accordion-button:focus {
	background: #f1f1f1 !important;
}
 .accordion-button:focus {
	border-color: #f1f1f1 !important;
	box-shadow: 0 0 0 .25rem rgba(241, 241, 241, .25);
}

.contact .form-group label {
    font-size: 18px;
}

.genderradio, .genderradio label{
	display: flex;
}

.genderradio label input[type='radio']{
	cursor: pointer;
	width: 50px !important;
}

.contact h6{
	margin-bottom: 10px !important; 
} 

.social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
  align-items: baseline;
}

.social-icons a {
  color: #333;
  font-size: 30px;
  text-decoration: none;
  transition: color 0.3s;
}

.social-icons a:hover {
  color: #0077b5; /* Example hover color */
}

.social-icons a img {
	max-width: 40px !important;
}


 /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0; left: 0;
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }

  .modal-content {
    max-width: 40%;
    /*max-height: 90%;*/
    border-radius: 10px;
  }

  .close {
    position: absolute;
    top: 20px;
    right: 40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
  }