body, html {
    font-family: "Lato", sans-serif;
    width: 100%;
    background: #240000;
    background: linear-gradient(0deg, rgba(36, 0, 0, 1) 0%, rgba(121, 9, 9, 1) 35%, rgba(0, 212, 255, 0) 100%);
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

a:focus, 
a:hover {
    text-decoration: none;
}

.table-responsive {
    position: relative;
    max-height: 80vh;
    overflow-x: auto;
    overflow-y: auto;
}

.table thead th {
    position: sticky;
    top: 0;
    background: #343a40;
    color: #fff;
    z-index: 1010;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.table tbody td:first-child, 
.table tbody th {
    position: sticky;
    left: 0;
    background: #fff;
    z-index: 1010;
    box-shadow: 2px 0 3px rgba(0, 0, 0, .1);
}

thead th:first-child {
    left: 0;
    z-index: 1020;
}

thead th:last-child {
    max-width: 8rem;
}

.table tbody .table-primary td, 
.table tbody .table-primary th {
    background: #d3c2c2 !important;
    border: none;
    font-weight: 700;
    z-index: 1020;
    position: sticky;
    top: var(--header-height, 72px);
}

tbody .table-primary td:first-child, 
tbody .table-primary th:first-child {
    left: 0;
    z-index: 1025;
}

@media (max-width: 768px) {
    td, th {
        padding: 8px;
        font-size: 14px;
    }
}

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    font-weight: 600;
    text-align: center;
}

hr {
    border-color: #ffc266;
    border-width: 5px;
    max-width: 100%;
}

.container-h1 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding-bottom: 1rem;
    color: #333;
}

img.logo:hover {
    transform: scale(1.2);
    transition: 1s ease-out;
}

@media (max-width: 768px) {
    .container-h1 {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .to-top{
        display: none !important;
    }
    .container-h1 {
        font-size: 1.8rem;
    }
	.social-networks {
		margin-left: 0px !important;
		justify-content: center !important;
	}

	.navbar {
		position: fixed;      /* Fixes the navbar at the top */
		top: 0;
		left: 0;
		width: 100%;          /* Makes it span the full width */
		background: white;    /* Ensures visibility */
		z-index: 1050;        /* Keeps it above other content */
		display: flex;
		flex-direction: column;
		align-items: flex-start;  /* Centers items horizontally */
		padding: 10px 0;      /* Adds some spacing */
	}
	
	/* Ensures navbar items are centered */
	.navbar-nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
		padding-right: 0 !important;
	}
	
	/* Ensures the toggler stays on the right and does not affect centering */
	.navbar-toggler {
		position: absolute;
		right: 15px; /* Keeps it at the right edge */
		top: 11px;
	}
	
	/* Optional: Adjusts text alignment inside nav links */
	.navbar-nav .nav-item {
		width: 100%;
	}

    .navbar-collapse {
        width: 100%;
    }
}
@media (max-width: 385px) {
    .bg-section {
        margin-left: 0px !important;
        width: 100% !important;
    }

	#footer address i{
		margin-left: 2rem;
	}
}

.hr-h3s {
    border: 3px solid #e94b3c;
    width: 70px;
    margin: 0 auto 35px auto;
}

section {
    align-items: center;
    padding: 50px 60px;
}

.bg-section h2 {
    text-transform: none;
    color: #ffc266;
    background-color: #182c39;
    margin: 50px 0;
    padding: 25px 20px;
    border-radius: 50px;
}

.slide {
    animation-name: slide;
    animation-duration: 1.5s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.navbar {
    background-color: #fff;
    font-family: "Jost";
    font-weight: 500;
    padding: 0 0;
    transition: padding .5s;
}

.navbar .navbar-brand {
    color: #fff;
    font-weight: 500;
    text-transform: none;
    font-size: 25px;
    padding-left: 15px;
    text-shadow: 0 0 2px #fff;
}

.navbar .navbar-brand:focus, 
.navbar .navbar-brand:hover {
    color: #d24434 !important;
    transition: color 1s;
}

.navbar .navbar-nav {
    padding-right: 50px;
}

.navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
    color: #310000 !important;
    margin: auto 5px;
    text-shadow: #b9b9b9 .2em .1em .2em;
    -webkit-text-stroke: .01px #fff;
}

