body.post,
body.page {
  margin: 0px;
  font-family: "Public Sans", sans-serif;
}

a {
  text-decoration: none !important;
}


/* .hero-section {
  padding: 24px;
} */

section.hero-section {
  height: 100vh;
}

@media (max-width: 767px) {
  section.hero-section {
    /* height: auto; */
    min-height: 100vh;
  }
}

.hero-section .hero-overlay {
  height: 100%;
  /*min-height: 640px;
   border-radius: 2rem; */
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 60px 30px 100px; */
  padding: 0px 20px;
  position: relative;
  background: url("../wp-content/uploads/2026/02/bloo-hero.png") no-repeat;
  background-size: cover !important;
  background-position: center !important;
}


/* @media (min-width: 768px) {
  .hero-section .hero-overlay {
    height: 82vh;
    padding: 0rem 30px;
  }
} */

@media (max-width: 767px) {
  .hero-section .hero-overlay {
    padding: 0px 20px 80px;
  }
}

.hero-section .hero-overlay:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7));
}

.hero-section .hero-content {
  max-width: 960px;
  z-index: 2;
}

.hero-badge {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: #1392ec33;
  border: 1px solid #1392ec4d;
  color: #1392ec;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  /* letter-spacing: 0.1em; */
  /* margin-bottom: 30px; */
}

.hero-section .hero-content h1 {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.2;
  /* font-size: 3rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.025em; */
  margin: 1rem 0px;
}


/* @media (min-width: 768px) {
  .hero-section .hero-content h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
} */

.hero-section .hero-content .highlight {
  color: #1392ec;
}

.hero-section .hero-content p {
  color: #e2e8f0;
  font-size: 0.8rem;
  line-height: 1.3rem;
  margin: 0 auto 1rem;
}

@media (min-width:480px) {
  .hero-section .hero-content p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.hero-section .hero-button {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  /* padding-top: 1rem; */
}

.hero-section .hero-button .btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 1.5rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1392ec;
  color: #ffffff;
  width: 180px;
}

@media (min-width:420px) {
  .hero-section .hero-button .btn {
    width: auto;
    /* font-size: 1rem; */
  }
}

@media (min-width:768px) {
  .hero-section .hero-content p {
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin: 0 auto 2rem;
  }

  .hero-section .hero-button {
    gap: 1rem;
  }

  .hero-section .hero-button .btn {
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.hero-section .hero-button .btn:hover {
  transform: scale(1.05);
  box-shadow: none;
}

.hero-section .hero-button .btn.btn-refer {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transform: scale(1);
}

.hero-section .hero-button .btn.btn-refer:hover {
  background-color: #ffffff33;
}

@media (max-width: 767px) {

  /* .hero-section .hero-content h1 {
    font-size: 3rem;
  } */
  /* .hero-section .hero-content p {
    font-size: 1.125rem;
    line-height: 1.625;
  } */
  .hero-section .hero-buttons .btn .btn {
    width: 100%;
    text-align: center;
  }
}

.stats-section {
  max-width: 1280px;
  margin: -80px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 20;
}

@media (max-width: 991px) {
  .stats-section {
    margin: -50px auto 0;
  }
}

.stats-section .stats-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stats-section .stat-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 2rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .stats-section .stat-box {
    padding: 2rem;
  }
}

.stats-section .stat-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1392ec;
}

.stats-section .stat-icon span {
  font-size: 32px;
}

.stats-section .stat-number {
  font-size: 28px;
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 6px;
}

.stats-section .stat-label {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 992px) {
  .stats-section .stats-wrap {
    grid-template-columns: 1fr;
  }
}

.proc-sec {
  background: #1392ec17;
  padding: 50px 1.5rem;
}

@media (min-width: 768px) {
  .proc-sec {
    padding: 80px 1.5rem;
  }
}

.proc-sec .wrap {
  max-width: 1280px;
  margin: auto;
}

.proc-sec .sec-head {
  text-align: center;
  max-width: 48rem;
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .proc-sec .sec-head {
    margin: 0 auto 4rem;
  }
}

.proc-sec .sec-head h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.proc-sec .sec-head h2 span {
  color: #1392ec;
}

