@import url(fonts/aileron-font-style.css);
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/style.css);
@import url(css/pages/gallery.css);
@import url(css/pages/single-accommodation.css);
@import url(css/pages/mobilities.css);
@import url(css/pages/faqs.css);
@import url(css/pages/vet-sectors.css);
@import url(css/pages/about.css);
@import url(css/pages/contact.css);
@import url(css/pages/locations.css);
@import url(css/pages/international-exchange.css);
@import url(css/pages/group-trainings.css);
@import url(css/pages/staff-mobility.css);
@import url(css/pages/individual-internship.css);
@import url(css/pages/accommodations.css);
@import url(css/pages/cultural-programs.css);
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
* {
  margin: 0;
  padding: 0; }

html {
    scroll-behavior: smooth;
}
body {
  background-color:  #f6f6f6;
  font-family: "Aileron";
  font-weight: 400;
  font-size: 14px;
  overflow-x:  hidden!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Aileron";
  color: #303030;
  line-height: 1.4;
  font-weight: 700; }

a,
a:active,
a:focus,
a:hover {
  font-family: "Aileron";
  color: #303030;
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-size: 16px;
  font-weight: 600; }

li {
  list-style: none; }

p {
  line-height: 2;
  color: #707070;
  font-size: 16px;
  font-weight: normal; }

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

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 30px;
  height: 30px;
  background-color: rgb(52, 114, 79);
  text-align: center;
  right: 0;
  padding-right: 0;
  line-height: 32px; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #e7f2fd !important; }

textarea:focus,
input:focus {
  outline: none; }

/* :: 2.0 Spacing CSS */
.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

/* :: 3.0 Preloader CSS */
/*#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(52, 114, 79);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }*/

.wrapper {
  margin: auto;
  display: block; }

.cssload-loader {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  background: #ffffff; }

.cssload-loader,
.cssload-loader:after,
.cssload-loader:before {
  animation: 1.15s infinite ease-in-out;
  -o-animation: 1.15s infinite ease-in-out;
  -ms-animation: 1.15s infinite ease-in-out;
  -webkit-animation: 1.15s infinite ease-in-out;
  -moz-animation: 1.15s infinite ease-in-out; }

.cssload-loader:after,
.cssload-loader:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0; }

.cssload-loader {
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader; }

