.pftext p {
  font-size:20px;
}
.welcome-text h1, .welcome-text p {
  color:#fff !important;
  text-align: left;
}
#logo.logo-white img {
  width: 250px;
  margin-top: 15px;
  height: auto;
}
#header.cloned #logo img {
  max-width: 250px;
  margin-top: 15px;
  height: auto;
}
#logo {
  margin-top:-15px;
}

.mobile-view {
  display:none;
}
@media only screen and (max-width: 992px) {
  #logo {
    position: absolute;
    margin: 0 auto;
    width: 60%;
    text-align: center;
    left: 0;
    right: 0;
  }
  .mobile-view {
    display:block;
    width: 60% !important;
    margin: 0 auto;
    margin-top: 8px !important;
  }
  .desktop-view {
    display:none;
  }
}


 .qa-section {
   max-width: 1150px;
   margin: 0 auto;
   padding: 20px;
 }

.qa-item {
  margin-bottom: 15px;
}

.qa-question {
  width: 100%;
  text-align: left;
  background: #f2f2f2;
  border: none;
  padding: 15px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s;
}

.qa-question:hover {
  background: #f2dede;
}

.qa-icon {
  font-weight: bold;
  font-size: 20px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.qa-answer {
  padding: 15px;
  background: #fafafa;
  border-left: 3px solid #007BFF;
  margin-top: 5px;
}
ul.bullet-check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  list-style: none;
}

ul.bullet-check li::before {
  content: "✔"; /* You can use any symbol or icon */
  position: absolute;
  left: 0;
  top: 0;
  color: #007BFF; /* Change color if needed */
  font-size: 16px;
  line-height: 1.2;
}
.contact-row {
  display: flex;
  align-items: flex-start; /* Aligns top of icon with top of text */
  gap: 20px;
  margin-bottom: 20px;
}

.contact-row i {
  font-size: 20px;
  margin-top: 4px; /* Optional: fine-tune for pixel-perfect alignment */
  line-height: 1;
}

.contact-row p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