.proc-sec .sec-head p {
  color: #64748b;
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.proc-sec .proc-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .proc-sec .proc-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.proc-sec .card {
  background: #1392ec;
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid #e2e8f0;
  transition: 0.3s ease;
}

.proc-sec .card:hover {
  border-color: #1392ec;
}

.proc-sec .icon {
  width: 4rem;
  height: 4rem;
  background: #ffffff1a;
  color: #fff;
  border-radius: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition: 0.3s ease;
}

.proc-sec .card:hover .icon {
  transform: scale(1.1);
}

.proc-sec .card h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.proc-sec .card p {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.6;
}

.proc-sec .list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.proc-sec .list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.proc-sec .list li:last-child {
  margin-top: 12px;
}

.tech-sec {
  position: relative;
  padding: 50px 1.5rem;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  overflow: hidden;
}

@media (min-width: 768px) {
  .tech-sec {
    padding: 80px 1.5rem;
  }
}

.tech-sec .container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0px;
}

.tech-sec .card {
  background: #ffffff;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  /* box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.1); */
}

.tech-sec .card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.tech-sec .image-section {
  position: relative;
  overflow: hidden;
}

.tech-sec .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.tech-sec .image-section:hover img {
  transform: scale(1.05);
}

.tech-sec .glass-wrapper {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  gap: 1rem;
  flex-direction: column;
  display: flex;
}

.tech-sec .glass-wrapper .glass-pill {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.75rem 1.5rem;
  gap: 0.75rem;
  align-items: center;
  display: flex;
  box-shadow: 0 32px 64px -16px rgba(0, 0, 0, 0.1);
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #1e293b;
}

.tech-sec .glass-wrapper .glass-pill span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #197fe6;
}

.tech-sec .glass-wrapper .glass-pill:last-child span {
  color: #0d9488;
}

.tech-sec .tech-content {
  padding: 4rem;
  position: relative;
}

.tech-sec .bg-icon {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 120px;
  opacity: 0.03;
}

.tech-sec .tech-content .tech-head .subtitle {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #1e88e5;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.tech-sec .tech-content .tech-head h2 {
  font-size: 3rem;
  line-height: 1;
  color: #0f172a;
  letter-spacing: -0.025em;
  font-weight: 800;
  margin-bottom: 2rem;
}

.tech-sec .tech-content .tech-head p {
  font-size: 1.125rem;
  line-height: 1.625;
  color: #64748b;
  max-width: 36rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 992px) {
  .tech-sec .card-grid {
    grid-template-columns: 1fr;
  }

  .tech-sec .tech-content {
    padding: 40px 25px;
  }

  .tech-sec .tech-content .tech-head h2 {
    font-size: 2.25rem;
  }
}

.features {
  gap: 24px;
  display: flex;
  flex-direction: column;
}

.features .feature-item {
  display: flex;
  gap: 1.25rem;
  align-items: center;
}

.features .feature-item .feature-icon {
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  flex-shrink: 0;
  background: rgba(25, 127, 230, 0.05);
}

.features .feature-item .feature-icon.primary {
  color: #197fe6;
}

.features .feature-item .feature-icon.teal {
  color: #1e88e5;
}

.features .feature-item .feature-content p {
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #1e293b;
}

.features .feature-item .feature-content p.feature-title {
  font-weight: 700;
}

.tech-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.tech-bottom .btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.tech-bottom .btn {
  padding: 1rem 2rem;
  border-radius: 2rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: 0.3s ease;
}

.tech-bottom .btn.dark {
  background: #1392ec;
  color: #ffffff;
}

.tech-bottom .btn.line {
  background: transparent;
  border: 1px solid #1392ec;
  color: #1392ec;
}

.tech-bottom .btn.line:hover {
  background: #f3f4f6;
}

.tech-bottom .ico {
  font-size: 16px;
}

@media (max-width: 640px) {
  .tech-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.tech-slider .owl-dots {
  display: flex;
  gap: 8px;
  padding-bottom: 15px;
  position: absolute;
  bottom: 0px;
  left: 58.333333%;
}

.tech-slider .owl-dot {
  height: 6px;
  width: 8px;
  display: none;
  border-radius: 999px;
  transition: all 0.3s ease;
  background: #e2e8f0 !important;
}

.tech-slider .owl-dot.active {
  background: #197fe6 !important;
  width: 32px;
}


/* Nav Wrapper */

.tech-sec .slider-nav {
  display: flex;
  gap: 16px;
  padding: 6px;
  border-radius: 999px;
  background: #fff;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(226, 232, 240, 0.6);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.09);
  justify-content: center;
  margin: 1.5rem auto 0px;
  width: fit-content;
}

.tech-sec button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
  font-size: 20px;
  transition: all 0.3s ease;
}

.tech-sec button:focus {
  outline: none;
}

.tech-sec button:hover {
  background: #197fe6;
  color: #ffffff;
}

.tech-sec button span {
  line-height: 1;
}

.edu-sec {
  background: #0f172a;
  padding: 50px 1.5rem;
  /* border-radius: 3rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  margin-top: 6rem; */
}

