.custom-fullwidthabanner{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 5px;
    /* background: url('https://anuragaggarwal.com/upload/banner/banner06.webp') no-repeat center center; */
    background-color: #fff;
    background-size: cover;
    z-index: -1;
  }
  .custom-fullwidthabanner .custom-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px; /* Optional: Set a max-width for the container */
  }
  .custom-fullwidthabanner .custom-left-content {
    width: 60%;
    padding: 20px;
    box-sizing: border-box;
  }
  .custom-fullwidthabanner .custom-left-content h2,
  .custom-fullwidthabanner .custom-left-content p {
    color: white; /* Ensure text color is white */
  }
  .custom-fullwidthabanner .custom-right-content {
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
  }
  .custom-fullwidthabanner .custom-right-content iframe {
    width: 100%;
    height: 300px; /* Adjust as needed */
  }
/*   
  .custom-fullwidthabanner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://anuragaggarwal.com/upload/banner/banner06.webp') no-repeat center center;
    background-size: cover;
    filter: brightness(0.5); 
    z-index: -1; 
  } */
  .contact-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #012f69;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }
  .contact-button:hover,
  .contact-button:active {
    background-color: #f80004;
    color: white;
  }
  /* accordion */
.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #f80004;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}
.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 5px;
}
.faq-section .btn{
  background-color: #f80004!important;
}
.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #f80004;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}
.faq .card .card-body {
  padding: 5px;
  padding-left: 35px;
  padding-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}
.faq .card .card-body p {
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}