:root {
   --primary-color: #ff5421;
   /* Eduna Orange */
   --secondary-color: #1e293b;
   /* Eduna Dark Blue */
   --accent-color: #ffbc09;
   --bg-light: #f8f9fa;
   --text-dark: #1e293b;
   --text-muted: #64748b;
   --border-color: #e2e8f0;
   --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
   --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
   --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
   --radius-md: 0.5rem;
   --radius-lg: 1rem;
   --font-sans: 'Outfit', 'Inter', system-ui, -apple-system, sans-serif;
}

body {
   font-family: var(--font-sans);
   background-color: var(--bg-light);
   color: var(--text-dark);
}

body a {
   color: var(--primary-color);
   transition: color 0.3s ease;
}

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

/* TOP BAR */
.top-bar {
   background-color: var(--secondary-color);
   color: #ffffff;
   font-size: 14px;
   padding: 10px 0;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar a {
   color: #ffffff;
}

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

.top-bar i {
   margin-right: 5px;
   color: var(--primary-color);
}

/* MENU BAR */
.menu-bar {
   font-weight: 600;
   background-color: var(--secondary-color) !important;
   box-shadow: var(--shadow-sm);
}

.sticky.is-sticky {
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   z-index: 1000;
   width: 100%;
   box-shadow: var(--shadow-md);
}

.sm-clean {
   background: transparent;
}

.sm-clean>li>a {
   color: #ffffff !important;
   padding: 15px 20px;
}

.sm-clean>li>a:hover,
.sm-clean>li>a:focus,
.sm-clean>li>a:active,
.sm-clean>li>a.highlighted {
   color: var(--primary-color) !important;
}

.sm-clean ul {
   background: #ffffff;
   box-shadow: var(--shadow-md);
   border-radius: var(--radius-md);
   padding: 10px 0;
}

.sm-clean ul a {
   color: var(--text-dark) !important;
   padding: 10px 20px;
}

/* Dropdown hover background Menu */
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
   background: var(--bg-light);
   color: var(--primary-color) !important;
}

/* CAROUSEL */
.carousel-caption {
   color: #fff;
   background: rgba(30, 41, 59, 0.8);
   border-radius: var(--radius-md);
   right: 15%;
   left: 15%;
   bottom: 20%;
   text-align: center;
   padding: 40px;
}

.carousel-caption h2 {
   color: #fff;
   font-weight: 800;
}

.carousel-indicators li {
   background-color: rgba(255, 255, 255, 0.5);
   height: 5px;
   border-radius: 5px;
}

.carousel-indicators .active {
   background-color: var(--primary-color);
}

/*  LOGO */
.brand {
   font-family: var(--font-sans);
   font-weight: 800;
   font-size: 1.5rem;
   color: var(--secondary-color);
   margin-bottom: 0;
}

/* PAGE TITLE */
.page-title {
   font-weight: 800;
   color: var(--secondary-color);
   margin-bottom: 15px;
   padding-bottom: 10px;
   margin-top: 0px;
}





/* TESTIMONI */
.quote {
   overflow: hidden;
   background-color: #32642d;
}

.quote-title {
   font-size: 14px;
   font-weight: bold;
   text-transform: uppercase;
   display: inline-block;
   padding: 15px 15px;
   color: #FFF;
   float: left;
   background-color: #fbbc05;
   left: 0px;
   top: 0px;
   height: 50px;
}

ul.quote {
   display: block;
   padding: 0;
   margin: 0;
   list-style: none;
   line-height: 1;
   position: relative;
   overflow: hidden;
   height: 50px;
   background-color: transparent;
}

ul.quote li {
   color: #fff;
   position: absolute;
   top: -950em;
   left: 0;
   display: block;
   white-space: nowrap;
   font: 14px Helvetica, Arial, sans-serif;
   padding: 17px 15px 15px 15px;
}

ul.quote li span {
   color: #fbbc05;
   font-weight: bold;
}

/*  Conten */
h5.card-title {
   font-size: 16px;
   font-weight: bold;
}

/* Sidebar */
.sidebar .list-group-item {
   border: 1px solid #6c757d;
}

/* Footer */
footer {
   color: #a0aec0;
   font-size: 13px;
}

footer .primary-footer {
   background-color: #0f172a;
   /* Eduna darker blue */
   padding: 15px 0;
}

footer .page-title {
   position: relative;
   display: inline-block;
   margin-bottom: 10px;
}

footer .page-title::after {
   content: '';
   display: block;
   width: 30px;
   height: 2px;
   background-color: var(--primary-color);
   margin: 5px auto 0 auto;
}

footer .secondary-footer {
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   background-color: #0f172a;
   padding: 10px 0;
   font-size: 12px;
}

footer .copyright {
   color: #a0aec0;
}

footer a {
   color: #cbd5e1;
}

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

.social-icon {
   width: 40px;
   height: 40px;
   font-size: 16px;
   background-color: rgba(255, 255, 255, 0.05);
   color: #fff;
   text-align: center;
   margin-right: 10px;
   padding-top: 12px;
   border-radius: var(--radius-md);
   transition: all 0.3s ease;
}

.social-icon:hover {
   background-color: var(--primary-color);
   transform: translateY(-3px);
}

.linked-in {
   background-color: #007bb6;
}

