/*!
Theme Name: Mytrt
Author: Dev
Version: 1.0.0
Text Domain: mytrt
*/

/* Bootstrap se učitava preko functions.php.
   Ne trebaju normalize ni reset iz _s jer Bootstrap Reboot to pokriva. */


/* =Link stil po želji
a { text-decoration: none; }
a:hover { text-decoration: underline; }
*/

/* =WordPress helperi koji nisu u Bootstrapu out-of-the-box */
.screen-reader-text {
  /* ekvivalent Bootstrap .visually-hidden */
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  position: static !important;
  width: auto; height: auto;
  margin: 0; clip: auto; white-space: normal;
  padding: .5rem .75rem;
  background: #f1f1f1; border-radius: .25rem; box-shadow: 0 0 0 2px rgba(0,0,0,.2);
  z-index: 100000;
}

/* Skip link ako ga koristiš u headeru */
.skip-link {
  position: absolute; left: -9999px; top: 0;
}
.skip-link:focus {
  left: .5rem; top: .5rem; z-index: 100001;
}

/* =WP align klase za slike i sadržaj iz editora */
.alignleft  { float: left;  margin: 0 1rem 1rem 0; }
.alignright { float: right; margin: 0 0 1rem 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 1rem; }

/* Gutenberg wide/full ako ih koristiš */
.alignwide { max-width: min(1200px, 95vw); margin-left: auto; margin-right: auto; } 
.alignfull { width: 100%; margin-left: 0 !important; margin-right:0 !important; }

/* =WP caption */
.wp-caption { max-width: 100%; }
.wp-caption .wp-caption-text {
  font-size: .875rem; color: #6c757d; text-align: center; margin-top: .5rem;
}

/* =Utility, po potrebi dodaj svoje helper klase */
.hidden { display: none !important; }




/* global css custom */