@media (min-width: 768px) {
  .edu-sec {
    padding: 80px 1.5rem;
  }
}

.edu-sec .edu-container {
  max-width: 1280px;
  margin: auto;
}

.edu-sec .edu-head {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .edu-sec .edu-head {
    margin-bottom: 4rem;
  }
}

.edu-sec .edu-head h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 1.5rem;
}

.edu-sec .highlight {
  color: #3b82f6;
}

.edu-sec .edu-head p {
  color: #94a3b8;
  font-size: 1.125rem;
  line-height: 1.75rem;
  max-width: 42rem;
  margin: auto;
}


/* .edu-sec .edu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
} */


/* .edu-sec .edu-grid {
  width: 100%;
} */


/* Nav container */

.edu-sec .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: none;
  justify-content: space-between;
  pointer-events: none;
  /* important */
}


/* Individual buttons */

.edu-sec .owl-nav button {
  pointer-events: all;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  /* background: rgba(255, 255, 255, 0.08) !important; */
  color: #64748b !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.edu-sec .owl-nav button .material-symbols-outlined {
  color: #64748b;
  font-size: 36px;
}


/* Hover effect */

.edu-sec .owl-nav button:hover {
  /* background: #64748bb9 !important; */
}

.edu-sec .owl-nav button.owl-prev {
  margin-left: -25px;
}

.edu-sec .owl-nav button.owl-next {
  margin-right: -25px;
}

.edu-sec .edu-item {
  padding: 0 12px;
}


/* Default Grid (only if slider not active) */

.edu-sec .edu-grid:not(.owl-carousel) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}


/* When Owl is active */

.edu-sec .edu-grid.owl-carousel {
  display: block;
  position: relative;
}

.edu-sec .owl-carousel .edu-item {
  padding: 0 10px;
}

.edu-sec .edu-item {
  cursor: pointer;
}

.edu-sec .thumb {
  position: relative;
  border-radius: 2.5rem;
  overflow: hidden;
  background: #1e293b;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}

.edu-sec .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  transition: 0.3s ease;
}

.edu-sec .edu-item:hover img {
  opacity: 0.85;
}

.edu-sec .play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edu-sec .play-btn span {
  background: #3b82f6;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
}

.edu-sec .edu-item:hover .play-btn span {
  transform: scale(1.1);
}

.edu-sec .edu-item h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: "Public Sans", sans-serif;
}

.edu-sec .meta {
  color: #64748b;
  font-size: 0.75rem;
  line-height: 1rem;
}

.edu-sec .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.edu-sec .owl-dots .owl-dot {
  background: none;
  border: none;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
}

.edu-sec .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #d1d5db;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.edu-sec .owl-dots .owl-dot:hover span {
  background-color: #6b7280;
}

.edu-sec .owl-dots .owl-dot.active span {
  width: 28px;
  border-radius: 20px;
  opacity: 0.5;
  background-color: #fff;
}

@media (max-width: 1024px) {
  /* .edu-sec .edu-grid {
    grid-template-columns: repeat(2, 1fr);
  } */
}

@media (max-width: 640px) {
  /* .edu-sec .edu-grid {
    grid-template-columns: 1fr;
  } */
}

.dual-cta-section {
  padding: 50px 1.5rem;
  /* margin-bottom: 5rem; */
  background-color: #1392ec17;
}

@media (min-width: 768px) {
  .dual-cta-section {
    padding: 80px 1.5rem;
  }
}

.dual-cta-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
}

.dual-cta-section .cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .dual-cta-section .cta-wrapper {
    flex-direction: row;
  }
}

