.rmp {
    padding-left: 0;
    padding-right: 0;
}

.rmpl {
    padding-left: 0;
}
@media (max-width: 1210px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
	.icons {
		display:none;
	}

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  /* When menu is toggled open */
  .navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }

  .navbar-expand-lg .nav-link {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
  }
}
.rmpr {
    padding: 0;
}
.navbar-nav {
    float: none;
}
.fixed {
    width: 100%;
    transition: all 2s;
    background-color: white!important;
}
.emri {
    text-align: center;
}
.cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.transition {
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.overlay {
    background: #00000094;
    height: 400px;
    width: 100%;
}

.top-about h1 {
    position: absolute;
    z-index: 999999999;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 50px;
}
.about {
    padding-top: 50px;
    padding-bottom: 50px;
}
.about h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.about img {
    height: auto;
    width: 100%;
}


.rmp {
    padding: 0px;
}

body {
    font-family: "Montserrat", sans-serif;

    font-optical-sizing: auto;
}


/*****SCIENCE****/


.scientific-section h2, .scientific-section h3  {
    color: #017790 !important;
    font-size: 25px;
}

.scientific-headline {
    font-size: 4.5rem;
    font-weight: 100;
    font-weight: bolder;
    color: #f1f4f5;
    line-height: 4.25rem;
    margin-top: 2rem;
    margin-left: -3px;
} 
.scientific-subheadline {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    color: #f1f4f5;
    column-count: 1;
    max-width: 35ch;
    margin-top: 2rem;
}
.scientific-section p {
    color: #000 !important;
    font-size: 16px;
}

.btnscientific1 {
    display: flex;
    color: #f1f4f5;
    background-color: #017790;
    font-size: 1rem;
    font-weight: 200;
    padding: 0.75rem 1.5rem;
    margin-top: 2.5rem;
    border: 1px solid;
    border-color: #f1f4f5;
    border-radius: 12px;
    cursor: pointer;
    align-items: center;
}
.scientific-claim {
    position: relative;
    display: flex
;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 1rem;
    flex-basis: 100%;
    height: auto;
}
.scientific-section table th {
    background: #017790;
    color: white;
}

.scientific-section table td {
    font-size: 15px;
}

/***FAQ****/

.accordion-button:not(.collapsed) {
    background: #017790;
    color: white!important;
}

.faq-page-wrapper {
    margin-top: 100px;
}

.accordion-button {
    color: #017790 !important;
}

/* Contact Form 7 Styles */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.wpcf7-form input[type="submit"] {
    background-color: #017790;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #222;
}

/* Responsive */
@media (max-width: 768px) {
    .form-box {
        width: 90%;
    }
    .footer-column h4 {
      text-align: center;
    }
    .footer-social h4 {
      text-align: center;
    }
    .footer-column ul {
      text-align: center;
    }
    .footer-social ul {
      display: grid!important;
      text-align: center;
    }

    
}




/******BOTTOM MIDDLE*/



.fade1 {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
  }
  
  .fade1.visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadeshow {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
  }

  .fadeshow.visible {
    opacity: 1;
    transform: translate(0, 0);
  }


  /* General header styling */
/* Header base styles */
#main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 20px 0;
    background: transparent; /* Transparent until scrolling */
    transition: background 0.5s ease, padding 0.5s ease;
}

#main-header.fixed {
    position: fixed;

    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo styling */
.logo img {
    height: 60px; /* Adjust size as needed */
}

/* Nav menu styling */
.nav-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin: auto;
}

.main-section {
  background-size: cover!important;
}

.nav-menu li.lang-item {
	    margin-left: 1px;
    margin-right: 1px;
}

.nav-menu li {
    margin-left: 5px;
    margin-right: 5px;
    background: #ffffff7a;
    padding: 5px;
    border-radius: 10px;
}

.nav-menu a {
   font-size:15px;
font-weight:500;
letter-spacing:1.8px;
line-height: 21px;
color: #017790;
}

#main-header.fixed .nav-menu a {
    color: black; /* Change color when menu is fixed */
}














/**************MAIN INDEX SHOP*/