.anim-scroll-text .word{
    transform-origin: 0 100%;
    opacity: 0;
    transform: translateY(100%) rotateZ(10deg);
}
.anim-scroll-text .line{
    overflow: hidden;
}
.heading-animation .char {
    overflow: hidden;
    opacity: 0;
    transform: translateY(20%);
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > * {
  padding-left: 16px;
  padding-right: 16px;
}


::selection {
  background-color: #003366;
  color: #fff;
}

.p-small {
  font-size: 14px;
}
@media(max-width:767px){
  .p-small {
    font-size: 12px;
  }
}

a {
	text-decoration:none !important;
	transition:all .3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-color: #DEE4EA;
  opacity: 1;
  margin:25px 0;
}


/* ===== Primary Button Customization ===== */
.btn-primary {
  background-color: #2B5CE6;
  color: #fff;
  border: none;
}

/* Hover state */
.btn-primary:hover,
.btn-primary:focus {
  background-color: #003366;
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  color: #003366;
  border: 1px solid #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}


.btn-alt {
  background-color: transparent;
  color: #fff;
  border: 1px solid #39526B;
}

.btn-alt svg {
  width: 8px;
}

.btn-alt:hover,
.btn-alt:focus {
  background-color: #fff;
  color: #003366;
  border-color: #fff;
}

.btn-alt:hover svg path,
.btn-alt:focus svg path {
  fill:#003366 !important;
}

.btn-alt:hover .separator,
.btn-alt:focus .separator {
  background-color: #003366 !important;
}


.btn-black {
  background-color: #070707;
  color: #fff;
  border: 1px solid #070707;
}

.btn-black:hover,
.btn-black:focus {
  background-color: #fff;
  color: #070707;
  border-color: #070707;
}


/* ===== Apply same base sizing to all buttons ===== */
.btn {
  font-size: 16px;
  border-radius: 10px;
  padding: 0 25px;
  height: 54px;
  line-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.btn-icon {
  gap: 10px;
}
.btn-icon .separator {
  background-color: rgba(255,255,255,0.2);
  height: 22px;
  width: 1px;
}

/* ===== Base Typography ===== */
body{
  font-family: 'SF Pro', sans-serif;
  font-size: 16px;
  color: #353941;
  line-height: 1.5;
  font-weight: 400;
  background-color: #F8F9FA;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* ===== Headings ===== */
h1, h2, h3, h4, h5, h6 {
  color: #1A1A1A;
  line-height: 1.2;
  margin: 0;
}

/* h1, h2 — IvyPresto Display */
h1, h2 {
  font-family: 'ivypresto-display',serif;
  font-weight: 400;
}

/* h3–h6 — SF Pro */
h3, h4, h5, h6 {
  font-family: 'SF Pro', sans-serif;
  font-weight: 500;
}


/* ===== Base sizes ===== */
h1, .h1 {
  font-size: 64px;
}
h2, .h2 {
  font-size: 64px;
}
h3, .h3 {
  font-size: 38px;
}
h4, .h4 {
  font-size: 32px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 14px;
}

.p-big {
  font-size: 20px;
}

/* ===== Tablet (≤1024px) ===== */
@media (max-width: 1024px) {
  .p-big {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 48px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 30px;
  }
  h4, .h4 {
    font-size: 26px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  h6, .h6 {
    font-size: 13px;
  }
}

/* ===== Mobile (≤767px) ===== */
@media (max-width: 767px) {
  .p-big {
    font-size: 16px;
  } 
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 34px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 22px;
  }
  h5, .h5 {
    font-size: 16px;
  }
  h6, .h6 {
    font-size: 12px;
  }
}

.container {
	max-width:1216px !important;
	padding:0 !important;
}
section {
	padding:20px;
}

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}

/* footer css */

.site-footer {
	background:#002141;
	padding-top:80px;
	padding-bottom:40px;
	padding-left:20px;
	padding-right:20px;
}
.site-footer p {
	color:#fff;
}
.site-footer .p-about {
	max-width:310px;
}
.menus-footer ul li{
	margin-bottom:35px;
}
.menus-footer ul li a {
	color:#fff;
}
.menus-footer ul li a:hover {
	opacity:0.6;
}
.site-footer .follow-us-h5 {
	margin-top:60px;
}
.site-footer h5 {
	color:#8FA6BE; 
	margin-bottom:30px;
}
.footer-icons {
	display:flex;
	gap:10px;
}
.footer-icons a svg circle,
.footer-icons a svg path {
	transition:all .3s ease !important; 
}
.footer-icons a:hover svg circle {
	fill:#fff;
}
.footer-icons a:hover svg path {
	fill:#39526B; 
}
.footer-worktime p {
	margin-bottom:0;
}
.footer-worktime p span {
	display:block;
	color:#8FA6BE;
	font-weight:500;
}
.site-footer hr {
	border-color:#39526B !important;
	opacity:1;
	margin:20px 0 !important;
	padding:0 !important;
}
.footer-terms {
	display:flex;
	justify-content:flex-end;
	gap:20px;
}
.footer-terms a {
	color:#fff;
}
.footer-terms a:hover {
	opacity:0.6;
}

@media(max-width:767px){
	.footer-terms {
		justify-content:center;
	}
	.footer-lastrow {
		flex-direction:column-reverse;
	}
	.footer-lastrow p {
		margin-top:20px;
		text-align:left !important;
	}
	.menus-footer ul li{
		margin-bottom:15px;
	}
	.footer-icons {
		margin-bottom:0px;
	}
	.site-footer .follow-us-h5 {
	  margin-top: 30px;
	}
	.site-footer h5 {
	  color: #8FA6BE;
	  margin-bottom: 15px;
	}
	.site-footer {
		padding:40px 20px 20px;
	}
  .have-q-text {
    margin-bottom: 30px !important;
  } 
  .menus-footer .row > div {
    margin-bottom: 20px;
  }
  .footerlogo-mobile {
    margin-bottom:0 !important
  }
}

/* footer css end */



/* header css start */


.site-header {
  padding:20px;
  position: sticky;
  top: 0;
  z-index: 10;
}
.headerlogo img {
  width: 150px;
  position: relative;
  z-index: 1;
}
.headerlogo {
  position: relative;
}
.headerlogo::before {
  background-color: #fffc;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(var(--color--7-rgb, 7, 18, 54), .05);
  border-radius: 12px;
  content: "";
  display: block;
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  width: calc(100% + 28px);
  height: var(--header-inline-height, 70px);
  transform: translate(-50%, -50%) scale(.975, .75);
  transform-origin: left;
  transition-property: border-color, opacity, transform;
  transition-duration: .6s;
  transition-timing-function: var(--transition-ease--1, cubic-bezier(0.4,0,0.2,1));
}
body.scrolled .headerlogo::before {
  opacity: 1;
}
.header-btns {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.header-btns a {
  font-size: 14px;
  padding:10px 18px; 
  border-radius: 10px;
}
.header-btns a:first-of-type{
  border:1px solid #CED4D9;
  color:#353941;
}
.header-btns a:first-of-type:hover {
  border-color: #1A1A1A;
}
.header-btns a:last-of-type{
  border:1px solid #1A1A1A;
  color:#fff;
  background:#1A1A1A;
}
.header-btns a:last-of-type:hover{
  background:transparent;
  color:#1A1A1A;
}
.header-navigation {
  display: flex;
  justify-content: center;
  gap: 2px;
}
.header-navigation a {
  color: #353941;
  font-size: 14px;
  padding: 11px 15px;
  display: inline-block;
  border-radius: 10px;
}
.header-navigation li:not(.current-menu-item) a:hover {
  opacity: 0.6;
}
.trigger-mobile-nav,
.mobile-navigation-close {
  display: none !important;
}

.mobile-navigation-div .header-btns {
  display: flex !important;
}

.flex-desktop-row {
  border: 1px solid #DEE4EA;
  border-radius: 10px;
  padding: 5px; 
  background: rgba(255,255,255,0.8);
  position: relative;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body:not(.home) header .menu-item.current-menu-item a {
  background: #DEE4EA;
}

@media(min-width:1025px) and (max-width:1150px){
  .header-navigation a {
    font-size: 12px;
  }
}
@media(max-width:1024px){
  .header-btns-col {
    display: none;
  }
  .mobile-navigation-div .header-btns {
    display: flex !important;
  }
  .trigger-mobile-nav {
    display: inline-block !important;
    background: rgba(255,255,255,0.8);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(var(--color--7-rgb, 7, 18, 54), .05);
    border-radius: 12px;
    padding: 10px;
  }
  .trigger-mobile-nav img {
    width: 35px;
  }
  .headerlogo {
    margin-left: 15px;
  }
  .flex-desktop-row {
    border: none !important;
    background: transparent !important;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center !important;
  }
  .header-btns a,
  .header-navigation a {
    font-size: 22px;
  }
  .mobile-navigation-close {
    display: block !important;
    position: absolute;    
    right: -5px;
    top: -5px;
    z-index: 1;
  }
  .mobile-navigation-div::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.8) !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
  .mobile-navigation-div {
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: 9999;
    background: transparent !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
    border-radius: 20px;
    overflow: hidden;
  }
  .mobile-navigation-div .header-navigation {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .mobile-navigation-div.active {
    opacity: 1;
    pointer-events: all;
  }
}

/* header css end */


.faq-section {
     padding-top: 60px;
     padding-bottom: 60px;
}
.faq-section .container > p {
     max-width: 664px;
     margin:20px 0 30px;
}

/* Patient Help FAQ Category Sections */
.patient-help-category-section {
     margin-bottom: 60px;
}
.patient-help-category-section:last-child {
     margin-bottom: 0;
}
.patient-help-category-section h2 {
     font-size: 28px;
     margin-bottom: 30px;
     font-weight: 600;
}

@media(max-width:767px){
  .faq-section {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}






/* start article home */
.article-tabs-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.article-tabs-wrapper .article-tab {
  padding: 13px 18px;
  line-height: 1;
  background: #fff;
  border: 1px solid #ced4d9;
  border-radius: 10px;
  color: #353941;
  font-size: 14px;
}
.article-tabs-wrapper .article-tab.is-active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.article-tabs-wrapper .article-tab:not(.is-active):hover {
  border-color: #ced4d95c;
}

.article-carousels-wrapper {
  position: relative;
}
.article-carousel .owl-stage {
  display: flex;
}


@media(min-width:1256px) and (max-width:1920px){
  .article-carousels-wrapper {
      margin-right: calc((100vw - 1216px) / -2);
  }
  .article-carousels-wrapper::before {
    display: none;
  }
}
@media(max-width:1256px){
  .article-carousels-wrapper {
      margin-right: -20px;
  }
  .article-carousels-wrapper::before {
    display: none;
  }
}
@media(max-width:1024px){
  .article-carousels-wrapper {
    margin-right: 0;
  }
}


.article-carousels-wrapper::before {
  position: absolute;
  content: "";
  width: 150px;
  height: calc(100% + 4px);
  background: linear-gradient(to left, #f8f9fa, transparent);
  pointer-events: none;
  right: -2px;
  top: -2px;
  z-index: 2;
}
.article-item {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.article-item-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background: #003366;
  flex: 1;
}
.article-title {
  margin: 10px 0;
  font-size: 32px;
}
.article-title a {
  color: #fff;
}
.article-term {
  background: #dde6ff;
  border-radius: 30px;
  line-height: 1;
  padding: 10px 15px;
  display: inline-block;
  margin-right: auto;
}
.article-author {
  color: #fff;
  margin-top: auto;
  font-size: 14px;
}
.article-image img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

/* overlay za loading */
.article-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 5;
}

.article-carousels-wrapper.is-loading .article-loading {
  opacity: 1;
  visibility: visible;
}

/* jednostavan spinner */
.article-spinner {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #ced4d9;
  border-top-color: #1a1a1a;
  animation: article-spin 0.7s linear infinite;
}
@keyframes article-spin {
  to {
    transform: rotate(360deg);
  }
}
/* opcioni fade feeling – da itemi ne iskakuju grubo */
.article-carousel {
  transition: opacity 0.2s ease;
}
.article-arrows {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
.article-arrows a svg circle {
  transition: all 0.3s ease;
}
.article-arrows a:hover svg circle {
  fill: #dde6ff;
}
.explore-articles {
     padding-bottom: 100px;
     overflow: hidden;
}
@media (max-width: 1024px) {
  .article-carousels-wrapper::before {
    display: none;
  }
} 
  

@media(max-width:767px){
  .article-title {
    font-size: 24px;
  }
  .article-arrows{
    margin-bottom: 20px;
    justify-content: center;
  }
  .explore-articles {
    padding-bottom:60px !important;
  }
}


.testimonial-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.testimonial-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
    margin-top: 30px;
}
.testimonial-video-wrapper {
  position: relative;
  height: 100%;
}
.testimonial-video-wrapper::before {
  position: absolute;
  pointer-events: none;
  content: '';
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  left: 0;
}
.testimonial-video-inner {
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
.testimonial-video-inner video {
  width:100%;
  height:100%;
  object-fit: cover;
}
.testimonial-video-inner .testimonial-video-play {
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  padding:20px;
  background:rgba(0,0,0, 0.1);
  border: none;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}
.testimonial-item {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 0.57;
  background-color: #fff;
}
.testimonial-video-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
}
.testimonial-video-text .testimonial-title {
  color: #fff;
}
.testimonial-video-text .testimonial-subtitle {
  color: #F8F9FA;
}
.testimonial-item-text {
  border: 1px solid #DEE4EA;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.testimonial-item-text h5 {
  margin-bottom: 20px;
}
.testimonial-text-bottom {
  margin-top: auto;
}
.testimonial-image-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-title {
  font-weight: 600;
  margin: 10px 0 5px;
  color: #1A1A1A;
}
.testimonial-subtitle {
  font-size: 14px;
}
@media(max-width:1024px){
  .testimonial-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
}

@media(max-width:767px){
  .testimonial-section{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .testimonial-list {
      gap: 12px;
  } 
  .testimonial-text-top {
    font-size: 12px;
  }
  .testimonial-item-text {
    padding: 15px;
  }
  .testimonial-item-text h5 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .testimonial-image-img {
    width: 32px;
    height: 32px;
  }
  .testimonial-video-text {
    left: 15px;
    bottom: 15px;
  }
  .testimonial-title {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
  }
  .testimonial-subtitle {
    font-size: 10px;
  }
  .testimonial-text-bottom {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .testimonial-item-text {
    aspect-ratio: unset;
  } 
}






.team-members {
  padding-top: 60px;
  padding-bottom: 60px;
}
.team-list.no-slider {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(3, 1fr);
}
.team-member-featuredimg {
  background:#D6E0DD;
  border-radius: 30px;
    aspect-ratio: 0.8;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.team-member-text {
  padding-top: 20px;
}
.team-carousel {
  margin-top: 20px;
}
.team-member-featuredimg img {
  transition: all .3s ease;
}
.team-member-featuredimg:hover img {
  transform: scale(1.05);
}
.team-arrows {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
}
.team-arrows a svg circle {
  transition: all 0.3s ease;
}
.team-arrows a:hover svg circle {
  fill: #dde6ff;
}
@media(max-width:767px){
  .team-members {
    padding-bottom: 0px;
  }
     .team-arrows{
          margin-bottom: 20px;
          justify-content: center;
     }
     .team-list.no-slider {
        grid-template-columns: repeat(1, 1fr);
    }
}





.cta-section {
  background: #2B5CE6;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.cta-section h2 {
  color: #fff;
}
.cta-section p {
  color: #fff;
}



.how-testing-works .row > div {
  margin-top: 30px;
}
.how-testing-works-col {
  background:#FFFFFF;
  border-radius: 30px;
  padding:10px;
  height: 100%;
}
.how-testing-works-col img {
  border-radius: 25px;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.how-testing-works-col-text {
  padding:15px;
}
.how-testing-works-col-text p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}
.how-testing-works-col-text a {
  font-size: 14px;
  color: #2B5CE6;
}
.how-testing-works-col-text a:hover {
  text-decoration: underline !important;
}




.mytrt-explained-single {
    padding-top: 60px;
    padding-bottom: 60px;
}
.mytrt-explained-single .row > div {
  margin-top: 30px;
}
.mytrt-explained-single-col {
  background:#fff;
  padding: 25px;
  border-radius: 30px;
}
.mytrt-explained-single-col img {
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.mytrt-explained-single-col h6 {
  font-size: 16px;
  margin: 15px 0 10px;
}
.mytrt-explained-single-col p {
  font-size: 14px;
  margin-bottom: 0;
}
@media(max-width:767px){
  .mytrt-explained-single {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}





.difference-section {
     padding-top: 60px;
     padding-bottom: 20px;
}
.difference-section h2 {
     margin-bottom: 20px;
}
.difference-col {
     padding:50px;
     background:#FFFFFF;
     border-radius: 30px;
     border:1px solid #DEE4EA;
}
.difference-col h3 {
     margin-bottom: 20px;
}
.progress-custom {
     border:1px solid #DEE4EA;
     border-radius: 12px;
     display:flex;
     height: 57px;
     align-items: center;
     padding-left: 30px;
     position: relative;
     background-color: #fff;
     overflow: hidden;
}
.progress-custom span {
     font-size: 20px;
     color: #fff;
     font-weight: 600;
     position: relative;
     z-index: 1;
}
.progress-custom-bg-1 {
     margin-bottom: 50px;
}
.progress-custom-bg {
     background:#2B5CE6;
     width: 0;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
}
.progress-custom-bg-2 {
     background:#003366;
     width: 0;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
}
.difference-black-col {
    background:url('https://www.mytrt.com/wp-content/uploads/2025/11/Rectangle-5639.png');
    background-position:center;
    background-size: cover;
    border-radius: 40px;
    padding:40px 0;
}
.difference-black-col-text {
     text-align: center;
     max-width: 495px;
     margin: 95px auto 0;
}
.difference-black-col-text h3 {
     color: #fff;
}
.difference-black-col-text p {
     color: #B8B8B8;
     max-width: 380px;
     margin: 0 auto;
     margin-top: 20px;
}
.difference-black-col .diff-logo {
     margin-left: 40px;
     margin-bottom: 98px;
}
.difference-slider span {
     font-size: 20px;
     color: #F8F9FA;
     padding:0 25px;
     line-height: 1;
     height: 49px;
     display: inline-flex;
     align-items: center;
     border: 1px solid rgba(207, 212, 217,0.3);
     justify-content: center;
     border-radius: 50px;
     font-family: 'ivypresto-display',serif;
}
.slider-marquee-reverse {
     margin-top: 16px;
}
.difference-col-2 .difference-white-col-text {
     text-align: center;
     margin-top: 30px;
}
#animation_2 {
     margin-bottom: 20px;
}
.difference-section .row .col-12 {
     margin-bottom: 32px;
}
.difference-section .row .col-12 > div {
     height: 100%;
}
.difference-msg-col-text {
     text-align: center;
     position: relative;
     z-index: 1;
}
.difference-msg-col-text h3 {
     margin-bottom: 20px;
     color: #fff;
}
.difference-msg-col-text p {
     color: #B8B8B8;
     max-width: 470px;
     margin: 20px auto 0;
}
.difference-msg-col {
     padding:40px;
     background-color: #070707;
     border-radius: 30px;
     background-image: url('https://www.mytrt.com/wp-content/uploads/2025/11/serious-businessman-using-laptop-work-contemplating-about-email-he-has-received-11.png');
     background-size: 100% auto;
     background-position: top center;
     background-repeat: no-repeat;
     position: relative;
     overflow: hidden;
}
.difference-msg-col::before {
     position: absolute;
     content: '';
     width: 100%;
     height: 300px;
     background: linear-gradient(to top, #070707, transparent);
     bottom: 100px;
     left: 0;
     pointer-events: none;
}
.difference-msg-col::after {
     position: absolute;
     content: '';
     width: 100%;
     height: 100px;
     background:#000;
     bottom: 0px;
     left: 0;
     pointer-events: none;
}
.difference-chat-lottie {
     max-width: 320px;
     margin-bottom: 40px;
     margin-top: 120px;
     position: relative;
     z-index: 1;
}

@media(max-width:767px){
  .difference-msg-col {
          background-size: cover;
     }
     .difference-chat-lottie {
          margin-top: 40px;
     }
     .difference-slider span {
          height: 40px;
          font-size: 16px;
     }
     .difference-black-col-text {
          margin-top: 40px;
          padding:0 20px;
     }
     .difference-black-col .diff-logo {
          margin-bottom: 50px;
     }
     .difference-section {
          padding-bottom: 0;
     }
     .progress-custom-bg-1 {
          margin-bottom: 30px;
     }
     .progress-custom {
          height: 45px;
          padding-left: 15px;
     }
     .difference-col {
          padding: 25px;
     }
     .progress-custom span {
       font-size: 16px;
     }
}











.monitor-indicators {
     padding: 80px 0 100px;
}
.monitor-indicators-hero {
     max-width: 800px;
     margin: 0 auto 60px;
}
.monitor-indicators-hero p {
     margin-top: 20px;
}
.indicator-slider-item:not(.img-item) {
     font-size: 28px;
     line-height: 1;
     font-style: italic;
     font-family: 'ivypresto-display',serif;
     padding:0 30px;
     border-radius: 50px;
     border:1px solid #CFD4D9;
     display: inline-flex;
     justify-content: center;
     align-items: center;
     height: 70px;
}
.indicator-slider-item.img-item {
     border-radius: 50px;
     width: 180px;
     position: relative;
     height: 70px;
     overflow: hidden;
}
.indicator-slider-item.img-item img{
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     object-fit: cover;
}
.indicators-splide .splide__slide {
     padding-top: 2px;
     padding-bottom: 2px;
}
.indicators-splide {
  margin-bottom: 16px; /* razmak između traka */
}
@media(max-width:767px){
     .monitor-indicators {
          padding: 40px 0 60px;
     }

     .indicator-slider-item:not(.img-item) {
          font-size: 24px;
          height: 60px;
     }
     .indicator-slider-item.img-item {
          height: 60px;
          width: 160px;
     }
     .monitor-indicators-hero {
          margin-bottom: 40px;
     }
}










.accordion-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 25px 0 !important;
  font-family: 'SF Pro', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #070707 !important;
}
.accordion-button::after {
  margin-left: 0;
  margin-right: 10px;
}
.accordion-item {
  border: none !important;
  border-radius: 0 !important; 
  border-bottom: 1px solid #DEE4EA !important;
  background-color: transparent !important;
}
.accordion-body {
  padding: 0 0 20px !important;
  color: #353941;
}
@media(max-width:767px){
  .accordion-button {
	font-size: 16px;
  }
}





.woocommerce-lost-password .entry-header {
  display: none !important;
}
.woocommerce-lost-password .entry-content > .woocommerce {
  margin-top: 120px !important;
}
.woocommerce-lost-password .auth-wrapper {
  padding-top: 0 !important;
  min-height: calc(100vh - 300px) !important;
}

.woocommerce-lost-password .site-footer,
.page-template-page-register .site-footer,
.page-template-page-login .site-footer {
  display: none !important;
}

.woocommerce-lost-password .site-header,
.page-template-page-register .site-header,
.page-template-page-login .site-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 20px;
    flex-direction: column;
}

.nsl-container-buttons {
  width: 100%;
}
div.nsl-container .nsl-button-default div.nsl-button-label-container {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: 'SF Pro', sans-serif;
}

.auth-divider {
  margin: 20px 0;
  text-align: center;
}

.auth-inner {
  max-width: 480px;
  margin: 0 auto;
}

.auth-title {
    margin-bottom: 25px;
}

.auth-subtitle {
    margin-bottom: 30px;
}

.auth-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-label span {
    display: block;
    margin-bottom: 4px;
    color: #374151;
}

.auth-input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E9EAEB;
    padding: 10px 12px;
}

.auth-btn-primary {
    width: 100%;
    margin-top: 8px;
    border: none;
    border-radius: 8px;
    padding: 12px 16px;
    background: #2B5CE6;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}
.auth-btn-primary:hover {
    background:#003366;
}

.auth-row {
    display: flex;
    justify-content: center;
}

.auth-link,
.auth-bottom-text a {
    text-decoration: underline !important;
    color: #353941 !important;
}

.auth-bottom-text {
  margin-top: 24px;
}

.auth-errors p {
  margin-bottom:0;
}

.auth-errors {
    margin-bottom: 16px;
    padding: 10px 12px;
    background: #fee2e2;
    border-radius: 8px;
    font-size: 14px;
    color: #991b1b;
}

.btns-footer-call-email {
  gap: 30px;
}

.btns-footer-call-email p {
  margin-top: 10px !important;
}

@media(max-width:1024px){
  .btns-footer-call-email {
    flex-wrap:nowrap;
    gap: 10px;
  }
  .row-footer-questions > div > p {
    text-align: center;
    margin-top: 30px;
  }
  .btns-footer-call-email a {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 14px;
  }
  .btns-footer-call-email p {
    font-size: 10px;
  }
  .btns-footer-call-email > div {
    flex:auto !important;
    flex-grow: 0 !important;
  }
}


.patient-help-category-section .accordion-header {
  margin-bottom: 0 !important;
}


/* ========== Floating CTA ========== */
body.has-floating-cta {
  padding-bottom: 90px;
}
body.has-floating-cta #CookiebotWidget {
  bottom:110px !important;
}
.floating-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  padding: 14px 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.floating-cta.visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.floating-cta-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.floating-cta-left {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.floating-cta-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 12px;
  flex-shrink: 0;
}
.floating-cta-main-text {
  font-size: 16px;
  color: #1A1A1A;
  line-height: 1.3;
}
.floating-cta-price {
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
  margin-top: 2px;
}
.floating-cta-right {
  flex-shrink: 0;
}
.floating-cta-right .btn {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .floating-cta-left {
    gap: 10px;
  }
  body.has-floating-cta {
    padding-bottom: 80px;
  }
  .floating-cta {
    padding: 12px;
  }
  .floating-cta-contain {
    gap: 8px;
  }
  .floating-cta-img {
    width: 48px;
    height: 48px;
  }
  .floating-cta-main-text {
    font-size: 14px;    
    max-width: 150px;
  }
  .floating-cta-price {
    font-size: 15px;
  }
  .floating-cta-right .btn {
    padding:0 12px;
  }
}


@media(max-width:375px){
  .floating-cta-main-text {
    font-size: 13px;
  }
}

@media(max-width:359px){
  .floating-cta-main-text {
    max-width: 100%;
  }
  .floating-cta-contain {
    flex-direction: column;
  }
  .floating-cta-right a,
  .floating-cta-right {
    width: 100%;
  }
}