.text-main {
  color: #00226C;
}

.bg-main {
  background-color: #00226C;
}

.navbar .nav-btn {
  background-color: rgba(255, 255, 255, 0.3);
}

.header {
  background: linear-gradient(26.57deg, #B2DDFF 8.33%, #084FB9 91.67%);
}
.header .content h1 {
  font-size: 45px;
}

.features .stat-box h3, .features .stat-box .stat-icon {
  font-size: 50px;
}

.why-bareeq .section-bg {
  background-color: rgba(239, 248, 255, 0.51);
  background-image: url("../images/bg/bg-about.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 220px;
}
.why-bareeq .section-bg .subtitle {
  max-width: 600px;
  margin: 0 auto;
}
.why-bareeq .icon-box {
  font-size: 35px;
  margin-bottom: 15px;
}
.why-bareeq .feature-box {
  background: rgb(233, 244, 255);
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.features-2 {
  background-image: url("../images/bg/bg-about.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.features-2 .consultation-section {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.features-2 .consultation-section .text-content {
  background-image: url("../images/bg/bg-features.png");
  background-repeat: no-repeat;
  background-position: -50px;
  background-size: contain;
}
.features-2 .consultation-section h2 {
  font-weight: bold;
}
.features-2 .btn-primary {
  background: #004AB5;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}
.features-2 .btn-primary:hover {
  background: #003A8C;
}
.features-2 .features-section {
  padding: 50px 0;
  background-color: #ffffff;
}
.features-2 .feature-icon {
  width: 50px;
  height: 50px;
  background-color: #e0f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 15px;
}
.features-2 .feature-text {
  font-size: 18px;
  font-weight: bold;
}
.features-2 .feature-description {
  font-size: 14px;
  color: #777;
}
.features-2 .feature-item {
  max-width: 400px;
}

.price .card {
  background-color: white;
  color: black;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.price .highlight {
  background-color: #d4edda;
  color: #155724;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
}

.testimonial-section {
  text-align: center;
  padding: 60px 20px;
  position: relative;
}
.testimonial-section .testimonial-card {
  background: white;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
  display: inline-block;
  max-width: 500px;
  text-align: right;
}
.testimonial-section .testimonial-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.testimonial-section .rating {
  color: #ffcc00;
}
.testimonial-section .navigation-buttons i {
  font-size: 24px;
  cursor: pointer;
  margin: 10px;
}

.faq .faq-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.faq .faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq .faq-icon {
  font-size: 24px;
  cursor: pointer;
  color: #0099ff;
}

.footer .subscribe-section {
  background-color: #002366;
  color: white;
  padding: 20px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .subscribe-input {
  max-width: 300px;
  border-radius: 10px;
  padding: 10px;
}
.footer .subscribe-btn {
  background-color: #00bfff;
  border: none;
  padding: 8px 20px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.footer .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
}/*# sourceMappingURL=style.css.map */