
.enquire-now.begin {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-radius: 25px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #dc5f20, #c22424);
  }
  
  .enquire-now.begin::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.2);
    animation: ripple 1.5s linear infinite;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    z-index: 0;
  }

  .enquire-now.begin:hover::before {
    opacity: 1;
  }

  @keyframes ripple {
    0% {
      width: 0;
      height: 0;
      opacity: 0.5;
    }
    100% {
      width: 500%;
      height: 500%;
      opacity: 0;
    }
  }

  .enquire-now.begin span {
    position: relative;
    z-index: 1;
  }
  .banner-caption-title-sub .main-title{
margin-top: 50px;
margin-bottom: 0;
  }

  .centre-title {
    text-align: center;
    color: #873600;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 40px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    margin-bottom: 10px; 
  margin-top: 20px;
  }



.extra-para p {
    text-align: center;
}
.para-new{

    width:100%;
    height:auto;
    background-size:100% 100%;
    padding-top:5%; padding-bottom:5%;

}

 
@media  (max-width:768px){
  .centre-title{
   font-size:18px;
   margin-bottom:0;
   letter-spacing: 1px; 
  }
  .extra-para p{
    margin-left:5px;
    margin-right:5px;
    text-align: justify;
  }
}
 
