:root {
    --main-color: #2F806F;
}


/* FTS Editable Hover Effects */

.fts_editable_trigger:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2),

    0 2px 8px rgba(255, 140, 0, 0.15);

  border-radius: 4px;

  padding: 2px 4px;

  margin: -2px -4px;

}



.fts_editable_trigger:active {

  transform: translateY(1px);

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.3), 0 1px 4px rgba(255, 140, 0, 0.2);

}



.fts_editable {

  position: relative;

  display: inline-block;

}



.fts_editable:hover {

  background: linear-gradient(

    135deg,

    rgba(255, 140, 0, 0.08) 0%,

    rgba(255, 165, 0, 0.12) 100%

  );

  box-shadow: 0 0 0 3px rgba(255, 140, 0, 0.2);

  border-radius: 4px;

}



/* Prevent link behavior for editable links */

a.fts_editable {

  pointer-events: none;

}



a.fts_editable .fts_editable_trigger {

  pointer-events: auto;

}



.language_switcher button {

  margin-top: 10px;

  color: white;

  border: none;

}



.slider-one_heading {
    font-size: 46px;
    color: #969696;
    line-height: 60px;
}

.slider-one .swiper-slide-active .slider-one_text {
    color: #2B2626;
}

.news-block_three-image img {
    height: 360px;
    object-fit: cover;
}

.feature-block_one-price {
    font-size: 21px;
    color: block;
    font-weight: normal;
}

.service-block_one-title {
    font-size: 18px;
    line-height: 26px;
}

.cta-one_heading {
    font-size: 60px;
    line-height: 70px;
}

.project-two_full {
    padding: 15px 0px !important;
}

.instagram-block_one-image img {
    height: 260px !important;
}

.main-footer .widgets-section {
    padding: 41px 0px !important;
}

.main-footer img {
    height: 100px !important;
}

.footer-title {
    font-size: 21px;
}

.main-footer span,
.footer-contact_list li .icon {
    color: white;
}

.footer-contact_list li .icon {
    font-size: 41px;
}

.main-footer_copyright {
    width: 100%;
    text-align: center;
    text-transform: none;
}

.main-footer_copyright a {
    color: white;
    font-weight: bold;
}

.page-title {
    background-attachment: initial;
}

.page-title:before {
    background-color: #140f0f40;
}

.blog-detail_image {
    height: 500px;
    object-fit: cover;
}

.blog-detail_date {
    padding: 0px 22px 9px;
}

.blog-detail_meta {
    text-align: right;
}

.blog-detail_text ul li {
    margin-left: 30px;
    list-style: disc;
}

.category-list li a {
    background-color: #A3A3A3;
}

.service-detail_text ul li {
    margin-left: 30px;
    list-style: disc;
}













.main-header.header-style-one .header-lower .logo-box .logo:before {
    background-color: rgb(255 255 255);
}

.main-header.header-style-one .header-lower .logo-box .logo:after {
    border-top: 90px solid rgb(255 255 255);
}

.main-header.header-style-one .header-lower .logo-box:before {
    border-bottom: 18px solid rgb(255 255 255);
}

.main-header.header-style-one.fixed-header .header-lower .logo-box .logo img {
    filter: none;
}

.project-two_full {
    width: 100%;
    padding: 80px 0;
}

/* razmak izmedju slajdova */
.instagram-one_carousel .swiper-slide {
    padding: 0 12px;
}

/* link preko cele fotografije */
.instagram-block_one-image a.lightbox-image {
    display: block;
    width: 100%;
    height: 100%;
}

/* slika da bude kao u temi */
.instagram-block_one-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}





.pricing_table {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pricing_table br {
    display: none;
}

.pricing_table_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.pricing_table_table thead th {
    text-align: left;
    padding: 14px 16px;
    background: #f5f5f5;
    font-weight: 600;
    border-bottom: 2px solid #e2e2e2;
}

.pricing_table_table tbody td {
    padding: 14px 16px;
    border-bottom: 1px solid #e6e6e6;
}

.pricing_table_table tbody tr:hover {
    background: rgba(0,0,0,0.03);
}

.pricing_table_table td:last-child,
.pricing_table_table th:last-child {
    text-align: right;
    white-space: nowrap;
    font-weight: 600;
}

.pricing_table_note {
    margin-top: 12px;
    font-size: 14px;
    color: #777;
}

