html {
	position: relative;
	min-height: 100%;
}

body {
	/* Padding top for navbar */
	padding-top: 56px;
	/* Margin bottom for footer height */
	margin-bottom: 60px;
}

section {
	padding: 150px 0;
}

img {
	max-width: 100%;
}


pre,
code {
	background: #f8f8f8;
	color: #333;
}

pre {
	border-left: 2px solid #ccc;
	padding: 10px;
}

code {
	display: inline-block;
	padding: 0 0.5em;
	line-height: 1.4em;
	border-radius: 3px;
}

table {
	empty-cells: show;
	border: 1px solid #cbcbcb;
	width: 100%;
	font-size: 0.9em;
	margin-bottom: 1rem;
}

thead {
	background-color: #e0e0e0;
	color: #000;
	text-align: left;
	vertical-align: bottom;
}

tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

th,
td {
	padding: 0.5em 1em;
}

h1.title,
h2.title {
	font-size: 2.3rem;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px 20px;
	border-left: 5px solid #eee;
	font-style: italic;
}

/* Navbar */
img.nav-svg-icon {
	width: 1rem;
	height: 1rem;
	padding-bottom: 2px;
}

.nav-link {
	font-size: 0.8em;
}

/* Footer */
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 0.8em;
}

.mini-logo {
	height: 22px;
	padding-bottom: 5px;
}

/* Plugins */
.plugin {
	margin-top: 3rem;
}

.plugin-label {
	font-size: 1em;
	text-transform: uppercase;
}

.plugin ul {
	list-style: none;
	padding: 0 0 0 10px;
}

.bi {
	margin-right: .5rem !important;
}

/*Logo css*/
.headinger2 {
    display: flex;
    align-items: center; /* Align logo and text */
    gap: 15px; /* Adjust space between logo and text */
    /*padding: 10px 20px;  Add padding for better spacing */
    /*background-color: #f8f9fa;  Light background for contrast */
    /*border-radius: 8px;  Smooth rounded corners */
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  Soft shadow for depth */
    max-width: fit-content; /* Ensures it only takes necessary space */
}

.logoer2 {
    height: 25px; /* Slightly smaller for a refined look */
    width: 25px;
    border-radius: 50%; /* Circular logo for a modern look */
    border: 2px solid #ddd; /* Subtle border around logo */
    padding: 0.1px;
    background-color: white;
}

.text-containerer2 {
    display: flex;
    flex-direction: column; /* Stack title and tagline */
    justify-content: center; /* Center align text */
    line-height: 1.2; /* Reduces space between title and tagline */
    padding-bottom: 10px;
    padding-top: 10px;
}

.titleer2 {
    font-size: 1.8rem; /* Slightly larger for emphasis */
    font-weight: bold;
    color: #222; /* Darker shade for a premium look */
    letter-spacing: 3px; /* Subtle spacing for elegance */
}

.taglineer2 {
    font-size: 16px; /* Slightly larger for readability */
    font-weight: 400;
    color: red; /* Softer color for a clean aesthetic */
    margin-top: 0px; /* Space between title and tagline */
}