.navbar .navbar-nav > li > a:focus:hover, 
.navbar .navbar-nav > li > a:hover {
    color: #d24434 !important;
    transition: color 1s;
}

.navbar.scrolled {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	padding: 5px 0;
	opacity: 0.9;
}

i.fa {
	font-size: 17px;
	margin-bottom: 5px;
	background-color: white;
	color: #310000;
	border-radius: 50%;
	padding-bottom: 20px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 31px;
	text-decoration: none;
	transition: color 1s;
  
}

.fa-facebook:hover,
.fa-instagram:hover {

	border: 1px solid #fff;
	color: #fff;
	background-color: #310000;
}

.footer-align .col-md-6 img {
    display: block;
    margin: auto;
    width: 50%;
    position: relative;
    padding: 1rem 0;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 0 .4rem rgb(202, 202, 202));
}

.footer-contacts {
    max-width: 500px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.footer-contacts address a, 
.footer-contacts span {
    padding-left: .5rem;
}

.footer-contacts address i{
	margin-left: 4rem;
}

.social-networks {
    margin-left: 4rem;
    display: flex;
    justify-content: flex-start;
	gap: 15px;
}

.img {
    margin-top: 55px;
    width: 100%;
}

.logo {
    width: 50px;
}

.bg-section {
    margin: 20px 10%;
    background-color: #fff;
    padding: 5%;
    border-radius: 30px;
}

#about h3 {
    color: #e94b3c;
}

p.first::first-letter {
    font-size: 150%;
    color: #000;
}

#about .image {
    display: block;
    width: 100%;
    height: auto;
}

.bg-menu {
    margin: auto 50px;
}

#menu .hr-menu {
    border: 2px solid #182c39;
    width: 100%;
}

#service h4 {
    margin: 10px auto;
    font-size: 20px;
    color: #555;
}

.contact a, 
.contact span {
    color: #fff;
    padding-left: .3rem;
}

.contact ul {
    padding-left: 0;
}

#contact .left-box {
    background-color: #b46562;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: none;
    line-height: 1.8em;
    font-weight: 500;
    padding: 10px 15px;
    color: #fff;
    max-width: 500px;
}

#footer {
    background-color: #240000;
    color: #fff;
}

#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 2.2;
}

#footer h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#footer a {
    color: #aaa;
}

#footer a:focus, 
#footer a:hover {
    text-decoration: none;
    color: #fff;
}

#footer .social-networks {
    padding-top: 10px;
}

#footer .hr-foot {
    width: 80%;
    margin: 10px auto;
    border: 1px solid #fff;
}

#footer .to-top {
    font-size: 30px;
    position: fixed ;
    right: 12px;
    bottom: 12px;
    height: 40px;
    width: 40px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
}

#footer .to-top:hover {
    background-color: #222;
    color: #fff;
    transition: all 1s ease;
}

#prices tr:not(.table-primary) td:first-child {
    font-style: italic;
}

#call-button {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #888;
    padding: 0.8rem;
    color: white;
    /*background: #1ebbd7;*/
    background: #0096FF; 
    text-shadow: 0 0 BLACK;
    font-size: 1.5rem;
}
#call-button:hover {
    background: #4579af;
    transition: 0.25s ease-in-out;
}
.call-phone {
    padding: 4px;
    display: flex;
    justify-content: flex-end;
}

.language-switcher {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  padding: 1rem;
  font-family: Arial, sans-serif;
}

.language-switcher a {
  text-decoration: none;
  background-color: #31000027;
  padding: 0.5rem 0.7rem;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}

.language-switcher a[aria-current="page"] {
  background-color: #310000;
  color: #fff;
  cursor: default;
}

.language-switcher a:hover:not([aria-current="page"]) {
  background-color: #f0f0f0;
}

.vertical-text {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle !important;
    font-weight: bold;
    color: red;
    font-size: 2rem;
    rotate: 270deg;
}


@media (max-width: 576px) {
    .language-switcher a{
        padding: 0.4rem 0.2rem;
        
    }
}