@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Allura&Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300;1,400&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

/* ---------- Global ---------- */

body {
  font-family: 'Lato', arial, sans-serif;
  color: #434343;
  background: var(--bs-gray-200);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sections-wrapper {
  flex: 1 0 auto;
}
.footer {
  flex-shrink: 0;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
        color: #778492;
}

h1 span, h2 span, h3 span {
  font-family: 'Allure', sans-serif;
}

h4, h5, h6 {
  font-size: 24px;
        font-weight: 400;
  color: #3AAA64;
}
a {
  color: #3AAA64;
  /* color: #E63D24;
  color: #3AAA64;*/
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  text-decoration: none;
  color: #2d844e;
}
a:focus {
  text-decoration: none;
}
.text-link {
  color: #3AAA64;
}
.text-link:hover {
  color: #3AAA64;
}
.btn, a.btn {
  font-family: 'Montserrat', arial, sans-serif;
  padding: 8px 16px;
  font-weight: bold;
        transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.btn:hover, a.btn:hover {
  text-decoration: none;
}
.btn:focus, a.btn:focus {
  color: #fafafa;
  box-shadow: none;
}
a.btn-cta-primary, .btn-cta-primary {
  background: #3AAA64;
  border: 1px solid #3AAA64;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-primary:hover, .btn-cta-primary:hover {
  background: #3AAA64;
        opacity: 0.9;
  border: 1px solid #3AAA64;
  color: #fafafa;
}
a.btn-cta-secondary, .btn-cta-secondary {
  background: #e63d24;
  border: 1px solid #e63d24;
  color: #fafafa;
  font-weight: 600;
  text-transform: uppercase;
}
a.btn-cta-secondary:hover, a.btn-cta-secondary:not(:disabled):not(.disabled):active:focus, .btn-cta-secondary:hover, .btn-cta-secondary:not(:disabled):not(.disabled):active:focus {
  background: #e63d24;
        opacity: 0.9;
  border: 1px solid #e63d24;
  color: #fafafa;
  box-shadow: none;
}
.form-control {
     font-size: 0.9375em;
     background-color: var(--bs-gray-100);
}
.form-control:focus {
  border-color: var(--bs-gray-300);
  box-shadow: none;
    font-size: 0.9375em;
}
.custom-checkbox:checked {
    background-color: #e63d24 !important; /* Change this to your preferred color */
    border-color: #ff6600 !important;
}
.custom-checkbox:checked::before {
    color: white; /* Ensures the tick mark stays visible */
}
.indent-first-line{
     text-indent: 2em;
}
.text-highlight {
  color: #32383e;
}
.badge-theme {
  background: #3AAA64;
  font-size: 12px;
  color: #fafafa;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.dotted-link {
  border-bottom: 1px dotted #778492;
  color: #778492;
}
a.dotted-link:hover {
  text-decoration: none;
  color: #49515a;
}
.bold {
     font-weight:600;
}
.green {
    color: #3AAA64;
}
.orange {
    color: #e63d24;
}
.blue {
    color: #38b6ff;
}

.ul-list-w-svg > li > svg {
    width: 75px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}
.blink {
  animation: blink 3s infinite;
}

/* ---------- Header ---------- */

.header {
  padding: 12px 0;
  background: #f5f5f5;
        /*background: #1e2124;*/
  /*border-top: 5px solid #778492;*/
}

.header-notice {
     background: #1e2124;
}
.header .btn {
  font-weight: bold;
}
.header .profile-image {
  margin-right: 30px;
        /* border: 1px solid; */
}
.header img {
     filter: brightness(95%);
     background-color: hsla(0, 0%, 0%, 0.1);
}
.header .profile-content .name {
  color: #49515a;
  font-size: 36px;
  margin-bottom: 0;
  margin-top: 0;
}
.header .profile-content .desc {
  margin-top: 0;
  margin-bottom: 0;
        color: #778492;
  font-family: "Lato", arial, sans-serif;
  font-weight: 400;
  font-size: 23px;
}
.header i {
    padding: 0px 1px;
    color: var(--bs-gray-500);
}
.header i:hover {
    transition: 0.4s;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
 -ms-transition: all 0.4s;
 -o-transition: all 0.4s;
    color: #3AAA64;
}
.header .btn i {
    color: #f8f8f8;
}
.header .btn:hover i {
    color: #f8f8f8;
}
.header .profile-content .social a {
  background: #b0b7bf;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fafafa;
  text-align: center;
}
.header .profile-content .social a:hover {
  background: #778492;
}
.header .profile-content .social a .svg-inline--fa {
  font-size: 20px;
  margin-top: 6px;
}

.card img {
     filter: brightness(92%);
}

/* ---------- Sections ---------- */

.section {
  margin-bottom: 30px;
}
.section .section-inner {
  background: #fafafa;
  padding: 30px;
}
.section .heading {
  margin-top: 0;
  margin-bottom: 30px;
  color: #545e69;
  font-size: 24px;
}
.section .content .more-link {
  color: #3AAA64;
}
.section .content .more-link:hover {
  color: #2d844e;
}
.section .content .more-link .svg-inline--fa {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: -2px;
}

/* ---------- Main ---------- */

.latest .item {
  margin-bottom: 30px;
}
.latest .item .title {
  font-size: 18px;
  margin-top: 0;
}
.latest .item .title .label {
  margin-left: 5px;
  font-size: 12px;
}
.latest .item .title a {
  color: #778492;
}
.latest .item .title a:hover {
  color: #5f6b77;
}
.latest .item .project-image:hover {
  opacity: 0.9;
        -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
}
.latest .divider {
  margin-bottom: 60px;
}
.latest .featured {
  margin-bottom: 60px;
}
.latest .featured .title {
  margin-bottom: 5px;
  font-size: 24px;
}
.latest .featured .summary {
  margin-bottom: 30px;
  color: #778492;
}
.latest .featured img {
  margin-bottom: 30px;
}
.latest .featured .desc {
  margin-bottom: 30px;
}
.latest .has-ribbon {
  position: relative;
  display: inline-block;
}
.latest .has-ribbon .text {
  background: #3AAA64;
  color: #fafafa;
}
.latest .has-ribbon .ribbon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.latest .has-ribbon .ribbon .text {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fafafa;
  background-color: #e63d24;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}
.latest .has-ribbon .ribbon .text:before, .latest .has-ribbon .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #e63d24;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.latest .has-ribbon .ribbon .text:before {
  left: 0;
}
.latest .has-ribbon .ribbon .text:after {
  right: 0;
}

/* ---------- Projects section ---------- */

.projects .item {
  margin-bottom: 30px;
}
.projects .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.projects .item .title a {
  color: #778492;
}
.projects .item .title a:hover {
  color: #5f6b77;
}

/* ----------- Experience section -----------*/

.experience .item {
  margin-bottom: 30px;
}
.experience .item .title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.5;
}
.experience .item .title .place {
  color: #999;
  font-weight: normal;
}
.experience .item .title .place a {
  color: #999;
}
.experience .item .title .place a:hover {
  color: #666;
}
.experience .item .title .year {
  color: #999;
  font-weight: normal;
}
.panel {
    display: none;
}
.experience hr {
    width: 100%;
}

/* ---------- Info section ---------- */

.info ul {
  margin-bottom: 0;
}
/*
.info li {
  margin-bottom: 15px;
}
*/
.info li:last-child {
  margin-bottom: 0;
}
.info i {
    padding: 0px 1px;
    color: var(--bs-gray-500);
}
.info i:hover {
    transition: 0.4s;
 -webkit-transition: all 0.4s;
 -moz-transition: all 0.4s;
 -ms-transition: all 0.4s;
 -o-transition: all 0.4s;
    color: #3AAA64;
}

/* ---------- Aside ---------- */

.sticky-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

/* ---------- Testimonials aside ---------- */

.testimonials .item {
  margin-bottom: 30px;
}
.testimonials .item:last-child {
  margin-bottom: 0;
}
.testimonials .item .quote {
  font-size: 16px;
  border-left: 3px solid #9fdeb7;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.testimonials .item .quote p {
    margin-top: -7px;
        margin-bottom: 0;
}
.testimonials .item .quote .bi {
  color: #79d19a;
}
.testimonials .item .source {
  font-size: 14px;
  padding-left: 20px;
  font-weight: 500;
}
.testimonials .item .source .name {
  color: #939ea9;
  font-weight: 600;
}
.testimonials .item .source .title {
  color: #999;
}

/* ---------- Masonry Plugin ---------- */

.grid-item {
    width: 200px;
}
.grid-item--width2 {
    width: 400px;
}

/* ---------- Education section ---------- */

.education .item {
  margin-bottom: 30px;
}
.education .item:last-child {
  margin-bottom: 0;
}
.education .item .title {
  font-size: 16px;
  margin-top: 0;
}
.education .item .university {
  font-family: "Lato", arial, sans-serif;
  font-size: 13px;
  color: #999;
  font-weight: 600;
  padding-left: 25px;
}
.education .item .university .year {
  color: #b0b7bf;
  font-weight: 500;
}

/* ---------- Blog aside ---------- */

.blog .item {
  margin-bottom: 30px;
}
.blog .item .title {
  font-size: 18px;
  line-height: 1.3;
}
.blog .item .title a {
  color: #778492;
}
.blog .item .title a:hover {
  color: #5f6b77;
}
.blog .item p {
  margin-bottom: 5px;
}
.blog .item:last-child {
  margin-bottom: 0;
}
.row-blog:hover {
    background-color: rgba(67, 70, 72, 0.2);
}

/* ---------- List aside ---------- */

.list ul li {
  margin-bottom: 10px;
}
.list ul li .svg-inline--fa {
  margin-right: 5px;
}
.list ul li a {
  color: #778492;
}
.list ul li a:hover {
  color: #49515a;
}

/* ---------- Subscribe aside ---------- */

.credits ul li {
  margin-bottom: 10px;
}
.credits ul li .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.credits ul li a {
  color: #778492;
}
.credits ul li a .svg-inline--fa {
  color: #b0b7bf;
}
.credits ul li a:hover {
  color: #49515a;
}
.credits .btn {
  margin-bottom: 15px;
        color: #f8f8f8;
}
.credits .btn i {
  margin-bottom: 15px;
        color: #f8f8f8;
}
.credits .btn:hover i {
  margin-bottom: 15px;
        color: #f8f8f8;
}
.aside .subheading {
  font-size: 18px;
  color: #545e69;
}

/* ---------- Booking funnel - watch-pop.php ---------- */

#book {
  display: none;
}

