
@import url("https://db.onlinewebfonts.com/c/d95bf2f30035a050142565e03d44da71?family=Aeonik");

/*==============================================  */
/* Default  */
:root {
  --color-primary: #20282D;
  --color-secondary: #1F1F25;
  --color-blue: #0b4df5;
  --color-sky: #82b440;
  --color-body: #5D666F;
  --color-heading-1: #1C2539;
  --color-title: #141416;
  --color-heading-dark: #141416;
  --transition: .3s;
  --bg-dark-1: #1E1E20;
  --color-white: #fff;
  --color-border: #DDD8F9;
  --border-width: 1px;
  --radius: 10px;
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.3s;
  --font-primary: "Aeonik", sans-serif;
  --font-medium: "6500595b785e358dcc2a2f3a_AeonikMedium", sans-serif;
  --font-secondary: "Aeonik", sans-serif;
  --font-3: "fontawesome";
  --font-size-b1: 16px;
  --font-size-b2: 15px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto !important;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   font-family:"Aeonik", sans-serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  /* overflow-x: hidden; */
  margin: 0;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
   font-family:"Aeonik", sans-serif;
  line-height: 1.4074;
  font-weight: 400 !important;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.3;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.2;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
}

.bg-color-tertiary h1,
.bg-color-tertiary h2,
.bg-color-tertiary h3,
.bg-color-tertiary h4,
.bg-color-tertiary h5,
.bg-color-tertiary h6,
.bg-color-tertiary .h1,
.bg-color-tertiary .h2,
.bg-color-tertiary .h3,
.bg-color-tertiary .h4,
.bg-color-tertiary .h5,
.bg-color-tertiary .h6 {
  color: #fff;
}
.bg-color-tertiary p {
  color: #6c7279;
}
.bg-color-tertiary a {
  color: #6c7279;
}

/* ===============================
   BLOG DETAIL PAGE ONLY
================================ */

.axp-blogdt-hero {
    height: 420px;
    background: url("https://images.unsplash.com/photo-1521737604893-d14cc237f11d")
                center / cover no-repeat fixed;
    position: relative;
}

.axp-blogdt-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

/* LAYOUT */
.axp-blogdt-section {
    padding: 90px 0;
    background: #f6f7fb;
}

.axp-blogdt-layout {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    gap: 32px;
}

/* MAIN CARD */
.axp-blogdt-card {
    background: #fff;
    padding: 42px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.axp-blogdt-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 18px;
}

.axp-blogdt-title {
    font-size: 36px;
    margin-bottom: 22px;
    color: #0f172a;
}

.axp-blogdt-text {
    line-height: 1.9;
    margin-bottom: 22px;
    color: #374151;
}

.axp-blogdt-image {
    width: 100%;
    border-radius: 16px;
    margin: 34px 0;
}

/* QUOTE */
.axp-blogdt-quote {
    background: #f1f5f9;
    padding: 32px;
    border-left: 6px solid #2563eb;
    border-radius: 14px;
    margin: 34px 0;
    font-style: italic;
}

.axp-blogdt-quote span {
    display: block;
    margin-top: 12px;
    font-weight: 600;
}

/* LIST */
.axp-blogdt-list {
    margin-left: 22px;
    margin-bottom: 30px;
}

.axp-blogdt-list li {
    margin-bottom: 10px;
}

/* FOOTER */
.axp-blogdt-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.axp-blogdt-tags span {
    background: #e5e7eb;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-right: 6px;
}

/* SIDEBAR */
.axp-blogdt-aside {
    position: sticky;
    top: 130px;
}

.axp-blogdt-widget {
    background: #fff;
    padding: 26px;
    border-radius: 18px;
    margin-bottom: 26px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.axp-blogdt-widget h4 {
    margin-bottom: 16px;
}

.axp-blogdt-widget input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
}

.axp-blogdt-widget ul li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* HELP BOX */
.axp-blogdt-help {
    background: linear-gradient(135deg, #ffffff, #8b919b);
    color: #fff;
    text-align: center;
}

.axp-blogdt-help button {
    margin-top: 16px;
    padding: 12px 26px;
    border-radius: 30px;
    border: none;
    background: #2563eb;
    color: #fff;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .axp-blogdt-layout {
        grid-template-columns: 1fr;
    }

    .axp-blogdt-aside {
        position: static;
    }
}
/* ===============================
   BLOG DETAIL – LAYOUT ONLY
================================ */

.axp-blogdt-section {
  padding: 100px 0;
}

.axp-blogdt-layout {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 2.6fr 1fr;
  gap: 32px;
}

