/* Page background like screenshot */
body {
    min-height: 100vh;
    background: url("../img/bg-body.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
}
/* Global font */
body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    letter-spacing: 0.2px;
    color: grey;
}
ul li {color:#858585;}
p, li {
  font-weight: 400;
}

img{max-width: 100%;}
p {
    font-size: 16px;
    color: #858585;
    text-align: justify;
    font-weight: 300;
}
.bg-header {
    background: url(../img/header-bg.png);
    max-width: 1240px;
    background-size: cover;
    height: 240px;
    display: flex;
    align-items: flex-end;
}
.zero-padding{padding: 0 !important;}
/* Main white container */
.site-shell {
    max-width: 1240px;
    margin: 28px auto 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    overflow: hidden;
    padding: 30px;
}

/* Slider panel */
.slider-panel {
    background: #ededed;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding: 18px 20px 10px;
}

.slider-nav-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}

.slider-nav-btn.left {
    left: 10px;
}

.slider-nav-btn.right {
    right: 10px;
}

.icon-circle {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .20);
    overflow: hidden;
    background: #fff;
}

.icon-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-line {
    font-size: 12px;
    letter-spacing: .5px;
    color: #3b3b3b;
    text-align: center;
    margin-top: 8px;
    text-transform: uppercase;
}

.blue-strip {
    background: #2f83b7;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .35px;
    padding: 8px 10px;
    text-align: center;
    margin: 10px auto 8px;
    max-width: 760px;
}

.big-title-bar {
    border: 2px solid #9bb7c7;
    background: #e9eef2;
    text-align: center;
    padding: 10px 12px;
    margin: 0 auto;
    max-width: 860px;
}

.big-title-bar h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    color: #1e8ac0;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: .3px;
}

.slider-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    padding: 10px 0 6px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    opacity: .35;
}

.dot.active {
    opacity: 1;
    background: #555;
}

/* Content area */
.content-wrap {
    padding: 16px 16px 30px;
}

/* Sidebar cards */
.side-card {
    border: 1px solid #d5dbe0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
    background: #fff;
}
a.thumb-card {
    text-decoration: none !important;
}
.side-card .side-head {
    background: linear-gradient(#2a8bbf, #1e6f9a);
    color: #ffd200;
    font-weight: 700;
    text-transform: none;
    font-size: 12px;
    padding: 8px 10px;
    text-align: center;
}

.side-card .side-body {
    padding: 10px;
    background: #f4f6f7;
}

.side-card img {
    width: 100%;
    border-radius: 4px;
    display: block;
}

/* Main text */
.intro-text {
    font-size: 12px;
    line-height: 1.8;
    color: #6a6a6a;
}

/* Thumbnails row */
.thumb-card {
    /*border: 1px solid #d8dfe5;*/
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

.thumb-card img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.thumb-caption {
    text-align: center;
    padding: 8px 8px 10px;
    font-size: 16px;
    color: #6a6a6a;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 50px;
}
/* Footer spacing */
.site-footer-wrap {
    background: rgba(0, 0, 0, .55);
    color: #cfcfcf;
    padding: 16px 0;
    margin-top: 24px;
    text-align: center;
    font-size: 12px;
}
.service-img{
    border-radius: 50%;
    border: 1px solid #e3e3e3;
}
.round-border {
    border-radius: 8px;
    border: 3px solid #C1BFBF;
    margin-top: 10px;
}

.carousel-indicators {
    bottom: -37px;
}

.carousel-indicators [data-bs-target] {
    .carousel-indicators [data-bs-target]
}
a.service-item.text-center {
    text-decoration: none !important;
    color: black;
    font-weight: 600;
}
/****Heder***/
/* Header background already set by you */
/* Logo */
.header-logo {
  max-height: 80px;
}

/* Menu wrapper */
.header-menu {
    padding: 8px 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #1e4f7a, #1e73be);
    border: 1px solid white;
}

/* Menu links */
.header-menu .nav-link {
  color: #fff;
  font-size: 13px;
  padding: 6px 14px;
  margin: 0 2px;
  border-radius: 6px;
  transition: background 0.2s ease;
}

/* Hover */
.header-menu .nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Active */
.header-menu .nav-link.active {
color: #ffffff;
    font-weight: 700;
}

/* Mobile */
@media (max-width: 991px) {
  .header-menu {
    margin-top: 10px;
  }
}

/* Keep layout similar width */
@media (max-width: 992px) {
    .site-shell {
        margin: 14px auto 0;
    }

    .big-title-bar h2 {
        font-size: 28px;
    }
    div#zorjeNavbar {
    position: absolute;
    width: 100%;
    top: 42px;
    z-index:99;
}
}
@media (max-width: 600px) {
      .bg-header {
        background: url(../img/header-bg-1.jpg);
        max-width: 1240px;
        background-size: cover;
        height: auto;
        display: flex;
        align-items: flex-end;
        padding-top: 130px;
        padding-bottom: 18px;
    }
}




/* Dropdown menu styling */
.header-menu .dropdown-menu {
  background: linear-gradient(135deg, #348fe6, #1e73be);
  border: none;
  border-radius: 8px;
  padding: 6px 0;
}

.header-menu .dropdown-item {
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
}

.header-menu .dropdown-item:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
}