@keyframes cssload-loader {
  from {
    transform: scale(0);
    opacity: 1; }
  to {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-loader {
  from {
    -o-transform: scale(0);
    opacity: 1; }
  to {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-loader {
  from {
    -ms-transform: scale(0);
    opacity: 1; }
  to {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-loader {
  from {
    -webkit-transform: scale(0);
    opacity: 1; }
  to {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-loader {
  from {
    -moz-transform: scale(0);
    opacity: 1; }
  to {
    -moz-transform: scale(1);
    opacity: 0; } }
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 70px; }
  .section-heading h2 {
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 1.1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 42px; } }
  .section-heading p {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6; }

/* :: 5.0 Backtotop CSS */
#scrollUp {
    position: fixed !important;
    bottom: 50px !important;
    right: 50px !important;
    width: 50px !important;
    height: 50px !important;
    background-color: rgb(52, 114, 79) !important;
    color: #ffffff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 6px 50px 8px rgba(21,131,233,0.15);
    cursor: pointer;
    z-index: 9998 !important;
    overflow: visible !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}
#scrollUp:hover, #scrollUp:focus {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#scrollUp .scroll-progress,
#scrollUp span {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999 !important;
    transform-origin: center;
}

#scrollUp .scroll-progress {
    transform: rotate(-90deg);
    pointer-events: none;
}

#scrollUp .scroll-progress circle {
    stroke: #ffffff;
    stroke-width: 4;
    fill: none;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s ease;
}

@media (max-width: 767px) {
    #scrollUp {
        right: 30px !important;
        bottom: 30px !important;
    }
}

/* :: 6.0 Buttons CSS */
.uza-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  text-transform: capitalize;
  color: rgb(52, 114, 79);
  border: none;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
  .uza-btn:focus, .uza-btn:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    background-color: rgb(52, 114, 79);
    color: #ffffff; }
  .uza-btn.btn-2 {
    background-color: rgb(52, 114, 79);
    color: #ffffff; }
    .uza-btn.btn-2:focus, .uza-btn.btn-2:hover {
      background-color: #ffffff;
      color: rgb(52, 114, 79); }
  .uza-btn.btn-3 {
    border: 2px solid rgb(52, 114, 79);
    line-height: 46px; }

.login-register-btn a {
  display: inline-block; }
  .login-register-btn a span {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #a6a6a6; }
    .login-register-btn a span:focus, .login-register-btn a span:hover {
      color: rgb(52, 114, 79); }
  .login-register-btn a:focus, .login-register-btn a:hover {
    color: rgb(52, 114, 79); }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .login-register-btn a {
      font-size: 14px; } }

/* :: 7.0 Header CSS */
.header-area {
        position: absolute;
        z-index: 600;
        width: 100%;
    padding: 10px 0;
        /*left: 50%*/
        top: 0;
        border-radius: 10px;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        /*background-color: #e7f2fd;*/
        background-color: transparent}
  .header-area .main-header-area.sticky {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    top: 0;
    width: 100%;
    position: fixed;
    background-color: #e7f2fd;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: none;
    left: 0;
    z-index: 650; }
  .header-area .search-icon {
    position: relative;
    z-index: 1;
    margin-left: 14px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .header-area .search-icon {
        margin-left: 15px;
        margin-top: 20px; } }
    .header-area .search-icon i {
      font-size: 20px;
      color: #303030;
      cursor: pointer; }

.classy-nav-container {
  background-color: transparent;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .classy-nav-container {
      padding: 0 15px; } }
  .classy-nav-container .classy-navbar {
    height: 75px;
    padding: 0 3%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar {
        height: 70px;
        padding: 0 5%; } }
    @media only screen and (max-width: 767px) {
      .classy-nav-container .classy-navbar .nav-brand {
        margin-right: 15px; } }
    .classy-nav-container .classy-navbar .classynav ul li a {
      position: relative;
      z-index: 1;
      font-weight: 600;
      font-size: 18px;
      text-transform: capitalize;
      color: #303030}
      .classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li a:hover {
        color: rgb(52, 114, 79); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px;
          padding: 0 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li a {
          font-size: 14px; } }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
      font-size: 16px;
      text-transform: capitalize;
      height: 42px;
      line-height: 42px;
      padding: 0 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a {
          font-size: 14px; } }
    .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
      content: '';
      position: absolute;
      width: 70%;
      height: 2px;
      background-color: #ffffff;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 1; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }
      @media only screen and (max-width: 767px) {
        .classy-nav-container .classy-navbar .classynav ul li.current-item a::after {
          width: 100%;
          height: 1px; } }

.classynav ul li.has-down > a::after,
.classynav ul li.has-down.active > a::after,
.classynav ul li.megamenu-item > a::after {
  color: #ffffff; }
.breakpoint-off .classynav ul li .dropdown {
    width: 260px;
  -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
  border-radius: 6px; }

.classy-nav-container .classy-navbar .classynav ul li a:focus, .classy-nav-container .classy-navbar .classynav ul li > a:hover::after{
    color: #ffffff; }
.top-search-area .modal-content {
  border: none; }
  .top-search-area .modal-content .modal-body {
    padding: 50px; }
    @media only screen and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 50px 15px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .top-search-area .modal-content .modal-body {
        padding: 50px; } }
    .top-search-area .modal-content .modal-body button.close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 10;
      font-size: 14px; }
      .top-search-area .modal-content .modal-body button.close-btn.btn {
        padding: 0;
        background-color: transparent; }
        .top-search-area .modal-content .modal-body button.close-btn.btn:focus, .top-search-area .modal-content .modal-body button.close-btn.btn:hover {
          box-shadow: none;
          color: rgb(52, 114, 79); }
.top-search-area form {
  width: 100%;
  position: relative;
  z-index: 1; }
  .top-search-area form input {
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px; }
    .top-search-area form input:focus {
      box-shadow: 0 0 30px 15px rgba(0, 0, 0, 0.08); }
  .top-search-area form button {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 0;
    right: 0;
    z-index: 10;
    border-radius: 0 6px 6px 0;
    border: none;
    background-color: rgb(52, 114, 79);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .top-search-area form button {
        width: 80px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .get-a-quote {
    margin: 30px 15px !important; } }
@media only screen and (max-width: 767px) {
  .get-a-quote {
    margin: 30px 15px !important; } }

/* :: 8.0 Hero CSS */
.welcome-slides {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.single-welcome-slide {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 900px;
  background-color: #ffffff; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide {
      height: 750px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide {
      height: 600px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide {
      height: 900px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide {
      height: 1000px; } }
  .single-welcome-slide .background-curve {
    position: absolute;
    width: 70%;
    top: 0;
    height: 100%;
    right: 0;
    z-index: -1; }
    .single-welcome-slide .background-curve img {
      width: 100%;
      height: auto;
      background-repeat: no-repeat; }
  .single-welcome-slide .welcome-text {
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .single-welcome-slide .welcome-text {
        padding-top: 50px; } }
    .single-welcome-slide .welcome-text h2 {
      font-size: 72px;
      display: block;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      @media only screen and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .single-welcome-slide .welcome-text h2 {
          font-size: 42px; } }
      .single-welcome-slide .welcome-text h2 span {
        color: rgb(52, 114, 79); }
    .single-welcome-slide .welcome-text h5 {
      font-size: 22px;
      color: #a6a6a6;
      margin-bottom: 60px;
      display: block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-welcome-slide .welcome-text h5 {
          font-size: 18px;
          margin-bottom: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-welcome-slide .welcome-text h5 {
          font-size: 14px;
          margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-thumbnail {
      margin-top: -120px; } }


.uza-portfolio-area,.vet-sectors-area {
  position: relative;
  z-index: 1;
  padding-left: 3%;
  padding-right: 3%;
margin: 150px auto;}
  .uza-portfolio-area .portfolio-bg-curve {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: auto;
    width: auto; }

.single-portfolio-slide, .single-vet-sector-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
.single-portfolio-slide {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

  .single-portfolio-slide img, .single-vet-sector-slide img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .single-portfolio-slide .overlay-effect, .single-vet-sector-slide .overlay-effect {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(52,114,79, 0.8);
    padding: 40px 30px;
    opacity: 0;
    visibility: hidden;}
.single-portfolio-slide .overlay-effect p{
    color: #ffffff; }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-slide .overlay-effect,.single-vet-sector-slide .overlay-effect{
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-slide .overlay-effect, .single-vet-sector-slide .overlay-effect {
        padding: 30px; } }
    .single-portfolio-slide .overlay-effect h4, .single-vet-sector-slide .overlay-effect h4 {
      display: block;
        color: #ffffff;
      margin-bottom: 15px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect h4, .single-vet-sector-slide .overlay-effect h4 {
          margin-bottom: 10px;
          font-size: 20px; } }
    .single-portfolio-slide .overlay-effect p, .single-vet-sector-slide .overlay-effect p {
      margin-bottom: 0;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .single-portfolio-slide .overlay-effect p, .single-vet-sector-slide .overlay-effect p {
          font-size: 14px; } }
  .single-portfolio-slide .view-more-btn a {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 100;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .single-portfolio-slide .view-more-btn a {
        bottom: 30px;
        width: 40px;
        height: 40px;
        line-height: 45px; } }
    .single-portfolio-slide .view-more-btn a:focus, .single-portfolio-slide .view-more-btn a:hover {
      background-color: rgb(52, 114, 79);
      color: #ffffff; }
  .single-portfolio-slide:focus, .single-portfolio-slide:hover, .single-vet-sector-slide:focus, .single-vet-sector-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
    .single-portfolio-slide:focus .overlay-effect, .single-portfolio-slide:hover .overlay-effect, .single-vet-sector-slide:hover .overlay-effect, .single-vet-sector-slide:focus .overlay-effect {
      opacity: 1;
      visibility: visible; }
    .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
      right: 40px;
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-portfolio-slide:focus .view-more-btn a, .single-portfolio-slide:hover .view-more-btn a {
          right: 30px; } }

.portfolio-sildes {
  position: relative;
  z-index: 1; }
  .portfolio-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .portfolio-sildes .owl-dots .owl-dot {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
      flex: 0 0 8px;
      max-width: 8px;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #e7f2fd; }
      .portfolio-sildes .owl-dots .owl-dot.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        max-width: 38px;
        width: 38px;
        border-radius: 15px;
        background-color: rgb(52, 114, 79); }

.portfolio-menu,.vet-sectors-menu {
  position: relative;
  z-index: 1; }
  .portfolio-menu button, .vet-sectors-menu button {
    background-color: transparent;
    padding: 0;
    font-weight: 600;
    color: #a6a6a6;
    font-size: 22px;
    margin: 0 20px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-menu button, .vet-sectors-menu button {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .portfolio-menu button, .vet-sectors-menu button {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .portfolio-menu button, .vet-sectors-menu button {
        font-size: 16px;
        margin: 0 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio-menu button, .vet-sectors-menu button {
        font-size: 14px;
        margin: 0 5px; } }
    .portfolio-menu button.active, .portfolio-menu button:hover, .vet-sectors-menu button.active, .vet-sectors-menu button:hover {
      color: #303030; }
    .portfolio-menu button:focus, .vet-sectors-menu button:focus {
      box-shadow: none; }

.single-portfolio-item .single-portfolio-slide, .single-vet-sector-item .single-vet-sector-slide {
  margin-right: 10px;
  margin-left: 10px; }

.portfolio-details-text {
  position: relative;
  z-index: 1; }
  .portfolio-details-text h2 {
    font-size: 36px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .portfolio-details-text h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .portfolio-details-text h2 {
        font-size: 24px; } }
  .portfolio-details-text h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(52, 114, 79);
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400; }
  .portfolio-details-text p {
    margin-bottom: 0; }

.portfolio-meta h6 {
  color: #707070;
  margin-bottom: 10px;
  font-weight: 400; }
@media only screen and (max-width: 767px) {
  .portfolio-meta {
    margin-top: 50px; } }

.portfolio-social-info p {
  margin-bottom: 0;
  margin-right: 15px; }
.portfolio-social-info a {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px; }
  .portfolio-social-info a:last-child {
    margin-right: 0; }
  .portfolio-social-info a:hover, .portfolio-social-info a:focus {
    color: rgb(52, 114, 79); }

.portfolio-pager {
  position: relative;
  z-index: 1; }
  .portfolio-pager a {
    display: inline-block;
    color: #707070; }
    .portfolio-pager a:nth-child(2) {
      color: #a6a6a6; }
    .portfolio-pager a:hover, .portfolio-pager a:focus {
      color: rgb(52, 114, 79); }
    @media only screen and (max-width: 767px) {
      .portfolio-pager a {
        font-size: 12px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .portfolio-pager a {
        font-size: 16px; } }

/* :: 10.0 Testimonial CSS */
.testimonial-slides {
  position: relative;
  z-index: 1;
  padding-left: 10%;
  padding-right: 10%; }
  .testimonial-slides .owl-next,
  .testimonial-slides .owl-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: auto;
    margin-top: -25px;
    left: 0;
    z-index: 10;
    line-height: 50px; }
    .testimonial-slides .owl-next i,
    .testimonial-slides .owl-prev i {
      font-size: 50px;
      color: #b7b7b7; }
      .testimonial-slides .owl-next i:hover, .testimonial-slides .owl-next i:focus,
      .testimonial-slides .owl-prev i:hover,
      .testimonial-slides .owl-prev i:focus {
        color: rgb(52, 114, 79); }
  .testimonial-slides .owl-next {
    left: auto;
    right: 0; }

.border-line {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #e7f2fd; }

.single-testimonial-slide {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .single-testimonial-slide {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .single-testimonial-slide .testimonial-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 170px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-right: 60px; }
    .single-testimonial-slide .testimonial-thumbnail img {
      border-radius: 50%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-testimonial-slide .testimonial-thumbnail {
        margin-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-testimonial-slide .testimonial-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        width: 120px;
        height: 120px;
        margin-right: 0;
        margin-bottom: 50px; } }
  .single-testimonial-slide .testimonial-content {
    position: relative;
    z-index: 1; }
    .single-testimonial-slide .testimonial-content h4 {
      font-weight: normal;
      font-style: italic;
      margin-bottom: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-testimonial-slide .testimonial-content h4 {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-content h4 {
          font-size: 18px; } }
    .single-testimonial-slide .testimonial-content .ratings {
      position: relative;
      z-index: 1;
      display: block;
      margin-bottom: 10px; }
      .single-testimonial-slide .testimonial-content .ratings i {
        font-size: 16px;
        color: #f3c612; }
    .single-testimonial-slide .testimonial-content .author-info h5 {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .single-testimonial-slide .testimonial-content .author-info h5 {
          font-size: 14px; } }
      .single-testimonial-slide .testimonial-content .author-info h5 span {
        font-size: 14px;
        text-transform: uppercase;
        color: #b7b7b7; }
        @media only screen and (max-width: 767px) {
          .single-testimonial-slide .testimonial-content .author-info h5 span {
            font-size: 12px; } }
    .single-testimonial-slide .testimonial-content .quote-icon {
      position: absolute;
      right: 20px;
      bottom: 0;
      z-index: -1; }

/* :: 11.0 Newsletter CSS */
.uza-newsletter-area {
  position: relative;
  z-index: 1; }
  .uza-newsletter-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #e7f2fd; }
  .uza-newsletter-area .nl-content {
    position: relative;
    z-index: 1; }
    .uza-newsletter-area .nl-content h2 {
      font-size: 36px;
      display: block;
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uza-newsletter-area .nl-content h2 {
          font-size: 30px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-content h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        .uza-newsletter-area .nl-content h2 {
          font-size: 24px; } }
    .uza-newsletter-area .nl-content p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .uza-newsletter-area .nl-content p {
          font-size: 14px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-content p {
          font-size: 12px; } }
  .uza-newsletter-area .nl-form form {
    position: relative;
    z-index: 1; }
    .uza-newsletter-area .nl-form form input {
      width: 100%;
      height: 50px;
      border-radius: 50px;
      background-color: #e7f2fd;
      border: none;
      font-size: 16px;
      padding: 0 30px; }
    .uza-newsletter-area .nl-form form button {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      padding: 0 30px;
      border-radius: 0 50px 50px 0;
      background-color: rgb(52, 114, 79);
      font-size: 16px;
      color: #ffffff;
      height: 50px;
      top: 0;
      right: 0;
      border: none;
      cursor: pointer; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .uza-newsletter-area .nl-form form button {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .uza-newsletter-area .nl-form form button {
          padding: 0 20px; } }
      .uza-newsletter-area .nl-form form button:hover, .uza-newsletter-area .nl-form form button:focus {
        background-color: #303030; }

/* :: 12.0 About CSS */
.about-us-content {
  position: relative;
  z-index: 1; }
  .about-us-content h2 {
    font-size: 48px;
    display: block;
    margin-bottom: 25px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .about-us-content h2 {
        font-size: 36px; } }


.about-us-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-right: 20px; }
  .about-us-thumbnail img {
    width: 100%;
  border-radius: 10px}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-thumbnail {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .about-us-thumbnail {
      padding-right: 0; } }

.uza-video-area {
  position: absolute;
  top: 50%;
  right: 65px;
  z-index: 99;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .uza-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  @media only screen and (max-width: 767px) {
    .uza-video-area {
      right: auto;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }
  .uza-video-area .video-play-btn {
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background-color: rgb(52, 114, 79);
    color: #ffffff;
    line-height: 70px;
    text-align: center;
    font-size: 24px; }
    .uza-video-area .video-play-btn i {
      padding-left: 5px; }
    .uza-video-area .video-play-btn:focus, .uza-video-area .video-play-btn:hover {
      box-shadow: none;
      background-color: rgb(52, 114, 79); }

.uza-about-us-area {
  position: relative;
    overflow-x: hidden;
  z-index: 1;
  margin: 150px 0;}
  .uza-about-us-area .about-bg-pattern {
    position: absolute;
    width: 20%;
    left: 0;
    bottom: 0;
    z-index: -1;
    height: 100%; }
    .uza-about-us-area .about-bg-pattern img {
      height: 100%;
      width: auto; }

.uza-video-area .video-play-btn {
  -webkit-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93); }
  .uza-video-area .video-play-btn:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgb(52, 114, 79);
    opacity: 1;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite; }

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }
.uza-why-choose-us-area {
  position: relative;
  z-index: 1; }
  .uza-why-choose-us-area ul li {
    font-size: 16px;
    margin-bottom: 15px;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .uza-why-choose-us-area ul li i {
      color: rgb(52, 114, 79);
      margin-right: 15px; }
    .uza-why-choose-us-area ul li:last-child {
      margin-bottom: 0; }

.about-tab-area {
  position: relative;
  z-index: 1; }
  .about-tab-area .nav-tabs .nav-item {
    margin-bottom: 0; }
  .about-tab-area .nav-tabs .nav-link {
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    border: none;
    margin-right: 30px;
    background-color: transparent; }
    @media only screen and (max-width: 767px) {
      .about-tab-area .nav-tabs .nav-link {
        letter-spacing: 1px;
        margin-right: 15px;
        font-size: 14px; } }
    .about-tab-area .nav-tabs .nav-link.active:after {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      background-color: rgb(52, 114, 79);
      width: 100%;
      height: 2px; }

/* 13.0 Service CSS */
.single-service-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-service-area .service-icon {
    background-color: #e7f2fd;
    width: 145px;
    height: 110px;
    font-size: 42px;
    color: #303030;
    text-align: center;
    line-height: 110px;
    border-radius: 80px 200px 200px 362px;
    margin: 0 auto 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-service-area h5 {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    font-weight: 600; }
  .single-service-area:focus .service-icon, .single-service-area:hover .service-icon {
    background-color: rgb(52, 114, 79);
    color: #ffffff;
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
  .single-service-area:focus h5, .single-service-area:hover h5 {
    color: rgb(52, 114, 79); }

.cta-testimonial-cfa-area {
  position: relative;
  z-index: 1; }
  .cta-testimonial-cfa-area .cta-testimonial-cfa-bg-curve {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    z-index: -1; }

/* :: 14.0 Breadcrumb CSS */
.breadcrumb-area {
  position: relative;
  z-index: 1;
  height: 290px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
      height: 220px; } }
  @media only screen and (max-width: 767px) {
    .breadcrumb-area {
      height: 200px;
      margin-bottom: 0; } }
  .breadcrumb-area .breadcrumb-bg-curve {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    text-align: right !important; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area .breadcrumb-bg-curve {
        width: 90%; } }
  .breadcrumb-area .title {
    font-size: 60px;
    margin-bottom: 0;
    text-transform: capitalize; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .breadcrumb-area .title {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcrumb-area .title {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .breadcrumb-area .title {
        font-size: 30px; } }
  .breadcrumb-area .breadcumb--con .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0; }
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
      font-size: 18px;
      text-transform: capitalize;
      color: #303030;
      font-weight: normal;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a,
        .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
          font-size: 14px; } }
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:focus, .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item:hover,
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:focus,
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item > a:hover,
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus,
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
        color: rgb(52, 114, 79); }
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active {
      color: #a6a6a6; }
      .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:focus, .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item.active:hover {
        color: #a6a6a6; }
    .breadcrumb-area .breadcumb--con .breadcrumb .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .breadcrumb-area .breadcumb--con .breadcrumb .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .breadcrumb-area .breadcumb--con .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\f105";
      font-family: 'FontAwesome'; }

/* :: 15.0 Blog CSS */
.uza-blog-area {
  position: relative;
  z-index: 1; }
  .uza-blog-area .blog-bg-curve {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.single-blog-post {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1); }
  .single-blog-post .post-content {
    position: relative;
    z-index: 10;
    padding: 40px;
    background-color: #ffffff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-blog-post .post-content .post-date {
      font-size: 16px;
      text-transform: capitalize;
      color: #a6a6a6;
      display: block;
      margin-bottom: 10px; }
      .single-blog-post .post-content .post-date span {
        font-size: 36px;
        color: rgb(52, 114, 79);
        margin-right: 5px; }
    .single-blog-post .post-content .post-title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 15px;
      display: block; }
      .single-blog-post .post-content .post-title:focus, .single-blog-post .post-content .post-title:hover {
        color: rgb(52, 114, 79); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-blog-post .post-content .post-title {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 20px; } }
    .single-blog-post .post-content .read-more-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .single-blog-post .post-content .read-more-btn i {
        color: rgb(52, 114, 79);
        font-size: 20px; }
  .single-blog-post:focus, .single-blog-post:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
    .single-blog-post:focus .post-content, .single-blog-post:hover .post-content {
      background-color: rgba(255, 255, 255, 0.9); }

.blog-details-content {
  position: relative;
  z-index: 1; }
  .blog-details-content .post-content .post-date {
    font-size: 16px;
    text-transform: capitalize;
    color: #a6a6a6;
    display: block;
    font-weight: 600; }
    .blog-details-content .post-content .post-date span {
      font-size: 36px;
      color: rgb(52, 114, 79); }
  .blog-details-content .post-content h2 {
    color: #303030;
    font-size: 60px;
    display: block;
    margin-bottom: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .blog-details-content .post-content h2 {
        font-size: 42px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .blog-details-content .post-content h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .blog-details-content .post-content h2 {
        font-size: 24px; } }
  .blog-details-content h1,
  .blog-details-content h2,
  .blog-details-content h3,
  .blog-details-content h4,
  .blog-details-content h5,
  .blog-details-content h6 {
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .blog-details-content h2 {
      font-size: 24px; } }
  .blog-details-content p {
    font-size: 18px;
    color: #a6a6a6;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .blog-details-content p {
        font-size: 16px; } }

.uza-pagination {
  position: relative;
  z-index: 1; }
  .uza-pagination .pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    padding: 0;
    line-height: 38px;
    margin: 0 5px;
    text-align: center;
    background-color: transparent;
    color: #707070;
    font-size: 16px; }
    .uza-pagination .pagination .page-item .page-link:focus, .uza-pagination .pagination .page-item .page-link:hover {
      background-color: rgb(52, 114, 79);
      border-color: rgb(52, 114, 79);
      color: #ffffff; }
  .uza-pagination .pagination .page-item.active .page-link {
    background-color: rgb(52, 114, 79);
    border-color: rgb(52, 114, 79);
    color: #ffffff; }

.comment_area {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 50px;
  padding-bottom: 50px; }
  .comment_area .title {
    margin-bottom: 30px;
    font-size: 30px; }
    @media only screen and (max-width: 767px) {
      .comment_area .title {
        font-size: 24px; } }
  .comment_area .comment-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-author {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      width: 70px;
      max-width: 70px;
      margin-right: 20px;
      border-radius: 50%; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-author {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
          flex: 0 0 50px;
          width: 50px;
          max-width: 50px;
          margin-right: 10px; } }
      .comment_area .comment-content .comment-author img {
        border-radius: 50%; }
    .comment_area .comment-content .comment-meta .post-date {
      color: rgb(52, 114, 79);
      font-size: 12px;
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px;
      font-weight: 600; }
    .comment_area .comment-content .comment-meta h5 {
      margin-bottom: 5px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta h5 {
          font-size: 16px; } }
    .comment_area .comment-content .comment-meta p {
      color: #303030;
      font-size: 16px;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta p {
          font-size: 14px; } }
    .comment_area .comment-content .comment-meta a.like,
    .comment_area .comment-content .comment-meta a.reply {
      display: inline-block;
      padding: 5px 15px 3px;
      font-size: 12px;
      font-weight: 600;
      border: 1px solid #ebebeb;
      text-transform: uppercase; }
      .comment_area .comment-content .comment-meta a.like:focus, .comment_area .comment-content .comment-meta a.like:hover,
      .comment_area .comment-content .comment-meta a.reply:focus,
      .comment_area .comment-content .comment-meta a.reply:hover {
        border-color: rgb(52, 114, 79);
        background-color: rgb(52, 114, 79);
        color: #ffffff; }
  .comment_area .children {
    margin-left: 50px; }
    @media only screen and (max-width: 767px) {
      .comment_area .children {
        margin-left: 20px; } }
    .comment_area .children .single_comment_area:last-of-type {
      margin-bottom: 0; }

.uza-blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-top: 30px; }
  .uza-blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px; }
    @media only screen and (max-width: 767px) {
      .uza-blockquote .icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 50px;
        width: 50px; } }
    .uza-blockquote .icon i {
      font-size: 60px;
      color: rgb(52, 114, 79); }
      @media only screen and (max-width: 767px) {
        .uza-blockquote .icon i {
          font-size: 30px; } }
  .uza-blockquote .text h5 {
    font-size: 30px;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .uza-blockquote .text h5 {
        font-size: 20px; } }
  .uza-blockquote .text h6 {
    font-size: 30px;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .uza-blockquote .text h6 {
        font-size: 20px; } }

.uza-post-share {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .uza-post-share h6 {
      font-size: 10px;
      margin-right: 10px !important; } }
  .uza-post-share .social-info- a {
    display: inline-block;
    color: #303030;
    font-size: 16px;
    margin-right: 15px; }
    .uza-post-share .social-info- a:last-child {
      margin-right: 0; }
    .uza-post-share .social-info- a:focus, .uza-post-share .social-info- a:hover {
      color: rgb(52, 114, 79); }
    @media only screen and (max-width: 767px) {
      .uza-post-share .social-info- a {
        font-size: 12px;
        margin-right: 5px; } }

.post-catagories {
  position: relative;
  z-index: 1;
  margin: 50px 0; }
  .post-catagories ul li a {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #ebebeb;
    background-color: #ffffff;
    color: #303030;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin: 3px; }
    .post-catagories ul li a:focus, .post-catagories ul li a:hover {
      background-color: rgb(52, 114, 79);
      color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .post-catagories ul li a {
        font-size: 10px;
        padding: 5px 10px; } }

.related-news-area {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px; }

/* :: 16.0 CTA CSS */
.uza-cta-area {
  position: relative;
  z-index: 1; }

.cta-content {
  position: relative;
  z-index: 1; }
  .cta-content h2 {
    font-size: 48px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-content h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .cta-content h2 {
        font-size: 42px; } }
    @media only screen and (max-width: 767px) {
      .cta-content h2 {
        font-size: 30px; } }
  .cta-content h6 {
    font-size: 18px;
    margin-bottom: 0;
    color: #a6a6a6; }
  .cta-content .call-now-btn a {
    display: inline-block;
    font-size: 30px;
    color: rgb(52, 114, 79); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .cta-content .call-now-btn a {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .cta-content .call-now-btn a {
        font-size: 24px; } }
    .cta-content .call-now-btn a span {
      font-size: 18px;
      color: #a6a6a6; }
      @media only screen and (max-width: 767px) {
        .cta-content .call-now-btn a span {
          font-size: 14px; } }

/* :: 17.0 CFA CSS */
.single-cf-area {
  position: relative;
  z-index: 1; }
  .single-cf-area h2 {
    margin-bottom: 0;
    font-size: 60px;
    color: rgb(52, 114, 79);
    margin-right: 20px; }
  .single-cf-area .cf-text h6 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600; }
  .single-cf-area .bg-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    font-size: 60px;
    color: #eaeaea; }

/* :: 18.0 Team CSS */
.single-team-slide {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .single-team-slide img {
    position: relative;
    z-index: 1;
    width: 100%; }
  .single-team-slide .overlay-effect {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: rgba(231, 242, 253, 0.9);
    padding: 40px 30px;
    opacity: 0;
    visibility: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-team-slide .overlay-effect {
        padding: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-team-slide .overlay-effect {
        padding: 30px; } }
    .single-team-slide .overlay-effect h6 {
      font-size: 14px;
      color: rgb(52, 114, 79);
      margin-bottom: 5px;
      text-transform: uppercase; }
    .single-team-slide .overlay-effect h4 {
      display: block;
      margin-bottom: 10px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .single-team-slide .overlay-effect h4 {
          margin-bottom: 5px;
          font-size: 20px; } }
    .single-team-slide .overlay-effect p {
      margin-bottom: 0;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        .single-team-slide .overlay-effect p {
          font-size: 14px; } }
  .single-team-slide .team-social-info {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    bottom: 40px;
    left: 80px;
    z-index: 100;
    visibility: hidden;
    opacity: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-team-slide .team-social-info {
        bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .single-team-slide .team-social-info {
        bottom: 30px; } }
    .single-team-slide .team-social-info a {
      display: inline-block;
      color: #ffffff;
      margin-right: 5px;
      background-color: rgb(52, 114, 79);
      width: 40px;
      height: 40px;
      border-radius: 20px;
      text-align: center;
      line-height: 40px; }
      .single-team-slide .team-social-info a.facebook {
        background-color: #4c60ac; }
      .single-team-slide .team-social-info a.twitter {
        background-color: #00bae3; }
      .single-team-slide .team-social-info a.pinterest {
        background-color: #d91a18; }
      .single-team-slide .team-social-info a.instagram {
        background-color: #0085d7; }
      .single-team-slide .team-social-info a.youtube {
        background-color: #e20000; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-team-slide .team-social-info a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .single-team-slide .team-social-info a {
          width: 30px;
          height: 30px;
          line-height: 30px;
          font-size: 14px; } }
  .single-team-slide:focus, .single-team-slide:hover {
    -webkit-box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15);
    box-shadow: 0 6px 50px 8px rgba(21, 131, 233, 0.15); }
    .single-team-slide:focus .overlay-effect, .single-team-slide:hover .overlay-effect {
      opacity: 1;
      visibility: visible; }
    .single-team-slide:focus .team-social-info, .single-team-slide:hover .team-social-info {
      visibility: visible;
      opacity: 1;
      left: 30px; }

.team-sildes {
  position: relative;
  z-index: 1; }
  .team-sildes .owl-dots {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .team-sildes .owl-dots .owl-dot {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
      flex: 0 0 8px;
      max-width: 8px;
      margin: 0 5px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #e7f2fd; }
      .team-sildes .owl-dots .owl-dot.active {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
        flex: 0 0 38px;
        max-width: 38px;
        width: 38px;
        border-radius: 15px;
        background-color: rgb(52, 114, 79); }

/* :: 19.0 Footer CSS */
.footer-area {
  position: relative;
  z-index: 1; }

.single-footer-widget {
  position: relative;
  z-index: 1; }
  .single-footer-widget .widget-title {
    color: #303030;
    margin-bottom: 20px;
    display: block;
    font-weight: 600; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget p {
      font-size: 14px; } }
  .single-footer-widget .footer-social-info a {
    display: inline-block;
    color: #ffffff;
    margin-right: 5px;
    background-color: rgb(52, 114, 79);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px; }
    .single-footer-widget .footer-social-info a.facebook {
      background-color: #4c60ac; }
    .single-footer-widget .footer-social-info a.twitter {
      background-color: #00bae3; }
    .single-footer-widget .footer-social-info a.pinterest {
      background-color: #d91a18; }
    .single-footer-widget .footer-social-info a.instagram {
      background-color: #0085d7; }
    .single-footer-widget .footer-social-info a.youtube {
      background-color: #e20000; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-footer-widget .footer-social-info a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px; } }
  .single-footer-widget .our-link {
    position: relative;
    z-index: 1; }
    .single-footer-widget .our-link li a {
      position: relative;
      z-index: 1;
      font-size: 16px;
      color: #707070;
      margin-bottom: 15px;
      display: block;
      font-weight: normal; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .our-link li a {
          font-size: 14px; } }
      .single-footer-widget .our-link li a::after {
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #ffffff;
        content: '';
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .single-footer-widget .our-link li a:focus, .single-footer-widget .our-link li a:hover {
        color: rgb(52, 114, 79);
        padding-left: 25px; }
        .single-footer-widget .our-link li a:focus::after, .single-footer-widget .our-link li a:hover::after {
          width: 15px; }
    .single-footer-widget .our-link li:last-child a {
      margin-bottom: 0; }
  .single-footer-widget .footer-content {
    position: relative;
    z-index: 1; }
    .single-footer-widget .footer-content h3 {
      color: rgb(52, 114, 79); }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-footer-widget .footer-content h3 {
          font-size: 20px; } }

.copywrite-text {
  position: relative;
  z-index: 1;
  margin-top: 20px; }
  .copywrite-text p {
    font-size: 16px;
    color: #a6a6a6;
    margin-bottom: 0; }
    .copywrite-text p a {
      color: #a6a6a6; }
      .copywrite-text p a:focus, .copywrite-text p a:hover {
        color: rgb(52, 114, 79); }

/* :: 20.0 Contact Area */
.uza-contact-area {
  position: relative;
  z-index: 1; }
  .uza-contact-area .google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 767px) {
      .uza-contact-area .google-maps {
        height: 280px; } }
    .uza-contact-area .google-maps iframe {
      width: 100%;
      height: 100%;
      border: none; }

.single-contact-card {
  position: relative;
  z-index: 1; }
  .single-contact-card h4 {
    margin-bottom: 15px; }
  .single-contact-card h3 {
    color: rgb(52, 114, 79); }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-contact-card h3 {
        font-size: 20px; } }
  .single-contact-card h6 {
    margin-bottom: 0;
    color: #707070;
    line-height: 1.5;
    font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .single-contact-card h6 {
        font-size: 14px; } }

.uza-contact-form {
  position: relative;
  z-index: 1; }
  .uza-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
    color: #a6a6a6;
    font-size: 14px; }
    .uza-contact-form .form-control:focus {
      box-shadow: none;
      border-color: rgb(52, 114, 79); }
  .uza-contact-form textarea.form-control {
    height: 110px;
    padding: 20px; }
.welcome-area {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-area video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    object-fit: cover;
}
@supports not (object-fit: cover) {
    .welcome-area video {
        width: 100%;
        height: 100%;
    }
}
.welcome-area #welcome-text{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 800px;
}
#welcome-text h1, #welcome-text p{
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
#welcome-text h1{
    font-size: 60px;
    line-height: 65px;
    margin: 0 auto;
    font-family: 'Sriracha', sans-serif;
}
.classy-nav-container .classy-navbar .classynav ul li .dropdown a{
    color: #303030;
}
#wakeup-in-numbers {
    background: transparent;
    position: relative;
    overflow: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-heading {
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
}

.section-heading h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    background: #303030;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
}

.section-heading p {
    color: #a0a0a0;
    font-size: 1.1rem;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.counter-wrapper {
    display: flex;
    column-gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.counter-container {
    min-width: 0;
    width: 23%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 2rem 1rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.counter-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(24, 249, 143, 0.1) 0%, rgba(0, 229, 255, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.counter-container:hover::before {
    opacity: 1;
}

.counter-container:hover {
    transform: translateY(-10px);
    border-color: rgba(24, 249, 143, 0.3);
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 30px rgba(24, 249, 143, 0.2);
}

.counter-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background: linear-gradient(135deg, #18f98f 0%, #00e5ff 100%);*/
    background: linear-gradient(135deg, #34724f 0%, #2c5d42 100%);

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    position: relative;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.icon-wrapper::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18f98f 0%, #00e5ff 100%);
    opacity: 0.3;
    z-index: -1;
    animation: ripple 3s infinite;
}

@keyframes ripple {
    0% { transform: scale(1); opacity: 0.3; }
    100% { transform: scale(1.5); opacity: 0; }
}

.counter-container i {
    font-size: 2rem;
    color: #ffffff;
    z-index: 2;
}

.counter-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.num {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin-bottom: 0.5rem;
    background: linear-gradient(135deg, #34724f 0%, #2c5d42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.text {
    color: #b0b0b0;
    font-size: 0.9rem;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 1rem;
}

.progress-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.progress-line {
    height: 100%;
    width: 0%;
    background: linear-gradient(135deg, #34724F 0%, #2c5d42 100%);
    transition: width 0.1s ease;
    position: relative;
}

.progress-line::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.6) 100%);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-20px); }
    100% { transform: translateX(20px); }
}

/* Floating particles */
.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #18f98f;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.6;
}
.demo-bg {

    margin: 100px 0 150px 0;
}
.menu-link {
    position: relative !important;
    display: inline-block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 0 !important;
}

.menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    /*background: rgb(52, 114, 79);*/
    background: #ffffff;
    transform: scaleX(0);
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1);
    transform-origin: left;
    pointer-events: none;
}

.menu-link:hover::before,
.menu-link:focus::before {
    transform: scaleX(1);
}

.classynav ul li {
    margin-right: 24px;
    position: relative;
}

.classynav ul li:last-child {
    margin-right: 0;
}

.current-item .menu-link::before {
    transform: scaleX(1);
    opacity: 1;
    transition: none;
}

.current-item .menu-link:hover::before,
.current-item .menu-link:focus::before {
    transform: scaleX(1);
}

.classynav ul li .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    padding: 5px 0;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
    display: none;
    border-radius: 6px;
}


.classynav ul li:hover > .dropdown {
    display: block;
}


.classynav ul li .dropdown li {
    padding-left: 15px;
    white-space: nowrap;
}

.classynav ul li .dropdown li a.menu-link {
    display: inline-block !important;
    padding: 0 !important;
    color: #222 !important;
    text-decoration: none !important;
}


.classynav ul li .dropdown li:hover a.menu-link {
    color: #303030 !important;
}
.dropdown .menu-link::before{
    bottom: 5px!important;
    background: #303030;
}
.serviceTitle{
    text-align: center;
}
.services{
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-direction: row-reverse;
    width: 80%;
    overflow: hidden;
}
.services-links{
    display: flex;
    flex-direction: column;
    margin: 0 50px;
}
.services-links a{
    color: #222;
    text-decoration: none;
    padding: 10px 0 11px 0;
    font-size: 28px;
    border-bottom: 2px solid rgba(48, 48, 48, 0.3);
    height: 61px;
    width: 420px;
    font-weight: 600;
    transition: all 0.5s;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.services-links i {
    font-size: 18px!important;
    padding: 7px;
    border-radius: 5px;
    background-color: #FFFFFF;
    opacity: 1!important;
    transition: all 0.5s;
    transform: rotate(-45deg);
}
.services span{
    opacity: 0.3;
    transition: all 0.5s;

}
#services{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 150px auto;
    position: relative;
}
#service-circles{
    width: 20%;
    position: relative;
    margin-top: 130px;
}
#service-circles div{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
#service-circles #first-circle{
    background-color: #032024;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
#service-circles #second-circle{
     background-color: #18f98f;
     position: absolute;
     top: 80px;
    right: 0;
     z-index: 2;
 }
#service-circles #third-circle{
    background-color: #a9cfb8;
    position: absolute;
    top: 160px;
    right: 0;
    z-index: 3;
}
.image-container {
    position: relative;
    width: 400px;
    height: 500px;
    overflow: hidden;
    margin-left: 50px;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: opacity 0.3s ease-in-out;
    border-radius: 12px;
}
.image-container img.top {
    opacity: 1;
}

.image-container.hovered img.top {
    opacity: 0;
}
.school-logos-container {
    position: relative;
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px 0;
}

.logos-track {
    position: absolute;
    display: flex;
    width: fit-content;
    animation: scroll 15s linear infinite;
}

.logo {
    flex-shrink: 0;
    width: 150px;
    margin: 0 10px;
}

.logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-25%);
    }
}
.school-logos-container:hover .logos-track {
    animation-play-state: paused;
}
.school-logos-container::before,
.school-logos-container::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 2;
}

.school-logos-container::before {
    top: 0;
    background: linear-gradient(to bottom, #f6f6f6 0%, transparent 100%);
}

.school-logos-container::after {
    bottom: 0;
    background: linear-gradient(to top, #f6f6f6 0%, transparent 100%);
}
.school-logos-container {
    mask-image: linear-gradient(
        to right,
        transparent,
        black 2%,
        black 98%,
        transparent 100%
    );

}
#our-schools p{
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.services-bg-curve{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
}
.custom-footer {
    background: #222;
    color: #fff;
    padding: 0 0 20px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 0 20px 0;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}
.footer-top-left {
    flex: 1;
}
.footer-top-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.footer-logo {
    /*width: 120px;*/
    margin-bottom: 10px;
}
.footer-desc {
    font-size: 15px;
    color: #bbb;
    /*margin-bottom: 0;*/
    max-width: 260px;
    text-align: right;
}
.footer-top-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 40px;
}
.footer-social{
    margin-bottom: 12px;
    display: flex;
    gap: 18px;
}

.footer-social a {
    color: #fff;
    font-size: 26px;
    margin-left: 16px;
    transition: color 0.2s;
}
.footer-social a i {
    transition: all 0.7s;
}
.footer-social a:hover i {
    transform: scale(1.2);
}
.footer-divider {
    border: none;
    border-top: 2.5px solid #333!important;
    margin: 0 auto 30px auto;
    max-width: 1200px;
}
.footer-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto 20px auto;
    gap: 40px;
}
.footer-menu {
    display: flex;
    flex: 2;
    gap: 60px;
    padding: 30px 0;
    margin-left: 50px;
}
.footer-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 160px;
}
.footer-col-title{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.footer-col a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
    padding: 2px 0;
}
.footer-col a:hover {
    color: #34724f;
}
.footer-map {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
}
.footer-map-img {
    width: 180px;
    max-width: 100%;
}
.footer-copyright {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 8px;
}
.footer-inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 900px) {
    .footer-top, .footer-bottom-block {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .footer-col{
        align-items: center;
    }
    .footer-top-center, .footer-top-right, .footer-top-left {
        align-items: center;
        text-align: center;
    }
    .footer-menu {
        display: flex;
        flex: 2;
        gap: 60px;
        padding: 30px 0;
        margin-top: 0;
        margin-left: 0;
        align-items: flex-start;

    }
    .footer-map {
        justify-content: center;
        margin-top: 20px;
    }
}
.footer-map {
    position: relative; /* Neophodno za pozicioniranje tačaka i info prozora */
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.single-location {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff4500; /* Lepa crveno-narandžasta boja */
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.single-location:hover {
    transform: scale(1.5);
}


#location-faro { top: 95%; left: 46%; }
#location-figueira { top: 37%; left: 25%; }
#location-portimao { top: 93%; left: 33%; }

.location-info {
    display: none;
    position: absolute;
    background: linear-gradient(145deg, #ffffff, #f0f0f0);
    color: #333;
    border-radius: 12px;
    padding: 18px;
    width: 240px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    border: 1px solid #ddd;
    z-index: 1000;
    font-family: 'Arial', sans-serif;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.location-info.visible {
    display: block;
    opacity: 1;
    transform: translateY(-15px);
}

.location-info p {
    margin: 0;
    padding: 2px 0;
}

.location-info .location-city {
    font-size: 1.2em;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 3px;
}

.location-info .location-address {
    font-size: 0.95em;
    color: #555;
    margin-bottom: 3px;
}

.location-working-hours {
    border-top: 1px solid #eee;
    padding-top: 8px;
    margin-top: 5px;
}

.location-working-hours .working-hours-title {
    font-size: 0.9em;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

.location-working-hours span {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em; /* Još sitniji font za dane */
    color: #666;
    line-height: 1.6;
}
#vet-sectors{
     min-height: 1200px;
 }
#vet-sectors h2{
    font-size: 40px;
}
.active-page{
    border-bottom: 3px solid #ffffff;
}
/* Responsive Design */
@media (max-width: 768px) {
    .about-us-content{
        text-align: center;
    }
     .about-us-conten h2{
        text-align: center;
    }
    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .hero-title .title-main {
        font-size: 3rem;
    }
    .cta-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .reasons-grid {
        grid-template-columns: 1fr;
    }
    .reason-card:nth-child(3) {
        grid-column: 1;
        max-width: 100%;
    }
    .gallery-item.large {
        grid-column: span 1;
    }
    .time {
        width: 80px;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 15px;
    }
}
.scroll-animate {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.scroll-animate[data-animation="slideInLeft"] {
    transform: translateX(-100px);
}

.scroll-animate[data-animation="slideInRight"] {
    transform: translateX(100px);
}

.scroll-animate[data-animation="fadeInUp"] {
    transform: translateY(80px);
}

.scroll-animate.animate-in {
    opacity: 1;
    transform: translateX(0) translateY(0);
}
#languageSelector{
    position: relative;
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}
#languageSelector img {
    vertical-align: middle;
    border: 1px solid #ccc;
}
#languageDropdown{
    color: #303030;
    display: none;
    position: absolute;
    top: 25px;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: 5px;
    z-index: 9998;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    white-space: nowrap;
    width: 125px;
}
.languageDropdownFlag{
    padding: 5px;
    cursor: pointer;
}
.languageDropdownFlag:hover span{
    font-weight: bold;
}
.preloader-overlay {
    /* Forsiraj tačne viewport dimenzije */
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    background: rgb(52,114,79) !important;
    z-index: 9999 !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    outline: none !important;
    box-sizing: border-box !important;
    /* Sprečava bilo kakve dodatne dimenzije */
    transform: none !important;
    overscroll-behavior: none !important;
    /* Dodatna sigurnost za viewport */
    contain: layout size style !important;
}
body.preloader-active {
    overflow: hidden !important;
    height: 100vh !important;
    width: 100vw !important;
    position: fixed !important;
    margin: 0 !important;
    padding: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

html.preloader-active {
    overflow: hidden !important;
    height: 100vh !important;
    width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
}

.preloader-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 90vw;
    max-height: 90vh;
    text-align: center;
    z-index: 10000;
    /* Osiguraj da ne prelazi van parent-a */
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 1rem;
    box-sizing: border-box;
}

.logo-container {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 3rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    animation: glow 1.5s ease-in-out;
    width: 350px;
    max-width: 85vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0;
}

.logo {
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5rem;
    animation: logoFloat 1.5s ease-in-out;
    width: 100%;
    line-height: 1.1;
}

.wake {
    color: #ffffff;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.up {
    color: #90EE90;
    text-shadow: 0 0 20px rgba(144, 238, 144, 0.7);
}

.subtitle {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin: 0;
}

.spinner-container {
    position: relative;
    z-index: 10;
    margin: 0;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    border-top: 3px solid #90EE90;
    border-radius: 50%;
    animation: spin 0.5s linear infinite;
    margin: 0 auto;
}

.spinner::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: spin 1s linear infinite reverse;
}

.loading-text {
    margin-top: 2rem;
    text-align: center;
    z-index: 10;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.loading-text h3 {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    animation: pulse 0.75s ease-in-out infinite;
}

.dots {
    display: inline-block;
    animation: dots 1.2s ease-in-out infinite;
}

.progress-bar {
    width: 300px;
    max-width: 80vw;
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin: 1rem auto 0;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #90EE90, #ffffff, #90EE90);
    background-size: 200% 100%;
    animation: progress 1.5s ease-in-out, gradient 0.75s ease-in-out infinite;
    border-radius: 2px;
}

/* Animacije */
@keyframes logoFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes glow {
    0% { box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(144, 238, 144, 0.1); }
    100% { box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4), 0 0 50px rgba(144, 238, 144, 0.3); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

@keyframes dots {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

@keyframes progress {
    0% { width: 0%; }
    50% { width: 70%; }
    100% { width: 100%; }
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/*Home - Testimonials*/
.testimonial-section {
    position: relative;
    background: linear-gradient(135deg, #34724f 0%, #2c5d42 100%);
    overflow: hidden;
    margin: 100px auto;
    padding: 50px 0 150px 0;
}

.floating-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    animation: float 6s ease-in-out infinite;
}

.shape.circle {
    border-radius: 50%;
}

.shape:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    width: 120px;
    height: 120px;
    top: 60%;
    right: 15%;
    animation-delay: 2s;
}

.shape:nth-child(3) {
    width: 60px;
    height: 60px;
    top: 10%;
    right: 25%;
    animation-delay: 4s;
}

.shape:nth-child(4) {
    width: 100px;
    height: 20px;
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.testimonial-section .section-header {
    text-align: center;
    margin-bottom: 80px;
    opacity: 0;
    animation: testimonialFadeInUp 1s ease forwards;
}

.testimonial-section .section-header h2 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff;
    margin-bottom: 20px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.testimonial-section .section-header p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto;

}

.testimonials-container {
    position: relative;
    height: 600px;
}

.testimonial-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 50px 40px;
    max-width: 600px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.testimonial-card.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    z-index: 10;
}

.testimonial-card.prev {
    transform: translate(-150%, -50%) scale(0.7);
    opacity: 0.3;
    z-index: 5;
}

.testimonial-card.next {
    transform: translate(50%, -50%) scale(0.7);
    opacity: 0.3;
    z-index: 5;
}

.quote-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #34724f 0%, #2c5d42 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 24px;
    color: white;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.testimonial-text {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.star-rating {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
}

.star {
    font-size: 20px;
    color: #ffd700;
    animation: starTwinkle 2s ease-in-out infinite;
}

.star:nth-child(2) { animation-delay: 0.2s; }
.star:nth-child(3) { animation-delay: 0.4s; }
.star:nth-child(4) { animation-delay: 0.6s; }
.star:nth-child(5) { animation-delay: 0.8s; }

@keyframes starTwinkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.2) rotate(10deg); }
}

.author-info {
    text-align: center;
}

.author-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.author-title {
    font-size: 1rem;
    color: #666;
    padding-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.author-country {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    background: #f8f9fa;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #555;
}

.flag {
    width: 20px;
    height: 15px;
    margin: 10px 0;
    border-radius: 2px;
    display: inline-block;
}

.flag-poland {
    background: linear-gradient(to bottom, white 50%, #dc143c 50%);
}

.flag-spain {
    background: linear-gradient(to bottom, #aa151b 25%, #f1bf00 25%, #f1bf00 75%, #aa151b 75%);
}

.flag-slovenia {
    background: linear-gradient(to bottom, white 33%, #005ce6 33%, #005ce6 66%, #ff0000 66%);
}

.flag-france {
    background: linear-gradient(to right, #002395 33%, white 33%, white 66%, #ed2939 66%);
}
.navigation {
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 20;
}

.nav-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.nav-dot.active {
    background: white;
    transform: scale(1.3);
}

.nav-dot::after {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.nav-dot.active::after {
    opacity: 1;
    transform: scale(1);
}

.auto-play-indicator {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 20;
}

.play-pause-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 14px;
    backdrop-filter: blur(10px);
}

.play-pause-btn:hover {
    border-color: white;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

@keyframes testimonialFadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: cardSlideIn 0.8s ease forwards;
}

@keyframes cardSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.8) rotateY(45deg);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) rotateY(0deg);
    }
}
/* Enhanced Sticky Header Styles */
.header-area {
    border-radius: 0;
    backdrop-filter: blur(0px);
}

.header-area.slide-up {
    animation: slideUp 0.5s ease forwards !important;
}

@keyframes slideUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

.header-area.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    border-radius: 0 !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.05) !important;
    border-bottom: 1px solid rgba(52, 114, 79, 0.1) !important;
}
.header-area.sticky-header:not(.slide-up) {
    animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}


.header-area.sticky-header .classynav ul li a {
    color: #303030 !important;
    font-weight: 600 !important;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-area.sticky-header .active-page{
    border-bottom: 3px solid #303030 !important;
}
.header-area.sticky-header .menu-link::before{
    background: #303030;
    bottom: -3px;
}
.header-area.sticky-header .classy-nav-container .classy-navbar .classynav ul li a:focus, .header-area.sticky-header .classy-nav-container .classy-navbar .classynav ul li > a:hover::after{
    color: #303030;
}
.header-area.sticky-header .classy-nav-container .classy-navbar .classynav ul li > a::after{
    color: #303030;
}
/* Hamburger toggle fix */
.classy-navbar-toggler {
    border: none !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; /* Uklanja highlight na touch */
    touch-action: manipulation; /* Optimizuje touch response */
    user-select: none; /* Sprečava selektovanje teksta */
    -webkit-user-select: none;

    background: transparent !important;
    padding: 5px !important;
    z-index: 10000 !important;
    position: relative;
}
.classy-navbar-toggler:focus{
    outline: none;
}
.classy-navbar-toggler .navbarToggler span{
    background-color: #ffffff!important;
}
.navbarToggler {
    width: 25px !important;
    height: 20px !important;
    position: relative !important;
    cursor: pointer !important;
}

.navbarToggler span {
    display: block !important;
    position: absolute !important;
    height: 2px !important;
    width: 100% !important;
    background: #ffffff !important;
    border-radius: 1px !important;
    opacity: 1 !important;
    left: 0 !important;
    transform: rotate(0deg) !important;
    transition: 0.25s ease-in-out !important;
}

.navbarToggler span:nth-child(1) {
    top: 0px !important;
}

.navbarToggler span:nth-child(2) {
    top: 8px !important;
}

.navbarToggler span:nth-child(3) {
    top: 16px !important;
}

/* Hamburger animation when active */
.navbarToggler.active span:nth-child(1) {
    top: 8px !important;
    transform: rotate(135deg) !important;
}

.navbarToggler.active span:nth-child(2) {
    opacity: 0 !important;
    left: -60px !important;
}

.navbarToggler.active span:nth-child(3) {
    top: 8px !important;
    transform: rotate(-135deg) !important;
}

/* Sticky header hamburger color */
.header-area.sticky-header .navbarToggler span {
    background: #303030 !important;
}
.footer-map {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1;
}

.footer-map-img {
    max-width: 100%;
    height: auto;
    min-width: 180px; /* Minimalna širina da se očuvaju proporcije */
}

.single-location {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ff4500;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    /* Koristi transform umesto top/left za bolje performanse */
    transform-origin: center;
}

.single-location:hover {
    transform: scale(1.5);
}

/* Responsive pozicije - koriste percentile koji se prilagođavaju */
#location-faro {
    top: 97%;
    left: 62%;
    transform: translate(-50%, -50%);
}

#location-figueira {
    top: 39%;
    left: 42%;
    transform: translate(-50%, -50%);
}

#location-portimao {
    top: 95%;
    left: 51%;
    transform: translate(-50%, -50%);
}
#journey-timeline,#process,#activities,#growth-timeline,section{
    overflow-x: hidden!important;
}
#selectedLangImg{
    width: 24px;
    height: 16px;
}
#languageDropdownFlag img{
    width: 20px;
    height: 14px;
}
/* Responsive design */
@media (min-width: 1920px) {
    .welcome-area video {
        min-width: 120%;
        min-height: 120%;
    }
}
/* High DPI displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .welcome-area video {
        transform: translate(-50%, -50%) scale(1.01);
    }
}
@media(max-width: 1300px){
    .welcome-area #welcome-text{
        top: 50%;
    }
    #welcome-text h1{
        font-size: 50px;
        line-height: 55px;
        width: 390px;
    }
    .services{
        flex-direction: column-reverse!important;
        align-items: center;
    }
    .image-container{
        margin-left: 0;
        margin-top: 50px;
    }
    .counter-wrapper{
        row-gap: 25px;
    }
    .counter-container{
        width: 45%;
    }
    #officeLocationMap{
        width: 90%!important;
    }
    #contactLocationWrapper{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 1200px) {
    .accommodations-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-map {
        justify-content: center;
        margin-top: 20px;
    }

    #location-faro {
        top: 97%;
        left: 46%;
    }

    #location-figueira {
        top: 39%;
        left: 20%;
    }

    #location-portimao {
        top: 95%;
        left: 33%;
    }
    .footer-top-right{
        margin-left: 0;
    }
    .footer-social a:first-child{
        margin-left: 0;
    }
    .footer-bottom-block{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .counter-container{
        max-width: 70%;
    }
    .footer-map{
        width: 180px!important;
        flex: auto;
    }
    .footer-map img{
        margin: 0 auto;
    }
    .footer-menu{
        justify-content: center;
    }
    .counter-container {
        padding: 2rem 1.5rem;
    }
    .text {
        font-size: 1rem;
    }
    .footer-menu{
        gap: 25px;
    }
}
@media(max-width: 991px){
    .hideLangDropdown{
        display: none!important;
    }
    .showLangDropdown{
        display: block!important;
    }
    #languageSelector{
        margin-top: 20px;
    }
   /* #selectedLangImg{
        width: 30px;
        height: 20px;
    }
    .languageDropdownFlag img{
        width: 30px;
        height: 20px;
    }*/
    .header-area.sticky-header .classy-navbar {
        padding: 10px 5% !important;
        height: 60px !important;
    }
    .breakpoint-on .classy-navbar .classy-menu{
        overflow-y: hidden!important;
    }
    .about-timeline-content p{
        line-height: 22px;
    }
    .about-timeline-container{
        padding: 10px 5px;
    }
    .classycloseIcon{
        display: none!important;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
        user-select: none;
        -webkit-user-select: none;

    }
    #languageDropdown{
        left: 0;
    }
    .menu-link:hover::before,
    .menu-link:focus::before {
        transform: scaleX(0);
    }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a{
        padding-left: 15px!important;
    }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li:hover{
        background-color: rgba(52, 114, 79, 0.1) !important;
    }
    .classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li:hover a{

        color: rgb(52, 114, 79) !important;
        padding-left: 40px !important;
    }
    .classy-nav-container {
        position: relative;
        z-index: 9999;
    }

    .classy-nav-container .classy-navbar {
        position: relative;
        z-index: 9999;
    }

    .classy-menu {
        position: fixed !important;
        top: 0 !important;
        left: -310px !important;
        width: 310px !important;
        height: 100vh !important;
        background: rgba(255, 255, 255, 1) !important;
        backdrop-filter: blur(20px) !important;
        z-index: 9998 !important;
        transition: all 0.3s ease !important;
        box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1) !important;
        overflow-y: auto !important;
    }
    .breakpoint-on .classynav{
        padding-top: 0!important;
        height: 103vh !important;
    }
    .classynav ul li.has-down > a::after, .classynav ul li.has-down.active > a::after, .classynav ul li.megamenu-item > a::after{
        color: rgb(52,114,79);
    }
    .classy-menu.menu-on {
        left: 0 !important;
        opacity: 1;
        transform: translateX(0) !important;
    }

    .classynav {
        padding-bottom: 30px!important;
        height: 100% !important;
    }

    .classynav ul {
        flex-direction: column !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .classynav ul li {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .classynav ul li a {
        color: #303030 !important;
        padding: 0 15px !important;
        display: block !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        border: none !important;
        text-decoration: none !important;
        transition: all 0.3s ease !important;
    }

    .classynav ul li a:hover,
    .classynav ul li a:focus {
        background-color: rgba(52, 114, 79, 0.1) !important;
        color: rgb(52, 114, 79) !important;
        padding-left: 40px !important;
    }

    .classynav ul li.active-page a {
        background-color: rgba(52, 114, 79, 0.1) !important;
        color: rgb(52, 114, 79) !important;
        border-left: 4px solid rgb(52, 114, 79) !important;
    }

    /* Close button */
    .classycloseIcon {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        width: 30px !important;
        height: 30px !important;
        cursor: pointer !important;
        z-index: 10000 !important;
    }

    .cross-wrap {
        position: relative !important;
        width: 100% !important;
        height: 100% !important;
    }

    .cross-wrap span {
        position: absolute !important;
        width: 20px !important;
        height: 2px !important;
        background-color: #303030 !important;
        top: 50% !important;
        left: 50% !important;
        transform-origin: center !important;
    }

    .cross-wrap span.top {
        transform: translate(-50%, -50%) rotate(45deg) !important;
    }

    .cross-wrap span.bottom {
        transform: translate(-50%, -50%) rotate(-45deg) !important;
    }

    /* Dropdown menus in mobile */
    .classynav ul li .dropdown {
        position: static !important;
        background: rgba(52, 114, 79, 0.05) !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        display: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }

    .classynav ul li.active .dropdown {
        display: block !important;
    }

    .classynav ul li .dropdown li a {
        padding: 10px 50px !important;
        font-size: 14px !important;
        background: transparent !important;
    }

    /* Mobile overlay */
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9997;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }

    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .testimonial-section .section-header h2{
        font-size: 2.5rem;
    }
    .welcome-area #welcome-text{
        width: 90%;
    }
    .header-area.sticky-header .active-page{
        border-bottom: none !important;
    }
}
@media (max-width: 768px) {
    .accommodations-grid {
    grid-template-columns: repeat(1, 1fr)!important;
}
    .services-links a{
        font-size: 23px;
        height: 56px;
        margin-top: 25px;
    }
    .about-us-thumbnail{
        text-align: center;
    }
    .about-us-thumbnail img{
        width: 70%;
        margin: 0 auto;
    }
    .welcome-area {
        min-height: 100vh;
        min-height: 100dvh; /* Dynamic viewport height for mobile */
    }
    #welcome-text h1{
        width: 100%;
    }
    .counter-container {
        padding: 2rem 1.5rem;
        min-height: 200px;
    }


    .num {
        font-size: 3rem;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .counter-container i {
        font-size: 1.5rem;
    }
    .footer-bottom-block{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-menu{
        flex-direction: column;
    }
   .spinner-container{
       margin-top: 50px;
   }

    .preloader-container {
        gap: 1.5rem;
        padding: 1rem;
        max-width: 95vw;
    }

    .logo-container {
        padding: 2rem 1.5rem;
        width: 350px;
        max-width: 90vw;
    }

    .logo {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .subtitle {
        font-size: 1rem;
        letter-spacing: 0.15em;
    }

    .progress-bar {
        width: 250px;
        max-width: 75vw;
    }

    .loading-text h3 {
        font-size: 1.3rem;
    }
    .navigation{
        bottom: -90px;
    }
    .section-header h2 {
        font-size: 2.5rem;
    }

    .testimonial-card {
        max-width: 90%;
        padding: 30px 25px;
        top: 45%;
    }
    .testimonials-container {
        height: 400px;
    }

    .testimonial-text {
        font-size: 1.0rem;
    }

    .testimonial-card.prev,
    .testimonial-card.next {
        display: none;
    }
    .testimonial-section .section-header p{
        margin-bottom: 30px;
    }
    .testimonial-section {
        padding: 80px 0 120px 0;
        height: 900px;
    }

    .auto-play-indicator {
        bottom: -150px;
        font-size: 0.8rem;
    }

    .play-pause-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    .footer-col{
        gap: 7px;
    }
    .footer-col-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .header-area.sticky-header .classy-navbar {
        padding: 8px 15px !important;
        height: 55px !important;
    }

    .header-area.sticky-header::before {
        height: 1px;
    }
}
@media(max-width: 650px){
    .image-container{
        width: 90%;
    }
    .testimonial-card {
        padding: 20px 15px;
        top: 55%;
        height: 500px;
    }
    .testimonial-section{
        height: 1000px;
    }
    .navigation{
        bottom: -130px;
    }
    .auto-play-indicator{
        bottom: -230px;
    }
}
@media (max-width: 600px) {
    .about-timeline::after{
        left: 15px;
    }
    .about-timeline-container.right{
        left: 15px;
    }
    .about-timeline-container{
        width: 90%;
        padding-left: 30px;
    }
    .services{
        width: 95%;
    }
    .testimonial-card {
        height: 550px!important;
    }
    .about-us-thumbnail img{
        width: 90%;
        margin: 0 auto;
    }
    .auto-play-indicator{
        left: 55%;
    }
    .counter-container{
        width: 70%;
    }
}
@media(max-width: 520px){
    .hero-about .hero-scroll{
        left: 52%!important;
    }
}
@media(max-width: 500px){
    .testimonial-card{
        height: 700px!important;
        margin-top: 50px;
    }
    .navigation{
        bottom: -260px;
    }
    .auto-play-indicator{
        bottom: -330px;
    }
    .auto-play-indicator span{
        width: 200px;
    }
    .testimonial-section{
        height: 1200px;
    }
}
@media (max-width: 480px) {
    .services-links{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
        align-items: center;
    }
    .services-links a{
        width: 90%;
        height: auto;
    }
    #wakeup-in-numbers {
        padding: 60px 0;
    }

    .container {
        padding: 0 15px;
    }

    .counter-container {
        padding: 1.5rem 1rem;
        min-height: 180px;
    }

    .num {
        font-size: 2.5rem;
    }

    .text {
        font-size: 0.9rem;
    }
    .preloader-container {
        gap: 1rem;
    }

    .logo {
        font-size: 2rem;
    }

    .logo-container {
        padding: 1.5rem 1.5rem;
        width: 320px;
        max-width: 85vw;
    }

    .progress-bar {
        width: 200px;
        max-width: 70vw;
    }

    .subtitle {
        font-size: 1rem;
        letter-spacing: 0.1em;
    }

    .loading-text h3 {
        font-size: 1.2rem;
    }
    .logo {
        font-size: 2rem;
    }

    .logo-container {
        padding: 1.5rem 2rem;
    }

    .progress-bar {
        width: 200px;
    }
}
@media(max-width: 430px){
    #welcome-text h1{
        width: 100%;
    }
}
@media(max-width: 400px){
    #seeVETSectors{
        width: 100%;
        padding: 0 5px;
    }
    .classy-menu {
        width: 70% !important;
    }
    .hero-about .hero-scroll{
        left: 53%!important;
    }
}
@media (max-width: 376px) {
    .hero-about .hero-scroll{
        left: 53%!important;
    }
    .custom-footer .footer-menu{
        flex-direction: column!important;
        justify-content: center!important;
        align-items: center!important;

    }
}
@media (max-width: 320px) {
    .logo-container {
        width: 280px;
        padding: 1rem;
    }

    .logo {
        font-size: 1.8rem;
    }

    .progress-bar {
        width: 180px;
    }
    #seeVETSectors{
        font-size: 15px!important;
    }
    .hero-about .hero-scroll{
        left: 55%!important;
    }
    .custom-footer .footer-menu{
        flex-direction: column!important;
        justify-content: center!important;
        align-items: center!important;

    }
}