.main-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0f3f5;
    box-sizing: border-box;
    padding-top: 100px;
  }



  .hero-text h1 {
    font-size: 3rem;
    background: #00798461;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    width: max-content!important;
    margin: auto;
    padding: 15px;
    border-radius: 10px;
  }

  .hero-text p {
    font-size: 20px;
    color: #555;
    margin-bottom: 30px;
    text-align: center;
    background: #76bfcfb0;
    padding: 20px;
    width: max-content;
    text-align: center;
    margin: auto;
    color: white;
    margin-top: 30px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
  }

  .hero-text .btn {
    background-color: #007984;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    transition: background 0.3s ease;

    text-align: center;
    margin: auto;
    display: table;
    color: white;
  }

  .collapse.show {
    background: white;
    padding-left: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
  }
  
/* Responsive adjustments */
@media (max-width: 768px) {
  .nav-menu {
      flex-direction: column;
  }

  .aktivizohu .top-banner {
    padding: 20px 10px!important;
}

.aktivizohu .top-banner img {
  margin-top: 30px;
}

  .main-section {
    background-position: center!important;
  }

  .hero-text h1 {
    width: 100% !important;
    font-size: 2rem;
   }

   .hero-text p  {
    width: 100%;
   }

  .nav-menu li {
      margin-left: 0;
      margin-bottom: 10px;
  }

  .logo img {
      height: 50px;
  }
  .card {
    margin-bottom: 50px;
  }
  .top-three .flip-card-front h3 {
    padding-top: 20px;
    font-size: 25px;
}
.mbaje-mend .nav-item {
  margin: auto;
}
}




@media (max-width: 660px) {
  .hero-text h1 {
      width: max-content !important;
      font-size: 22px;
      margin-top: 10%;
  }
  .contact-info {
    margin-top: 50px;
  }

.rezultate-shkelqyera img {
  float: none!important;
}
  .aktivizohu .top-banner {
    padding: 20px 50px !important;
}
  .vepro-tani {
    width: 90%!important;
margin: auto;
margin-top: 40px !important;
}

}

.bg-rounded .rounded-4 {
  margin-bottom: 15px;
}

  .hero-text .btn:hover {
    background-color: #005e66;
  }

  .hero-image {
    max-width: 100%;
    height: 100%;
    opacity: 1;
    transform: translateX(50px);
    animation: slideInRight 1s ease-out 0.3s forwards;
  }

  .scroll-text {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #007984;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    animation: fadeInUp 1s ease-out 1s forwards;
  }

  @keyframes slideInLeft {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes slideInRight {
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 768px) {
    .main-section {
      flex-direction: column;
      text-align: center;
    }

    .summary-section {
      padding: 30px 0!important;
  }
  .efektet-6 img {
    max-height: 150px;
  }

  .xheli-reduktim img {
    max-height: 150px;
  }
  .top-3-img img {
    height: 130px!important;
}
  .ingredients-section .product-img {
    max-width: 100%;
    max-height: 150px;
}
.light-section img {
  max-height: 150px;
}
.symbol-img {
  width: auto!important;
  height: 150px!important;
}

.mynih button {
  margin-bottom: 10px !important;
  margin-right: 10px;
  margin: auto;
  display: block;
}

    .hero-text, .hero-image {
      max-width: 100%;
      transform: none;
      animation: none;
      opacity: 1;
    }
    .xheli-reduktim {
      padding-top: 0px !important;
    }
    .bg-rounded .img-fluid {
      margin: auto;
      display: block;
    }
    .bg-rounded h5 {
      text-align: center;
  }

  .bg-rounded p {
    text-align: center;
  }
  }

  h3.pse-presim {
    text-align: center!important;
    padding-top: 30px;
}

.pse-presim.heading-line::after {
    left: 50%!important;
    transform: translateX(-50%)!important;
}
.mbaje-mend p {
    text-align: center;
}

.njolla {
    margin: auto;
    display: table;
}
.mbaje-mend h3 {
    text-align: center;
    font-size: 30px;
    color: #007984;
    font-weight: bold;
}


.vepro-tani {
    animation: pulse 1.5s infinite;
  }

  .navbar-toggler-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
  }
  
  .navbar-toggler {
    background: #017790;
  }
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7); /* Blueish glow */
    }
    70% {
      transform: scale(1.05);
      box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
  }
  

  .hero-tre {
    background-color: #017790;
    padding-top: 70px;
    padding-bottom: 0px;
  }