.dual-cta-section .cta-card {
  flex: 1;
  padding: 1.5rem;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dual-cta-section .cta-card.light {
  background: #ffffff;
  border: 2px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.dual-cta-section .cta-card.light h4 {
  color: #404040;
}

.dual-cta-section .cta-card.blue {
  background: #1392ec;
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.dual-cta-section .card-icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 28px;
}

.cta-card.light .card-icon {
  background: #1392ec1a;
  color: #1392ec;
}

.cta-card .card-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(6px);
}

.dual-cta-section .cta-card h4 {
  font-size: 1.3rem;
  line-height: 2.25rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .dual-cta-section .cta-card {
    padding: 3rem;
  }

  .dual-cta-section .cta-card h4 {
    font-size: 1.875rem;
  }
}

.dual-cta-section .cta-card p {
  font-size: 1rem;
  line-height: 1.625;
  color: #64748b;
  margin-bottom: 2rem;
}

.dual-cta-section .cta-card.blue p {
  color: rgba(255, 255, 255, 0.85);
}

.dual-cta-section .cta-btn {
  width: 100%;
  padding: 16px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.dual-cta-section .cta-card.light .cta-btn {
  border: 2px solid #1392ec;
  background: transparent;
  color: #1392ec;
}

.dual-cta-section .cta-card.light .cta-btn:hover {
  background: #1392ec;
  color: #ffffff;
}

.dual-cta-section .cta-card.blue .cta-btn {
  background: #ffffff;
  color: #1392ec;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.cta-card.blue .cta-btn:hover {
  background: #f1f5f9;
}

.testimonial-block {
  background: rgba(100, 116, 139, 0.08);
  padding: 50px 1.5rem;
}

@media (min-width: 768px) {
  .testimonial-block {
    padding: 80px 1.5rem;
  }
}

.testimonial-block .container {
  max-width: 1280px;
  margin: 0 auto;
}

.testimonial-block .head {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .testimonial-block .head {
    margin-bottom: 4rem;
  }
}

.testimonial-block .head p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #1392ec;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 1rem;
}

.testimonial-block .head h2 {
  /* font-size: 3rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0px; */
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 0rem;
}

.testimonial-block .head h2 span {
  color: #1392ec;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.testimonial-wrap .testimonial-card {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); */
  position: relative;
  border: 1px solid #fff;
}

.testimonial-wrap .quote-icon {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 60px;
  color: rgb(19, 146, 236, 0.1);
}

.testimonial-wrap .testimonial-user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.testimonial-wrap .user-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: #f1f5f9;
}

.testimonial-wrap .user-img img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-wrap .testimonial-user h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}

.testimonial-wrap .testimonial-user p {
  margin: 3px 0 0;
  font-size: 12px;
  color: #64748b;
}

.testimonial-wrap .testimonial-text {
  color: #475569;
  font-style: italic;
  line-height: 1.7;
  margin-bottom: 20px;
}

.testimonial-wrap .stars {
  color: #facc15;
}

.testimonial-wrap .stars span {
  font-size: 20px;
}

@media (max-width: 992px) {
  .testimonial-wrap .testimonial-card {
    padding: 20px;
  }
}


/* @media (max-width: 992px) {
  .testimonial-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
} */

@media (max-width: 767px) {
  .testimonial-block .head h2 {
    font-size: 2.25rem;
  }

  .testimonial-wrap {
    grid-template-columns: 1fr;
  }
}

.testimonial-block .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-block .owl-dots .owl-dot {
  background: none;
  border: none;
  padding: 0;
  margin: 0 6px;
  cursor: pointer;
}

.testimonial-block .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #0f172a;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0.5;
}

.testimonial-block .owl-dots .owl-dot:hover span {
  background-color: #6b7280;
}

.testimonial-block .owl-dots .owl-dot.active span {
  width: 28px;
  border-radius: 20px;
  opacity: 0.5;
  background-color: #0f172a;
}


/* @media (max-width: 600px) {
  .testimonial-wrap {
    grid-template-columns: 1fr;
  }
} */

.footer .container {
  max-width: 1280px;
  margin: 0 auto;
}

.footer .footer-grid {
  margin-bottom: 5rem;
}

.footer-brand .logo-wrap {
  max-width: 200px;
}

.footer .footer-description {
  color: #64748b;
  line-height: 1.625;
  margin-bottom: 1.5rem;
}

.footer .social-links {
  display: flex;
  gap: 16px;
}

.footer .social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #f1f5f9;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1392ec;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer .social-icon:hover {
  background: #1392ec;
  color: #ffffff;
}

.footer .footer-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  color: #0f172a;
}

.footer .footer-links {}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.footer .footer-links li {
  margin-bottom: 12px;
}

.footer .footer-links a {
  text-decoration: none;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: color 0.3s ease;
}

.footer .footer-links a:hover {
  color: #1392ec;
}


/* Contact */

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0px;
}

.contact-list li {
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #64748b;
}

.contact-list li a {
  gap: 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #64748b;
}

.contact-list .material-symbols-outlined {
  color: #1392ec;
}

.footer .map-box {
  width: 100%;
  height: 180px;
  border-radius: 1.5rem;
  margin-bottom: 12px;
  border: 1px solid #e5e7eb;
}

.footer .map-box img {
  max-width: 100%;
  border-radius: 1.5rem;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.footer .directions-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #1392ec;
}

.footer .directions-link:hover {
  text-decoration: none;
}

.footer .footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 12px;
  color: #6b7280;
}

