/* main.scss - unified entry */

:root {
  --primary: #e3561c;
  --primary-dark: #b54417;
  --secondary: #12395a;
  --secondary-soft: #1a4e78;
  --cream: #fffaf6;
  --paper: #fffdf9;
  --paper-strong: #fff7ef;
  --ink: #1f2933;
  --muted: #607080;
  --line: #d9e0ea;
  --line-strong: #c4d0dc;
  --success: #0f766e;
  --danger: #b42318;
  --shadow-soft: 0 20px 50px rgba(17, 24, 39, 0.08);
  --shadow-card: 0 24px 70px rgba(15, 23, 42, 0.12);
  --radius-sm: 0.8rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.9rem;
  --radius-pill: 999px;
  --container-xl: 1180px;
  --font-body: "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-display: Georgia, "Times New Roman", serif;
  --bs-white: #fff;
  --bs-gray-500: #8391a1;
  --bs-gray-700: #4f5d6b;
  --bs-gray-800: #253545;
  --bs-box-shadow: var(--shadow-soft);
  --dark: #1f2933;
  --black: var(--ink);
  --secondry: var(--secondary);
  --border_light: var(--line);
  --border_dark: #5d6975;
  --black_transparent: rgba(0, 0, 0, 0.55);
  --black_transparent_dark: rgba(4, 10, 18, 0.82);
  --bg_primary_light: var(--paper-strong);
  --border_light_primary: rgba(227, 86, 28, 0.3);
  --blue_transparent_dark: rgba(9, 54, 86, 0.88);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(227, 86, 28, 0.08), transparent 24rem),
    linear-gradient(180deg, #fffdf9 0%, #fffaf5 100%);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
  transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

a:hover {
  color: var(--primary);
}

.container-xl,
.container-fluid {
  width: min(100% - 2rem, var(--container-xl));
  margin-inline: auto;
}

.container-fluid {
  width: min(100% - 1.5rem, 1380px);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -0.75rem;
}

.row>* {
  width: 100%;
  padding-inline: 0.75rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-1>* {
  width: 100%;
}

.row-cols-2>* {
  width: 50%;
}

.d-flex {
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-lg-center {
  align-items: center !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-start {
  text-align: left !important;
}

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.12em;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-white {
  color: #fff !important;
}

.text-light {
  color: rgba(255, 255, 255, 0.82) !important;
}

.text-muted {
  color: var(--muted) !important;
}

.text-dark,
.text-black {
  color: var(--ink) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.shadow {
  box-shadow: var(--shadow-soft) !important;
}

.bg-white {
  background: #fff !important;
}

.bg-transparent {
  background: transparent !important;
}

.bg_primary {
  background: var(--primary) !important;
}

.bg_primary_light {
  background: var(--paper-strong) !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.start-0 {
  left: 0 !important;
}

.end-0 {
  right: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.w-75 {
  width: 75% !important;
}

.w-50 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.rounded-pill {
  border-radius: var(--radius-pill) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded_30 {
  border-radius: 1.9rem !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid var(--line) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--line) !important;
}

.border_light {
  border: 1px solid var(--line) !important;
}

.border_light_primary {
  border: 1px solid var(--border_light_primary) !important;
}

.float-end {
  margin-left: auto !important;
}

.ms-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-inline: auto !important;
}

.mx-0 {
  margin-inline: 0 !important;
}

.my-1 {
  margin-block: 0.25rem !important;
}

.my-3 {
  margin-block: 1rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 2rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 2rem !important;
}

.px-2 {
  padding-inline: 0.5rem !important;
}

.px-3 {
  padding-inline: 1rem !important;
}

.px-4 {
  padding-inline: 1.5rem !important;
}

.px-5 {
  padding-inline: 2rem !important;
}

.py-1 {
  padding-block: 0.35rem !important;
}

.py-2 {
  padding-block: 0.75rem !important;
}

.py-3 {
  padding-block: 1rem !important;
}

.py-4 {
  padding-block: 1.5rem !important;
}

.py-5 {
  padding-block: 3.5rem !important;
}

.pb-2 {
  padding-bottom: 0.75rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.75rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.font_10 {
  font-size: 0.625rem !important;
}

.font_11 {
  font-size: 0.6875rem !important;
}

.font_12 {
  font-size: 0.75rem !important;
}

.font_13 {
  font-size: 0.8125rem !important;
}

.font_14 {
  font-size: 0.875rem !important;
}

.font_15 {
  font-size: 0.9375rem !important;
}

.font_48 {
  font-size: clamp(2rem, 5vw, 3.2rem) !important;
}

.font_60 {
  font-size: clamp(2.8rem, 7vw, 4rem) !important;
}

.font_80 {
  font-size: clamp(3.6rem, 10vw, 5rem) !important;
}

.fs-1 {
  font-size: clamp(2rem, 6vw, 3rem) !important;
}

.fs-2 {
  font-size: clamp(1.5rem, 4vw, 2rem) !important;
}

.fs-3 {
  font-size: clamp(1.15rem, 3vw, 1.5rem) !important;
}

.fs-4 {
  font-size: 1.15rem !important;
}

.fs-5 {
  font-size: 1rem !important;
}

.fs-6 {
  font-size: 0.9rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.align-middle {
  vertical-align: middle !important;
}

.m-auto {
  margin: auto !important;
}

.center_sm {
  width: 100%;
}

.img-fluid {
  display: block;
  width: 100%;
  height: auto;
}

.button,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  padding: 0.85rem 1.5rem;
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--secondary);
  color: #fff !important;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(18, 57, 90, 0.16);
}

.button:hover,
.btn:hover {
  background: var(--primary);
  transform: translateY(-1px);
}

.button_1 {
  background: var(--primary);
}

.input-group {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.input-group-btn {
  display: inline-flex;
}

.g-3 {
  gap: 1rem;
}

.gx-4 {
  column-gap: 1rem;
}

.gx-5 {
  column-gap: 1.5rem;
}

.gy-4 {
  row-gap: 1rem;
}

.gy-5 {
  row-gap: 1.5rem;
}

.form-control,
.form-select,
textarea {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.form-control:focus,
.form-select:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(18, 57, 90, 0.35);
  box-shadow: 0 0 0 4px rgba(18, 57, 90, 0.08);
}

.form_text {
  min-height: 9rem !important;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.form-check-input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.2rem;
}

.form-check-label {
  flex: 1;
}

.accordion-collapse {
  display: none;
}

.accordion-collapse.show {
  display: block;
}

.bi {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.bi::before {
  display: inline-block;
}

.bi-house::before {
  content: "⌂";
}

.bi-search::before {
  content: "⌕";
}

.bi-person::before,
.bi-person-workspace::before {
  content: "◉";
}

.bi-pencil::before {
  content: "✎";
}

.bi-calendar3::before {
  content: "◫";
}

.bi-chat::before,
.bi-chat-text::before {
  content: "✉";
}

.bi-arrow-right::before {
  content: "→";
}

.bi-quote::before {
  content: "“";
}

.bi-check-circle-fill::before,
.bi-check-circle::before {
  content: "✓";
}

.bi-clock::before {
  content: "◷";
}

.bi-facebook::before {
  content: "f";
}

.bi-twitter::before {
  content: "x";
  text-transform: uppercase;
}

.bi-linkedin::before {
  content: "in";
  font-size: 0.8em;
}

.bi-instagram::before {
  content: "ig";
  font-size: 0.72em;
}

.bi-pinterest::before {
  content: "p";
}

.bi-shield-fill-check::before {
  content: "✓";
}

.bi-emoji-smile::before {
  content: "☺";
}

.bi-telephone::before,
.bi-telephone-outbound::before {
  content: "☎";
}

.bi-envelope::before {
  content: "✉";
}

.bi-copy::before {
  content: "⧉";
}

.bi-geo-alt::before {
  content: "⌖";
}

.bi-lock::before {
  content: "⛨";
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .col-sm-5 {
    width: 41.666667%;
  }

  .col-sm-7 {
    width: 58.333333%;
  }

  .row-cols-sm-2>* {
    width: 50%;
  }

  .w-50 {
    width: 50% !important;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333%;
  }

  .col-md-5 {
    width: 41.666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333%;
  }

  .col-md-8 {
    width: 66.666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-12 {
    width: 100%;
  }

  .row-cols-md-2>* {
    width: 50%;
  }

  .row-cols-md-3>* {
    width: 33.333333%;
  }

  .row-cols-md-4>* {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    width: 25%;
  }

  .row-cols-lg-4>* {
    width: 25%;
  }

  .p-lg-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .row-cols-xl-4>* {
    width: 25%;
  }
}

/*
Template Name: Journal Blogs
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


:root {
  --border_light: #e0e2f7;
  /* */
  --border_dark: #555;
  --black_transparent: #0000008c;
  --black_transparent_dark: #000000ed;
  --black: #333;
  --primary: #E3561C;
  --bg_primary_light: #fff5f0;
  --border_light_primary: #fdccb8;
  --secondry: #135887;
  --blue_transparent_dark: #093656e3;

}


body {
  font-family: "Roboto", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Marcellus SC", serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--secondry);
}

h6 {
  color: var(--secondry);
  font-weight: normal;
}

b {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--secondry);
}

a {
  text-decoration: none;
  color: var(--secondry);
}

a:hover {
  text-decoration: none;
  color: var(--primary);
}

a:focus {
  text-decoration: none;
  color: var(--primary);
}

.link:hover {
  color: var(--primary) !important;
}

.link:focus {
  color: var(--primary) !important;
}



.button {
  transition: 0.3s;
  padding: 16px 36px 17px 36px;
  display: inline-block;
  background: var(--secondry);
  color: var(--bs-white) !important;
}

.button:hover {
  background: var(--primary);
  color: var(--bs-white) !important;
}

.button:focus {
  background: var(--primary);
  color: var(--bs-white) !important;
}

.button_1 {
  background: var(--primary);
  color: var(--bs-white) !important;
}

.button_1:hover {
  background: var(--secondry);
  color: var(--bs-white) !important;
}

.button_1:focus {
  background: var(--secondry);
  color: var(--bs-white) !important;
}



.col_primary {
  color: var(--primary) !important;
}



.bg_primary {
  background: var(--primary) !important;
}


.black_transparent {
  /* background: var(--black_transparent);*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.90) 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(82 25 2 / 91%) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(82 25 2 / 91%) 80%);
}

.blue_transparent {
  /* background: var(--black_transparent);*/
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(9 48 74 / 85%) 80%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgb(9 48 74 / 85%) 80%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgb(9 48 74 / 85%) 80%)
}

.black_transparent_dark {
  background: var(--black_transparent_dark);
}

.blue_transparent_dark {
  background: var(--blue_transparent_dark);
}

.bg_primary_light {
  background: var(--bg_primary_light);
}


.border_light {
  border: 1px solid var(--border_light);
}

.border_light_primary {
  border: 1px solid var(--border_light_primary) !important;
}

.line {
  height: 2px !important;
  width: 80px;
  background: var(--primary);
}

h5 hr {
  height: 2px !important;
  background: var(--primary);
}

hr {
  opacity: 1;
  margin-top: 15px;
  margin-bottom: 20px;
  background-color: var(--border_light);
}


.font_14 {
  font-size: 14px;
}

.font_15 {
  font-size: 15px;
}

.font_12 {
  font-size: 12px;
}

.font_11 {
  font-size: 11px;
}

.font_10 {
  font-size: 10px;
}

.font_8 {
  font-size: 8px;
}

.font_13 {
  font-size: 13px;
}

.font_48 {
  font-size: 48px;
}

.font_60 {
  font-size: 60px;
}

.font_80 {
  font-size: 80px;
}

p {
  color: var(--bs-gray-700);
  line-height: 1.8em;
  font-family: "Poppins", serif;
}

.border,
.border-start,
.border-end,
.border-top,
.border-bottom {
  border-color: var(--border_light) !important;
}


.family_marcellus {
  font-family: "Marcellus SC", serif;
}

.family_poppins {
  font-family: "Poppins", serif;
}

.shadow {
  box-shadow: 0 0 0.5rem rgb(255 232 220) !important;
}

.rounded_30 {
  border-radius: 30px;
}

/*****************header*****************/
.navbar {
  font-family: "Marcellus SC", serif;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9999;

}

.nav_hide:after {
  display: none !important;
}

.navbar .dropdown-toggle::after {
  display: none !important;
  /* hide bootstrap default icon */
}


.offcanvas-header {
  padding: 0px 1rem;
  border-bottom: 1px solid var(--border_light);
  background: var(--bs-white) !important;
}

.offcanvas-header a {
  color: var(--secondry);
}


.dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: var(--bs-box-shadow);
  line-height: 1.5rem;
  padding: 0 0;
  z-index: 1021
}

.dropdown-header {
  color: var(--bs-gray-800);
  font-size: 1rem;
  font-weight: 700;
  padding: .25rem 1.5rem;
}

.dropdown-text {
  color: var(--bs-gray-500);
  font-size: .75rem;
  line-height: 1.4;
  padding: .25rem 1.2rem
}

.dropdown-item {
  align-items: center;
  display: flex;
  padding: .50rem 1.5rem;
  color: var(--dark)
}

.dropdown-menu-xs {
  border-radius: .5rem;
  min-width: 8rem !important
}

.dropdown-menu-md {
  border-radius: .5rem;
  min-width: 17rem !important
}

.dropdown-menu-lg {
  border-radius: .5rem;
  min-width: 22rem !important
}

.dropdown-menu-xl {
  border-radius: .5rem;
  min-width: 24rem !important
}

.dropdown-menu-xxl {
  border-radius: .5rem;
  min-width: 40rem !important
}

.dropdown-mega-menu {
  border-radius: .5rem;
  min-width: 1140px !important
}

/*.dropdown-toggle:after{content:"\f282";float:right}
.dropdown-toggle:after,.dropup .dropdown-toggle:after{border:0;font-family:bootstrap-icons!important;margin-left:.255em;vertical-align:.255em}*/
.dropup .dropdown-toggle:after {
  content: "\e931";
  display: inline-block
}

/*.dropend .dropdown-toggle:after{border:0;content:"\e930";display:inline-block;font-family:Feather!important;margin-left:.255em;vertical-align:.255em}*/
.dropstart .dropdown-toggle:before {
  border: 0;
  content: "\e92f";
  display: inline-block;
  font-family: Feather !important;
  margin-right: .255em
}

.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  display: none;
}

.dropend .dropdown-toggle::after {
  display: none;
}

.navbar .navbar-brand {
  padding-bottom: 0;
  padding-top: 0
}

.navbar .navbar-toggler {
  color: var(--bs-white);
  font-size: 1.5rem;
  padding: 0;
}

.navbar .navbar-toggler:focus {
  box-shadow: none;
  outline: 0
}

/*.navbar .dropdown .dropdown-toggle:after{color:var(--bs-gray-500);content:"\f282";font-family:bootstrap-icons!important;line-height:1.5rem;margin-left:.625rem}*/
.navbar .dropdown .dropdown-toggle:after:hover {
  transform: rotate(180deg)
}

.navbar .dropdown-menu {
  border-radius: 0px 0px 0px 0px;
  box-shadow: var(--bs-box-shadow);
  color: var(--bs-gray-800);
  margin-top: 0;
  min-width: 12rem;
  top: 100%;
  margin-bottom: 15px;
}

/*.navbar .dropdown-menu .dropdown-submenu a:after{position:absolute;right:1rem;transform:rotate(-90deg)}*/
.navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
  border-radius: 0;
  border: 1px solid var(--border_light);
  box-shadow: var(--bs-box-shadow);
  left: 100%;
  min-width: 12rem;
  right: auto;
  top: -18px
}

.navbar .dropdown-fullwidth {
  position: static
}

.navbar .dropdown-fullwidth .dropdown-menu {
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  right: 0 !important;
  top: 100%;
  transform: none !important;
  width: 100%
}

.navbar .navbar-nav .dropend>.dropdown-menu {
  transform: translateY(10px)
}

.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
  font-size: 16px;
  color: var(--dark);
}

.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a:hover {
  font-size: 16px;
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
  box-shadow: none;
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: var(--primary);
}

.navbar .navbar-nav .nav-item:hover .nav-link {
  color: var(--primary);
}

.navbar .dropdown .dropend:hover .dropdown-toggle {}

.navbar .navbar-nav .nav-item:hover .nav-link img {
  transform: rotate(180deg);
  transition: all .5s ease-in-out;
}


.navbar .dropdown .dropdown-toggle img {
  color: var(--bs-white);
  line-height: 1.5rem;
  margin-left: .625rem;
  transform: rotate(0deg);
  transition: all .5s ease-in-out;
}

.navbar .dropdown .dropend a {
  padding: .50rem 5px .50rem 1.5rem;
}

.navbar .dropdown .dropend .dropdown-toggle img {
  transform: none;
}

.navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
  font-size: 16px;
}


.drop_border .dropdown-item {
  border-bottom: 1px solid var(--border_light);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
}

.drop_1 a {
  color: var(--secondry);
}

.drop_1 a:hover {
  color: var(--primary) !important;
  background: none;
}

.drop_1 a:focus {
  color: var(--primary) !important;
  background: none;
}

.drop_1 {
  margin-top: 6px !important;
}

.drop_search {
  left: auto !important;
  right: 0 !important;
  min-width: 300px !important;
  margin-top: 5px !important;
  transform: translate(0%) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none !important;
}

.navbar .button {
  padding: 12px 24px 12px 24px !important;
}

.navbar .button:hover {
  color: var(--bs-white) !important;
}

.drop_mega {
  margin-top: 2px !important;
}

/*****************header_end*****************/


/*********************common****************/

.form-control:focus {
  box-shadow: none;
  border-color: var(--border_light);
}

.form-select:focus {
  box-shadow: none;
  border-color: var(--border_light);
}

.form-control {
  border-color: var(--border_light);
  box-shadow: none;
  border-radius: 0;
  height: 48px;
  font-size: 15px;
  font-family: "Poppins", serif;
}

.form-select {
  border-color: var(--border_light);
  box-shadow: none;
  border-radius: 0;
  height: 48px;
  font-size: 15px;
}

.input-group .form-control {
  height: auto;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.form_text {
  height: 160px !important;
}

::placeholder {
  opacity: 1;
  /* Firefox */
}


/*********************common_end****************/
.arrow_icon {
  transition: 0.3s;
  display: none;
}

.categ_1_left:hover .arrow_icon {
  transition: 0.3s;
  display: block;
}

/*********************footer****************/
#footer .border-bottom {
  border-color: var(--secondry) !important;
}

/*********************footer_end****************/



@media screen and (max-width : 767px) {

  .dropdown-fullwidth .d-none {
    display: block !important;
  }

  .navbar .dropdown .dropdown-toggle img {
    float: right !important;
  }

  .dropdown-submenu img {
    float: right !important;
    margin-left: auto !important;
  }

  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border: none;
    padding-top: 0;
  }

  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    padding-left: 15%;
  }



  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
  }

  .offcanvas-header {
    padding-left: 0 !important;
  }

  .img-fluid {
    width: 100% !important;
  }

  .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .offcanvas-header .logo {
    padding-left: 10px !important;
    font-size: 24px !important;
  }

  .offcanvas-header {
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .navbar {
    position: static !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
  }

  .navbar .navbar-toggler {
    margin-right: 0 !important;
  }

  .offcanvas {
    background: var(--bs-white) !important;
  }

  .offcanvas-body {
    background: var(--bs-white) !important;
  }

  .drop_search {
    min-width: 100% !important;
  }

  .sm_100 {
    width: 100% !important;
  }

  .gx-5 {
    --bs-gutter-x: 0 !important;
  }

  .footer_1 .input-group {
    width: 100% !important;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .offcanvas-header .logo {
    font-size: 32px !important;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .dropdown-fullwidth .d-none {
    display: block !important;
  }

  .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
    border: none;
    padding-top: 0;
  }

  .offcanvas-header {
    padding-left: 0 !important;
  }

  .img-fluid {
    width: 100% !important;
  }


  .offcanvas-header {
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar .navbar-toggler {
    margin-right: 0 !important;
  }

  .navbar {
    position: static !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    width: 100%;
  }

  .offcanvas-header .logo {
    padding-left: 0;
    font-size: 20px !important;
  }

  .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }



  .offcanvas-header .logo {
    padding-left: 15px;
    font-size: 32px !important;
  }


  .offcanvas {
    background: var(--bs-white) !important;
  }

  .offcanvas-body {
    background: var(--bs-white) !important;
  }

  .drop_search {
    min-width: 100% !important;
  }

  .gx-5 {
    --bs-gutter-x: 1rem !important;
  }


}

@media (min-width:871px) and (max-width:991px) {}

@media (min-width:992px) and (max-width:1200px) {

  .drop_1 {
    left: 0 !important;
  }

  .gx-5 {
    --bs-gutter-x: 1.5rem !important;
  }

  .work_1_right {
    padding: 15px !important;
  }

  .navbar-nav .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .drop_1 {
    margin-top: 14px !important;
  }

  .drop_search {
    margin-top: 13px !important;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .navbar .dropdown .dropdown-toggle img {
    color: var(--bs-white);
    float: right;
    margin-top: 10px;
  }

  .navbar .dropdown .dropend .dropdown-toggle img {
    float: none;
    margin-left: auto !important;
  }


  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    padding-left: 15%;
  }

  .navbar .nav_right .dropdown .dropdown-toggle img {
    margin-top: 0px;
  }

}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar .dropdown-menu.show {
    display: block
  }

  .navbar .dropdown-menu {
    display: none;
    opacity: 0;
    transform: translate(-50%);
    transition: all .3s ease-in-out;
    visibility: hidden
  }

  .navbar .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible
  }

  .navbar .dropdown-submenu:hover>.dropdown-menu {
    opacity: 1;
    transform: translateY(10px);
    visibility: visible
  }

  .navbar .dropdown .dropdown-toggle img {
    float: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: normal;
    color: var(--secondry);
    text-transform: uppercase;

  }

  .navbar .dropdown .dropdown-toggle img {
    margin-top: 0px;
  }

  .navbar .navbar-nav .dropdown-menu .dropend .dropdown-menu a {
    font-size: 16px;
  }

  /*
.navbar-expand-lg .navbar-nav .nav-link{
padding: 25px 10px;
}
*/
  .navbar .navbar-nav .dropdown>.dropdown-menu {
    left: 100%;
    transform: translate(-50%, 1px);

  }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  /********** navbar && dropdown START ************/

  .navbar .dropdown-menu.show {
    display: block
  }

  .navbar .dropdown-menu {
    display: block;
  }

  .navbar .dropdown-menu {
    transform: translate(-50%);
    transition: all .3s ease-in-out;
  }

  .navbar {
    padding: 0px;
  }

  .navbar .navbar-nav>.dropdown-fullwidth:hover>a:before {
    left: 51%;
  }

  .navbar .navbar-nav .dropdown>.dropdown-menu {
    left: 90%;
  }

  /********** navbar && dropdown END ************/

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  .img-fluid {
    width: 100% !important;
  }

}

