@font-face {
  font-family: BtitrBold;
  src: url(B_Titr_Bold.woff);
}
*{
	font-family:BtitrBold;
}

#logod figcaption.widget-image-caption.wp-caption-text {
    font-family: inherit!important;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
	border-radius:20px;
}

/* The Close Button */
.close,.subclose{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close,#postcodeBtn:hover,.subclose {
    
    text-decoration: none;
    cursor: pointer;
	/*width:100%;*/
	text-align:right;
}

#service-m-btn{
	width: 90%;
    padding: 10px;
    margin: 20px;
    text-wrap: balance;
	border:3px solid #263C63;
	border-radius:20px;
	color:white;
	background-color:#263C63;
}
.sub-service .elementor-image-box-description{
	display:none;
}
.submodal-content {
    background-color: #fefefe;
	text-align:center;
    margin: 45vh auto;
    padding: 10px;
    border: 3px solid #e60b37;
    width: 80%;
	border-radius:20px;

}
.sub-service,.phonse{
     background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / 87%) 0%, rgb(255 255 255 / 34%) 69.79%, rgb(255 255 255 / 80%) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgb(255 255 255 / 88%), inset 0px 1px 1px rgb(255 255 255 / 81%), inset 0px -8px 36px rgb(0 0 0 / 68%), inset 0px 1px 5px rgb(255 255 255 / 51%), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
}
#top-container{
	overflow:hidden;
/*background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);*/
}
#top-container::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: scaleX(1.6);
  border-radius: 0 0 100% 100%;
 background: linear-gradient(180deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 41%, rgba(3, 3, 252, 1) 100%);
  content: '';
}
.card {
     background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgb(255 255 255 / 87%) 0%, rgb(255 255 255 / 73%) 69.79%, rgb(255 255 255 / 80%) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgb(255 255 255 / 88%), inset 0px 1px 1px rgb(255 255 255 / 81%), inset 0px -8px 36px rgb(0 0 0 / 68%), inset 0px 1px 5px rgb(255 255 255 / 51%), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
     
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      padding: 5px 5px;
      text-align: center;
      transition: transform 0.3s ease;
    }
.divider {
      height: 1px;
      background-color: #d7385f;
      margin: 2px 0;
    }
#cards-container{
	display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
    }