.footer .footer-bottom p {
  margin: 0px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .footer .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer .bottom-links ul {
  display: flex;
  gap: 30px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer .bottom-links a {
  text-decoration: none;
  color: #6b7280;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer .bottom-links a:hover {
  color: #1392ec;
}


/* --------------20-02-2026---------------- */

.bp-header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  background: #f8fafce6;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid #e2e8f0;
}

.bp-header .container {
  max-width: 1280px;
  margin: 0 auto;
}

.bp-header img.custom-logo {
  max-width: 120px;
  height: auto;
}


/* Top Section */

.bp-header-top {
  padding: 0.8rem 2rem;
  border-top: 1px solid #e2e8f0;
}

.bp-title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0f172a;
}

.bp-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #0ea5e9;
}


/* CTA Button */


/* .bp-cta-btn {
  background: #0f172a;
  color: #fff;
  padding: 14px 30px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
}

.bp-cta-btn:hover {
  background: #1e88e5;
  color: #fff;
} */

.bp-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px 14px 20px;
  background: #0f172a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.bp-cta-btn:hover {
  background: #1e293b;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.bp-cta-btn .bp-cta-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bp-cta-btn .bp-cta-icon img {
  max-width: 100%;
  object-fit: contain;
}

.bp-header-bottom {
  background: #f8fafc;
  padding: 0.75rem 2rem;
  border-top: 1px solid #e2e8f0;
}

.bp-nav-list {
  gap: 35px;
}

.bp-nav-list li {
  margin: 0;
}

.bp-nav-list li.menu-item-has-children::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  transition: 0.3s ease;
  font-size: 12px;
  top: 4px;
}

.bp-nav-list a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #64748b;
  transition: 0.3s ease;
  position: relative;
}

@media (min-width: 992px) {
  .bp-nav-list li.menu-item-has-children {
    padding-right: 20px;
  }

  .bp-nav-list {
    gap: 15px;
  }

  .bp-nav-list a {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .bp-nav-list {
    gap: 30px;
  }

  .bp-nav-list a {
    font-size: 14px;
  }
}

.bp-nav-list a:hover {
  color: #191970 !important;
}

.bp-nav-list a:visited {
  color: #64748b;
}


/* ===============================
   FOOTER
================================= */


/* .footer {
    background: #f8fafc;
    padding: 70px 0 40px;
    font-size: 14px;
} */

.footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 5rem 1.5rem;
}

.footer-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-description {
  color: #64748b;
  line-height: 1.7;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  text-decoration: none;
  color: #64748b;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #0f172a;
}

.contact-list i {
  color: #0ea5e9;
  font-size: 16px;
}

.map-box img {
  border-radius: 18px;
}

.directions-link {
  text-decoration: none;
  font-weight: 600;
  color: #0ea5e9;
}

.directions-link:hover {
  color: #0f172a;
}

.footer-bottom {
  font-size: 13px;
  color: #64748b;
}

.bottom-links a {
  text-decoration: none;
  color: #64748b;
}

.bottom-links a:hover {
  color: #0f172a;
}


/* ===============================
   FOOTER-2
================================= */


/* ===== MAIN LAYOUT ===== */

.bps {
  display: flex;
  /* height: 70vh; */
  width: 100%;
}


/* ===== MAP SECTION ===== */

.bps__map {
  width: 66.66%;
  position: relative;
}

.bps__map-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/* ===== SIDEBAR ===== */

.bps__sidebar {
  width: 33.33%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #eee;
  box-shadow: -10px 0 30px -15px rgba(0, 0, 0, 0.1);
}

.bps__sidebar-content {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
}

.bps__sidebar .logo-wrap {
  display: flex;
  justify-content: space-between;
}

.bps__sidebar .logo-wrap img {
  max-width: 200px;
}

.bps__description {
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 0px;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-icon {
  width: 2.5rem;
  height: 2.5rem;
  background: #f1f5f9;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1392ec;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #1392ec;
  color: #ffffff;
}


/* ===== DIVIDER ===== */

.bps__divider {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #eee;
}


/* ===== SECTION TITLES ===== */

.bps__section-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #0f172a;
  margin-bottom: 10px;
}


/* ===== SERVICES ===== */