@media (min-width:1201px) and (max-width:1350px) {}

@media screen and (min-width : 1400px) {
  .article_1_left_inner_right {
    padding-top: 60px !important;
  }
}

/* index.css */

/*
Template Name: Journal Blogs
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/
.blog_h1_inner_left_inner span {
  bottom: -14px;
}

.heading_1 span {
  height: 2px !important;
  width: 15%;
  background: var(--primary);
  /* top: 55%; */
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.bottom-line:after {
  position: absolute;
  height: 2px !important;
  width: 15%;
  background: var(--primary);
  /* top: 55%; */
  bottom: -20%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.heading_1 b {
  z-index: 2;
  position: inherit;
}

.article_1_left_inner_right p {
  font-size: 15px;
}

/*********************blog_end****************/

/*********************team****************/

.team_1_left ul {
  display: none;
  transition: 0.3s;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary);
}

.team_1_left:hover ul {
  display: block;
  transition: 0.3s;
}

.tags a {
  display: block;
  padding: 10px 20px;
  margin: 0px 5px 8px 0px;
  transition: 0.3s;
  background: var(--secondry);
  color: var(--bs-white);
  border-radius: 30px;
  font-size: 14px;
}

.tags a:hover {
  background: var(--primary);
  color: var(--bs-white);
  transition: 0.3s;
}

