/* Oxygen PG blog section — extends existing brand styles, does not replace them */

.banner_area-blog {
  background: url(../img/banner/blog.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.banner_area-blog:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_inner_content h1 {
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.2;
}

.blog-hero-sub {
  color: #fff;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.6;
  margin: 8px 0 18px;
}

.blog-listing-area,
.blog-article-area,
.blog-related-area,
.blog-cta-area {
  padding: 70px 0;
}

.blog-article-area {
  background: #fff;
  padding-top: 50px;
}

.blog-listing-area {
  background: #f7f9fb;
}

.blog-card-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.blog-card {
  width: 33.333%;
  padding: 0 15px 30px;
  display: flex;
}

.blog-card-link {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  color: #242424;
  text-decoration: none;
  -webkit-transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.blog-card-link:hover,
.blog-card-link:focus {
  box-shadow: 0 12px 28px rgba(29, 41, 120), 0.18);
  transform: translateY(-3px);
  color: #242424;
  text-decoration: none;
}

.blog-card-link:focus {
  outline: 2px solid #1d2978;
  outline-offset: 3px;
}

.blog-card-image {
  display: block;
  overflow: hidden;
  background: #e9eef2;
  aspect-ratio: 16 / 10;
}

.blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}

.blog-category {
  display: inline-block;
  align-self: flex-start;
  background: rgba(29, 41, 120), 0.12);
  color: #1d2978;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 12px;
  border-radius: 2px;
}

.blog-card-content h2 {
  font-size: 20px;
  line-height: 1.35;
  font-weight: 600;
  margin: 0 0 10px;
  font-family: "Montserrat", sans-serif;
  color: #242424;
}

.blog-card-meta {
  font-size: 13px;
  color: #777;
  margin: 0 0 12px;
}

.blog-card-content p {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin: 0 0 16px;
  flex: 1;
}

.read-more {
  color: #1d2978;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.blog-article-header {
  margin-bottom: 28px;
}

.blog-article-header .blog-category {
  margin-bottom: 14px;
}

.blog-article-header h1 {
  font-size: 34px;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #242424;
  margin: 0 0 12px;
}

.blog-article-meta {
  color: #777;
  font-size: 14px;
  margin: 0 0 24px;
}

.blog-featured-image {
  margin: 0 0 32px;
}

.blog-featured-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.blog-article-body h2 {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #242424;
  margin: 36px 0 14px;
}

.blog-article-body h3 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #242424;
  margin: 24px 0 10px;
}

.blog-article-body p,
.blog-article-body li {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.blog-article-body p {
  margin: 0 0 16px;
}

.blog-article-body ol,
.blog-article-body ul {
  margin: 0 0 18px 20px;
  padding: 0;
}

.blog-article-body li {
  margin-bottom: 8px;
}

.blog-highlight {
  background: #f4fbfe;
  border-left: 4px solid #1d2978;
  padding: 16px 18px;
  margin: 0 0 24px;
}

.blog-highlight p:last-child {
  margin-bottom: 0;
}

.blog-internal-links {
  background: #f7f9fb;
  padding: 18px 20px;
  margin: 28px 0;
}

.blog-internal-links a {
  color: #1d2978;
  font-weight: 600;
}

.blog-internal-links a:focus {
  outline: 2px solid #1d2978;
  outline-offset: 2px;
}

.blog-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 28px;
  -webkit-overflow-scrolling: touch;
}

.blog-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  background: #fff;
}

.blog-table th,
.blog-table td {
  border: 1px solid #e4e4e4;
  padding: 12px 14px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}

.blog-table th {
  background: #1d2978;
  color: #fff;
  font-weight: 600;
}

.blog-table tr:nth-child(even) td {
  background: #f8fbfd;
}

.blog-faq details {
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  background: #fff;
}

.blog-faq summary {
  cursor: pointer;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 15px;
  color: #242424;
  list-style: none;
  position: relative;
  padding-right: 40px;
}

.blog-faq summary::-webkit-details-marker {
  display: none;
}

.blog-faq summary:after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #1d2978;
  font-size: 20px;
}

.blog-faq details[open] summary:after {
  content: "−";
}

.blog-faq summary:focus {
  outline: 2px solid #1d2978;
  outline-offset: -2px;
}

.blog-faq details p {
  padding: 0 18px 16px;
  margin: 0;
}

.blog-cta-box {
  background: #1d2978;
  color: #fff;
  padding: 40px 30px;
  text-align: center;
}

.blog-cta-box h2,
.blog-cta-area h2 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 12px;
}

.blog-cta-box p {
  color: #fff;
  max-width: 720px;
  margin: 0 auto 22px;
  font-size: 15px;
  line-height: 1.7;
}

.blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.blog-cta-box .book_now_btn {
  background: #fff;
  color: #1d2978;
  border-color: #fff;
}

.blog-cta-box .book_now_btn:hover,
.blog-cta-box .book_now_btn:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.blog-cta-box .book_now_btn:focus,
.blog-article-body a:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.blog-article-body a {
  color: #1d2978;
}

.blog-related-area {
  background: #f7f9fb;
  padding-top: 50px;
}

.blog-related-area h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 28px;
  color: #242424;
}

.blog-image-note {
  font-size: 12px;
  color: #888;
  margin-top: 8px;
}

.blog-article-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.blog-article-sidebar .categories_widget ul li a {
  line-height: 1.45;
  padding: 12px 0;
  white-space: normal;
}

.blog-article-sidebar .categories_widget ul li a i {
  line-height: 1.45;
  margin-top: 2px;
}

.blog-article-sidebar .categories_widget ul li.active a,
.blog-article-sidebar .categories_widget ul li a:focus {
  color: #1d2978;
}

.blog-article-sidebar .categories_widget ul li a:focus {
  outline: 2px solid #1d2978;
  outline-offset: 2px;
}

@media (max-width: 991px) {
  .blog-card {
    width: 50%;
  }

  .banner_inner_content h1 {
    font-size: 36px;
  }

  .blog-article-header h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .blog-card {
    width: 100%;
  }

  .blog-listing-area,
  .blog-article-area,
  .blog-related-area,
  .blog-cta-area {
    padding: 40px 0;
  }

  .banner_inner_content h1 {
    font-size: 28px;
  }

  .blog-hero-sub {
    font-size: 14px;
  }

  .blog-article-header h1 {
    font-size: 24px;
  }

  .blog-cta-box {
    padding: 28px 16px;
  }

  .blog-cta-box .book_now_btn {
    width: 100%;
  }

  .blog-article-sidebar {
    position: static;
    margin-top: 40px;
  }

  .banner_inner_content ul li a {
    padding-right: 18px;
  }
}
