/* Start custom CSS for shortcode, class: .elementor-element-614413e *//* ===============================
   Single Post Page - Hero
================================ */

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-single-hero {
  position: relative;
  padding: 190px 0 105px;
  background: #071b33;
  overflow: hidden;
  font-family: inherit;
}

.sl-single-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(6, 23, 43, 0.98) 0%,
      rgba(7, 27, 51, 0.94) 54%,
      rgba(11, 79, 138, 0.62) 100%
    ),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center right;
}

.sl-single-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 28%, rgba(56, 189, 248, 0.16), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255,255,255,0.08), transparent 24%);
  pointer-events: none;
}

.sl-single-hero-inner {
  position: relative;
  z-index: 2;
}

.sl-single-hero-content {
  max-width: 900px;
}

.sl-single-hero-category {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.34);
  color: #dff6ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-single-hero-category:hover {
  background: rgba(56, 189, 248, 0.20);
  color: #ffffff;
}

.sl-single-hero-content h1 {
  color: #ffffff;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 900;
  margin: 0;
}

.sl-single-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.sl-single-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #dbeafe;
  font-size: 14px;
  font-weight: 800;
}

/* Responsive */
@media (max-width: 768px) {
  .sl-container {
    padding: 0 18px;
  }

  .sl-single-hero {
    padding: 140px 0 66px;
  }

  .sl-single-hero-bg {
    background:
      linear-gradient(
        90deg,
        rgba(6, 23, 43, 0.98) 0%,
        rgba(7, 27, 51, 0.94) 100%
      ),
      url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
  }

  .sl-single-hero-content h1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.8px;
  }

  .sl-single-hero-meta {
    display: grid;
    gap: 10px;
  }

  .sl-single-hero-meta span {
    width: fit-content;
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-382f4ee *//* ===============================
   Single Post Page - Featured Image
================================ */

.sl-single-featured-section {
  position: relative;
  padding: 0 0 72px;
  background: #ffffff;
  font-family: inherit;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-single-featured-image {
  position: relative;
  margin-top: -62px;
  border-radius: 34px;
  overflow: hidden;
  background: #071b33;
  border: 1px solid #e5edf5;
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.18);
  z-index: 3;
}

.sl-single-featured-image::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.18);
  z-index: 2;
  pointer-events: none;
}

.sl-single-featured-image img {
  width: 100%;
  height: 520px;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Responsive */
@media (max-width: 768px) {
  .sl-single-featured-section {
    padding: 0 0 48px;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-single-featured-image {
    margin-top: -38px;
    border-radius: 24px;
  }

  .sl-single-featured-image::before {
    inset: 10px;
    border-radius: 18px;
  }

  .sl-single-featured-image img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-39a4494 *//* ===============================
   Single Post Page - Content Layout
================================ */

.sl-single-content-section {
  position: relative;
  padding: 0 0 96px;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-single-content-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: 120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.12), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-single-content-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 54px;
  align-items: start;
}

/* Article */
.sl-single-article {
  min-width: 0;
}

.sl-single-article-body {
  color: #26364a;
  font-size: 17px;
  line-height: 1.95;
}

.sl-single-article-body h2,
.sl-single-article-body h3,
.sl-single-article-body h4 {
  color: #071b33;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.4px;
  margin: 42px 0 16px;
}

.sl-single-article-body h2 {
  font-size: 34px;
}

.sl-single-article-body h3 {
  font-size: 26px;
}

.sl-single-article-body h4 {
  font-size: 21px;
}

.sl-single-article-body p {
  margin: 0 0 22px;
}

.sl-single-article-body a {
  color: #0b4f8a;
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 79, 138, 0.25);
}

.sl-single-article-body a:hover {
  color: #071b33;
  border-color: #071b33;
}

.sl-single-article-body ul,
.sl-single-article-body ol {
  margin: 0 0 26px;
  padding-left: 24px;
}

.sl-single-article-body li {
  margin-bottom: 10px;
}

.sl-single-article-body blockquote {
  margin: 36px 0;
  padding: 28px 30px;
  border-radius: 26px;
  background: #f5f9fc;
  border-left: 5px solid #0b4f8a;
  color: #071b33;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 800;
}

.sl-single-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
  margin: 24px 0;
}