.accordion-button {
  font-size: 20px;
  padding: 20px 15px;
}

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

.accordion-button:not(.collapsed) {
  background: var(--bg_primary_light);
  color: var(--primary);
}

.accordion-body {
  padding: 20px;
}

/*********************team_end****************/

@media screen and (max-width : 767px) {
  .story_2_left_inner {
    padding: 20px !important;
  }

  .story_2_right ul img {
    width: 80px;
    margin-right: 10px;
  }

  .story_2_right ul .p-4 {
    padding: 0 !important;
  }

  .story_2_right ul li {
    box-shadow: none !important;
  }

  .story_2_right {
    margin-top: 20px;
  }

  .story_3 {
    padding: 20px !important;
  }

  .story_3_right {
    margin-top: 15px;
  }

  .article_1_right {
    padding-left: 0 !important;
    margin-top: 25px;
  }

  .article_2_left {
    padding-right: 0 !important;
    margin-bottom: 25px;
  }

  .article_2 .ps-0 {
    padding-left: 12px !important;
  }

  .article_2_left .fs-1 {
    font-size: 18px !important;
  }

  .article_2_left .font_13 {
    font-size: 12px !important;
  }

  .article_2_left img {
    min-height: 230px;
  }

  .article_2_right ul img {
    width: 80px;
  }

  .article_2_right .pt-2 {
    padding-top: 0 !important;
  }

  .team_1_left {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .story_1r {
    margin-top: 20px;
  }

  .mission_1l {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }

  .about_h1_right {
    padding-left: 0 !important;
    margin-top: 20px;
  }

  .center_h_inner {
    width: 100% !important;
  }

  .center_h_inner .fs-1 {
    font-size: 18px !important;
  }

  .center_h_inner img {
    min-height: 250px;
  }

  .blog_dt1_inner_right {
    text-align: left !important;
    margin-top: 15px;
  }

  .blog_h1_inner_left {
    margin-top: 15px;
  }

  .blog_dt2 ul img {
    width: 70px;
    height: 80px;
  }

  .blog_dt2 ul {
    padding: 0 !important;
  }
}


@media (min-width:576px) and (max-width:767px) {
  .blog_dt1_inner_right {
    text-align: right !important;
    margin-top: 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .story_2_right ul img {
    width: 100px;
    margin-right: 10px;
  }

  .story_2_right ul .p-4 {
    padding: 0 !important;
  }

  .story_2_right ul li {
    padding: 10px;
  }

  .story_2_left_inner {
    padding: 20px !important;
  }

  .article_1_right {
    padding-left: 0 !important;
  }

  .article_2_left .fs-1 {
    font-size: 22px !important;
  }

  .blog_dt2 ul img {
    width: 100px;
    height: 120px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .story_2_right ul .p-4 {
    padding: 15px 10px !important;
  }

  .blog_dt2 ul img {
    width: 130px;
    height: 150px;
  }
}

@media (min-width:1201px) and (max-width:1300px) {}

@media screen and (min-width : 1400px) {
  .article_1_left_inner_right p {
    font-size: 16px;
  }
}



/* contact.css */

/*
Template Name: Journal Blogs
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************contact****************/
.contact_1_right_inner {
  top: 20%;
  width: 65%;
}

.mg_left {
  margin-left: -20px;
}

.phone_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.center_log_1 {
  width: 40%;
}

.error_1_inner_left .button {
  padding: 20px 36px 20px 36px;
}

#error {
  background-image: url(../image/default-tech-media.jpg);
  background-position: center center;
  background-size: cover;
}

/*********************contact_end****************/



@media screen and (max-width : 767px) {
  .center_log_1 {
    width: 100%;
  }

  .error_1 p {
    width: 100% !important;
  }

  .error_1_inner {
    width: 100% !important;
  }

  .contact_1_right_inner {
    position: static !important;
    width: 100%;
  }

  .contact_1_right img {
    width: 100% !important;
  }

  .contact_1_right {
    padding-left: 0 !important;
  }

  .contact_2_right_inner_right {
    text-align: center !important;
    margin-top: 15px;
  }

  .contact_2 {
    padding-top: 0 !important;
  }
}


@media (min-width:576px) and (max-width:767px) {}

@media (min-width:768px) and (max-width:991px) {
  .center_log_1 {
    width: 60%;
  }

  .error_1 p {
    width: 70% !important;
  }

  .error_1_inner {
    width: 80% !important;
  }

  .contact_1_right_inner1 {
    padding: 15px !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .contact_1_right_inner1 {
    padding: 30px 15px !important;
  }
}

@media (min-width:1201px) and (max-width:1300px) {}

@media screen and (min-width : 1400px) {
  .contact_1_right_inner {
    top: 28%;
  }
}


/* Unified mobile-first refresh */

body,
p,
.family_poppins,
.form-control,
.form-select,
textarea {
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
.family_marcellus,
.family_dance {
  font-family: var(--font-display);
  color: var(--secondary);
}

p {
  color: var(--bs-gray-700);
  line-height: 1.8;
}

section {
  position: relative;
}

.line,
.heading_1 span,
.bottom-line::after {
  background: linear-gradient(90deg, transparent, var(--primary), transparent);
}

#header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(16px);
}

.navbar {
  padding: 0.85rem 0;
  background: rgba(255, 251, 246, 0.92);
  border-bottom: 1px solid rgba(18, 57, 90, 0.08);
}

.logo {
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
}

.logo b {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.navbar-toggler,
.offcanvas-header img,
.offcanvas-nav-btn {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.offcanvas {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(85vw, 24rem);
  max-width: 24rem;
  height: 100vh;
  padding: 1rem 1.1rem 1.5rem;
  background: rgba(255, 253, 249, 0.98);
  box-shadow: var(--shadow-card);
  transform: translateX(-105%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  z-index: 40;
}

.offcanvas.is-open {
  transform: translateX(0);
}

.offcanvas::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

body.menu-open .offcanvas::before {
  opacity: 1;
}

.offcanvas-header,
.offcanvas-body {
  position: relative;
  z-index: 1;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 0 1rem;
  margin-bottom: 1rem;
  background: transparent !important;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.nav-item {
  list-style: none;
}

.nav-link,
.dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  min-height: 3rem;
  padding: 0.8rem 1rem !important;
  border-radius: 1rem;
  color: var(--secondary) !important;
  text-decoration: none;
}

.nav-link.active,
.nav-link:hover,
.dropdown-item:hover {
  background: rgba(227, 86, 28, 0.08);
  color: var(--primary) !important;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  margin-top: 0.35rem;
  padding: 0.75rem;
  background: #fff;
  border: 1px solid rgba(18, 57, 90, 0.08);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.dropdown.is-open>.dropdown-menu,
.dropdown-menu.show {
  display: block;
}

.drop_mega .row {
  row-gap: 1rem;
}

.drop_search {
  min-width: 100%;
}

.drop_search .navbar-form {
  margin: 0;
}

.nav_right {
  margin-top: 0.75rem;
}

.home_icon .nav-link,
.nav_right .nav-link {
  justify-content: center;
}

.center_home .swiper {
  position: relative;
}

.center_home .swiper-wrapper {
  display: grid;
  gap: 1rem;
}

.center_home .swiper-slide:nth-child(n + 4) {
  display: none;
}

.center_h_inner {
  min-height: 22rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.center_h_inner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center_h_inner .black_transparent,
.article_2_left .black_transparent {
  justify-content: flex-end;
  align-items: flex-start !important;
  padding: 1.5rem !important;
  background:
    linear-gradient(180deg, rgba(7, 13, 22, 0.08) 0%, rgba(7, 13, 22, 0.75) 100%);
}

.center_h_inner a,
.article_2_left a {
  max-width: 16ch;
  line-height: 1.05;
}

.article_1_left_inner,
.article_2,
.blog_dt,
.center_log_1,
.contact_1_right_inner,
.contact_2_right,
.error_1_inner,
.story_2_left_inner,
.story_3,
.article_1_right2,
.team_1_left {
  border-radius: var(--radius-md);
  overflow: hidden;
}

.story_2_left>a,
.story_1 a,
.blog_h1_inner_left>a,
.blog_h1_inner_left_inner>a,
.article_1_left_inner a,
.article_2_left a,
.categ_1_left>a,
.center_h_inner>a {
  display: block;
}

.story_2_right ul,
.article_1_right ul,
.article_2_right ul,
.blog_dt2>ul {
  margin: 0;
  padding: 0;
}

.blog_h1_inner_left,
.article_1_left_inner,
.categ_1_left,
.article_1_right ul li,
.article_2_right ul li,
.blog_dt2 .blog_h1_inner_left {
  position: relative;
}

.blog_h1_inner_left_inner,
.article_1_left_inner_left,
.categ_1_left,
.article_1_right ul li>span:first-child,
.article_2_right ul li>span:first-child,
.blog_dt2 .blog_h1_inner_left_inner {
  position: relative;
  overflow: hidden;
  border-radius: 1.3rem;
  aspect-ratio: 16 / 9;
  background: rgba(18, 57, 90, 0.08);
}

.blog_h1_inner_left_inner img,
.article_1_left_inner_left img,
.categ_1_left>img,
.categ_1_left>a>img,
.article_1_right ul li>span:first-child img,
.article_2_right ul li>span:first-child img,
.blog_dt2 .blog_h1_inner_left_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article_1_right ul li>span:first-child,
.article_2_right ul li>span:first-child {
  flex: 0 0 7.25rem;
}

.categ_1_left_inner,
.blue_transparent,
.black_transparent {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 13, 22, 0.08) 0%, rgba(7, 13, 22, 0.82) 100%);
}

.categ_1_left,
.blog_h1_inner_left,
.article_1_left_inner,
.article_1_right ul li,
.article_2_right ul li,
.team_1_left,
.blog_dt2 .blog_h1_inner_left {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.linked-card {
  cursor: pointer;
}

.categ_1_left:hover,
.blog_h1_inner_left:hover,
.article_1_left_inner:hover,
.article_1_right ul li:hover,
.article_2_right ul li:hover,
.team_1_left:hover,
.blog_dt2 .blog_h1_inner_left:hover {
  transform: translateY(-4px);
}

.arrow_icon {
  display: inline-block !important;
  opacity: 0;
  transform: translateX(-0.35rem);
}

.categ_1_left:hover .arrow_icon,
.blog_h1_inner_left:hover .arrow_icon {
  opacity: 1;
  transform: translateX(0);
}

.blog_h1_inner_left>a,
.blog_dt2 .blog_h1_inner_left>a,
.article_1_left_inner_right>a,
.story_2_left_inner>a,
.article_2_right ul li b>a {
  text-decoration: none;
}

.article_1_left_inner {
  gap: 0;
  margin-inline: 0;
  border: 1px solid rgba(18, 57, 90, 0.06);
  background: rgba(255, 255, 255, 0.92);
}

.article_1_left_inner>.col {
  padding-inline: 0;
}

.article_1_left_inner_right,
.blog_h1_inner_left,
.story_2_left_inner,
.story_3,
.article_1_right2,
.center_log_1,
.contact_2_right {
  background: rgba(255, 255, 255, 0.92);
}

.article_1_right,
.about_h1_right,
.contact_1_right {
  padding-left: 0 !important;
  margin-top: 2rem;
}

.team_1_left {
  padding: 0.85rem !important;
}

.team_1_left img {
  width: 100%;
}

.social_icon1 {
  top: 1rem;
  right: 1rem;
  left: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.85rem !important;
  border-radius: 999px;
}

.social_icon1 a,
.share-list a,
#footer ul a,
.article_1_right2 ul a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 999px;
  background: rgba(18, 57, 90, 0.08);
  color: var(--secondary);
  text-decoration: none;
}

.social_icon1 a:hover,
.share-list a:hover,
#footer ul a:hover,
.article_1_right2 ul a:hover {
  background: var(--primary);
  color: #fff;
}

.share-list,
.social_icon,
.article_1_right2 ul,
#footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.share-label {
  margin-right: 0.25rem;
  align-self: center;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--muted);
}

.share-feedback {
  display: inline-flex;
  align-items: center;
  margin-top: 0.75rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--success);
  font-size: 0.82rem;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.share-feedback.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.site-form,
.navbar-form {
  width: 100%;
}

.site-form[data-invalid="true"] {
  animation: form-shake 0.24s ease;
}

@keyframes form-shake {

  0%,
  100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-3px);
  }

  75% {
    transform: translateX(3px);
  }
}

.field-shell {
  position: relative;
}

.field-error {
  display: block;
  margin-top: 0.45rem;
  width: 100%;
  color: var(--danger);
  font-size: 0.82rem;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(-0.2rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.field-shell.is-invalid .field-error,
.form-check.is-invalid .field-error {
  opacity: 1;
  transform: translateY(0);
}

.field-shell.is-invalid .form-control,
.field-shell.is-invalid textarea,
.form-check.is-invalid .form-check-input {
  border-color: rgba(180, 35, 24, 0.5) !important;
  box-shadow: 0 0 0 4px rgba(180, 35, 24, 0.08);
  background: rgba(255, 247, 245, 0.95);
}

.field-shell.is-valid .form-control,
.field-shell.is-valid textarea,
.form-check.is-valid .form-check-input {
  border-color: rgba(15, 118, 110, 0.45) !important;
}

.valid-feedback,
.invalid-feedback {
  display: none !important;
}

.contact_2_right_inner_left>b,
.register-field-label {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--secondary);
}

.contact_2_right .input-group {
  align-items: stretch;
  gap: 0.5rem;
  border-bottom: 1px solid var(--line);
}

.contact_2_right .input-group .btn,
.contact_2_right .input-group button {
  min-width: 2.5rem;
  min-height: 2.5rem;
  padding: 0;
  background: transparent;
  color: var(--secondary) !important;
  box-shadow: none;
}

.contact_1_right_inner {
  width: min(100%, 26rem);
  right: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.contact_1_right>img {
  width: 100% !important;
  border-radius: var(--radius-lg);
}

.center_log_1 {
  width: min(100%, 34rem) !important;
  padding: 1.75rem !important;
}

.center_log_1 a.button {
  width: 100%;
}

.center_log_1i>form,
.contact-form,
.newsletter-form,
.search-form {
  width: 100%;
}

#footer .input-group {
  flex-wrap: wrap;
  justify-content: center;
}

#footer .input-group .form-control {
  min-width: min(100%, 18rem);
}

#footer p {
  max-width: 38rem;
  margin-inline: auto;
}

.lazy {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.lazy[data-ll-status="loading"],
.lazy.loading {
  opacity: 0.35;
  transform: scale(1.02);
}

.lazy.loaded,
.lazy[data-ll-status="loaded"] {
  opacity: 1;
  transform: none;
}

.swiper-pagination {
  display: none;
}

.navbar .dropdown-toggle img,
.navbar .nav-link img {
  width: 0.9rem;
  height: 0.9rem;
  flex: 0 0 auto;
}

.drop_search .input-group {
  width: 100%;
}

.article_2_right li+li,
.article_1_right li+li,
.blog_dt2>ul>li+li {
  margin-top: 1rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tags a {
  padding: 0.55rem 1rem;
}

.story_2_right ul li,
.blog_dt2>ul,
.article_1_right2,
.team_1_left,
.story_2_left_inner,
.story_3 {
  box-shadow: var(--shadow-soft);
}

#error {
  isolation: isolate;
}

#error::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(7, 13, 22, 0.55);
}

#error .error_1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .py-5 {
    padding-block: 2.75rem !important;
  }

  .p-5 {
    padding: 1.25rem !important;
  }

  .font_48 {
    font-size: 2rem !important;
  }

  .fs-1 {
    font-size: 2rem !important;
  }

  .article_1_right2,
  .contact_1_right_inner,
  .story_2_left_inner,
  .contact_2_right {
    border-radius: 1.1rem;
  }

  .contact_1_right_inner {
    position: static !important;
    width: 100%;
    margin-top: 1rem;
  }

  .blog_dt1_inner_right {
    text-align: left !important;
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .center_home .swiper-wrapper {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .center_home .swiper-slide:nth-child(1) {
    grid-row: 1 / span 2;
    min-height: 34rem;
  }

  .center_home .swiper-slide:nth-child(2),
  .center_home .swiper-slide:nth-child(3) {
    min-height: 16.2rem;
  }

  .center_home .swiper-slide:nth-child(2) .center_h_inner,
  .center_home .swiper-slide:nth-child(3) .center_h_inner {
    min-height: 16.2rem;
  }

  .nav_right {
    margin-top: 0;
    margin-left: auto;
  }

  .article_1_right {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .navbar {
    padding-block: 0;
  }

  .navbar .container-xl {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .offcanvas {
    position: static;
    inset: auto;
    display: flex;
    flex: 1;
    width: auto;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .offcanvas::before,
  .offcanvas-header img,
  .offcanvas-header {
    display: none;
  }

  .offcanvas-body {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
  }

  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }

  .nav-link {
    min-height: 4.2rem;
    padding-inline: 1rem !important;
    border-radius: 0;
    background: transparent !important;
  }

  .dropdown-menu {
    position: absolute;
    left: 0;
    min-width: 14rem;
    z-index: 35;
  }

  .dropdown-fullwidth>.dropdown-menu {
    left: 50%;
    width: min(100vw - 2rem, var(--container-xl));
    transform: translateX(-50%);
  }

  .dropdown:hover>.dropdown-menu {
    display: block;
  }

  .dropdown>.nav-link {
    pointer-events: auto;
  }

  .navbar-toggler {
    display: none;
  }

  .drop_search {
    right: 0;
    left: auto;
    min-width: 20rem;
  }

  .nav_right .dropdown-menu {
    left: auto;
  }
}

/* --- 2026 restructure --- */
body {
  background:
    radial-gradient(circle at top left, rgba(227, 86, 28, 0.08), transparent 26rem),
    linear-gradient(180deg, #fffdf9 0%, #fff8f1 100%);
  color: var(--ink);
  font-family: var(--font-body);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  color: var(--secondary);
}

p {
  color: var(--muted);
  line-height: 1.75;
}

main {
  display: block;
}

.section-gap {
  padding-block: clamp(3.25rem, 7vw, 6rem);
}

.section-surface {
  background: rgba(255, 247, 239, 0.72);
}

.site-eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
}

.site-button,
.site-social--share button,
.site-social--share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--secondary);
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.site-button:hover,
.site-social--share button:hover,
.site-social--share a:hover {
  background: var(--primary);
  color: #fff !important;
  transform: translateY(-1px);
}

.site-button--ghost {
  background: transparent;
  color: var(--secondary) !important;
  border-color: rgba(18, 57, 90, 0.2);
}

.site-button--ghost:hover {
  background: rgba(18, 57, 90, 0.08);
  color: var(--secondary) !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding-block: 1rem;
  background: rgba(255, 253, 249, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 57, 90, 0.08);
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
}

.site-brand {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 4vw, 2.15rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary);
  min-width: 0;
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex-shrink: 0;
}

.site-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.8rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(18, 57, 90, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--secondary);
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06);
}

