.breadcrumb-container {
	width: calc(100% - 30px); 
}
.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-35 {margin-top: 35px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-45 {margin-top: 45px;}
.margin-top-50 {margin-top: 50px;}

.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-45 {margin-bottom: 45px;}
.margin-bottom-50 {margin-bottom: 50px;}

.margin-left-5 {margin-left: 5px;}
.margin-left-10 {margin-left: 10px;}
.margin-left-15 {margin-left: 15px;}
.margin-left-20 {margin-left: 20px;}
.margin-left-25 {margin-left: 25px;}
.margin-left-30 {margin-left: 30px;}
.margin-left-35 {margin-left: 35px;}
.margin-left-40 {margin-left: 40px;}
.margin-left-45 {margin-left: 45px;}
.margin-left-50 {margin-left: 50px;}

.margin-right-5 {margin-right: 5px;}
.margin-right-10 {margin-right: 10px;}
.margin-right-15 {margin-right: 15px;}
.margin-right-20 {margin-right: 20px;}
.margin-right-25 {margin-right: 25px;}
.margin-right-30 {margin-right: 30px;}
.margin-right-35 {margin-right: 35px;}
.margin-right-40 {margin-right: 40px;}
.margin-right-45 {margin-right: 45px;}
.margin-right-50 {margin-right: 50px;}
pre {
  border: 1px solid #cf0909;
  border-left: 1rem solid #cf0909;
  font: lighter 1.2rem/2rem Monaco,'MonacoRegular',monospace;
  padding: 1rem 0.8rem 1rem 1.2rem;
  overflow: auto;
  background: #f7f9c5;
}

.hljs {
  background: transparent !important;
}
.nav-side-menu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  background-color: #2e353d;
  top: 0px;
  color: #e1ffff;
}
.nav-side-menu .brand {
  background-color: #23282e;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 14px;
}
.nav-side-menu .toggle-btn {
  display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
  /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ff0000;
  background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color:#ddd;
  background: #111;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color:#ddd;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  color: #ff0000;
}
.nav-side-menu li {
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;
  padding-left:10px;
  color:#fff;
}
.nav-side-menu li a {
  text-decoration: none;
  color: #e1ffff;
}
.nav-side-menu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.nav-side-menu li:hover {
  border-left: 3px solid #ff0000;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  color:#ddd;
}
@media (max-width: 767px) {
  .nav-side-menu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
}
@media (min-width: 767px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
.attention-box {
    position: relative;
    padding: 22px;
    border-radius: 16px;
    border: 1px solid rgba(11, 31, 42, 0.12);
    background: #fff;
    box-shadow: 0 18px 36px rgba(11, 31, 42, 0.1);
}

.attention-box:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    opacity: 0.08;
    z-index: -1;
}

.attention-box.primary:before { background: #0ea5e9; }
.attention-box.success:before { background: #14b8a6; }
.attention-box.warning:before { background: #f97316; }
.attention-box.danger:before { background: #ef4444; }

i.icon-2x {
  font-size: 32px;
}

.color-light {
    color: #fff;
}

.servive-block {
  padding: 26px;
  text-align: left;
  margin-bottom: 20px;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 42, 0.08);
}

.servive-block p,
.servive-block h2 {
  color: inherit;
}

.servive-block-light,
.servive-block-default {
  background: #fff;
  box-shadow: 0 18px 36px rgba(11, 31, 42, 0.08);
}

.servive-block-default:hover {
  box-shadow: 0 22px 42px rgba(11, 31, 42, 0.12);
}

.servive-block-light p,
.servive-block-light h2,
.servive-block-default p,
.servive-block-default h2 {
  color: #0b1f2a;
}

.servive-block-red {
  background: linear-gradient(120deg, #f97316, #ea580c);
  color: #fff;
}

.servive-block-dark-blue {
  background: linear-gradient(120deg, #0b1f2a, #12303c);
  color: #fff;
}

.servive-block-dark {
  background: #0b1f2a;
  color: #fff;
}

.btn-red {
    background: #d81f26;
    border-color: #d81f26;
    color: #fff;
    font-weight: 600;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
    color: #fff;
    background-color: #b01218;
    border-color: #b01218;
}

.btn-dark {
    background: #0b1f2a;
    border-color: #0b1f2a;
    color: #fff;
    font-weight: 600;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.disabled,
.btn-dark[disabled] {
    color: #fff;
    background-color: #0a1620;
    border-color: #0a1620;
}

/*-------------------------------*/
/*    Carousel Hero Banner       */
/*-------------------------------*/

.carousel-wrap {
  padding-left: 0;
  padding-right: 0;
  margin-top: -1.5rem;
}

.carousel-wrap > .row {
  margin-left: 0;
  margin-right: 0;
}

#myCarousel {
  background: #0b0f13;
}

#myCarousel .carousel-inner {
  overflow: hidden;
}

#myCarousel .carousel-item img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: fill;
  object-position: center;
}

#myCarousel .carousel-indicators {
  bottom: 10px;
}

#myCarousel .carousel-indicators [data-bs-target] {
  background-color: #d81f26;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.6;
}

#myCarousel .carousel-indicators .active {
  opacity: 1;
}

