.table
 {
	border-collapse: collapse;
    border-radius: 10px;
    border: 3px solid #FF54A4;
    box-shadow: 0 0 0 3px #FF54A4;
    font-weight: 600;
    font-size: 14px; 
 }
 .table tr,th
 {
	 border: 1px solid #000 !important;
 }
 
 .blog-wrapper {
  background-color: #f5f5f5;
  padding: 20px;
  font-family: 'Arial', sans-serif;
  margin-top: 70px;
}


.blog-title {
  margin-bottom: 30px;
  border-left: 5px solid #0a014f;
  padding-left: 15px;
  margin-top: 80px; /* Add this line */
}

.blog-title h2 {
  font-size: 28px;
  color: #0a014f;
  margin: 0;
  font-weight: bold;
}

@media(min-width:320px) and (max-width:480px)
{
.blog-title h2
{
     font-size: 20px;
}
}

.blog-content-box {
  background-color: #ffffff;
  box-shadow: 0 0 12px rgba(0,0,0,0.06);
  border-radius: 10px;
  padding: 10px;
}

.blog-section {
  margin-bottom: 30px;
}

.blog-section h3 {
  color: #0a014f;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: justify;
}

.blog-section p, .blog-section li {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 2.0;
  font-family: poppins;
}

@media(min-width:320px) and (max-width:480px)
{
     .blog-section p, .blog-section li
     {
      font-size: 14px;
     }
}

.blog-section ul {
  margin-left: 20px;
  padding-left: 15px;
  list-style: disc;
}

 .bg-gradient-custom {
 background: linear-gradient(-45deg, #b3e5fc, #e1bee7, #f8bbd0, #b3e5fc);
  background-size: cover;
  animation: gradient 15s ease infinite;
  height: 100vh;
  width: 100% !important;
}
@media(min-width:320px) and (max-width:480px)
{
.bg-gradient-custom {
 background: linear-gradient(-45deg, #b3e5fc, #e1bee7, #f8bbd0, #b3e5fc);
  background-size: cover;
  animation: gradient 15s ease infinite;
  height: auto;
}
}
.whatsapp_float
{
    display: none;
}
.faq-section {
  margin: 20px auto;
  
  background: #f8f9fa;
  border-radius: 10px;
  max-width: 800px;
}

.faq-title {
  font-size: 28px;
  font-weight: bold;
  color: #1d1360;
  margin-bottom: 25px;
  text-align: center;
  font-family: poppins;
}

@media(min-width:320px) and (max-width:480px)
{
    .faq-title
    {
      font-size: 20px;
    }
    .accordion-header
    {
        font-size: 14px !important;
        text-align: left;
        line-height: 30px;
    }
    .accordion-body p
    {
        font-size: 14px;
    }
    
}
.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.accordion-header {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  
  color: #1d1360;
  transition: background 0.3s ease;
  position: relative;
  font-family: poppins;
}

.accordion-header:hover {
  background: #eaeaf8;
}

.accordion-header .icon {
  font-size: 22px;
  font-weight: bold;
  margin-right: 12px;
  color: #1d1360;
  transition: transform 0.3s;
}

.accordion-body {
  display: none;
 
  font-size: 16px;
  color: #333;
  background: #fff;
  font-family: poppins;
}
.center-img
{
    width: 70%;
}
@media(min-width:320px) and (max-width:480px)
{
    .center-img
{
    width: 100%;
}
}