.site-search-toggle,
.site-menu-toggle {
  position: relative;
}

.site-search-toggle i,
.site-menu-toggle i {
  display: none;
}

.site-search-toggle::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-1px);
  box-sizing: border-box;
}

.site-search-toggle::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translate(0.45rem, 0.45rem) rotate(45deg);
  transform-origin: center;
}

.site-menu-toggle::before,
.site-menu-toggle::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.site-menu-toggle::before {
  transform: translateY(-0.22rem);
  box-shadow: 0 0.42rem 0 currentColor;
}

.site-menu-toggle::after {
  transform: translateY(0.22rem);
}

.site-menu-toggle[aria-expanded="true"]::before {
  transform: rotate(45deg);
  box-shadow: none;
}

.site-menu-toggle[aria-expanded="true"]::after {
  transform: rotate(-45deg);
}

.site-search-toggle[aria-expanded="true"],
.site-menu-toggle[aria-expanded="true"] {
  background: rgba(227, 86, 28, 0.1);
  border-color: rgba(227, 86, 28, 0.22);
  color: var(--primary);
}

.site-icon-button:hover {
  color: var(--primary);
}

.site-nav {
  display: none;
}

.site-nav__link,
.site-menu__link {
  color: var(--secondary);
  font-weight: 600;
}