#myCarousel .carousel-control-prev-icon,
#myCarousel .carousel-control-next-icon {
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #d81f26;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.pricing-table {
	margin-top:15px;
}

.card-body > h2, .small {
	color:#fff;
}

.recommended h4 {
		background:#FFF;
		display:inline-block;
		left:25px;
		top:15px;
		padding:5px;

		position:absolute;
		transform:rotate(-45deg);
	}

.cl_cg{
	color:#FFF;
	background-color:#0b1f2a;
}

.cl_white {
	color:#FFF;
	font-size: 20px;
	font-weight: 400;
	margin: 20px 0;
}

.cl_white > a:hover {
	color:#FFF;
}

.cl_white > .btn.focus, .btn:focus, .btn:hover {
	color: #E8E8E8;
	text-decoration: none;
}

.cl_red {
	color:#f97316;
}

.panel-1 {
		background-color:#0b1f2a;
}

.panel-1a {
		background-color:#12303c;
}

.panel-2 {
		background-color:#0ea5e9;
}

.panel-2a {
		background-color:#1d9ad6;
}

.panel-3 {
		background-color:#f97316;
}

.panel-3a {
		background-color:#fb923c;
}

.panel-4 {
		background-color:#14b8a6;
}

.panel-4a {
		background-color:#0f9f93;
}

.panel-1:hover>.card-body>h2, .panel-2:hover>.card-body>h2, .panel-3:hover>.card-body>h2,.panel-4:hover>.card-body>h2 {
		color:#FFF;
		font-size:40px;		
}

.text-price-list{
	font-size:20px;
	color:#4b5b66;
}

.list-group-item {
	padding:5px 0;
}

.footer-top {
    background: #0b1f2a;
    color: #fff;
    padding: 46px 0;
}

.footer-top h3 {
    color: #fff;
}

#footer {
    background: #0a1720;
    padding-top: 46px;
    color: rgba(255, 255, 255, 0.7);
}

#footer h4 {
    color: #fff;
}

#footer .widgettitle {
    margin: 0;
    padding: 0 0 14px;
    border-bottom: none;
}

#footer ul {
    list-style: none;
    padding-left: 0;
}

#footer li {
    padding: 6px 0;
    margin: 0;
}

#footer li a {
    color: rgba(255, 255, 255, 0.7);
}

#footer li a:hover {
    color: #fff;
}

.footer-logo {
    max-width: 180px;
}

.footer-partners {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 24px;
    padding-top: 20px;
}

.footer-img {
    max-height: 42px;
    opacity: 0.85;
}

#sub-floor {
    color: rgba(255, 255, 255, 0.6);
    background: #09131a;
    padding: 12px 0;
}

.text-xs-left {
    text-align: left!important
}

.text-xs-right {
    text-align: right!important
}

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

@media (min-width:544px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}
.navbar-bespoke {
    background: rgba(17, 24, 39, 0.96);
    padding: 0;
    border: none;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.24);
    position: relative;
    z-index: 1000;
}

.navbar-bespoke .navbar-shell {
    background: transparent;
    border-radius: 0;
    padding: 12px 0;
    box-shadow: none;
    border: 0;
}

.navbar-bespoke .navbar-brand {
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.navbar-bespoke .brand-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d81f26;
    box-shadow: 0 0 0 4px rgba(216, 31, 38, 0.22);
}

