
ul.pagination{display:inline-block;padding:0;margin:0}ul.pagination li{display:inline}ul.pagination li a{color:#000;float:left;padding:8px 16px;text-decoration:none}

.Whatsappp a {
      color: #ffffff !important;
    }

    .Whatsappp a img {
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 5px;
    }

    .Whatsappp {
      transform: rotate(0deg);
      right: 0% !important;
      bottom: 44px !important;
    }

    .Whatsappp {
      position: fixed;
      bottom: 69px;
      right: 30px;
      z-index: 800;
      cursor: pointer;
      border-radius: 75px;
      background: linear-gradient(263deg, #46BB00 5.26%, #3B9D00 104.79%);

      box-shadow: -4px 4px 9.8px 0px rgba(255, 255, 255, 0.29) inset, 0px 8px 19.2px -10px #256200;
      padding: 7px 14px;
      line-height: 18px;
      font-weight: bold;
      width: 165px;
      text-align: center;
    }

    .Whatsappp a {
      color: #ffffff !important;
    }

    .Whatsappp a img {
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin-right: 5px;
    }
	
	.enquiry-box{
  background:white;
  padding:30px;
  border-radius:8px;
  box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

.enquiry-box h3{
color:#1976d2;
font-weight:700;
margin-bottom:20px;
}

.form-control{
height:45px;
}

.btn-submit{
background:#1976d2;
color:white;
width:100%;
padding:12px;
font-weight:600;
border:none;
}

.btn-submit:hover{
background:#0d5ec7;
}


.faq-section {
    padding: 60px 0;
}

.faq-title {
    font-weight: 700;
    padding: 5px;
    color: #1d2b6b;
    font-size: 45px;
}

.faq-box {
    max-width: 100%;
    margin: auto;
}

.faq-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    overflow: hidden;
}

.faq-question {
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.faq-question:hover {
    background: #f0f4ff;
}

.faq-question::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: 0.3s;
}

.faq-question[aria-expanded="true"]::after {
    content: "-";
}

.faq-answer {
    padding: 0 20px 20px;
    color: #262626;
    font-size: 18px;
    line-height: 1.6;
    border-top: 1px solid #eee;
}