.mbaje-mend .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
    background-color: #007984;
}

.mbaje-mend .tab-content {
    color: white;
    background-color: #007984;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
}

.mbaje-mend .tab-content ul {
    list-style-type: none;
}

.mbaje-mend .nav-pills .nav-link {
    color: white;
    /* font-weight: bold; */
    font-size: 20px;
    background: #76bfcf;
    border: solid 2px white;
}

.heading-line {
    position: relative;
    margin: auto;
    display: block;
    padding-bottom: 10px;
  }
  
  .heading-line::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #007984; /* Bootstrap primary color */
    border-radius: 2px;
  }

  .hero-card .card-front, .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-size: cover !important;
    background-color: #f1f4f5;
}

.flip-card-front h3 {
    text-align: center;
    font-size: 32px;
    color: #017790;
    font-weight: bold;
    padding-top: 40px;
    width: 80%;
    margin: auto;
    height: 160px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.flip-card-front h4 {
    text-align: center;
    font-size: 49px;
    color: #017790;
    font-weight: bold;
    padding-top: 20px;
}


.flip-card-front img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: -20px;
    height: 200px;
    width: auto;
}


.doktoret-section .flip-card-front img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 0px;
    height: 150px;
    width: auto;
}

.doktoret-section .card-back img {
    height: auto;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}
.doktoret-section .flip-card-front h3 {
    text-align: center;
    font-size: 20px!important;
    color: #017790;
    font-weight: bold;
    padding-top: 30px;
    width: 90%;
    margin: auto;
    height: 160px;
}

.doktoret-section {
    background-color: #017790;
    padding-top: 40px;
    padding-bottom: 20px;
}

.hero-tre .flip-card-front img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 20px;
    height: 125px;
    width: auto;
}