.bps__services-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.bps__services-list li {
  font-size: 1rem;
  color: #64748b;
  margin-bottom: 5px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.bps__services-list li a {
  text-decoration: none;
  color: inherit;
}

.bps__services-list li:hover {
  color: #1e88e5;
}


/* ===== CONTACT ===== */

.bps__address {
  font-style: normal;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bps__phone {
  font-size: 18px;
  font-weight: bold;
}

.bps__phone,
.bps__address {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bps__phone i,
.bps__address i {
  font-size: 16px;
  color: #1e88e5;
}


/* ===== FOOTER BUTTON ===== */

.bps__footer {
  padding: 15px 30px;
  border-top: 1px solid #eee;
  background: #f3f4f6;
}

.bps__footer .bps__button {
  width: 100%;
  padding: 15px;
  background: #0f172a;
  color: #ffffff;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  justify-content: center;
  transition: background 0.3s ease;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.bps__button:hover {
  background: #1e88e5;
}


/* ===== RESPONSIVE ===== */

@media (max-width: 992px) {
  .bps {
    flex-direction: column;
  }

  .bps__map {
    width: 100%;
    height: 50vh;
  }

  .bps__sidebar {
    width: 100%;
  }
}


/*-------------------------Resources SECTION----------------*/

.resources-section {
  padding: 50px 0px;
  /* margin-top: -100px; */
  position: relative;
  z-index: 10;
  background: #64748b14;
  /* background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #ffffff 10%,
    #64748b14 100%
  ); */
}

@media (min-width: 768px) {
  .resources-section {
    padding: 80px 0px;
  }
}

.resources-section .container {
  max-width: 1280px;
  margin: 0 auto;
}

.resources-section .sec-head {
  max-width: 48rem;
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .resources-section .sec-head {
    margin: 0 auto 4rem;
  }
}

.resources-section .sec-head h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.resources-section .sec-head h2 span {
  color: #1392ec;
}

.resources-section .sec-head p {
  color: #64748b;
  margin: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.resources-section .resources-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #f1f1f1;
}

.resources-section .resources-card:hover {
  transform: translateY(-8px);
}

.resources-section .resources-card--highlight {
  background: #1392ec;
  color: #ffffff;
  border: none;
}

.resources-section .resources-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #1392ec1a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  color: #1392ec;
}

.resources-section .resources-card--highlight .resources-card-icon {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.resources-section .cta-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.resources-section .cta-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.resources-section .cta-list a:visited {
  color: #6b7280;
}

.resources-card.resources-card--highlight .cta-list a {
  text-decoration: none;
  color: #fff;
}

.resources-section .cta-list a {
  text-decoration: none;
  color: #6b7280;
}

.resources-section .cta-list li a:hover {
  opacity: 0.8;
}

.resources-section .cta-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #6b7280;
  transition: 0.3s;
}

.resources-section .resources-card--highlight .cta-list li {
  color: #dbeafe;
}

.resources-section .cta-list li:hover {
  color: #1e3a8a;
}

.resources-section .resources-card--highlight .cta-list li:hover {
  color: #ffffff;
}

.resources-section .cta-btn {
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1e3a8a;
  transition: 0.3s;
}

.resources-section .resources-card--highlight .cta-btn {
  background: #ffffff;
  color: #1e3a8a;
  padding: 10px 22px;
  border-radius: 30px;
}

.resources-section .cta-btn:hover {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .resources-section .container {
    max-width: 100%;
  }
}


/* ---------02-03-2026---------- */

.bp-mobile-toggle {
  width: 30px;
  height: 22px;
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.bp-mobile-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.bp-mobile-toggle span:last-child {
  margin-bottom: 0;
}

.bp-mobile-menu {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.bp-mobile-nav {
  padding-top: 1rem;
}

.bp-mobile-nav-list li {
  margin-bottom: 10px;
}

.bp-mobile-nav-list li:last-of-type {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .bp-mobile-nav-list li {
    border-bottom: 1px solid #ddd;
  }
}

.bp-mobile-nav-list li a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #64748b;
  transition: 0.3s ease;
}

header nav li.current-menu-item>a {
  color: #191970 !important;
}

.bp-mobile-toggle span:nth-child(1) {
  top: 0;
}

.bp-mobile-toggle span:nth-child(2) {
  top: 9px;
}

.bp-mobile-toggle span:nth-child(3) {
  bottom: 0;
}

.bp-mobile-toggle.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.bp-mobile-toggle.active span:nth-child(2) {
  opacity: 0;
}

.bp-mobile-toggle.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 9px;
}


/* -----------------03-03-2026------------------- */

.bp-nav-list li {
  position: relative;
}

.bp-nav-list .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8fafc;
  min-width: 220px;
  padding: 0px;
  list-style: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
  margin: 0px;
}

.bp-nav-list li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  border-top: 3px solid #1392ec;
}

.bp-nav-list .sub-menu {
  padding-bottom: 8px;
}

.bp-nav-list .sub-menu li {
  padding: 8px 20px 0px;
}

.bp-nav-list .sub-menu li a {
  color: #64748b;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.bp-nav-list .sub-menu li a:hover {
  color: #707c8dcc;
}

.bp-mobile-nav-list,
.bp-mobile-nav-list .sub-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.bp-mobile-nav-list .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding-left: 15px;
  background-color: azure;
}

