/*
Theme Name: Template Theme
Author: Atanas
Description: A simple template theme
Version: 1.0
*/
                
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

.fw-800 {
  font-weight: 800 !important;
}


.main-section .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.main-section .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


body {
  margin: 0;
  font-family: 'Onest', sans-serif !important;                                  
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  font-family: 'Onest', sans-serif !important;
}

h1, h2, h3, h4, h5 {
  font-family: 'Onest', sans-serif !important;
  font-weight: bold !important; 
  font-style: normal;
}

a, .btn, button {
  font-weight: 400;
  font-style: normal;
  text-decoration: none; 
}

.z-index-m1 {
  z-index: -1 !important;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-100 {
  z-index: 100 !important;
}

.wppb-builder-container .wppb-column-parent-view {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* header */
.main_menu .navbar-brand img {
  max-width: 300px !important;
}
.main_menu .header_social_icon ul {
  list-style-type: none;
}
.menu-item {
  padding: 5px 15px;
}
.menu-item a {
  color: #1C2126;
  text-decoration: none;
}
.main_menu .row {
  margin: 0 !important;
  margin-right: 0 !important;
}

.navbar-nav li:hover > .dropdown-menu {
  display: block;
}


.menu-main .nav-item {
  position: relative;
  z-index: 10;
}


.navbar-nav .dropdown-menu {
  margin-top: 0;
  z-index: 0;
}

.relative-hdr{
  position: absolute;
  width: 100%;
  z-index: 100;
}

.red-bg {
  background-color:#400406;
}

.red-dark {
  background-color:#400406;
}

.header-custom {
  margin-top: auto !important;
  margin-bottom: auto;
}

.header-button button {
  background-color: #e66a5b;
  color: white;
  border: none;
  border-radius: 8px;
    padding: 10px 20px 10px 20px;
  text-transform: uppercase;
}

.header-button button:hover {
  background-color: #c45a4f;
  color: white;
  border: none;
  border-radius: 8px;
    padding: 13px 20px 10px 20px;
  text-transform: uppercase;
}


.m-header-searcbar {
  flex-grow: 1; /* Let the search bar take extra space */
  display: flex;
  justify-content: center; /* Center align the search bar */
}

.m-header-searcbar form {
  display: flex;
  align-items: center;
  max-width: 300px; /* Limit search bar width */
  width: 100%;
}

.m-header-searcbar input[type="search"] {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 50px; 
  background-color: transparent;
  color: #fff;
}

.m-header-searcbar input::placeholder {
  color: #ddd;
}

.m-header-searcbar button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  margin-left: -40px;
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23012060' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}


.navbar-toggler {
  border-color: #012060 !important;
  background-color: transparent; 
	border-width: 2px !important;
}

.navbar-nav .nav-link {
  color: #1C2126;
  transition: color 0.3s ease; /* Optional: Smooth transition effect */
}

.navbar-nav .nav-hover-color .nav-link:hover {
  color: #024de8 !important; /* Hover color */
}

.header-button button:active {
	background-color: #e66a5b !important;
}

.s_act {
	background-color: #ffffff;
}

.relative-hdr {
    position: fixed;
    width: 100%;
    z-index: 100;
}

.contact-us-header a {
	background-color: #012060;
    color: #ffffff !important;
    border-radius: 10px;
	padding-right: 20px !important;
    padding-left: 20px !important;
	font-weight: 700 !important;
}

/* Highlight the active top-level menu item */
.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .current-menu-item > .nav-link {
    color: #00208E;

}

/* Highlight active dropdown items */
.dropdown-menu .active > .dropdown-item,
.dropdown-menu .current-menu-item > .dropdown-item {
    color: #ffffff;
    background-color: #002060 ;
}


/* ------------------------------------------------------------------------------------------------------------------- */

/* Footer */

footer .row {
  align-items: center;
  padding: 15px;
}
.footer-logo {
  max-width: 220px;
}
.quick-links-menu,
.contact-list {
  list-style-type: none;
}

.quick-links-menu {
  display: flex;
  flex-wrap: wrap;
}

.contact-list {
  display: flex;
	flex-wrap: wrap;
	padding-left: 0px !important;
	justify-content: center;
	padding-top: 15px;
	margin-bottom: 0px;
}

.contact-list li {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.social-icons-custom {
  color: #e3655b;
  background-color: white;
  font-size: 20px;
  padding: 5px;
  border-radius: 20px;
}

footer li .fas {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  padding-right: 10px;
  padding-bottom: 10px;
}

/* Target all social media icons in the footer */
.footer-bg .social-icons-custom i,
.footer-bg .fab {
    font-size: 2.5em;
    color: #000000;
	padding-right: 10px;
}
.footer-bg .social-icons-custom i:hover,
.footer-bg .fab:hover {
    color: #000000;
}

.footer-bg .social-icons-custom i,
.footer-bg .fa-brands {
    font-size: 3em;
    color: #000000;
}

.footer-bg .social-icons-custom i:hover,
.footer-bg .fa-brands:hover {
    color: #000000;
}

.list-inline-item:not(:last-child) {
    margin-right: 1rem !important;
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Mobile styles (767px and under) */
@media only screen and (max-width: 767px) {
  /* Header */
  .main_menu .container {
    padding: 0;
  }

  .main_menu .navbar-brand img {
    max-width: 250px !important; 
  }

  .main_menu .navbar-collapse {
    margin-top: 20px; 
  }

  .main_menu .header_social_icon {
    margin-top: 20px; 
  }

  .main_menu .header_social_icon ul {
    padding: 0;
    text-align: center;
  }

  .main_menu .header_social_icon li {
    display: inline-block;
    margin: 0 10px; 
  }

  .relative-hdr {
    position: relative;
    background-color: #ffffff;
}

  /* ---------- End of Header ---------- */


}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu .navbar-brand img {
    max-width: 200px; 
  }

  .relative-hdr {
    position: relative;
    background-color: #ffffff;
}
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Desktop Styles */
@media only screen and (min-width: 992px) {
  .main_menu .navbar-brand img {
    max-width: 250px; 
  }

  .main_menu .header_social_icon ul {
    padding: 0;
    text-align: right;
  }

  .main_menu .header_social_icon li {
    display: inline-block;
    margin-left: 10px; 
  }
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Larger than or equal to 992px */
@media only screen and (min-width: 992px) {
  .main_menu .navbar-brand img {
    max-width: 400px !important;
  }

  .footer-logo {
    max-width: 220px;
  }
}

/* ------------------------------------------------------------------------------------------------------------------- */

/* Tablet or smaller */
@media (max-width: 992px) {
	.m-space-footer {
		margin-top: 15px;
	}

}


/* Tablet Styles */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main_menu .navbar-brand img {
    max-width: 300px !important;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu .navbar-brand img {
    max-width: 190px !important;
  }
}