/* Sidebar */
.sl-single-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 22px;
}

.sl-single-sidebar-box {
  padding: 26px;
  border-radius: 28px;
  background: #f5f9fc;
  border: 1px solid #e5edf5;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.05);
}

.sl-single-sidebar-box h3 {
  color: #071b33;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
  margin: 0 0 20px;
}

/* Categories */
.sl-single-sidebar-cats {
  display: grid;
  gap: 10px;
}

.sl-single-sidebar-cats a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-single-sidebar-cats a:hover {
  transform: translateX(4px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 12px 28px rgba(7, 27, 51, 0.07);
}

.sl-single-sidebar-cats span {
  color: #071b33;
  font-size: 14px;
  font-weight: 900;
}

.sl-single-sidebar-cats strong {
  min-width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

/* Recent Posts */
.sl-single-recent-list {
  display: grid;
  gap: 12px;
}

.sl-single-recent-item {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-single-recent-item:hover {
  transform: translateX(4px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 12px 28px rgba(7, 27, 51, 0.07);
}

.sl-single-recent-item span {
  display: block;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.sl-single-recent-item strong {
  display: block;
  color: #071b33;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 900;
}

/* Sidebar CTA */
.sl-single-sidebar-cta {
  position: relative;
  padding: 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, #071b33, #0b4f8a);
  overflow: hidden;
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.18);
}

.sl-single-sidebar-cta::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34), transparent 68%);
  pointer-events: none;
}

.sl-single-sidebar-cta span,
.sl-single-sidebar-cta h3,
.sl-single-sidebar-cta p,
.sl-single-sidebar-cta a {
  position: relative;
  z-index: 2;
}

.sl-single-sidebar-cta span {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  color: #dff6ff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}

.sl-single-sidebar-cta h3 {
  color: #ffffff;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 900;
  margin: 0 0 12px;
}

.sl-single-sidebar-cta p {
  color: #dbeafe;
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.sl-single-sidebar-cta a {
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #071b33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  transition: 0.25s ease;
}

.sl-single-sidebar-cta a:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-single-content-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sl-single-sidebar {
    position: relative;
    top: auto;
    grid-template-columns: 1fr 1fr;
  }

  .sl-single-sidebar-cta {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .sl-single-content-section {
    padding: 0 0 64px;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-single-article-body {
    font-size: 16px;
    line-height: 1.85;
  }

  .sl-single-article-body h2 {
    font-size: 28px;
  }

  .sl-single-article-body h3 {
    font-size: 23px;
  }

  .sl-single-article-body blockquote {
    padding: 22px;
    border-radius: 22px;
    font-size: 18px;
  }

  .sl-single-sidebar {
    grid-template-columns: 1fr;
  }

  .sl-single-sidebar-cta {
    grid-column: auto;
  }

  .sl-single-sidebar-box,
  .sl-single-sidebar-cta {
    padding: 24px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-e119f37 *//* ===============================
   Single Post Page - Related Posts
================================ */

.sl-related-posts-section {
  position: relative;
  padding: 96px 0;
  background: #f5f9fc;
  overflow: hidden;
  font-family: inherit;
}

.sl-related-posts-section::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-related-posts-top {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin-bottom: 46px;
}

.sl-related-posts-top span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-related-posts-top h2 {
  color: #071b33;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0;
}

/* Grid */
.sl-related-posts-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sl-related-post-card {
  position: relative;
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #e5edf5;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(7, 27, 51, 0.06);
  transition: 0.25s ease;
}

.sl-related-post-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 189, 248, 0.45);
  box-shadow: 0 24px 58px rgba(7, 27, 51, 0.12);
}

.sl-related-post-image {
  display: block;
  height: 220px;
  overflow: hidden;
  background: #071b33;
}

.sl-related-post-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.35s ease;
}

.sl-related-post-card:hover .sl-related-post-image img {
  transform: scale(1.06);
}

.sl-related-post-content {
  padding: 26px;
}

.sl-related-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.sl-related-post-meta a {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: #e0f2fe;
  color: #0b4f8a;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.sl-related-post-meta span {
  color: #6b7a8c;
  font-size: 13px;
  font-weight: 700;
}

.sl-related-post-content h3 {
  margin: 0 0 12px;
}

.sl-related-post-content h3 a {
  color: #071b33;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
  text-decoration: none;
  transition: 0.25s ease;
}

.sl-related-post-content h3 a:hover {
  color: #0b4f8a;
}

.sl-related-post-content p {
  color: #5d6b7c;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 22px;
}

.sl-related-post-read {
  display: inline-flex;
  align-items: center;
  color: #0b4f8a;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.sl-related-post-read:hover {
  color: #071b33;
}

/* Responsive */
@media (max-width: 1100px) {
  .sl-related-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sl-related-posts-section {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-related-posts-top {
    margin-bottom: 34px;
  }

  .sl-related-posts-top h2 {
    font-size: 30px;
  }

  .sl-related-posts-grid {
    grid-template-columns: 1fr;
  }

  .sl-related-post-card {
    border-radius: 24px;
  }

  .sl-related-post-image {
    height: 220px;
  }

  .sl-related-post-content {
    padding: 24px;
  }

  .sl-related-post-content h3 a {
    font-size: 21px;
  }

  .sl-related-post-content p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d83ee2 *//* ===============================
   Single Post Page - Final CTA
================================ */

.sl-single-final-cta {
  position: relative;
  padding: 96px 0;
  background: #ffffff;
  overflow: hidden;
  font-family: inherit;
}

.sl-single-final-cta::before {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.13), transparent 68%);
  pointer-events: none;
}

.sl-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

.sl-single-final-box {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 42px;
  align-items: center;
  padding: 50px;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(7, 27, 51, 0.96), rgba(11, 79, 138, 0.94)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 76px rgba(7, 27, 51, 0.22);
  overflow: hidden;
}

.sl-single-final-box::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.34), transparent 68%);
  pointer-events: none;
}

