.oz-blog-section {
  background: #f7fbff;
}

.oz-subtitle {
  display: inline-block;
  padding: 8px 18px;
  background: #e8f2ff;
  color: #1d2a4d;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.oz-title {
  font-size: 42px;
  font-weight: 800;
  color: #1d2d50;
  margin: 15px 0;
}

.oz-description {
  max-width: 700px;
  margin: auto;
  color: #111;
  line-height: 1.8;
}

.oz-blog-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8edf5;
  transition: 0.35s;
  height: 100%;
}

.oz-blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.oz-blog-image {
  display: block;
  overflow: hidden;
}

.oz-blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: 0.6s;
}

.oz-blog-card:hover img {
  transform: scale(1.08);
}

.oz-blog-content {
  padding: 28px;
}

.oz-category {
  color: #1d2a4d;
  font-size: 14px;
  font-weight: 700;
}

.oz-blog-content h3 {
  margin: 15px 0;
  font-size: 22px;
  line-height: 1.35;
}

.oz-blog-content h3 a {
  color: #111;
  text-decoration: none;
}

.oz-blog-content h3 a:hover {
  color: #1d2a4d;
}

.oz-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #111;
  margin-bottom: 18px;
}

.oz-meta i {
  color: #1d2a4d;
}

.oz-blog-content p {
  color: #111;
  line-height: 1.9;
  margin-bottom: 22px;
}

.oz-readmore {
  color: #1d2a4d;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.oz-readmore:hover {
  gap: 14px;
}

@media (max-width: 991px) {
  .oz-title {
    font-size: 34px;
  }

  .oz-blog-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .oz-title {
    font-size: 28px;
  }

  .oz-blog-image img {
    height: 220px;
  }

  .oz-blog-content {
    padding: 22px;
  }

  .oz-blog-content h3 {
    font-size: 21px;
  }
}

.blog-details-section {
  background: #f8fbff;
}

