body{
    background-color: #E7E9EC;
    color: #333;
}

textarea::placeholder {
  text-align: left !important;
  text-indent: 0 !important;
}

/* FAQ Accordion Styling */
#faq .accordion-button {
    background-color: #E7E9EC;
    color: #002F5F;
    box-shadow: none;
    border: none;
    font-size: 20px;
}

#faq .accordion-button:not(.collapsed) {
    background-color: #D1D3D6;
    color: #002F5F;
}

#faq .accordion-item {
    border: 1px solid #ccc;
    background-color: #F7F8F9;
    border-radius: 8px;
    margin-bottom: 10px;
}

#faq .accordion-body {
    background-color: #FFFFFF;
    color: #333;
    padding: 1rem;
    font-size: 16px;
    line-height: 1.6;
}

#faq h2.accordion-header {
    border-radius: 8px;
    overflow: hidden;
}

#faq .accordion-button::after {
    filter: invert(26%) sepia(15%) saturate(1300%) hue-rotate(180deg) brightness(95%) contrast(90%);
}

#faq .text-center a {
    color: #002F5F;
    text-decoration: underline;
}

#faq .text-center a:hover {
    text-decoration: none;
}

.sc_faqTitle{
  font-size: 40px;
}

#social-icons .fa {
  padding: 12px;
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 20px;
  margin: 0 8px;
  border-radius: 50%;
  background-color: #dfe3e6; /* light grey */
  color: #002F5F; /* brand blue */
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
}

#social-icons .fa:hover {
  background-color: #002F5F;
  color: #fff;
  text-decoration: none;
}

.mic-button {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
  background-color: #002F5F;
  border: none;
  color: white;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.mic-button:hover {
  background-color: #004080;
}

.sc_logo{
    width: 100%;
}

.sc_headerImg{
    width: 100%;
}

.sc_headerTitle{
    font-size: 50px;
    font-weight: bold;
}

.sc_headerDesc{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
}

.sc_btnPaid{
    border: 1px solid #002F5F;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    width: 250px;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    background-color: #002F5F;
}

.sc_btnFree{
    border: 1px solid #999;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    width: 250px;
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    background-color: #999;
}

.sc_freePaidBtnDesktop{
  display: block;
}

.sc_freePaidBtnMobile{
  display: none;
}

.sc_pointerImg{
    width: 40px;
    float: right;
    margin-top: -23px;
    background: #E7E9EC;
}

.sc_middleTitle{
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.sc_middleRowTitle{
    font-size: 30px;
    line-height: 40px;
}

.sc_middleRowDesc{
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
}

.sc_footerSubTitle{
    font-size: 22px;
}

.sc_footerUlLiLeft{
    padding: 55px 30px 100px 30px;
}

.sc_footerUlLiLeft ul li{
    font-size: 22px;
}

.sc_footerUlLiRight{
    padding: 10px 30px 10px 30px;
}

.sc_footerUlLiRight ul li{
    font-size: 22px;
}

.sc_aboutTitle{
    text-align: center;
    font-size: 40px;
}

.sc_aboutDesc{
    font-size: 30px;
}

.sc_speakUpTitle{
    font-size: 40px;
}

.sc_speakUpDesc{
    font-size: 30px;
    line-height: 46px;
    margin-top: 26px;
}

.sc_customeSer{
    text-align: center;
    font-size: 40px;
}

.sc_customerSerDesc{
    font-size: 30px;
}

.sc_legal{
    text-align: center;
    font-size: 30px;
}

.sc_legalDesc{
    font-size: 20px;
}

.sc_genBtnPointer{
    width: 30px;
    float: right;
    margin-top: -30px;
    background: #E7E9EC;
}

@media screen and (max-width: 1400px) {
  .sc_tabCss{
    margin-bottom: 50px;
  }
}


@media screen and (max-width: 1280px) {
  .sc_tabCss{
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {

.sc_logo {
  width: 30%;
}

.sc_headerTitle {
  font-size: 36px;
}

.sc_headerDesc {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  margin-top: 0px;
}

.sc_btnPaid{
    border: 1px solid #002F5F;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    background-color: #002F5F;
}

.sc_btnFree{
    border: 1px solid #999;
    text-decoration: none;
    color: #fff;
    border-radius: 40px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    padding: 10px;
    background-color: #999;
}

.sc_freePaidBtnDesktop{
  display: none;
}

.sc_freePaidBtnMobile{
  display: block;
}

.sc_pointerImg {
  width: 40px;
  float: right;
  margin-top: -23px;
  background: #E7E9EC;
  margin-bottom: 20px;
}

.sc_middleTitle {
    text-align: center;
    font-size: 34px;
    margin-bottom: 24px;
    line-height: 40px;
}

.sc_middleRowTitle {
  font-size: 30px;
  line-height: 40px;
}

.sc_middleRowDesc {
  font-size: 24px;
  line-height: 40px;
  margin-top: 20px;
}

.sc_aboutTitle {
  text-align: center;
  font-size: 38px;
}

.sc_aboutDesc {
  font-size: 26px;
}

.sc_speakUpTitle {
  font-size: 38px;
}

.sc_speakUpDesc {
  font-size: 30px;
  line-height: 36px;
  margin-top: 26px;
}




}