.bp-mobile-nav-list .menu-item-has-children {
  position: relative;
}

.bp-mobile-nav-list .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.submenu-toggle {
  margin-left: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
  width: 20px;
}

@media (max-width: 991px) {
  .submenu-toggle svg {
    transition: transform 0.3s ease;
  }

  .menu-item-has-children.open .submenu-toggle svg {
    transform: rotate(180deg);
  }

  .menu-item-has-children .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .bp-mobile-nav-list li:last-of-type {
    border: none;
  }
}


/* .bp-mobile-nav-list .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  transition: 0.3s ease;
}

.bp-mobile-nav-list .menu-item-has-children.open > a::after {
  transform: rotate(180deg);
} */

.step-number {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(19, 146, 236, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(19, 146, 236, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(19, 146, 236, 0);
  }
}


/* -----------hero-section---------- */


/* Philosophy Section */

.inner-hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.inner-hero .hero-content {
  max-width: 1100px;
}

.inner-hero .philosophy-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-hero .philosophy-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero .philosophy-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(15, 23, 42, 0.4); */
  background: linear-gradient(rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.7));
}

.inner-hero .philosophy-content {
  position: relative;
  z-index: 2;
}

.inner-hero .philosophy-title {
  color: #ffffff;
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.2;
  /* font-size: 1.8rem; */
  font-weight: 900;
  /* line-height: 1;
  letter-spacing: -0.025em; */
  margin: 0px 0px 0.5rem;
}

@media (min-width: 520px) {
  .inner-hero .philosophy-title {
    /* font-size: 2.5rem;
    line-height: 1; */
    margin: 0px 0px 1rem;
  }
}

@media (min-width: 768px) {
  .inner-hero .philosophy-title {
    /* font-size: 4.5rem;
    line-height: 1; */
    /* margin-bottom: 2rem; */
  }
}

.inner-hero .philosophy-title .highlight {
  color: #1392ec;
}

.philosophy-desc {
  color: #e2e8f0;
  font-size: 1rem;
  line-height: 1.5rem;
  /* max-width: 42rem; */
  margin: 0 auto 1rem;
}

@media (min-width: 520px) {
  .philosophy-desc {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 768px) {
  .philosophy-desc {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 auto 2rem;
  }
}

.philosophy-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}


/* .philosophy-btn {
  background: #1392ec;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 9px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.4s ease;
} */

.philosophy-btn {
  display: inline-block;
  padding: 10px 32px;
  border-radius: 1.5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #1392ec;
  color: #ffffff;
}

@media (min-width: 768px) {
  .philosophy-btn {
    padding: 1rem 2.5rem;
    border-radius: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.philosophy-btn:hover {
  transform: scale(1.06);
}


/* .philosophy-btn-outline {
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  text-decoration: none;
  border-radius: 9px;
} */

.philosophy-btn.philosophy-btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  backdrop-filter: blur(6px);
  transform: scale(1);
}

.philosophy-btn-outline:hover {
  background: rgba(255, 255, 255, 0.2);
}

body .container {
  max-width: 1280px;
  margin: 0 auto;
}

#video-grid,
#upperBody,
#rfa,
#esi,
#cgs {
  scroll-margin-top: 130px;
}


/* #followup-form {
  scroll-margin-top: 206px;
} */


/* @media (max-width: 767px) {
  #video-grid,
  #imp-links,
  #upperBody,
  #rfa,
  #esi,
  #cgs {
    scroll-margin-top: 72px;
  }
  #followup-form {
    scroll-margin-top: 120px;
  }
} */


/* ---------------FAQ-PAge---------------- */


/* SECTION */

.faq-section {
  background: #f7f9fc;
  padding: 50px 0;
}

@media (min-width: 768px) {
  .faq-section {
    padding: 80px 0px;
  }
}


/* HEADING */

.faq-heading {
  font-size: 36px;
  font-weight: 700;
  color: #1d2b4f;
}


/* ACCORDION ITEM */

.faq-item {
  background: #fff;
  border-radius: 14px;
  margin-bottom: 15px;
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}


/* BUTTON */

.faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #1d2b4f;
  background: #fff;
  padding: 18px 20px;
  box-shadow: none;
}


/* REMOVE DEFAULT ICON */


/* .faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: #2d7dd2;
} */


/* WHEN OPEN */


/* .faq-accordion .accordion-button:not(.collapsed)::after {
  content: "-";
} */


/* ACTIVE STATE */