/* ---------- Footer ---------- */

.footer {
  padding: 10px 0;
        /*background: #32383e;*/
  color: #fafafa;
}
.footer .copyright {
  font-size: 13px;
        line-height: 2em;
     color: #a1aab4;
}
.footer a {
     margin: 0 5px;
  color: #a1aab4;
}
.footer a:hover {
     margin: 0 5px;
        color: #3AAA64;
        /* color: #E63D24; */
}
.footer .bi-c-circle {
    font-size: 0.6875em;
}
.footer .bi::before {
    vertical-align: 0em;
}

/* ---------- Dark Mode ---------- */

.dark-mode-switch {
  margin-bottom: 1rem;
}
.dark-mode-switch .form-switch {
  display: flex;
}
.dark-mode-switch label {
  font-size: 0.875rem;
  font-weight: bold;
  cursor: pointer;
}
.dark-mode-switch label:hover {
  /*color: white;*/
        color: var(--bs-gray-500);
}
.dark-mode-switch .form-switch .form-check-input {
  border-radius: 1em;
  border-color: #DAE3E7;
}
header nav{
  padding: 0.7rem 0!important;
}
header nav .navbar-nav li .nav-link, .custom-nav .c-nav-item a{
  color: #3AAA64;
  font-size: .875em;
  text-transform: uppercase;
  margin-right: 20px;
}
header nav .navbar-nav li .nav-link:hover, .custom-nav .c-nav-item a:hover{
  opacity: 0.9;
}
.dark-mode-switch .form-check-input:checked {
  background-color: #54ba4e;
  border-color: #54ba4e;
}
.dark-mode-switch .form-check-input:focus {
  box-shadow: none;
  border-color: #DAE3E7;
}