.navbar-bespoke .brand-text {
    color: #fff;
}

.navbar-bespoke .brand-tag {
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.navbar-bespoke .navbar-nav {
    gap: 14px;
}

.navbar-bespoke .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.3rem 0;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.navbar-bespoke .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #d81f26;
    transition: width 0.25s ease;
}

.navbar-bespoke .nav-link:hover::before,
.navbar-bespoke .nav-link:focus::before,
.navbar-bespoke .nav-link[aria-expanded="true"]::before {
    width: 100%;
}

.navbar-bespoke .nav-link:hover,
.navbar-bespoke .nav-link:focus,
.navbar-bespoke .nav-link[aria-expanded="true"] {
    color: #fff;
}


.navbar-bespoke .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.4rem;
    vertical-align: 0.15em;
    border-top: 0;
    border-right: 0.32em solid transparent;
    border-left: 0.32em solid transparent;
    border-bottom: 0.4em solid currentColor;
}

.navbar-bespoke .nav-cta {
    background: linear-gradient(120deg, #d81f26, #b01218);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    letter-spacing: 0.12em;
}

.navbar-bespoke .nav-cta::after {
    display: none;
}

.navbar-bespoke .nav-cta:hover,
.navbar-bespoke .nav-cta:focus {
    color: #fff;
    background: #b01218;
}

.navbar-bespoke .dropdown-menu {
    z-index: 1100;
    border-radius: 12px;
    padding: 10px;
    border: 1px solid rgba(17, 24, 39, 0.12);
    box-shadow: 0 18px 30px rgba(17, 24, 39, 0.2);
}

.navbar-bespoke .dropdown-item {
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 12px;
}

.navbar-bespoke .dropdown-item:hover {
    background: rgba(15, 23, 42, 0.06);
}

.navbar-bespoke .navbar-toggler {
    border: none;
    color: #fff;
}

.navbar-bespoke .navbar-toggler-icon {
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .navbar-bespoke {
        padding: 0;
    }

    .navbar-bespoke .navbar-shell {
        border-radius: 0;
    }

    .navbar-bespoke .navbar-collapse {
        padding-top: 12px;
    }

    .navbar-bespoke .nav-link {
        letter-spacing: 0.08em;
        padding: 0.5rem 0;
    }

    .navbar-bespoke .nav-link::before {
        bottom: 2px;
    }

    .navbar-bespoke .nav-cta {
        display: inline-flex;
        margin-top: 6px;
    }

    .navbar-bespoke .brand-tag {
        display: none;
    }
}

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image {
    position: relative;
    z-index: 2;
    margin: auto;
    width: 76px;
    height: 76px;
    border: 6px solid #fff;
    line-height: 76px;
    border-radius: 50%;
    background: #f97316;
    vertical-align: middle;
    box-shadow: 0 12px 26px rgba(11, 31, 42, 0.2);
}
.box > .icon:hover > .image { background: #0b1f2a; }
.box > .icon > .image > i { font-size: 30px !important; color: #fff !important; }
.box > .icon > .info {
    margin-top: -24px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(11, 31, 42, 0.08);
    padding: 30px 16px 16px 16px;
    border-radius: 16px;
    box-shadow: 0 16px 32px rgba(11, 31, 42, 0.08);
}
.box > .icon > .info > h3.title {
    font-family: "Sora", sans-serif !important;
    font-size: 16px;
    color: #0b1f2a;
    font-weight: 600;
}
.box > .icon > .info > p {
    font-family: "Sora", sans-serif !important;
    font-size: 13px;
    color: #4b5b66;
    line-height: 1.6em;
    margin: 18px 0 0;
}
.box .space { height: 24px; }

.portfolio-item {
    margin-bottom: 25px;
}

.portfolio-item img {
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(11, 31, 42, 0.12);
}

:root {
    --ink: #111827;
    --muted: #4b5563;
    --accent: #d81f26;
    --accent-strong: #b01218;
    --accent-2: #f97316;
    --accent-3: #0ea5e9;
    --sand: #f5f3ee;
    --card: #ffffff;
    --ring: rgba(17, 24, 39, 0.08);
    --shadow: 0 24px 50px rgba(17, 24, 39, 0.16);
    --radius: 20px;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Sora", sans-serif;
    color: var(--ink);
    background:
        radial-gradient(1000px circle at 0% -10%, rgba(216, 31, 38, 0.16), transparent 55%),
        radial-gradient(900px circle at 100% 0%, rgba(15, 23, 42, 0.08), transparent 55%),
        var(--sand);
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--accent-strong);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Newsreader", serif;
    color: var(--ink);
    letter-spacing: -0.02em;
}

h1 {font-size: clamp(2.3rem, 4.2vw, 3.6rem); font-weight: 700; margin: 0 0 16px 0;}
h2 {font-size: clamp(1.7rem, 3vw, 2.6rem); font-weight: 600; margin: 0 0 12px 0;}
h3 {font-size: 1.3rem; font-weight: 600; margin: 0 0 10px 0;}
h4 {font-size: 1.1rem; font-weight: 600; margin: 0 0 8px 0;}

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

.bold {font-weight: 600;}

.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}

.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}