.blog-main-card {
  background: #fff;

  padding: 40px;

  border-radius: 20px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.blog-category {
  display: inline-block;

  padding: 8px 18px;

  background: #eaf2ff;

  color: #16325c;

  border-radius: 30px;

  font-weight: 600;

  margin-bottom: 20px;
}

.blog-main-card h1 {
  font-size: 26px;

  font-weight: 700;

  color: #16325c;
  line-height: 1.4;
}

.blog-meta {
  display: flex;

  gap: 25px;

  flex-wrap: wrap;

  margin-bottom: 30px;

  color: #111;

  font-size: 15px;
}

.blog-meta i {
  color: #16325c;

  margin-right: 6px;
}

.blog-main-card img {
  width: 100%;

  margin-bottom: 35px;
}

.blog-main-card p {
  font-size: 16px;

  line-height: 1.5;

  color: #111;

  margin-bottom: 25px;
}

.blog-main-card h2 {
  font-size: 18px !important;

  font-weight: 700;

  color: #16325c;
}

.blog-list {
  padding-left: 20px;
}

.blog-list li {
  margin-bottom: 15px;

  font-size: 18px;
}

blockquote {
  background: #eef5ff;

  border-left: 5px solid #16325c;

  padding: 25px;

  font-size: 22px;

  font-style: italic;

  border-radius: 10px;

  margin: 40px 0;
}

.blog-cta {
  background: linear-gradient(135deg, #16325c, #0056d6);

  color: #fff;

  padding: 40px;

  border-radius: 20px;

  text-align: center;

  margin-top: 50px;
}

.blog-cta h3 {
  font-size: 26px;
  color: #fff;

  margin-bottom: 15px;
}

.blog-cta p {
  color: #fff;
}

.share-box {
  display: flex;

  align-items: center;

  gap: 15px;

  margin-top: 40px;
}

.share-box span {
  font-weight: 700;
}

.share-box a {
  width: 45px;

  height: 45px;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #eef3ff;

  border-radius: 50%;

  color: #16325c;

  text-decoration: none;

  transition: 0.3s;
}

.share-box a:hover {
  background: #16325c;

  color: #fff;
}

.blog-sidebar {
  position: sticky;

  top: 100px;

  background: #fff;

  padding: 30px;

  border-radius: 20px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-sidebar h3 {
  margin-bottom: 25px;

  font-size: 32px;
}

.sidebar-blog {
  display: flex;

  gap: 15px;

  text-decoration: none;

  margin-bottom: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #eee;
}

.sidebar-blog img {
  width: 100px;

  height: 80px;

  object-fit: cover;

  border-radius: 10px;
}

.sidebar-blog h5 {
  font-size: 16px;

  color: #222;
  font-weight: 600;
  margin-bottom: 5px;
}

.sidebar-blog small {
  color: #777;
}

.sidebar-blog:hover h5 {
  color: #16325c;
}

@media (max-width: 991px) {
  .blog-main-card {
    padding: 25px;
  }

  .blog-main-card h1 {
    font-size: 26px;
  }

  .blog-main-card h2 {
    font-size: 28px;
  }

  .blog-sidebar {
    margin-top: 30px;

    position: static;
  }
}

.psa-cta-section {
  padding: 10px 0;
  background: #f8fbff;
}

.psa-cta-box {
  position: relative;

  overflow: hidden;

  padding: 15px 10px;

  border-radius: 24px;

  background: linear-gradient(135deg, #1d2a4d, #0052cc);

  box-shadow: 0 25px 60px rgba(13, 110, 253, 0.25);
}

.psa-cta-box::before {
  content: "";

  position: absolute;

  width: 320px;

  height: 320px;

  background: rgba(255, 255, 255, 0.08);

  border-radius: 50%;

  top: -150px;

  right: -120px;
}

.psa-cta-box::after {
  content: "";

  position: absolute;

  width: 220px;

  height: 220px;

  border: 25px solid rgba(255, 255, 255, 0.06);

  border-radius: 50%;

  bottom: -120px;

  left: -90px;
}

.psa-cta-icon {
  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.15);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

  backdrop-filter: blur(8px);
}

.psa-cta-icon i {
  color: #fff;

  font-size: 30px;
}

.psa-cta-box h2 {
  color: #fff;

  font-size: 20px;

  line-height: 1.35;

  font-weight: 700;

  margin: 0;

  max-width: 700px;
}

.psa-cta-btn {
  display: inline-flex;

  align-items: center;

  gap: 12px;

  padding: 18px 34px;

  background: #fff;

  color: #1d2a4d;

  border-radius: 60px;

  font-weight: 700;

  text-decoration: none;

  transition: 0.35s;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.psa-cta-btn:hover {
  background: #16325c;

  color: #fff;

  transform: translateY(-4px);
}

.psa-cta-btn i {
  font-size: 18px;
}

@media (max-width: 991px) {
  .psa-cta-box {
    padding: 35px 25px;

    text-align: center;
  }

  .psa-cta-icon {
    margin: 0 auto 20px;
  }

  .psa-cta-box h2 {
    font-size: 30px;

    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .psa-cta-box h2 {
    font-size: 24px;
  }

  .psa-cta-btn {
    width: 100%;

    justify-content: center;
  }
}
/*==================================================
            PSA FAQ SECTION
==================================================*/

.psa-faq-section {
  background: #ffffff;
  padding: 90px 0;
}

/*==========================
        Heading
==========================*/

.faq-heading {
  margin-bottom: 45px;
}

.faq-heading h2 {
  font-size: 38px;
  font-weight: 700;
  color: #16325c;
  line-height: 1.3;
  margin: 16px 0;
}

.faq-heading p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  max-width: 720px;
}

.faq-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  background: #e8f1ff;
  color: #16325c;
  font-size: 14px;
  font-weight: 600;
}

/*==========================
        Accordion
==========================*/

.psa-faq-accordion .accordion-item {
  border: none;

  margin-bottom: 18px;

  border-radius: 16px;

  overflow: hidden;

  background: #fff;

  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

  transition: all 0.3s ease;
}

.psa-faq-accordion .accordion-item:hover {
  transform: translateY(-2px);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

/*==========================
        Button
==========================*/

.psa-faq-accordion .accordion-button {
  display: flex;

  align-items: center;

  width: 100%;

  position: relative;

  background: #fff;

  color: #16325c;

  font-size: 18px;

  font-weight: 600;

  line-height: 1.6;

  letter-spacing: 0.2px;

  padding: 20px 78px 20px 24px;

  border: none;

  box-shadow: none;

  transition: all 0.35s ease;
}

.psa-faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.psa-faq-accordion .accordion-button::after {
  display: none;
}

/*==========================
        Plus Icon
==========================*/

.psa-faq-accordion .accordion-button::before {
  content: "+";

  position: absolute;

  right: 22px;

  top: 50%;

  transform: translateY(-50%);

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background: #16325c;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 24px;

  font-weight: 300;

  transition: all 0.35s ease;
}

/*==========================
        Active
==========================*/

.psa-faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #16325c, #0055d4);

  color: #fff;
}

.psa-faq-accordion .accordion-button:not(.collapsed)::before {
  content: "−";

  background: #fff;

  color: #16325c;

  transform: translateY(-50%) rotate(180deg);
}

/*==========================
        Animation
==========================*/

.psa-faq-accordion .accordion-collapse {
  transition: height 0.35s ease;
}

@keyframes faqFade {
  from {
    opacity: 0;

    transform: translateY(-8px);
  }

  to {
    opacity: 1;

    transform: translateY(0);
  }
}

.psa-faq-accordion .accordion-body {
  background: #fff;

  padding: 24px 28px;

  animation: faqFade 0.35s ease;
}

.psa-faq-accordion .accordion-body p {
  margin: 0;

  color: #555;

  font-size: 16px;

  font-weight: 400;

  line-height: 1.9;
}

/*==========================
        Tablet
==========================*/

@media (max-width: 991px) {
  .psa-faq-section {
    padding: 70px 0;
  }

  .faq-heading {
    text-align: center;

    margin-bottom: 35px;
  }

  .faq-heading h2 {
    font-size: 32px;
  }

  .faq-heading p {
    font-size: 16px;

    max-width: 100%;
  }

  .psa-faq-accordion .accordion-button {
    font-size: 17px;

    padding: 18px 68px 18px 22px;
  }

  .psa-faq-accordion .accordion-button::before {
    width: 38px;

    height: 38px;

    font-size: 22px;

    right: 18px;
  }
}

/*==========================
        Mobile
==========================*/

@media (max-width: 767px) {
  .psa-faq-section {
    padding: 60px 0;
  }

  .faq-heading {
    text-align: center;

    margin-bottom: 30px;
  }

  .faq-heading h2 {
    font-size: 28px;

    line-height: 1.35;
  }

  .faq-heading p {
    font-size: 15px;

    line-height: 1.7;
  }

  .faq-subtitle {
    font-size: 13px;

    padding: 8px 18px;
  }

  .psa-faq-accordion .accordion-item {
    border-radius: 14px;

    margin-bottom: 15px;
  }

  .psa-faq-accordion .accordion-button {
    font-size: 16px;

    font-weight: 600;

    line-height: 1.6;

    padding: 16px 56px 16px 18px;
  }

  .psa-faq-accordion .accordion-button::before {
    width: 34px;

    height: 34px;

    font-size: 20px;

    right: 14px;
  }

  .psa-faq-accordion .accordion-body {
    padding: 18px;
  }

  .psa-faq-accordion .accordion-body p {
    font-size: 15px;

    line-height: 1.8;
  }
}
/* new updates */
/* ===========================
   READ MORE SIDEBAR
=========================== */

.readmore-widget {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.readmore-heading {
  font-size: 28px;
  font-weight: 700;
  color: #16325c;
  margin-bottom: 22px;
}

.readmore-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.readmore-card {
  display: flex;

  align-items: center;

  gap: 15px;

  padding: 12px;

  border: 1px solid #ececec;

  border-radius: 14px;

  background: #fff;

  transition: 0.35s ease;
}

.readmore-card:hover {
  transform: translateY(-3px);

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);

  border-color: #16325c;
}

.readmore-image {
  width: 120px;

  min-width: 120px;

  height: 90px;

  overflow: hidden;

  border-radius: 10px;
}

.readmore-image a {
  display: block;

  width: 100%;

  height: 100%;
}

.readmore-image img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition: 0.4s ease;
}

.readmore-card:hover .readmore-image img {
  transform: scale(1.08);
}

.readmore-content {
  flex: 1;

  display: flex;

  flex-direction: column;

  justify-content: center;
}

.readmore-category {
  display: inline-block;

  width: max-content;

  padding: 4px 10px;

  background: #eef5ff;

  color: #16325c;

  border-radius: 30px;

  font-size: 11px;

  font-weight: 600;

  margin-bottom: 8px;
}

.readmore-content h5 {
  margin: 0;

  font-size: 16px;

  line-height: 1.45;

  font-weight: 600;
}

.readmore-content h5 a {
  color: #222;

  text-decoration: none;

  transition: 0.3s;
}

.readmore-card:hover h5 a {
  color: #16325c;
}

.readmore-link {
  display: inline-flex;

  align-items: center;

  gap: 8px;

  margin-top: 10px;

  text-decoration: none;

  font-size: 13px;

  font-weight: 600;

  color: #16325c;

  transition: 0.3s;
}

.readmore-link i {
  transition: 0.3s;
}

.readmore-card:hover .readmore-link i {
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .readmore-widget {
    margin-top: 35px;
  }
}

@media (max-width: 576px) {
  .readmore-card {
    gap: 12px;

    padding: 10px;
  }

  .readmore-image {
    width: 90px;

    min-width: 90px;

    height: 72px;
  }

  .readmore-heading {
    font-size: 24px;
  }

  .readmore-content h5 {
    font-size: 14px;
  }

  .readmore-category {
    font-size: 10px;
  }
}
/* background image in blog css */
.ttm-page-title-row {
  position: relative;
  background: url("../images/blog/bg_blog.png") center center / cover no-repeat;
  min-height: 260px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ttm-page-title-row .ttm-bg-layer {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35); /* Keeps heading readable */
}

.ttm-page-title-row .container {
  position: relative;
  z-index: 2;
}

.page-title-heading .title {
  color: #0b2f63;
  font-weight: 700;
}

.breadcrumb-wrapper,
.breadcrumb-wrapper a {
  color: #1b1b1b;
}
/* image in blog css */
.blog-featured-image {
  width: 100%;
  max-width: 300px;
  height: 500px;
  display: block;
  align-items: self-start;
  border-radius: 0px;
}
.blog-image-text {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 2rem;
}

.blog-featured-image {
  width: 300px; /* Adjust as needed */
  height: auto;
  flex-shrink: 0;
  border-radius: 16px;
}

.blog-text {
  flex: 1;
}

.blog-text p {
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .blog-image-text {
    flex-direction: column;
  }

  .blog-featured-image {
    width: 100%;
    max-width: 800px;
  }
}