.facebook {
   background-color: #3b5998;
}

.twitter {
   background-color: #1da1f2;
}

.instagram {
   background-color: #fbbc05;
}

.youtube {
   background-color: #ef4e17;
}

.primary-footer nav ol.breadcrumb {
   background-color: transparent;
}

/* Tags */
.tag-content-block {
   display: block;
}

.tag a {
   border: 1px solid #fff;
   padding: 12px 10px 8px 10px;
   color: #fff;
   display: inline-block;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 11px;
   margin-bottom: 5px;
   margin-right: 2px;
   text-decoration: none;
}

.tag a:hover {
   border: 1px solid #fbbc05;
   color: #fff;
}

/* Fullscreen Search */
#search_form {
   z-index: 999999;
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.9);
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-transform: translate(0px, -100%) scale(0, 0);
   -moz-transform: translate(0px, -100%) scale(0, 0);
   -o-transform: translate(0px, -100%) scale(0, 0);
   -ms-transform: translate(0px, -100%) scale(0, 0);
   transform: translate(0px, -100%) scale(0, 0);

   opacity: 0;
}

#search_form.open {
   -webkit-transform: translate(0px, 0px) scale(1, 1);
   -moz-transform: translate(0px, 0px) scale(1, 1);
   -o-transform: translate(0px, 0px) scale(1, 1);
   -ms-transform: translate(0px, 0px) scale(1, 1);
   transform: translate(0px, 0px) scale(1, 1);
   opacity: 1;
}

#search_form input[type="search_form"] {
   position: absolute;
   top: 50%;
   width: 100%;
   color: rgb(255, 255, 255);
   background: rgba(0, 0, 0, 0);
   font-size: 60px;
   font-weight: 300;
   text-align: center;
   border: 0px;
   margin: 0px auto;
   margin-top: -51px;
   padding-left: 30px;
   padding-right: 30px;
   outline: none;
}

#search_form .btn {
   position: absolute;
   top: 50%;
   left: 50%;
   margin-top: 61px;
   margin-left: -45px;
}

.action-button {
   background-color: #224820;
   color: #fff;
}

.action-button:hover {
   background-color: #32642d;
   color: #fff;
}

/* Responsive */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
   .top-left {
      text-align: center !important;
   }

   .top-right {
      display: none;
   }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
   .top-left {
      text-align: center !important;
   }

   .top-right {
      display: none;
   }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
   .top-left {
      text-align: center !important;
   }

   .top-right {
      display: none;
   }
}

/* Overide Toastr color */
.toast {
   background-color: #030303;
}

/* custom toastr success */
.toast-success {
   background-color: #00cb18;
}

/* custom toastr error */
.toast-error {
   background-color: #ef5137;
}

/* custom toastr info */
.toast-info {
   background-color: #4b8df8;
}

/* custom toastr warning */
.toast-warning {
   background-color: #ffb848;
}

.toast-title,
.toast-message {
   text-align: left;
}

.top-header {
   display: flex;
   align-items: center
      /* vertical alignment */
}

/* return to top */
#return-to-top {
   opacity: 0.7;
   z-index: 10000;
   position: fixed;
   bottom: 15px;
   right: 15px;
   background: #fbbc05;
   width: 30px;
   height: 30px;
   display: block;
   text-decoration: none;
   display: none;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

#return-to-top i {
   color: #fff;
   margin: 0;
   position: relative;
   left: 9px;
   top: 5px;
   font-size: 19px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

#return-to-top:hover {
   background: #000;
}

#return-to-top:hover i {
   color: #fff;
}

/* --- MODERN UTILITIES --- */
.modern-card {
   background: #ffffff;
   border-radius: var(--radius-lg);
   border: 1px solid var(--border-color);
   box-shadow: var(--shadow-md);
   transition: transform 0.2s ease, box-shadow 0.2s ease;
   overflow: hidden;
}

.modern-card:hover {
   transform: translateY(-4px);
   box-shadow: var(--shadow-lg);
}

.modern-card .card-body {
   padding: 1.5rem;
}

.modern-card .card-title {
   font-weight: 700;
   color: var(--text-dark);
   margin-bottom: 0.75rem;
}

.modern-card .card-text {
   color: var(--text-muted);
   line-height: 1.6;
}

.feature-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background-color: rgba(255, 84, 33, 0.1);
   /* primary color with opacity */
   color: var(--primary-color);
   font-size: 1.75rem;
   margin-bottom: 1.5rem;
   transition: all 0.3s ease;
}

.modern-card:hover .feature-icon {
   background-color: var(--primary-color);
   color: #fff;
}

.btn-modern {
   background-color: var(--primary-color);
   color: white;
   border: none;
   border-radius: var(--radius-md);
   padding: 0.6rem 1.5rem;
   font-weight: 600;
   transition: all 0.2s;
}

.btn-modern:hover {
   background-color: #e04417;
   /* darker orange */
   color: white;
   box-shadow: var(--shadow-md);
}

.section-title {
   font-size: 2rem;
   font-weight: 800;
   color: var(--secondary-color);
   margin-bottom: 2.5rem;
   position: relative;
   display: inline-block;
}

.section-title::after {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 60px;
   height: 4px;
   background-color: var(--primary-color);
   border-radius: 2px;
}