.faq-accordion .accordion-button:not(.collapsed) {
  color: #2d7dd2;
  background: #f0f6ff;
}


/* BODY */

.faq-accordion .accordion-body {
  padding: 15px 20px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #eee;
}


/* HOVER EFFECT */

.faq-item:hover {
  transform: translateY(-2px);
  transition: 0.3s;
}

.bps-video-section {
  padding-bottom: 80px;
}

.section-head {
  text-align: center;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 900;
  margin-bottom: 0rem;
}

@media (min-width: 768px) {
  .section-head h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.section-head .highlight {
  color: #1392ec;
}

.section-head p {
  color: #64748b;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}

.outer-container {
  background: #f1f5f9;
  padding: 3rem 0;
}

.container-box {
  background: #ffffff;
  color: #1d2b4f;
  border-radius: 16px;
  padding: 25px;
}

.video-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  color: #000;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accessibility-feedback {
  /* padding: 70px 0; */
  padding: 50px 1.5rem;
  /* margin-bottom: 5rem; */
  background-color: #1392ec17;
}

@media (min-width: 768px) {
  .accessibility-feedback {
    padding: 80px 1.5rem;
  }
}

.accessibility-feedback h3 {
  font-size: 32px;
  /* margin-bottom: 40px; */
  font-weight: 700;
}

.accessibility-feedback p {
  color: #64748b;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.75rem;
}

.accessibility-feedback .btn {
  padding: 12px 30px;
  border-radius: 30px;
}

.d-none {
  display: none;
}

.testimonial-wrap .owl-stage {
  display: flex;
}

.testimonial-wrap .owl-item {
  display: flex;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.testimonial-text {
  flex-grow: 1;
}

.testimonial-card {
  min-height: 320px;
  /* adjust based on design */
}

.wait-times-pill {
  margin: 50px 0;
  background: #ffffff;
  padding: 0px 20px;
}

@media (min-width: 768px) {
  .wait-times-pill {
    padding: 25px 20px;
    margin: 55px 0px 40px;
  }
}


/* Header */

.wait-times-header h6 {
  font-size: 24px;
  font-weight: 600;
  color: #1e2a3a;
}

.wait-times-header span {
  font-size: 14px;
}


/* Pills */

.wait-pill {
  background: #f3f7fb;
  padding: 18px 20px;
  border-radius: 40px;
  transition: all 0.3s ease;
  height: 100%;
}


/* Hover effect */

.wait-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(30, 115, 190, 0.15);
}


/* Icon */

.wait-pill .icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: #e6f0fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.wait-pill .icon i {
  color: #1392ec;
  font-size: 18px;
}


/* Content */

.wait-pill .content strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #1392ec;
  line-height: 1.2;
}

.wait-pill .content p {
  margin: 0;
  font-size: 14px;
  color: #555;
}


/* Divider feel (optional subtle line between pills) */

.wait-pill::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: #e0e6ed;
  display: none;
}


/* Responsive */

@media (max-width: 767px) {
  .stats-section .stat-number {
    font-size: 22px;
  }

  /* .wait-times-header h6 {
    font-size: 20px;
  } */
  .wait-times-header span {
    display: block;
  }

  .wait-pill {
    border-radius: 16px;
    padding: 15px;
  }

  .wait-pill .content strong {
    font-size: 18px;
  }
}

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-initials {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2b6cb0, #63b3ed);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-transform: uppercase;
}


/* --------25-03-2025------Non-Insured Fees-------- */

.policy-content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 16px;
}

.policy-content h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #0b1f3a;
}

.policy-content h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1e73be;
}

.policy-content p {
  margin-bottom: 16px;
  color: #444;
}

.policy-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
  color: #444;
}

.policy-content ul li {
  margin-bottom: 8px;
}

.highlight-box {
  background: #eaf4fb;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 0;
}

.note-box {
  background: #f5f9ff;
  border-left: 4px solid #1e73be;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 20px 0;
}

.signature {
  margin-top: 40px;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.policy-table th,
.policy-table td {
  border: 1px solid #e0e0e0;
  padding: 12px;
  text-align: center;
}

.policy-table th {
  background: #1e73be;
  color: #fff;
}

.policy-table tr:nth-child(even) {
  background: #f9f9f9;
}

hr {
  margin: 40px 0;
}

section.heading-sec.sticky-heading {
  position: sticky;
  z-index: 99;
  top: 95px;
  background: #1392ec;
}

@media (min-width: 992px) {
  section.heading-sec.sticky-heading {
    top: 144px;
  }
}


/* --------------to-hide-sub-menu-div------------------ */

.no-hover-parent:hover .sub-menu {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}