.site-nav__link.is-current,
.site-menu__link.is-current {
  color: var(--primary);
}

.site-search-panel,
.site-menu-panel {
  display: none;
}

.site-search-panel.is-open,
.site-menu-panel.is-open {
  display: block;
}

.site-search-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  border: 1px solid rgba(18, 57, 90, 0.08);
}

.site-search-panel__inner {
  display: grid;
  gap: 0.9rem;
}

.site-search-form__row {
  display: grid;
  gap: 0.85rem;
}

.site-search-close {
  margin-top: 0.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--muted);
}

.site-menu-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: var(--shadow-card);
  overflow: hidden;
  border: 1px solid rgba(18, 57, 90, 0.08);
}

.site-menu-nav {
  display: grid;
  gap: 0.4rem;
}

.site-menu__link {
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(18, 57, 90, 0.04);
}

.home-hero {
  padding-top: 2rem;
  overflow: hidden;
}

.hero-grid,
.post-grid,
.category-grid,
.story-split,
.content-list,
.metric-grid,
.contact-grid,
.team-grid,
.legal-grid,
.page-layout,
.site-footer__grid,
.site-footer__bottom,
.split-panel,
.article-hero__grid,
.contact-layout,
.form-grid,
.not-found__actions {
  display: grid;
  gap: 1.5rem;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.hero-grid__stack {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
}

.hero-grid>*,
.hero-grid__stack>*,
.post-grid>*,
.category-grid>*,
.story-split>*,
.content-list>*,
.metric-grid>*,
.contact-grid>*,
.team-grid>*,
.legal-grid>*,
.page-layout>*,
.site-footer__grid>*,
.site-footer__bottom>*,
.split-panel>*,
.article-hero__grid>*,
.contact-layout>*,
.form-grid>*,
.not-found__actions>*,
.article-detail__footer>* {
  min-width: 0;
}

.story-card,
.post-card,
.category-card,
.feature-card,
.story-row,
.content-card,
.sidebar-card,
.info-card,
.team-card,
.metric-card,
.legal-card,
.not-found__panel,
.article-detail,
.split-panel__body,
.contact-layout__body {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 1.75rem;
  box-shadow: var(--shadow-soft);
}

.story-card,
.post-card,
.category-card,
.feature-card,
.story-row,
.content-card {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.story-card__media,
.post-card__media,
.category-card__media,
.feature-card__media,
.story-row__media,
.content-card__media,
.sidebar-story-list .story-row__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 1.4rem;
}

.story-card__media--square {
  aspect-ratio: 1 / 1;
}

.story-card__media img,
.post-card__media img,
.category-card__media img,
.feature-card__media img,
.story-row__media img,
.content-card__media img,
.split-panel__media img,
.contact-layout__media img,
.team-card__media img,
.article-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.78));
}