.sl-single-final-box::after {
  content: "";
  position: absolute;
  left: -120px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.10), transparent 68%);
  pointer-events: none;
}

.sl-single-final-content,
.sl-single-final-actions {
  position: relative;
  z-index: 2;
}

.sl-single-final-content span {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.18);
  color: #dff6ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 18px;
}

.sl-single-final-content h2 {
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.13;
  letter-spacing: -1px;
  font-weight: 900;
  margin: 0 0 18px;
  max-width: 820px;
}

.sl-single-final-content p {
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.85;
  max-width: 820px;
  margin: 0;
}

.sl-single-final-actions {
  display: grid;
  gap: 14px;
  min-width: 230px;
}

.sl-single-final-primary,
.sl-single-final-secondary {
  min-height: 52px;
  padding: 14px 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
  transition: 0.25s ease;
}

.sl-single-final-primary {
  background: #ffffff;
  color: #071b33;
}

.sl-single-final-primary:hover {
  background: #dff6ff;
  transform: translateY(-2px);
}

.sl-single-final-secondary {
  color: #ffffff;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
}

.sl-single-final-secondary:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .sl-single-final-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .sl-single-final-actions {
    display: flex;
    flex-wrap: wrap;
    min-width: auto;
  }
}

@media (max-width: 768px) {
  .sl-single-final-cta {
    padding: 64px 0;
  }

  .sl-container {
    padding: 0 18px;
  }

  .sl-single-final-box {
    padding: 28px;
    border-radius: 26px;
  }

  .sl-single-final-content h2 {
    font-size: 30px;
  }

  .sl-single-final-content p {
    font-size: 15px;
  }

  .sl-single-final-actions {
    display: grid;
    width: 100%;
  }

  .sl-single-final-primary,
  .sl-single-final-secondary {
    width: 100%;
  }
}/* End custom CSS */