/* from oh page */
.page-header.fix {
  padding: 0px;
  /* background-color: #00000011; */
  /* background-color: #0000001f; */
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.2888327205882353) 0%,
    rgba(247, 247, 247, 0) 70%,
    rgba(255, 255, 255, 0) 100%
  );
  /* background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.884) 0%,
    rgba(247, 247, 247, 0) 100%,
    rgba(255, 255, 255, 0) 100%
  );*/
}

.page-header-article {
  height: 350px;
  padding: 0px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.884) 0%,
    rgba(247, 247, 247, 0) 100%,
    rgba(255, 255, 255, 0) 100%
  );
}

.page-header.fix h1 {
  color: #ffffff;
  font-size: 40px;
  text-shadow: 2px 2px 8px #0000009d;
  font-weight: 500;
}
/* .page-header.fix.h2{
    font-size: 32px;
}
.page-header.fix.h3{
    font-size: 20px;
    color:#ffffff;
} */

.page-header.fix .t2 {
  font-weight: 200;
}

.page-header.fix p.text {
  color: #ffffff;
  font-size: 22px;
  text-shadow: 2px 2px 8px #000;
  font-weight: 300;
  line-height: 27px;
  width: 100%;
}

.header0 {
  padding-top: 56px !important;
}

img {
  width: 100%;
}

.navbar-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
}

#viewer {
}

.contactus {
  /* display: none; */
}

#footerWrapper {
  overflow: hidden;
}

body {
  font-family: "Roboto";
  color: #000 !important;
}
ul {
  color: #000 !important;
}
p {
  color: #000 !important;
}

.footer-link {
  text-decoration: none;
  color: var(--c-oh-1);
}

@media (max-width: 768px) {
  .p-style-bigger {
    font-size: 16px !important;
  }

  .p-style {
    font-size: 14px !important;
  }

  .p-style-bold {
    font-size: 14px;
  }
}

.p-style-bold {
  font-weight: 500;
  color: #383838;
}

@media (max-width: 1000px) {
  .p-style-bold {
    font-size: 14px;
  }
}

.fix.page-header {
  height: 350px;
}

/* hiding open house button */
.banner-btn-main {
  display: none !important;
}

/* from oh page end */

/* NEWS CENTER START */
.blog-card-img {
  /* height:15rem; */
}
.blog-card {
  border: 0px !important;
}
.blog-header {
  border: 0px !important;
  position: relative;
}
.text-block {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: white;
  color: black;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}
.text-block p {
  margin-bottom: 0 !important;
}
div.card-body {
  padding: 5px 10px 0px 0px;
}

.blog-post-header {
  width: 100%;
  height: 390px;
  overflow: hidden;
  padding-top: 10px;
  xdisplay: flex;
  xjustify-content: center;
  xalign-items: center;
  xposition: relative;
}
.blog-body {
  box-shadow: var(--shadow-box-clean);
}
h4.h-b {
  font-weight: 400 !important;
}
h3.h-b {
  font-weight: 400 !important;
}

.user-img {
  max-width: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000 !important;
}

@media (max-width: 1200px) {
  aside#sidebar2 {
    display: none;
  }
  .blog-post-header {
    height: 200px !important;
  }
  .page-header.fix {
    padding: 0px;

    background-color: #0000001f;
  }
}

.cs-card-img {
  height: 15rem !important;
}
body {
  color: black !important;
}
p {
  color: black !important;
}
/* NEWS CENTER END */

/*added by EB*/

.social-share {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 100px; /* Adjust the distance from the top of the viewport */
  z-index: 100; /* Ensure it stays above content */
}

/* Improved Icon Styling */
.social-share a {
  display: block;
  margin-bottom: 15px;
  font-size: 1.5rem;
  color: #333;
  transition: color 0.3s;
  text-align: center; /* Center the icons in their div */
}

.social-share a:hover {
  color: #4598a3; /* Hover color */
}

/* Adjust CSS for Consistent Padding */
.article-content {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.article-meta {
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 30px;
}

.article-body {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
}

/* Improved for Desktop Only */
@media (min-width: 768px) {
  .article-body {
    margin-top: -200px; /* Reset margin-top to ensure proper alignment */
  }
}

@media (max-width: 768px) {
  .article-content {
    padding: 15px;
  }

  .article-title {
    font-size: 1.5rem;
  }

  .article-body {
    font-size: 1rem;
  }

  .social-share {
    display: none;
  }
}

.card:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  transition: all 0.2s ease-in-out;
  padding: 25px;
  position: relative;
}

.card-body {
  z-index: 0;
}
.card-img-top {
  margin-bottom: 20px;
}

.card-text {
  color: #6c757d;
}

.card a {
  text-decoration: none;
}

.read-more-label {
  bottom: 10px;
  right: 10px;
  padding: 5px 10px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1;
  font-size: 0.8rem;
}

.card:hover .read-more-label {
  opacity: 1;
}

footer {
  padding: 5em 0;
}
ul {
  margin-bottom: 0 !important;
}
.footer-07 {
  background: #121212;
}
.footer-07 a {
  color: #4598a3;
}
.footer-07 p {
  color: rgb(255, 255, 255);
}

.footer-07 .footer-heading {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-07 .menu {
  margin-bottom: 30px;
}
.footer-07 .menu a {
  color: rgba(255, 255, 255, 0.925);
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
.footer-07 .ftco-footer-social li a {
  background: transparent;
  /* border: 1px solid #4598a3; */
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
}
.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a:hover {
  color: #fff;
}

.podnaslov {
  text-transform: uppercase;
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em;
}

.podnaslov-home {
  text-transform: uppercase;
  color: #7cc4cb !important;
  letter-spacing: 0.1em;
  font-size: 0.9rem;
}