.story-card__content {
  position: absolute;
  inset: auto 0 0;
  padding: 1.5rem;
  color: #fff;
}

.story-card__content h1,
.story-card__content h2 {
  margin: 0.9rem 0;
  color: #fff;
  line-height: 1.04;
}

.story-card--hero h1 {
  font-size: clamp(2.2rem, 8vw, 4rem);
}

.story-card--accent h2 {
  font-size: clamp(1.75rem, 6vw, 2.6rem);
}

.story-card--accent .story-card__media {
  min-height: 17rem;
}

.story-card--olive .story-card__overlay {
  background: linear-gradient(180deg, rgba(76, 112, 18, 0.08), rgba(33, 55, 13, 0.8));
}

.story-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.story-pill--solid {
  background: rgba(227, 86, 28, 0.12);
  color: var(--primary);
}

.story-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  color: inherit;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.story-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.section-heading {
  margin-bottom: 1.75rem;
  max-width: 44rem;
}

.section-heading h2,
.page-intro h1,
.article-detail h2,
.not-found__panel h1 {
  margin: 0;
  font-size: clamp(2.2rem, 6vw, 3.4rem);
  line-height: 1.08;
}

.section-heading--split p:last-child {
  max-width: 34rem;
}

.post-card,
.category-card,
.content-card,
.feature-card,
.story-row,
.sidebar-card,
.info-card,
.team-card,
.metric-card,
.legal-card,
.article-detail,
.split-panel__body,
.contact-layout__body {
  padding: 1rem;
}

.post-card h3,
.category-card h3,
.content-card h3,
.content-card h2,
.story-row h3,
.feature-card h3,
.team-card h2,
.info-card h2,
.legal-card h2,
.metric-card strong,
.sidebar-card h3,
.article-detail h2,
.split-panel__body h2,
.contact-layout__body h2 {
  margin: 0.95rem 0 0;
}

.category-card__body,
.content-card__body,
.feature-card__body,
.story-row__body,
.team-card__body {
  display: grid;
  gap: 0.85rem;
}

.story-row,
.content-card,
.contact-layout,
.split-panel,
.article-hero__grid,
.page-layout {
  align-items: start;
}

.story-row__media,
.sidebar-story-list .story-row__media {
  min-height: 7rem;
}

.sidebar-card {
  display: grid;
  gap: 1rem;
}

.sidebar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.sidebar-links a,
.tags a {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(18, 57, 90, 0.06);
}

.page-layout__aside,
.sidebar-story-list,
.faq-list {
  display: grid;
  gap: 1rem;
}

.article-hero__media img {
  border-radius: 1.75rem;
  box-shadow: var(--shadow-card);
}

.article-quote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-left: 4px solid var(--primary);
  background: rgba(227, 86, 28, 0.08);
  border-radius: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--secondary);
}

.article-checklist {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
}

.article-checklist li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
}

.article-detail__footer,
.tags,
.site-social,
.site-social--share,
.team-card__body .site-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.article-detail__footer {
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(18, 57, 90, 0.08);
  margin-top: 2rem;
}

.share-block {
  display: grid;
  gap: 0.75rem;
}

.share-block__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.site-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-social--plain a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(18, 57, 90, 0.06);
  color: var(--secondary);
}

.site-social--plain a:hover {
  background: rgba(227, 86, 28, 0.12);
  color: var(--primary);
}

.site-social--share {
  gap: 0.5rem;
}

.site-social--share li {
  display: inline-flex;
}

.site-social--share button,
.site-social--share a {
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0.7rem 1rem;
}