.doktoret-section .card-back h5 {
    text-align: center;
    font-size: 17px;
    color: #017790;
    font-weight: 400;
    padding-top: 20px;
    width: 100%!important;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.doktoret-section .flip-card-front small {
    text-align: center;
    font-size: 10px;
    color: #017790;
    padding-top: 0px;
    padding-left: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 1025px) and (max-width: 1399px) {
.footer-social .fab {
    padding: 5px!important;
    font-size: 18px!important;
    margin: 1px!important;
}
		.list-inline-item {
    display: table-cell;
}
}

@media (min-width: 991px) and (max-width: 1210px) {
		    .navbar-expand-lg .navbar-collapse.show {
        position: absolute;
        top: 100%;
    }
	.flip-card-front h3 {
		font-size:27px;
	}
}
@media (min-width: 1210px) and (max-width: 1400px) {
.top-three .flip-card-front img {
    height: 278px!important;
}
	    .flip-card-front h3 {
        font-size: 25px !important;
    }
	

	

}

.doktoret-section h5 {
    text-align: center;
    font-size: 20px;
    color: #017790;
    font-weight: bold;
    padding-top: 10px;
}
.flip-card-front small {
    text-align: center;
    font-size: 10px;
    color: #017790;
    padding-top: -5px;
    padding-left: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.top-three {
    background-color: #017790;
    padding-top: 70px;
    padding-bottom: 0px;
}
  .vepro-tani {
    width: 100%;
    background: #017790;
    margin-top: 40px;
    font-size: 25px;
  }

  .njolla li strong {
    color: #007984;
  }

  .card{
    height: 500px;
    border-radius: 10px;
    padding: 0;
    background-color: transparent;
    border: none;
    padding: 10px;
  }
  
  .card-inner{
    position: relative;
    width: 100%;
    height: 450px;
    padding-bottom: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
  }
  
  .card:hover .card-inner{
    transform: rotateY(180deg);
  }

  .center-pills {
    display: flex;
    justify-content: center;
  }
  
  .card-front{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-size: cover !important;
  }

  .card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; /* vertically centers the content */
    text-align: center;
  }

  .hero-tre .card-back img.img-1 {
    height: 80px;
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 5%;
  }
  .hero-tre .card-back img.img-2 {
    height: auto;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
  }

  .top-three  .flip-card-front h3 {

    padding-top: 20px;
}


  .top-three .flip-card-front img {
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 12px;
    height: auto;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

  .top-three .card-back img.img-1 {
    height: 80px;
    width: auto;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 5%;
  }
  .top-three .card-back img.img-2 {
    height: auto;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
  }


  .card-back small {
    text-align: center;
    font-size: 10px;
    color: #017790;
    padding-top: -5px;
    padding-left: 10px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
  .card-back h5 {
    text-align: center;
    font-size: 20px;
    color: #017790;
    font-weight: 400;
    padding-top: 0px;
    width: 90%;
    margin: auto;
  }
  
  .get-active {
    width: max-content;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }
  .card-front{
    background: #f1f4f5;
  }
  
  .card-back{
    transform: rotateY(180deg);
    background-color: #f1f4f5;
  }

  .seksioni-pse-presim{
    margin-top: 100px;
}
.mos-prit {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0px;
}

.mos-prit li img {
  width: 80px;
  height: auto;
  margin-top: 15px;
}

.animated {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Typing effect */
.typing-text {
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  animation: typing 3s steps(30, end) forwards, blink 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/* Fade-up animation for paragraph */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.3s ease-out forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Glow animation for button */
.glow-btn {
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background: #017790;
  border: none;
  border-radius: 5px;
  animation: glow 1.5s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    box-shadow: 0 0 5px #0d6a7c2e, 0 0 10px #1573868f, 0 0 15px #017790;
  }
  to {
    box-shadow: 0 0 10px #0d6a7c2e, 0 0 20px #1573868f, 0 0 30px #017790;
  }
}

.main-section {
  position: relative;
  animation: pulse-bg 10s ease-in-out infinite alternate;
}

@keyframes pulse-bg {
  0% {
    background-size: 100%;
  }
  100% {
    background-size: 105%;
  }
}


.vepro-tani .cta-button {
  background: none;
  box-shadow: none;
  border: none;
  padding-top: 23px;
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

  .hero-section .card-front h2 {
    text-align: center;
    font-size: 40px;
    color: #017790;
    font-weight: bold;
    padding-top: 40px;
    width: 100%;
    margin: auto;
    /* height: 160px; */
    padding: 30px;
  }

  .hero-section .card-back h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    color: #007984;

  }


.defly-image h2 {
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 35px;
    background: #017790;
    font-weight: bold;
    color: white;
    padding: 10px;
}




/*******MONIOTRIM***/

.highlight {
  color: #007c91!important;
  font-weight: bold;
}

.testimi-laborator .modal {
  background-color: #01789053 !important;
}

.modal-video iframe {
  width: 100%;
  height: 400px;
}

.testimi-laborator .modal-video {
  background: #0177908a !important;
}
@media (max-width: 767px) {
  .modal-video iframe {
    height: 250px;
  }
}

.play-button {
  position: absolute;
  top: 40%;
  /* bottom: 0; */
  left: 40%;
  background: #0177905c !important;
  color: white;
  font-size: 30px;
  border: solid 3px #017790 !important;
  border-radius: 20px;
  padding: 20px;
}
.video-thumbnail {
  position: relative;
}

.divider {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  color: #017790 !important;
    font-size: 25px;
    font-weight: bold;
}
.skuamoze ul li {
  margin-bottom: 30px;
}

.testi-hpv ul li {
  margin-bottom: 30px;
}

.main-monitorim p, .main-monitorim ul li {
  line-height: 1.6;
    font-size: 16px;
    color: #777;
}

.testi-hpv ul  {
  margin-top: 30px;
}

.cintec ul li {
  margin-bottom: 30px;
}

.qelizat ul li {
  margin-bottom: 30px;
}
.mynih button {
  background: #017790;
  color: white!important;
}

.skuamoze ul li ul {
  margin-top: 30px;
}

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

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

.section-padding {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .symbol-img {
    margin-top: 30px;
  }
}


.monitorim .play-button {
  width: 60px;
  height: 60px;
  background-color: #007c91;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  cursor: pointer;
}

.monitorim .video-thumbnail {
  position: relative;
  display: inline-block;
}

.main-monitorim {
  padding-top: 100px;
}



/*******Aktivizohu*/

.aktivizohu{
  background-color: #f5f9fa;
  padding: 80px 0;
}

.aktivizohu .cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #007c91;
  line-height: 1.2;
}

.aktivizohu .cta-description {
  color: #555;
  margin-top: 20px;
  font-size: 16px;
}

.aktivizohu .cta-button {
  background-color: #007c91;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 30px;
  border: none;
}

.aktivizohu .cta-button:hover {
  background-color: #005f71;
}

.aktivizohu .product-image {
  max-width: 100%;
  height: auto;
}



.aktivizohu .top-banner {
  background-color: #007c91;
  color: white;
  padding: 60px 20px;
  text-align: center;
}


.aktivizohu .top-banner img {
  width: 150px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.aktivizohu .gel-section {
  padding: 80px 0;
}

.aktivizohu .gel-text h2 {
  color: #007c91;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.aktivizohu .gel-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.aktivizohu .gel-image img {
  max-width: 100%;
  border-radius: 15px;
}

.stats-section {
  background-color: #007c91;
  color: white;
  padding: 40px 0;
  text-align: center;
}
.available-sets ul li {
  margin-bottom: .6em;
  /* font-size: 20px; */
  /* color: #545454; */
  line-height: 1.6;
  font-size: 16px;
  color: #777;
}
.section-app strong {
  margin-bottom: .6em;
    /* font-size: 20px; */
    /* color: #545454; */
    line-height: 2;
    font-weight: 400;
    font-size: 16px;
    color: #777;
}

.aktivizohu-one {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ingredients-section .section-title {
  color: #007c91;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.perberja-xhelit .section-title {
  color: #007c91!important;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px!important;
}

.perberja-xhelit th {
  background-color: #007c91;
    color: #fff;
    text-align: center;
}

.perberja-xhelit .fst-italic {
  color: #db7488;
  font-size: 12px;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
}

.stat-label {
  font-size: 18px;
  margin-top: 10px;
  letter-spacing: 1px;
}

.section-app {
  padding: 80px 0;
}

.section-app  .section-title {
  color: #007c91;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}

.available-sets {
  margin-top: 60px;
}

.section-app  .btn-check {
  background-color: #007c91;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 6px;
  margin-top: 30px;
  text-transform: uppercase;
}

.section-app  .btn-check:hover {
  background-color: #005f71;
}

.section-app  .app-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}


.ingredients-section {
  background-color: #f5f8f9;
  padding: 80px 0;
}

.ingredients-section .ingredients-title {
  color: #007c91;
  font-weight: 600;
  margin-bottom: 40px;
}

.ingredients-section .ingredient-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 1.1rem;
}

.ingredients-section .dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.ingredients-section .dot-blue {
  background-color: #1c355e;
}

.ingredients-section .dot-pink {
  background-color: #d67585;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
}

.ingredients-section .product-img {
  max-width: 100%;
}

.ingredients-section .description {
  font-size: 15px;
  color: #444;
  margin-top: 25px;
}



.blue-header {
  background-color: #007c91;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.step-section {
  background-color: #f5f8f9;
  padding: 80px 0;
}

.step-section .step-title {
  color: #007c91;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.efektet-6 h3 {
  color: #007c91!important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px!important;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.efektet-6 .fw-semibold {
  font-size: 17px;
  color: #007c91 !important;
}

.step-section .main-desc {
  font-size: 17px;
  color: #007c91;
}

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

.step-section .additional-text {
  font-size: 15px;
  color: #444;
  margin-top: 30px;
}



.antiox-section {
  padding: 80px 0;
  background-color: #fff;
}

.antiox-section .section-title {
  color: #007c91;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}


.white-section .section-title {
  color: #007c91;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}
.white-section img {
  width: 100%;
  height: auto;

}
.white-section {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.xheli-reduktim .col-md-9 h6 {
  color: #007c91!important;
}

.bg-white h6, .bg-white h5 {
  color: #007c91!important;
}

.rezultate-shkelqyera img {
  max-width: 80px;
  text-align: left;
  margin-left: 0;
  float: left;
  margin-bottom: 0px !important;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rezultate-shkelqyera h2 {
  padding-top: 30px;
    float: left;
    font-size: 35px;
}

.citologji-3 h3 {
  color: #007c91!important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px!important;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.antiox-section .antiox-text p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.antiox-section .antiox-text em {
  font-size: 13px;
  display: block;
  margin-top: 15px;
  color: #9c5d5d;
}

.antiox-section .chart-img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.06);
}

.antiox-section .highlight {
  color: #d67585;
  font-weight: 600;
}

.light-section {
  background-color: #f5f8f9;
  padding: 60px 0;
}

.light-section .white-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.light-section .section-title {
  color: #007c91;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.light-section .how-image {
  max-width: 100%;
  height: auto;
}

.light-section .highlight-text {
  color: #007c91;
  font-weight: 500;
}

.light-section .rounded-img {
  border-radius: 16px;
  box-shadow: 0 0 12px rgba(0,0,0,0.08);
  max-width: 100%;
}




.results-section {
  background-color: #f5f8f9;
  padding: 80px 0;
}

.results-section  .section-title {
  color: #007c91;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.results-section  .main-highlight {
  color: #007c91;
  font-weight: 600;
}

.graph-img {
  max-width: 100%;
  border-radius: 14px;
  box-shadow: 0 0 12px rgba(0,0,0,0.05);
}

.results-section  .citation {
  font-size: 13px;
  color: #b35d6e;
  margin-top: 20px;
}

.bottom-banner {
  background-color: #007c91;
  padding: 10px 0;
  color: white;
  text-align: center;
}

.bottom-banner img {
  width: 80px;
  margin-right: 10px;
}



.table-section {
  background-color: #f5f8f9;
  padding: 80px 0;
}

.table-section .section-title {
  color: #007c91;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.efekti-xhelit-vaginal h4 {
  color: #007c91!important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px!important;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}


.efekti-xhelit-vaginal .fw-semibold {
  color: #007c91!important;
  font-size: 17px;
  font-weight: 400;
}

.table-section .table th {
  background-color: #007c91;
  color: #fff;
  text-align: center;
}

.table-section .table td {
  text-align: center;
  vertical-align: middle;
}

.table-section .highlight-blue {
  background-color: #007c91;
  color: #fff;
  font-weight: bold;
}

.table-section .highlight-gray {
  background-color: #d9d9d9;
  font-weight: bold;
}

.table-section .info-note {
  font-size: 12px;
  color: #9e5b65;
  margin-top: 10px;
}

.oncogenic-banner {
  background-color: #007c91;
  color: white;
  padding: 10px 0;
  text-align: center;
}

.oncogenic-banner img {
  width: 80px;
  margin-right: 10px;
}





.section-table {
  background-color: #ffffff;
  padding: 80px 0;
}


.summary-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.summary-section .section-title {
  color: #007c91;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}


.testi-cintec h4 {
  color: #007c91!important;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc!important;
  display: inline-block;
}

.testi-cintec .fw-semibold {
  font-size: 17px;
  color: #007c91 !important;
}

.section-table .fst-italic {
  color: #ad6267;
}

.summary-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 20px;
}








.section-table .section-title {
  color: #007c91!important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px!important;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.page-template-aktivizohu h4 {
  color: #007c91!important;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px!important;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

.top-3-img img {
    height: 200px;
}

.bg-rounded h5 {
  color: #007c91!important;
  font-size: 24px;
}

.bg-rounded .fw-semibold {
  color: #007c91!important;
  font-size: 16px;
}

.bg-light {
  background-color: white!important;
}

.bleje-partneret {
  background-color: #007c91!important;
}

.seti-aplikimit {
  background-color: #007c91!important;
}


.section-table .table th {
  background-color: #007c91;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.section-table .table td {
  text-align: center;
  vertical-align: middle;
}

.section-table .highlight-blue {
  background-color: #007c91;
  color: #fff;
  font-weight: bold;
}

.section-table .highlight-gray {
  background-color: #d9d9d9;
  font-weight: bold;
}

.section-table .note {
  font-size: 12px;
  color: #9e5b65;
  margin-top: 15px;
}










/* Basic Footer Styling */
.site-footer {
    background-color: #f9f9f9;
    padding: 40px 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 0px;
}

.site-footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
}



.footer-column h4 {
margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
}

.footer-column ul li a:hover {
    color: #555;
}

.footer-logo img {
    max-width: 150px;
}

.footer-social ul {
    list-style: none;
    display: flex;
    gap: 15px;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-social ul li a {
    font-size: 18px;
    color: #333;
    transition: color 0.3s ease;
}

.footer-social ul li a:hover {
    color: #000;
}

.footer-bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #017790;
    padding: 5px;
    padding-bottom: 1px;
    padding-top: 20px;
}

.footer-social .fab {
    background: #017790;
    padding: 7px;
    border-radius: 5px;
    font-size: 25px;
    color: white
}
.footer-social h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 18px;
    text-transform: uppercase;
}








/********contact***/

/* Contact Page Wrapper */
.contact-page-wrapper {
    padding-top: 150px;
}

.social-contact h2, .contact-info h2 {
    background: #017790;
    color: white;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}

/*
/* Google Map */
.contact-map iframe {
    border-radius: 10px;
}

/* Contact Information Section */
.contact-info {
    padding-left: 30px;
}



.contact-info p {
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-details {
    list-style: none;
    margin-bottom: 55px;
    margin-left: 0px;
}

.contact-details li {
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-details li i {
    margin-right: 10px;
    color: #333;
}

/* Contact Form */
.contact-form-wrapper {
    margin-top: 30px;
}

.contact-form-wrapper h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
    margin-bottom: 15px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
}

.contact-form-wrapper input[type="submit"] {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.contact-form-wrapper input[type="submit"]:hover {
    background-color: #6A5ACD;
}




.contact-details .fa {
    background: white;
    color: #017790;
    padding: 10px;
    font-size: 17px;
    border-radius: 20px;
    margin-right: 10px;
}

.wpcf7-form p label {
    display: inline;
    color: #017790;
    text-transform: uppercase;
}

.footer-4 {
    background: #017790;
    padding: 10px;
    text-align: center;
    border-right: 3px solid white;
    color: white;
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
    border: 2px solid #017790!important;
}


/**** [ Contact 1 ]*/

.contact1 {
  width: 100%;
  min-height: 100%;
  padding: 15px;

  background: #009bff;
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
  background: -o-linear-gradient(left, #0072ff, #00c6ff);
  background: -moz-linear-gradient(left, #0072ff, #00c6ff);
  background: linear-gradient(left, #0072ff, #00c6ff);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-contact1 {
  width: 1163px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  padding: 90px 130px 88px 148px;
}

/*------------------------------------------------------------------
[  ]*/
.contact1-pic {
  width: 296px;
}

.contact1-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.contact1-form {
  width: 390px;
}

.contact1-form-title {
  display: block;
  font-family: Montserrat-ExtraBold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 44px;
}

input.input1 {
  height: 50px;
  border-radius: 25px;
  padding: 0 30px;
}
input.input1 + .shadow-input1 {
  border-radius: 25px;
}

textarea.input1 {
  min-height: 150px;
  border-radius: 25px;
  padding: 12px 30px;
}
textarea.input1 + .shadow-input1 {
  border-radius: 25px;
}

/*---------------------------------------------*/
.wrap-input1 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.input1 {
  display: block;
  width: 100%;
  background: #e6e6e6;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;
}

.shadow-input1 {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.5);
}

.input1:focus + .shadow-input1 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 80px 30px;
    opacity: 0;
  }
}

/*---------------------------------------------*/
.container-contact1-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.contact1-form-btn {
  min-width: 193px;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn i {
  margin-left: 7px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact1-form-btn:hover {
  background: #333333;
}

.contact1-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}



.top-banner h4 {
  margin-top: 40px;
  font-size: 28px !important;
  color: #fff !important;
  border-bottom: none !important;
}


.bottom-banner h4, .oncogenic-banner h4 {
  display: inline-block;
  font-weight: 600;
  font-size: 28px !important;
  color: #fff !important;
  border-bottom: none !important;
}

.page-template-shkenca .nav-menu a {
  color: #fff!important;
}

.page-template-shkenca #main-header.fixed  .nav-menu a{
	color:#017790!important;
}

@media (max-width: 1025px) {
  .hero-text p{
      width: 100% !important;
  }
  .page-template-shkenca .nav-menu a {
    color: #017790 !important;
}
  .mos-prit li img {
    width: 50px!important;
}
.footer-logo {
  padding-bottom: 40px;
    text-align: center;
}
.hero-tre .row {
  padding-left: 20px!important;
  padding-right: 20px!important;
} 
.flip-card-front h3 {
  font-size: 25px!important;
}

.top-three .card-back img.img-1 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 5%;
}

}