body[data-theme="dark"] {
  background: #17191c;
}

/* Default logo
.navbar-brand img {
    content: url('../../svg/logo-green.svg');
    width: 220px;
    height: auto;
}*/
/* Dark mode logo
body[data-theme="dark"] .navbar-brand img {
    content: url('../../svg/logo-dark-green.svg');
}*/

/* Aside logo */
.logo-aside {
    content: url('../svg/logo-green-v.svg');
    max-width: 100%;
    height: auto;
}
/* Aside Dark mode logo */
body[data-theme="dark"] .logo-aside {
    content: url('../svg/logo-dark-green-v.svg');
    max-width: 100%;
    height: auto;
}
body[data-theme="dark"] a {
  color: #3AAA64;
		/*color: #E63D24;*/
}
body[data-theme="dark"] a:hover {
  color: #E63D24;
}
body[data-theme="dark"] a.btn {
  color: #fafafa;
}
body[data-theme="dark"] a.btn:hover {
  color: #fafafa;
}
body[data-theme="dark"] .dark-mode-switch .form-check-input:focus {
  border-color: #54ba4e;
}
body[data-theme="dark"] .header {
  background: #1e2124;
  color: rgba(255, 255, 255, 0.8);
  border-top-color: #1e2124;
}
body[data-theme="dark"] .header .profile-content .name {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .header .profile-content .desc {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .header .profile-content .social a {
  background: #2e3238;
  color: rgba(230, 230, 230, 0.7);
}
body[data-theme="dark"] .header .profile-content .social a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Dropdown menus */
body[data-theme="dark"] .dropdown-menu {
  background-color: #2d2d30;
  border-color: #3e3e42;
}
body[data-theme="dark"] .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}
body[data-theme="dark"] .dropdown-item:hover,
body[data-theme="dark"] .dropdown-item:focus {
  background-color: #3e3e42;
  color: rgba(255, 255, 255, 0.95);
}
body[data-theme="dark"] .dropdown-divider {
  border-top-color: #3e3e42;
}
body[data-theme="dark"] .section .section-inner, .footer {
  background: #1e2124;
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .section .heading {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .experience .item .title {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .testimonials .item .quote {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .latest .item .title a, body[data-theme="dark"] .projects .item .title a, body[data-theme="dark"] .blog .item .title a {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .latest .item .title a:hover, body[data-theme="dark"] .projects .item .title a:hover, body[data-theme="dark"] .blog .item .title a:hover {
  color: #fafafa;
}
body[data-theme="dark"] .testimonials .item .source .name {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .education .item .title {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .languages .item .title {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .list ul li a, body[data-theme="dark"] .credits ul li a {
  color: inherit;
}
body[data-theme="dark"] .experience .item .title .place a {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .experience .item .title .place a:hover {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .aside .subheading {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .border, body[data-theme="dark"] .contrib-column {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
body[data-theme="dark"] .text-muted {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .content p {
  color: rgba(255, 255, 255, 0.8);
}
body[data-theme="dark"] .content ul {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .order-summary h1 {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .review-body {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .disclaimer {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .card-body {
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .card {
  background-color: #2d2d30;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .card h3,
body[data-theme="dark"] .card h4,
body[data-theme="dark"] .card h5,
body[data-theme="dark"] .card h6,
body[data-theme="dark"] .card p {
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .card .text-muted {
  color: rgba(255, 255, 255, 0.7) !important;
}
body[data-theme="dark"] .list-group-item h6 {
  font-size: 0.95rem;
}
body[data-theme="dark"] .card-header {
  background-color: #252526;
  border-bottom-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .list-group-item {
  background-color: #2d2d30;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.7);
}
body[data-theme="dark"] .table {
  color: rgba(255, 255, 255, 0.9);
  border-color: #3e3e42;
  background-color: transparent;
}
body[data-theme="dark"] .table thead th {
  background-color: #252526;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
/* Table rows - base styles */
body[data-theme="dark"] .table > :not(caption) > * > * {
  background-color: #2d2d30;
  border-bottom-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}

/* Table hover effect - matches Bootstrap's .table-hover specificity */
body[data-theme="dark"] .table-hover > tbody > tr:hover > * {
  background-color: #3e3e42;
}

/* Alternating row colors */
body[data-theme="dark"] .table > tbody > tr:nth-of-type(odd) > * {
  background-color: #2d2d30;
}

body[data-theme="dark"] .table > tbody > tr:nth-of-type(even) > * {
  background-color: #252526;
}

/* Table borders and text */
body[data-theme="dark"] .table > tbody > tr > td {
  border-color: #3e3e42;
}

body[data-theme="dark"] .table > tbody > tr > td:first-child {
  padding-left: 1rem;
}

body[data-theme="dark"] .table tbody td strong {
  color: rgba(255, 255, 255, 0.95);
}

body[data-theme="dark"] .table tbody td .text-muted,
body[data-theme="dark"] .table tbody td small.text-muted {
  color: rgba(255, 255, 255, 0.65) !important;
}
body[data-theme="dark"] .form-control {
  background-color: #2d2d30;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .form-control:focus {
  background-color: #2d2d30;
  border-color: #5cb85c;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .form-select {
  background-color: #2d2d30;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .alert {
  background-color: #2d2d30;
  border-color: #3e3e42;
  color: rgba(255, 255, 255, 0.9);
}
body[data-theme="dark"] .alert-success {
  background-color: #1e4620;
  border-color: #2d5a2e;
  color: #b7f0b9;
}
body[data-theme="dark"] .alert-danger {
  background-color: #5c1e1e;
  border-color: #7a2828;
  color: #f5b7b1;
}
body[data-theme="dark"] .alert-info {
  background-color: #1e3a5c;
  border-color: #2e4e7a;
  color: #b7d7f5;
}
body[data-theme="dark"] .btn-outline-secondary {
  color: rgba(255, 255, 255, 0.85);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
}
body[data-theme="dark"] .btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 1);
}
body[data-theme="dark"] .btn-outline-primary {
  background-color: rgba(13, 110, 253, 0.1);
  border-color: rgba(13, 110, 253, 0.5);
  color: #5d9cfd;
}
body[data-theme="dark"] .btn-outline-primary:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
body[data-theme="dark"] .btn-outline-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-color: rgba(220, 53, 69, 0.5);
  color: #f66;
}
body[data-theme="dark"] .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
body[data-theme="dark"] .btn-sm {
  background-color: transparent;
}
body[data-theme="dark"] .table .btn-sm {
  padding: 0.25rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1;
}
body[data-theme="dark"] .promo-widget::before {
  background: rgba(0, 0, 0, 0.6);
}
body[data-theme="dark"] .promo-widget:hover .heading {
  color: #3AAA64;
}

/* ---------- Counter ---------- */

#access-counter {
  width: 100%!important;
}
.stc-skin-simple.stc-style-elegant-white {
  color: #778492!important;
}
#access-counter .stc-group-digits {
  box-shadow: 0 0 2px  #778492;
  background: transparent;
  padding: 20px 15px 15px;
  height: unset;
  line-height: unset;
}
.stc-group-days {
  display: none!important;
  visibility: hidden!important;
}
.stc-group-days + .stc-divider {
  width: 0!important;
}
#access-counter .stc-group .stc-group-label {
   background-color:transparent;
   box-shadow: none;
   border-radius: unset;
   text-transform: uppercase;
}
#access-counter .stc-group .stc-digit {
  font-size: 2em;
}
#watch-counter{
  display: flex;
  align-items: center;
  justify-content: center;
  color:  #e63d24;
}
#watch-counter .stc-group, #watch-counter .stc-group-digits {
  display: inline-flex;
}
#watch-counter .stc-group-digits .stc-digit-1 {
  margin-right: 3px;
}
#watch-counter .stc-divider {
  width: 4px!important;
}
#watch-counter .stc-group-minutes:before, #watch-counter .stc-group-seconds:before {
  content:"•";
  margin-right: 4px;
}

.custom-nav {
  display: flex;
  padding-left: 0;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}

/* ---------- Scheduled ---------- */

.details-inner-box {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #969696;
}
.details-inner-box span:not(:last-child) {
  margin-right: 10px;
}

#result .logo {
  display: none;
  visibility: hidden;
  text-align: center;
}

/* ---------- Responsive ---------- */

@media (max-width: 767.98px) {
  .header {
    text-align: center;
  }
  .header .profile-image {
    float: none !important;
    margin: 0 auto;
  }
  .header .profile-content {
    float: none !important;
    text-align: center;
  }
  .header .btn {
    float: none !important;
  }
  .project-image {
    margin-bottom: 15px;
  }
  .custom-nav {
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1360px;
    max-width: inherit;
  }
}

@media print {
 @page {
   margin: 1in;
 }
  body {
        padding-top: 0.20in;
             padding-left: 0.80in;
    padding-right: 0.80in;
  }
        .hide-on-print {
          display: none!important;
        }
  .shadow-sm {
    box-shadow: none!important;
  }
        h1, h2, h3, h4, h5 {
          color: #000000;
        }
        p {
          color: #111111;
        }
        li {
          color: #111111;
        }
        hr {
            color: #111111;;
        }
        .blue {
            color: #000000;
        }
        .blue h5 {
            color: #000000;
        }
        .green {
            color: #000000;
        }
        .green h5 {
            color: #000000;
        }
}

/* Form inputs - better placeholder visibility in dark mode */
body[data-theme="dark"] .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

/* ---------- Promo Widget ---------- */

.promo-widget {
    position: relative;
    background-size: cover;
    background-position: center;
    border: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    text-align: center;
}
.promo-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
}
.promo-widget:hover {
    border-color: #3AAA64;
}
.promo-widget:hover .heading,
.promo-widget:hover .promo-link-text {
    color: #3AAA64;
}
.promo-link {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.promo-link:hover {
    text-decoration: none;
}