.share-feedback {
  min-height: 1.25rem;
  color: var(--success);
  font-size: 0.82rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.share-feedback.is-visible {
  opacity: 1;
}

.contact-form--editorial,
.site-footer__form {
  display: grid;
  gap: 1rem;
}

.form-grid__full {
  grid-column: 1 / -1;
}

.form-note {
  font-size: 0.92rem;
  color: var(--muted);
}

.page-intro {
  text-align: left;
}

.metric-card,
.info-card,
.legal-card {
  display: grid;
  gap: 0.6rem;
}

.metric-card strong {
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 3rem);
  color: var(--secondary);
}

.faq-item {
  border: 1px solid rgba(18, 57, 90, 0.08);
  border-radius: 1.4rem;
  padding: 1.1rem 1.25rem;
  background: #fff;
}

.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  color: var(--secondary);
}

.team-card__media {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 1.4rem;
}

.team-card__body p {
  margin: 0;
}

.contact-layout__media img,
.split-panel__media img {
  border-radius: 1.75rem;
  box-shadow: var(--shadow-card);
}

.site-footer {
  padding-block: clamp(3rem, 7vw, 5rem);
  background: #f8efe6;
  border-top: 1px solid rgba(18, 57, 90, 0.08);
}

.site-footer__bottom {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(18, 57, 90, 0.08);
}

.not-found {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding-block: 3rem;
  background: radial-gradient(circle at top left, rgba(227, 86, 28, 0.18), transparent 26rem), linear-gradient(180deg, #fffaf5 0%, #f9ede2 100%);
}

.not-found__panel {
  max-width: 42rem;
  margin-inline: auto;
  text-align: center;
  padding: clamp(2rem, 6vw, 4rem);
}

.not-found__actions {
  justify-content: center;
}

@media (min-width: 768px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  }

  .hero-grid__stack {
    display: grid;
    gap: 1.5rem;
  }

  .post-grid,
  .category-grid,
  .team-grid,
  .legal-grid,
  .metric-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-split,
  .split-panel,
  .contact-layout,
  .article-hero__grid,
  .page-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.8fr);
  }

  .story-row,
  .content-card,
  .content-card--stacked {
    grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
  }

  .section-heading--split {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    align-items: end;
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .site-nav {
    display: flex;
    gap: 1.35rem;
    align-items: center;
    margin-left: auto;
    margin-right: 1rem;
  }

  .site-nav__link {
    position: relative;
    padding: 0.35rem 0;
  }

  .site-nav__link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease;
  }

  .site-nav__link:hover::after,
  .site-nav__link.is-current::after {
    transform: scaleX(1);
  }

  .site-menu-toggle,
  .site-menu-panel {
    display: none !important;
  }

  .site-search-panel {
    position: absolute;
    right: max(1rem, calc((100vw - var(--container-xl)) / 2));
    top: calc(100% + 0.5rem);
    width: min(30rem, calc(100vw - 2rem));
    margin-top: 0;
  }

  .post-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-grid,
  .team-grid,
  .legal-grid,
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer__grid {
    grid-template-columns: 1.2fr 1fr 0.7fr;
  }

  .site-footer__bottom {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .page-layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.7fr);
  }
}

/* --- layout bug fixes --- */
.hero-grid {
  align-items: stretch;
}

.story-card--hero {
  min-height: clamp(33rem, 62vw, 44rem);
}

.story-card--hero .story-card__content {
  max-width: 38rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
}

.story-card--hero h1 {
  max-width: 10.5ch;
  font-size: clamp(2.65rem, 5.2vw, 4.8rem);
  line-height: 0.98;
}

.hero-grid__stack {
  align-content: stretch;
}

.hero-grid__stack .story-card {
  min-height: clamp(18rem, 24vw, 22rem);
}

.hero-grid__stack .story-card__media {
  min-height: clamp(18rem, 24vw, 22rem);
}

.hero-grid__stack .story-card__overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.44) 45%, rgba(15, 23, 42, 0.9) 100%);
}

.hero-grid__stack .story-card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  padding: 1.5rem;
}

.hero-grid__stack .story-card__content h2 {
  max-width: 10ch;
  margin: 0.85rem 0 0.7rem;
  font-size: clamp(1.95rem, 3vw, 2.9rem);
  line-height: 1.02;
}

.hero-grid__stack .story-meta {
  font-size: 0.74rem;
}

.post-grid--home {
  align-items: start;
}

.post-grid--home .post-card {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1rem;
}

.post-grid--home .post-card h3 {
  min-height: 4.7rem;
  margin: 0;
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.28;
}

.post-grid--home .story-pill {
  width: max-content;
}

.story-split--home {
  align-items: start;
}

.feature-card--lead {
  align-self: start;
  display: grid;
  gap: 1rem;
}

.feature-card--lead .feature-card__body {
  padding: 0 0.25rem 0.25rem;
}

.feature-card--lead .feature-card__body h3 {
  margin: 0;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
  line-height: 1.18;
}

.feature-card--lead .story-meta {
  font-size: 0.74rem;
}

.story-rail {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.story-row--home {
  grid-template-columns: 1fr !important;
  gap: 0.9rem;
  align-content: start;
  padding: 0.9rem;
}

.story-row--home .story-row__media {
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.story-row--home .story-row__body {
  display: grid;
  gap: 0.6rem;
  padding: 0 0.1rem 0.15rem;
}

.story-row--home .story-row__body h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.32;
}

.story-row--home .story-meta {
  font-size: 0.72rem;
}

.content-list--home {
  grid-template-columns: 1fr;
  align-items: start;
}

.content-list--home .content-card--home {
  grid-template-columns: 1fr !important;
  gap: 0.95rem;
  align-content: start;
  padding: 1rem;
}

.content-list--home .content-card__body {
  display: grid;
  gap: 0.8rem;
}

.content-list--home .content-card__body h3 {
  margin: 0;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  line-height: 1.28;
}

.content-list--home .story-pill {
  width: max-content;
}

.post-grid--category {
  grid-template-columns: 1fr;
  align-items: start;
}

.post-grid--category .post-card {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.post-grid--category .post-card h3 {
  margin: 0;
  min-height: 0;
  line-height: 1.28;
}

.newsletter-form--sidebar {
  display: grid;
  gap: 0.85rem;
}

.newsletter-form--sidebar .site-button {
  width: 100%;
  justify-content: center;
}

.site-social--sidebar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  justify-items: center;
}

.site-social--sidebar li {
  display: flex;
}

.site-social--sidebar a {
  width: 3rem;
  height: 3rem;
}

@media (min-width: 768px) {
  .content-list--home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-grid--category {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .story-split--home {
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  }

  .post-grid--category {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .story-card--hero {
    min-height: 30rem;
  }

  .story-card--hero h1,
  .hero-grid__stack .story-card__content h2 {
    max-width: none;
  }

  .site-social--sidebar {
    grid-template-columns: repeat(4, 3rem);
    justify-content: start;
  }
}

@media (max-width: 575px) {
  .site-header__bar {
    gap: 0.75rem;
  }

  .site-brand {
    font-size: clamp(1.3rem, 8vw, 1.7rem);
    letter-spacing: 0.06em;
  }

  .site-header__actions {
    gap: 0.45rem;
  }
}

@media (max-width: 991px) {
  .site-header {
    position: static;
    top: auto;
    z-index: auto;
    backdrop-filter: none;
  }

  .site-header .container-xl {
    position: relative;
  }

  .site-header__actions {
    gap: 0.45rem;
  }

  .site-icon-button {
    min-width: 2.8rem;
    width: 2.8rem;
    padding: 0.7rem 0.85rem;
  }

  .site-icon-button span {
    display: none;
  }

  .site-search-panel,
  .site-menu-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 0.6rem);
    width: 100%;
    margin-top: 0;
    z-index: 80;
  }

  .site-search-panel.is-open,
  .site-menu-panel.is-open {
    display: block;
  }
}

/* Detail page tag/share and related posts stability */
.article-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.article-tags__label {
  margin-right: 0.1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
}

.article-detail__footer .article-tags a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  margin: 0;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(18, 57, 90, 0.12);
  border-radius: 999px;
  background: rgba(18, 57, 90, 0.05);
  color: var(--secondary);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1;
  box-shadow: none;
}

.article-detail__footer .article-tags a:hover {
  background: rgba(227, 86, 28, 0.12);
  border-color: rgba(227, 86, 28, 0.2);
  color: var(--primary);
}

.share-block--article {
  align-items: start;
}

.article-related-grid {
  align-items: start;
}

.article-related-grid .post-card--related {
  display: grid;
  align-content: start;
  gap: 0.9rem;
  width: 100%;
  min-width: 0;
  padding: 1rem;
}

