/* General Layout 
body {
    background-color: #f9f9f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}*/

body {
	background-color: #eaeaea;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	color: #333;
	overflow-x: hidden;
	line-height: 1.6;
}

a {
	text-decoration: none;
	color: #045b99;
}
a:hover, a:focus {
	color: #000080;
  outline: 0 !important;
	
}




h1 {
  color: #045b99;
}

.container {
    padding-top: 5px;
    padding-bottom: 5px;
}


.featured-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: gold;
  color: black;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 0.8rem;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

/* Listing Cards */
.listing-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    transition: box-shadow 0.2s ease;
    background-color: #fff;
}

.listing-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.listing-card h4, .listing-card h2 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.listing-card .badge {
    font-size: 0.75rem;
    vertical-align: middle;
}

.listing-card .btn {
    font-size: 0.85rem;
}

.listing-title {
  text-decoration: none;
	color: #045b99;
   transition: color 0.3s ease;
}

.listing-title:hover {
 color: #000080;
  outline: 0 !important;
}


/* Sidebar */
.sidebar-widget {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    margin-bottom: 20px;
    padding: 1rem;
}

.sidebar-widget h5 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}



/* Navbar */
.navbar-brand img {
    max-height: 50px;
}

.navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    font-weight: 500;
}

.dropdown-menu {
   /*padding-right: 1rem;
    padding-left: 1rem;*/
    font-weight: 500;
}

.dropdown-item{

   /*padding-right: 1rem;
    padding-left: 1rem;*/
    
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
}

/* Footer */
footer {
    background-color:#014f8e;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}

/* Forms */
input.form-control, textarea.form-control, select.form-select {
    border-radius: 0.375rem;
}

form .btn {
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
}

/* Alerts */
.alert {
    font-size: 0.95rem;
    padding: 10px 15px;
}

.breadcrumb-nav {
  font-size: 0.9rem;
  color: #6c757d;
}
.breadcrumb-nav a {
  color: #007bff;
  text-decoration: none;
}
.breadcrumb-nav a:hover {
  text-decoration: underline;
}

 .breadcrumb a {
    text-decoration: none;
  }

  .featured-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  /*border-top: 30px solid gold;
  border-left: 80px solid transparent;*/
  z-index: 10;
}

.featured-badge span {
  position: absolute;
  top: -25px;
  right: 0;
  width: 100px;
  text-align: center;
  /*transform: rotate(45deg);*/
  color: black;
  font-size: 0.75rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px #fff;
}

.card-header-style {
    background-color: #014f8e;
    font-size: 1rem;
  font-weight: bold;
  color: #f0f0f0;
}


.triangle-badge {
  width: 0;
  height: 0;
  border-top: 60px solid #ffc107; /* Yellow */
  border-left: 60px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.triangle-badge span {
  position: absolute;
  top: -45px;
  right: -2px;
  color: black;
  font-size: .70rem;
  text-align: center;
  transform: rotate(45deg);
  font-weight: bold;
}
.triangle-badge .star-size{
  position: absolute;
  top: -60px;
  right: 5px;
  color: black;
  font-size: 1.2rem;
  text-align: center;
  transform: rotate(45deg);
  font-weight: bold;
}


.featured-card {
  background-color: #fff9e6; /* soft yellow */
  border: 1px solid #ffc107; /* Bootstrap warning color */
}

table  td {
  font-family: 'Roboto', sans-serif;
	font-size: 13px;

}