.redSeparator {
    border-bottom: 6px solid var(--ink);
}

.section {
    padding: 70px 0;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--accent);
}

.lead {
    font-size: 1.1rem;
    color: var(--muted);
}

.surface {
    background: var(--card);
    border-radius: var(--radius);
    padding: 24px;
    box-shadow: var(--shadow);
    border: 1px solid var(--ring);
}

.surface-soft {
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
}

.hero {
    padding: 80px 0 50px;
}

.site-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--ring);
    backdrop-filter: blur(8px);
}

.site-header img {
    max-height: 54px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.hero-stat {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid var(--ring);
    border-radius: 14px;
    padding: 12px 14px;
}

.hero-stat strong {
    display: block;
    color: var(--ink);
}

.hero-card ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 0 0;
}

.hero-card li {
    padding: 10px 0 10px 30px;
    position: relative;
    color: var(--muted);
}

.hero-card li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 6px;
    color: var(--accent-2);
    font-weight: 700;
    font-size: 1.2rem;
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}

.feature-card {
    background: var(--card);
    border-radius: 18px;
    padding: 22px;
    border: 1px solid var(--ring);
    box-shadow: 0 16px 32px rgba(11, 31, 42, 0.08);
    height: 100%;
}

.feature-card i {
    font-size: 1.6rem;
    color: var(--accent);
    margin-bottom: 12px;
}

.callout {
    background: linear-gradient(135deg, rgba(216, 31, 38, 0.12), rgba(249, 115, 22, 0.12));
    border-radius: 20px;
    padding: 24px;
}

.panel-bespoke > .card-header {
    color: #fff;
    background: linear-gradient(130deg, var(--accent-strong), var(--accent));
    border: 0;
}

.panel-bespoke > .card-body {
    color: var(--ink);
    box-shadow: none;
    border: 1px solid var(--ring);
    border-top: 0;
}

.btn-primary,
.btn-success,
.btn-red {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 12px 22px rgba(216, 31, 38, 0.28);
}

.btn-primary:hover,
.btn-success:hover,
.btn-red:hover {
    background: var(--accent-strong);
    border-color: var(--accent-strong);
    color: #fff;
}

.btn-dark {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}

.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.btn-outline-dark {
    border-color: var(--ink);
    color: var(--ink);
}

.heading-md {
    font-size: 1.6rem;
}

.panel-title {
    font-size: 1.1rem;
    margin: 0;
}

.form-control,
.form-select {
    border-radius: 12px;
    border-color: rgba(11, 31, 42, 0.2);
}

#breadcrumb {
    margin-bottom: 10px;
}

.cms-highlight {
    padding: 70px 0;
    background:
        radial-gradient(700px circle at 0% 30%, rgba(216, 31, 38, 0.14), transparent 55%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(245, 243, 238, 0.7));
    border-top: 1px solid var(--ring);
    border-bottom: 1px solid var(--ring);
}

.cms-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid var(--ring);
    box-shadow: 0 18px 36px rgba(11, 31, 42, 0.1);
}

.cms-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

.cms-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: var(--muted);
}

.cms-list i {
    color: var(--accent-2);
    font-size: 1rem;
    margin-top: 2px;
}