.article-related-grid .post-card__media {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.article-related-grid .post-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-related-grid .story-pill {
  width: max-content;
}

.article-related-grid .post-card--related h3 {
  margin: 0;
  min-height: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.32;
}

@media (min-width: 768px) {
  .article-detail__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 1rem 2rem;
  }

  .share-block--article {
    justify-self: end;
    justify-items: end;
  }

  .article-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .article-detail__footer {
    gap: 1.25rem;
  }

  .share-block--article {
    width: 100%;
  }

  .share-block--article .site-social--share {
    justify-content: flex-start;
  }
}

/* --- tech media skin --- */
:root {
  --primary: #2a7fff;
  --primary-dark: #195fd3;
  --secondary: #0b1424;
  --secondary-soft: #16253d;
  --cream: #f4f8fc;
  --paper: #f8fbfe;
  --paper-strong: #eef3f9;
  --ink: #101924;
  --muted: #5f6c7d;
  --line: #d7dfeb;
  --line-strong: #bcc8d8;
  --shadow-soft: 0 16px 40px rgba(7, 17, 35, 0.06);
  --shadow-card: 0 22px 54px rgba(7, 17, 35, 0.1);
  --radius-sm: 0.7rem;
  --radius-md: 1rem;
  --radius-lg: 1.2rem;
  --font-body: "Segoe UI Variable Text", "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

body {
  background:
    radial-gradient(circle at top right, rgba(42, 127, 255, 0.1), transparent 28rem),
    linear-gradient(180deg, #f8fbfe 0%, #eef4fb 100%);
  color: var(--ink);
  font-family: var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 760;
  letter-spacing: -0.035em;
}

p {
  color: var(--muted);
}

.section-surface {
  background: linear-gradient(180deg, rgba(229, 236, 246, 0.72), rgba(245, 249, 253, 0.9));
}

.site-eyebrow {
  color: var(--primary);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.site-button,
.site-social--share button,
.site-social--share a {
  border-radius: 0.95rem;
  background: var(--secondary);
  border-color: rgba(11, 20, 36, 0.08);
  box-shadow: none;
  font-weight: 700;
}

.site-button:hover,
.site-social--share button:hover,
.site-social--share a:hover {
  background: var(--primary);
}

.site-button--ghost {
  background: transparent;
  border-color: rgba(11, 20, 36, 0.12);
}

.site-button--ghost:hover {
  background: rgba(42, 127, 255, 0.08);
}

.site-header {
  background: rgba(248, 251, 255, 0.92);
  border-bottom: 1px solid rgba(11, 20, 36, 0.08);
  box-shadow: 0 1px 0 rgba(11, 20, 36, 0.04);
}

.site-brand {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.site-nav__link,
.site-menu__link {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
}

.site-icon-button {
  border-radius: 1rem;
  background: #f4f8fd;
  border-color: rgba(11, 20, 36, 0.08);
  box-shadow: none;
}

.site-search-panel,
.site-menu-panel {
  background: rgba(248, 251, 255, 0.98);
  border-color: rgba(11, 20, 36, 0.08);
  box-shadow: 0 24px 56px rgba(7, 17, 35, 0.14);
}

.story-card,
.post-card,
.category-card,
.feature-card,
.story-row,
.content-card,
.sidebar-card,
.info-card,
.team-card,
.metric-card,
.legal-card,
.article-detail,
.split-panel__body,
.contact-layout__body,
.not-found__panel {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(11, 20, 36, 0.08);
  border-radius: 1.15rem;
  box-shadow: var(--shadow-soft);
}

.story-card {
  border-radius: 1.3rem;
}

.story-card__media,
.post-card__media,
.category-card__media,
.feature-card__media,
.story-row__media,
.content-card__media,
.sidebar-story-list .story-row__media,
.team-card__media {
  border-radius: 0.95rem;
}

.story-card__overlay {
  background: linear-gradient(180deg, rgba(8, 16, 30, 0.04) 0%, rgba(8, 16, 30, 0.44) 48%, rgba(8, 16, 30, 0.94) 100%);
}

.story-card--olive .story-card__overlay {
  background: linear-gradient(180deg, rgba(10, 25, 48, 0.04), rgba(8, 16, 30, 0.92));
}

.story-card__content {
  padding: 1.35rem;
}

.story-card__content h1,
.story-card__content h2 {
  margin: 0.8rem 0 0.7rem;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.story-card--hero .story-card__content {
  max-width: 32rem;
}

.story-card--hero h1 {
  max-width: 9.5ch;
  font-size: clamp(2.45rem, 5vw, 4.25rem);
}

.hero-grid__stack .story-card__content h2 {
  max-width: 9.2ch;
  font-size: clamp(1.75rem, 3vw, 2.45rem);
}

.story-pill {
  padding: 0.55rem 0.82rem;
  border: 1px solid rgba(11, 20, 36, 0.08);
  background: rgba(248, 251, 255, 0.95);
  color: var(--secondary);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
}

.story-pill--solid {
  background: rgba(42, 127, 255, 0.1);
  border-color: rgba(42, 127, 255, 0.12);
  color: var(--primary);
}

.story-meta {
  font-size: 0.74rem;
  letter-spacing: 0.11em;
}

.story-card .story-meta {
  color: rgba(245, 249, 255, 0.88);
}

.section-heading {
  margin-bottom: 1.5rem;
}

.section-heading h2,
.page-intro h1,
.article-detail h2,
.not-found__panel h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.post-card h3,
.category-card h3,
.content-card h3,
.content-card h2,
.story-row h3,
.feature-card h3,
.team-card h2,
.info-card h2,
.legal-card h2,
.metric-card strong,
.sidebar-card h3,
.article-detail h2,
.split-panel__body h2,
.contact-layout__body h2 {
  color: var(--secondary);
  letter-spacing: -0.03em;
}

.category-card__body,
.content-card__body,
.feature-card__body,
.story-row__body,
.team-card__body {
  gap: 0.72rem;
}

.sidebar-links a,
.tags a,
.article-detail__footer .article-tags a {
  background: #f3f7fb;
  border: 1px solid rgba(11, 20, 36, 0.08);
  color: var(--secondary);
}

.article-detail__footer .article-tags a:hover,
.sidebar-links a:hover,
.tags a:hover {
  background: rgba(42, 127, 255, 0.08);
  border-color: rgba(42, 127, 255, 0.14);
  color: var(--primary);
}

.article-quote {
  border-left-color: var(--primary);
  background: rgba(42, 127, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(42, 127, 255, 0.06);
}

.article-detail__footer {
  border-top: 1px solid rgba(11, 20, 36, 0.09);
}

.site-social--plain a {
  background: #f3f7fb;
  border: 1px solid rgba(11, 20, 36, 0.08);
  color: var(--secondary);
  box-shadow: none;
}

.site-social--plain a:hover {
  background: rgba(42, 127, 255, 0.1);
  color: var(--primary);
}

.form-control {
  border-radius: 0.95rem !important;
  border: 1px solid rgba(11, 20, 36, 0.12) !important;
  background: #f7fbff !important;
  color: var(--secondary);
  box-shadow: none !important;
}

.form-control::placeholder {
  color: #6b7a8d;
}

.form-control:focus {
  border-color: rgba(42, 127, 255, 0.42) !important;
  box-shadow: 0 0 0 4px rgba(42, 127, 255, 0.12) !important;
  background: #fff !important;
}

.page-intro {
  padding-bottom: clamp(2.75rem, 5vw, 4rem);
}

.site-footer {
  background: linear-gradient(180deg, #0d1627 0%, #09111f 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer h2,
.site-footer h3,
.site-footer a,
.site-footer strong {
  color: #f5f8ff;
}

.site-footer p {
  color: rgba(220, 230, 245, 0.74);
}

.site-footer .site-eyebrow {
  color: #7eb0ff;
}

.site-footer__bottom {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.site-footer__links a {
  display: block;
  padding: 0.4rem 0;
  opacity: 0.86;
}

.site-footer__links a:hover {
  opacity: 1;
  color: #7eb0ff;
}

.site-footer .site-social--plain a {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
  color: #f5f8ff;
}

.site-footer .site-social--plain a:hover {
  background: rgba(42, 127, 255, 0.18);
  color: #fff;
}

.site-footer .form-control {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
}

.site-footer .form-control::placeholder {
  color: rgba(220, 230, 245, 0.54);
}

.site-footer .site-button {
  background: var(--primary);
}

.site-footer .site-button:hover {
  background: #5396ff;
}

.not-found {
  background:
    radial-gradient(circle at top right, rgba(42, 127, 255, 0.16), transparent 24rem),
    linear-gradient(180deg, #f5f8fd 0%, #edf2f8 100%);
}
