:root{
    --primary-color: #1E3A5F;
    --secondary-color: #3C8599;
    --primary-font: "Exo 2", sans-serif;
}
p {
    font-family: var(--primary-font);
    font-size: 1.2rem;
}
ul li {
    font-family: var(--primary-font);
    font-size: 1.2rem;
}

h1,h2,h3,h4,h5,h6 {
    font-family: var(--primary-font);
}

a {
    text-decoration: none!important;
    font-family: var(--primary-font);
    color: var(--primary-color);
}
.container {
    max-width: 1200px!important;
}
mark {
    padding: 0px!important;
}

/* Colors */
.bg-black {
    background-color: #000000!important;
}
.bg-white {
    background-color: #ffffff!important;
}
.bg-darkblue {
    background-color: #233A7A!important;
}
.text-white {
    color:#ffffff!important;
}
.bg-light-blue {
background-color: #eff6ff;
}
/* Font klase */
.fw-100 { font-weight: 100; }
.fw-200 { font-weight: 200; }
.fw-300 { font-weight: 300; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.fw-italic { font-style: italic; }
.fw-normal { font-style: normal; }
/* Font */
.text-24 {
    font-size: 24px;
}
.text-justify {
    text-align: justify;
}
p.partners-name {
    text-transform: uppercase;
    font-weight: 800;
    color: #1E3A5F;
    font-size: 24px;
}
p.partners-name-2 {
    text-transform: uppercase;
    font-weight: 800;
    color: #1E3A5F;
    font-size: 18px;
    line-height: 1.25;
}
/* Adjustments */
.br-20 img {
    border-radius: 20px;
}
.mxh-50 img {
    max-height: 50px;
}
.wp-image-275 {
    max-height: 75px;
}
.wp-image-277 {
    max-height: 75px;
}
/* Buttons */
a.btn-primary {
    background-color: #1E3A5F;
    border: 1px solid #ffffff;
    font-family: var(--primary-font);
    font-weight: 600;
    text-transform: uppercase;
}
a.btn-primary:hover {
    background-color: #333333!important;
    border: 1px solid #ffffff!important;
}
a.btn-secondary {
    background-color: #3C8599;
    border: 1px solid #ffffff;
    font-family: var(--primary-font);
    font-weight: 600;
    text-transform: uppercase;
}
a.btn-secondary:hover {
    background-color: #333333!important;
    border: 1px solid #ffffff!important;
}
.btn-green a{
    padding: 8px 32px;
}
/* Header */
/* #main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  } */
#main-nav a img {
    width: 400px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.navbar {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px!important;
}
a.nav-link {
    color: #233A7A!important;
    font-size: 1rem;
    font-family: var(--primary-font);
    font-weight: 800;
    text-transform: uppercase;
}
.current_page_item a {
    color: #12162A!important;
}
a.nav-link:hover {
    color: #12162A!important;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 2rem;
}
  
.navbar-toggler {
border: none;
}
.navbar-toggler:focus .navbar-toggler {
border: none;
}
span.navbar-toggler-icon {
background-image: url('https://www.middlepoint.ba/wp-content/uploads/2025/07/mp-menu-icon-1.svg');
}
.navbar-toggler-icon {
width: 32px;
height: 40px;
}
.offcanvas-body {
flex-grow: 0;
}
ul.dropdown-menu.show {
max-width: 200px;
}
a.dropdown-item {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #1E3A5F;
    text-wrap: auto;
    margin-bottom: 4px;
    background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #233A7A !important;
}
/* Footer */
h4.foot-title {
font-size: 20px;
}
h5.foot-content {
font-size: 14px;
}
p.rights {
font-size: 12px;
}
a.foot-dp {
 font-size: 12px;
 color: #3C8599!important;   
}
.bt-1 {
    border-top: 1px solid #ffffff;
}
a.foot-link {
 font-size: 14px;
 color: #ffffff!important;   
}
/* Hero section*/
.frame-box {
  max-width: 600px;
  margin: auto;
}
/* Services section*/
h2.white-link a {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
}
/* Kutovi */
.corner {
  position: absolute;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  z-index: 1;
}

.top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

.bottom-left {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.ppr {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
@media (max-width: 576px) {
  .corner {
    width: 25px;
    height: 25px;
  }

  .frame-box h1 {
    font-size: 1.75rem;
  }
  p.partners-name {
    font-size: 1rem;
}
}
@media (max-width: 768px) {
a.nav-link {
    font-size: 1.5rem;
}
ul.dropdown-menu.show {
max-width: 100%;
border: none!important;
}
a.dropdown-item {
    background-color: #ffffff;
}
img.menu-logo{
    display: block!important;
    max-width: 280px;
}
.custom-logo-link {
    max-width: 200px;
}
}
img.menu-logo{
    display: none;
}
.br-10 {
    border-radius: 10px;
}
img.sto-najvecih {
    max-width: 150px;
}
/* Pagination style */
span.page-link.current {
    background-color: #1E3A5F!important;
    border-color: #1E3A5F!important;
}
a.page-link {
    color: #1E3A5F!important;
}
a.next.page-link {
    color: #1E3A5F!important;
}
a.prev.page-link {
    color: #1E3A5F!important;
}
/* Contact page */
/* Sekcija s mapom */
.contact-map {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.contact-map .map-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
}

.contact-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* filter: hue-rotate(200deg) saturate(1.3) brightness(0.85); */
  border: 0;
}
/* Plavi overlay 
.contact-map .map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 85, 162, 0.186); 
  pointer-events: none;  
} omogućava interakciju sa mapom */

/* Responsivnost (visina se može smanjiti na manjim ekranima) */
@media (max-width: 768px) {
  .contact-map .map-wrapper {
    height: 400px;
  }
  .text-justify {
    text-align: left;
}
}