.axp-blogdt-card {
  background: #fff;
  padding: 50px;
  border-radius: 18px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.axp-blogdt-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.axp-blogdt-image-wrap img {
  width: 100%;
  border-radius: 16px;
  margin: 30px 0;
}

/* Quote box layout only */
.axp-blogdt-quote {
  background: #f6f7fb;
  padding: 30px;
  border-left: 5px solid var(--primary-black);
  border-radius: 12px;
  margin: 35px 0;
}

.axp-blogdt-list {
  margin-left: 20px;
}

/* Sidebar */
.axp-blogdt-aside {
  position: sticky;
  top: 130px;
}

.axp-blogdt-widget {
  background: #fff;
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 26px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

/* Responsive */
@media (max-width: 991px) {
  .axp-blogdt-layout {
    grid-template-columns: 1fr;
  }
  .axp-blogdt-aside {
    position: static;
  }
}
/* Tick list – blog details */
.blog-tick-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.blog-tick-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* Square bullet spacing (invisible) */
.blog-tick-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: transparent;
}

/* Round tick icon */
.blog-tick-list li::after {
  content: "\f058"; /* FontAwesome solid check-circle */
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 12px;
  top: 2px;
  font-size: 16px;
  color: #5b6770; /* matches your screenshot tone */
}
/* ===================================
   BLOG DETAIL – FULL WIDTH & CENTER
=================================== */

.axp-blogdt-section {
    width: 100%;
    padding: 80px 0;
}

/* Full-width container */
.axp-blogdt-layout {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* Centered readable content */
.axp-blogdt-main {
    width: 100%;
    max-width: 1400px;   /* readable width */
    padding: 0 20px;
}

/* Blog card full width */
.axp-blogdt-card {
    width: 100%;
}

/* Images full width */
.axp-blogdt-image {
    width: 100%;
    height: auto;
    margin: 30px 0;
    border-radius: 12px;
}

/* Text readability */
.axp-blogdt-text,
.axp-blogdt-card .disc,
.axp-blogdt-card p,
.axp-blogdt-card li {
    max-width: 100%;
}

/* Blockquote centered */
.axp-blogdt-quote {
    max-width: 100%;
    margin: 40px auto;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .axp-blogdt-section {
        padding: 50px 0;
    }

    .axp-blogdt-main {
        padding: 0 15px;
    }
}



/* ===============================
   BLOG RIGHT TAB – NON STICKY
================================ */

.blog-right-normal-tab {
    width: 100%;
}

/* Right column width control */
@media (min-width: 992px) {
    .blog-right-normal-tab {
        max-width: 320px;
    }
}

/* Box style */
.blog-right-box {
    background: #1f2933;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 24px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.25);
}

/* Titles */
.blog-right-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}

/* Links */
.blog-right-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-right-links li {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.blog-right-links li:last-child {
    border-bottom: none;
}

.blog-right-links a {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    color: #cbd5e1;
    font-size: 14px;
    text-decoration: none;
    transition: 0.25s;
}

.blog-right-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* Help box */
.blog-help-box {
    text-align: center;
}

.blog-help-box h5 {
    color: #fff;
}

.blog-help-box p {
    font-size: 14px;
    color: #cbd5e1;
    margin: 12px 0 16px;
}

.blog-help-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
}
/* ================================
   BLOG SIDEBAR – WHITE THEME
================================ */

/* Sidebar wrapper */
.blog-right-normal-tab {
  margin-top: 0;
}

/* Sidebar boxes */
.blog-right-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Sidebar titles */
.blog-right-title {
  font-size: 18px;
  font-weight: 600;
  color: #1c2539;
  margin-bottom: 16px;
}

/* Sidebar links */
.blog-right-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-right-links li {
  border-bottom: 1px solid #e5e7eb;
}

.blog-right-links li:last-child {
  border-bottom: none;
}

.blog-right-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-size: 15px;
  color: #374151;
  transition: all 0.3s ease;
}

.blog-right-links a span {
  color: #9ca3af;
  font-size: 14px;
}

/* Hover */
.blog-right-links a:hover {
  color: var(--color-primary);
}

.blog-right-links a:hover span {
  color: var(--color-primary);
}

/* Help box */
.blog-help-box {
  background: #f9fafb;
  text-align: center;
}

.blog-help-box h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #1c2539;
}

.blog-help-box p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 16px;
}

/* Help button */
.blog-help-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px;
  background: var(--color-primary);
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}

.blog-help-btn:hover {
  background: #000;
  color: #fff;
}



/* ACTIVE / CTA ITEM */
.header-float .ft-item.highlight {
    background: #e63946;
    color: #ffffff;
    border-color: #e63946;
}

/* SIMPLE HOVER FEEDBACK (NO EXPAND) */
.header-float .ft-item:hover {
    background: #f2f2f2;
}

/* MOBILE DISABLE */
@media (max-width: 991px) {
    .header-float {
        display: none;
    }
}
