/*
Theme Name: Northo
Theme URI: www.min-code.com
Author: MinCode
Author URI: https://www.min-code.com
Version: 1.0
Text Domain: www.northo.ro
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
}

:root {
    --dark-blue: #174E77;
    --blue: #2CC0D5;
    --light-blue: #F5F8FF;
}

body {
    font-size: 2rem;
    line-height: 150%;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    color: #174E77;
}

.sticky_position {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    align-self: flex-start;
}

.d-flex {
    flex-wrap: wrap;
}

.h1,
h1 {
    font-size: 5.6rem;
    line-height: 140%;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.h2,
h2 {
    font-size: 5rem;
    line-height: 110%;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
}

.h3,
h3 {
    font-size: 4rem;
    line-height: 120%;
    font-weight: 500;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h4,
h4 {
    font-size: 3.2rem;
    line-height: 120%;
    font-weight: 500;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h5,
h5 {
    font-size: 2.6rem;
    line-height: 120%;
    font-weight: 500;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h6,
h6 {
    font-size: 2.2rem;
    line-height: 140%;
    font-weight: 500;
    font-family: "Karbon", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0
}

p {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 24px;
    color: #605F5E
}

a {
    color: var(--dark-blue);
    font-size: 2rem;
    line-height: 150%;
    transition: 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--blue);
    transition: 0.3s;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 2rem;
    line-height: 150%;
    color: var(--dark-blue);
}

img {
    width: 100%;
    height: auto;
    display: block
}

.container {
    width: 100%;
    max-width: 1680px;
    padding: 0 15px;
    margin: auto;
    box-sizing: border-box;
}

.mg-12 {
  margin: 12rem 0;
}

.mg-10 {
    margin: 10rem 0;
}

.mg-8 {
  margin: 8rem 0;
}

.mt-12 {
  margin-top: 12rem;
}

.mb-12 {
  margin-bottom: 12rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-5 {
  margin-top: 5rem!important;
}

.mb-5 {
  margin-bottom: 5rem!important;
}

.mb-4 {
  margin-bottom: 4rem!important
}

.mt-4 {
  margin-top: 4rem!important
}

.mb-3 {
  margin-bottom: 3rem!important
}

.mt-3 {
  margin-top: 3rem!important
}

.is-apple .main_button {
  height: 2.6em;
}

.main_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dark-blue);
  width: fit-content;
  gap: 18px;
  font-size: 2rem;
  line-height: 1;
  padding: 0 1.4125em 0 .5125em;
  height: 3em;
  border-radius: 40px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: all 200ms linear;
  color: white;
}

.main_button span {
  position: relative;
  top: -1px;
}

.main_button img {
  transition: 0.3s;
  width: 34px;
  height: 34px;
}

.main_button.btn_white {
  background: white;
  color: var(--dark-blue);
}

.main_button.btn_blue {
  background: var(--blue);
  color: white;
}

.main_button.btn_blue:hover {
  background: var(--dark-blue);
}

.main_button:hover {
  background: var(--blue);
  color: white;
}

.main_button.transparet_button {
  background: transparent;
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue)
}

.main_button.transparet_button:hover {
  color: white;
  background: var(--blue);
  border-color: var(--blue)
}

.main_button span {
  display: inline-block;
  transform: none;
}

.main_button.btn_red {
  background: #C8102E;
  color: white;
}

.main_button.btn_red:hover {
  background: var(--blue);
}

.buttons_flex {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.is-apple .main_button span {
  transform: translateY(3px);
}

.main_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main_menu ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 25px;
}

.main_menu ul li.current_page_item a {
  color: var(--dark-blue);
}

.main_menu ul li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  transition: 0.3s;
  position: relative;
  padding: 6px 0;
}

.main_menu ul li a:hover {
  color: var(--dark-blue);
}

.mobile__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85%;
    height: 100vh;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow-y: auto;
    padding: 80px 30px 30px;
}

.mobile__nav.active {
    right: 0;
}

.mobile__nav .menu {
    list-style: none;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

.mobile__nav .menu li {
    margin-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile__nav .menu li:last-child {
    border-bottom: none;
}

.mobile__nav .menu a {
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    color: #3F3F3F;
    text-decoration: none;
    transition: color 0.3s, padding-left 0.3s;
}

.mobile__nav .menu a:hover {
    color: var(--dark-blue);
    padding-left: 10px;
}


.close__mobile {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: none;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
    color: var(--dark-blue);
}

.close__mobile:hover {
    background: red
    color: white;
    transform: rotate(90deg);
}

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

.mobile__overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ===== 404 PAGE ===== */

.not_found_page {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.not_found_page .not_content {
    max-width: 650px;
    margin: 0 auto;
}

/* 404 TEXT */
.text_not {
    font-size: 160px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    position: relative;
    color: var(--dark-blue);
}

/* TITLES & TEXT */

.not_content h1 {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0 10px;
}

.not_content p {
    font-size: 17px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 35px;
}

.button_cta {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.button_cta a {
  background: var(--blue);
}

.button_cta a:hover {
  background: var(--dark-blue);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 1101px) {
    .mobile__menu {
        display: none;
    }
    .mobile__nav {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .header_menu .col-md-9 {
        display: none !important
    }
    .header {
      display: flex;
      align-items: center;
      padding-right: 15px!important
    }
    .mobile__nav__cta {
      display: flex;
      justify-content: center;
      margin-top: 30px;
    }
    .sub-menu {
      list-style: none;
    }
    .mobile__nav .menu a {
      font-size: 24px;
      font-weight: 500;
    }
    .mobile__nav .menu .sub-menu a {
      font-size: 15px;
      padding: 10px 0;
      font-weight: 500;
    }
    .mobile__nav .phone_menu {
      text-align: center;
      margin-top: 30px
    }

    .mobile__nav .phone_menu a {
      font-size: 24px;
      font-weight: 500;
    }

    .header_menu .main_menu,
    .header_menu .right_menu {
        display: none;
    }

    .header_menu {
        position: relative;
    }

    .header_menu .logo_site {
        flex: 1;
    }

    .mobile__menu {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 46px;
        width: 46px;
        background: var(--dark-blue);
        flex-shrink: 0;
        cursor: pointer;
        z-index: 99;
        transition: 0.3s;
        font-size: 0;
        gap: 4px;
        border-radius: 0;
        margin-left: 20px;
    }

    .menu-second-menu-container{
        border-top: 1px solid #f0f0f0;
    }

    .mobile__nav .menu li{
        width: 100%;
    }

    .menu-second-menu-container ul{
        gap: 0;
    }

    .mobile__menu:hover {
        background: red;
    }

    .mobile__menu span {
        display: block;
        height: 1px;
        width: 16px;
        background: white;
        transition: 0.3s;
    }

    .mobile__menu.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .mobile__menu.active span:nth-child(2) {
        opacity: 0;
    }

    .mobile__menu.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    .header_icons {
        position: relative;
        padding-right: 52px;
        margin-top: -8px;
    }

    .menu__primary {
        display: none;
    }

    .header_menu > .d-flex {
        justify-content: space-between;
    }

    /* Mobile nav visible */
    .mobile__nav {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .mobile__nav {
        width: 100%;
        max-width: 100%;
    }
}

.header {
  box-sizing: border-box;
  max-width: 1680px;
  padding: 12px 20px;
  background: #fff;
  border-radius: 60px;
  position: fixed;
  z-index: 999;
  width: calc(100% - 30px);
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  transition: 0.2s ease
}

.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.logo_site img {
  width: auto;
  height: 48px;
  transform: translateY(2px);
}

.logo_site {
  padding-left: 10px
}

.header.is-hidden {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

.logo_site a {
  display: flex;
}

.align-center {
  align-items: center;
}

.header_menu {
  justify-content: space-between;
}

.main_menu .top_item a {
  background: #C8102E;
  border-radius: 30px;
  color: white;
  padding: 12px 24px 14px;
  display: inline-block;
}

.is-apple .main_menu .top_item a {
  padding: 16px 24px 12px;
}

.main_menu .top_item a:hover {
  background: var(--blue);
  color: white;
}

.home_hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh
}

.home_hero:before {
  content: '';
  background: linear-gradient(to top, #194E76 0%, rgba(25, 78, 118, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}

.hero_title h1 {
  color: white;
  line-height: 70px;
}

.home_hero .container {
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 99;
  position: relative;
  padding-bottom: 60px;
}

.hero_buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 7px;
  justify-content: flex-end;
}

.hero_content {
  align-items: flex-end;
}

.title_h2 span {
  color: var(--blue)
}

.about_text {
  margin-top: 40px;
}

.home_about {
  background: #F5F8FF;
  padding: 90px 0;
}

@keyframes pulse-animation {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(25, 78, 118, 0.7);
    }
    70% {
        transform: scale(1.05);
        box-shadow: 0 0 0 15px rgba(25, 78, 118, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(25, 78, 118, 0);
    }
}

.pulse-button {
    border-radius: 50%;
    animation: pulse-animation 2s infinite;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 90px;
    height: 90px;
}

.pulse-button:hover {
    animation-play-state: paused;
    transform: scale(1.1);
}

.about_video_fancy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_content {
  padding-right: 70px;
}

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

.about_button {
  margin-top: 50px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 50px 30px;
    border: 1px solid #888;
    width: 80%;
    max-width: 860px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s;
    position: relative;
    overflow: visible;
}

.modal-content h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
}

.modal-content .acceptance p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.modal-content .close {
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--dark-blue);
    position: absolute;
    right: -19px;
    top: -17px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modal-content .close svg {
    stroke: white;
    width: 18px;
    height: 18px;
}

.modal-content .close:hover,
.modal-content .close:focus {
    background: var(--blue);
    text-decoration: none;
    cursor: pointer;
}

.modal-content .contact_form .wpcf7-form-control.wpcf7-text,
.modal-content .contact_form .wpcf7-form-control.wpcf7-tel {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.footer {
  background: #194E76;
  padding-top: 80px;

}

.footer_logo img {
  height: 120px;
  width: auto;
  transform: translateY(10px);
}

.footer_contacts a {
  text-decoration: underline;
  color: #01C8DB;
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  display: inline-block;
  margin: 12px 0;
}

.footer_contacts a:hover {
  color: white;
}

.footer_content {
  padding-bottom: 80px;
  align-items: center;
}

.footer_menu {
  border-left: 1px solid #ffffff50;
  padding-left: 50px;
}

.footer_menu h6 {
  font-weight: 500;
  color: white;
  text-decoration: underline;
  font-size: 26px;
  line-height: 30px;
  width: 20%;
}

#menu-footer-menu li {
  margin-bottom: 12px;
  line-height: 1;
}

#menu-footer-menu li a {
  color: white;
  line-height: 120%;
}

#menu-footer-menu li a:hover {
  color: var(--blue)
}

#menu-footer-menu {
  list-style: none;
  padding-left: 0;
  column-count: 2;
  column-gap: 20px;
  list-style-position: inside;
  row-gap: 10px;
}

.footer_menu {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.copyrights {
  padding-bottom: 20px;
}

.copyrights p {
  color: white;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}

.terms_text a {
  color: white;
  font-size: 16px;
  line-height: 1;
  transition: 0.3s
}

.terms_text a:hover {
  color: var(--blue)
}

.terms_text {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

.socials a img {
  width: 42px;
  height: 42px;
  transition: 0.3s;
}

.socials a:hover img {
  opacity: 0.5;
}

.socials {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}

.rights_text:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 29px;
  background: #FFFFFF50;
}

.terms_text:before {
  content: '';
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 29px;
  background: #FFFFFF50;
}

.footer_form {
  background: #F5F8FF;
}

.footer_cf7 .col-md-6 {
  width: 100%;
  margin-bottom: 15px;
}

.footer_cf7 input {
  border: 1px solid #194E7640;
  border-radius: 30px;
  padding: 14px 30px 15px;
  width: 100%;
  color: var(--dark-blue);
  background: #F5F8FF;
}

.is-apple .footer_cf7 input {
  padding: 18px 30px 14px;
}

.footer_cf7 ::placeholder {
  color: #174E77
}

.form_in_end {
  padding-right: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.submit_button {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  left: 10px;
  top: 18px;
}

.acceptance p {
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 10px
}

.footer_cf7 .submit_button input {
  width: 50%;
  background: var(--blue);
  color: white;
  border-color: var(--blue);
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.footer_cf7 .submit_button input:hover {
  background: var(--dark-blue);
  border-color: var(--dark-blue);
}

.footer_cf7 {
  margin-top: 40px;
}

.form_in_end h2 {
  margin-bottom: 15px;
}

.map_iframe iframe {
  margin-bottom: -8px;
  object-fit: cover;
  width: calc(100% + ((100vw - 1600px) / 2));
  margin-right: calc(((100vw - 1600px) / 2) * -1);
}

@media (max-width: 1600px) {
  .map_iframe iframe{
    width: calc(100% + 15px);
    margin-right: -15px;
  }
}

.accordion-item {
  border-bottom: 1px solid #194E7670;
}

.accordion-header {
  padding: 26px 0 18px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  transition: background 0.3s;
  align-items: center;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.3s ease;
  opacity: 0;
}

.content-inner {
  padding-right: 50px;
}

.accordion-item.active .accordion-content {
  max-height: 100%;
  opacity: 1;
}

.icon {
  position: relative;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon::after {
  content: '+';
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.4s ease, content 0.4s;
  display: inline-block;
  color: var(--dark-blue);
}

.accordion-item.active .icon::after {
  content: '−';
  transform: rotate(180deg);
  margin-top: -5px
}

.img_faq {
  padding-right: 50px;
}

.img_faq img {
  height: 600px;
  object-fit: cover;
}

.accordion-header h5 span {
  color: var(--blue);
}

.section_title {
  background: #F5F8FF;
  padding: 25px 15px 30px;
}

.section_title span {
  color: var(--blue)
}

.is-apple .section_title {
  padding: 30px 15px 20px;
}

@media screen and (min-width: 900px) {
  .feed-grid {
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}

.feed-grid {
  display: grid;
  grid-gap: 4px;
}

@media screen and (min-width: 900px) {
  .feed-grid .grid-item:nth-child(8n+1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .feed-grid .grid-item:nth-child(8n+2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .feed-grid .grid-item:nth-child(8n+3) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  .feed-grid .grid-item:nth-child(8n+4) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  .feed-grid .grid-item:nth-child(8n+5) {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .feed-grid .grid-item:nth-child(8n+6) {
    grid-column-start: 5;
    grid-column-end: 6;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .feed-grid .grid-item:nth-child(8n+7) {
    grid-column-start: 6;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .feed-grid .grid-item:nth-child(8n+8) {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}

.feed-grid>.grid-item>div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.feed-grid>.grid-item:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.feed-i {
  overflow: hidden;
}

.feed-i img {
  position: absolute;
  left: 0;
  top: 0;
  transform: none;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 300ms ease-out;
  overflow: hidden;
}

.feed-i:hover img {
  transform: scale(1.1);
}

.feed-grid>.grid-item {
  position: relative;
}

.section_title .subtitle {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 500;
}

.subtitle {
  margin-top: 30px;
}

.subtitle p {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 0;
}

.subtitle p span,
.section_nobg span {
  color: var(--blue)
}

.doctor_content .col-md-7 {
  padding-left: 60px;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-right: 50px
}

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

.doctor_content .col-md-7 h5 {
  font-size: 24px;
  color: #605F5E
}

.doctor_content {
  background: #F5F8FF
}

.text-uppercase {
  text-transform: uppercase;
}

.text_about {
  margin-top: 50px;
}

.text_about ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.text_about ul li {
  font-size: 22px;
  line-height: 25px;
  position: relative;
  margin: 12px 0;
  padding-left: 30px;
}

.text_about ul li:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/check-badge-svgrepo-com.svg');
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.is-apple .text_about ul li:before {
  top: 0;
}

.logo-carousel {
  margin-top: 30px;
}

.logo-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logo-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.logo-carousel .swiper-slide img {
  max-width: 100%;
  height: auto;
  transition: filter 0.3s;
}

.diploma-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto;
  margin-top: 50px;
}

.diploma-item {
  position: relative;
  display: block;
  overflow: hidden;
}

.diploma-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.diploma-item:hover img {
  transform: scale(1.05);
}

.last-visible .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #194e76e0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: background 0.3s ease;
}

.last-visible .overlay p {
  margin-bottom: 0;
  color: white;
  position: relative;
  z-index: 9;
  font-weight: 500;
  font-size: 28px;
}

.last-visible .overlay span {
  font-size: 1.5rem;
  font-weight: bold;
}

.last-visible button {
  margin-top: 10px;
  padding: 8px 16px;
  background: #007bff;
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}

.hidden {
  display: none;
}

@media (max-width: 1024px) {
  .diploma-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .diploma-grid { grid-template-columns: 1fr; }
}

.single_adv {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 40px;
}

.single_adv:last-child {
  margin-bottom: 0;
}

.nr {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  color: var(--blue);
  margin-top: 1px;
}

.adv_text h5 {
  color: #605F5E;
  font-size: 30px;
  margin-bottom: 10px;
}

.adv_text p {
  margin-bottom: 0;
}

.advantages_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding-left: 30px;
  padding-bottom: 30px;
}

.clients_small img {
  height: 45px;
  width: auto;
}

.clients_small {
  display: flex;
  align-items: center;
  gap: 20px;
}

.clients_small p {
  font-weight: 500;
}

.adv_nr p {
  margin-bottom: 0;
  color: white;
}

.adv_nr h3 {
  color: white;
  font-weight: 500;
  font-size: 60px;
  margin-bottom: 10px;
}

.trus {
  margin-bottom: 10px;
}

.adv_nr {
  border: 1px solid white;
  padding: 30px;
  padding-top: 20px;
  background: #c0c0c066;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.adv_list {
  padding-right: 50px;
}

.service-card h5 {
  margin-bottom: 8px;
  margin-top: 20px
}

.service-card p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-image {
  margin-top: 25px;
}

.card-image img {
  height: 170px;
  object-fit: cover;
}

.services-slider {
    display: flex;
}

.services-slider .swiper-slide {
    height: auto !important;
    display: flex;
    flex-direction: column;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border: 1px solid #C3D7E6;
    padding: 20px;
    background: #fff;
    transition: 0.2s
}

.service-card:hover {
  border-color: var(--dark-blue);
}

.header_slider {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px
}

.header_slider h4 {
  font-size: 26px;
  color: #605F5E;
}

.block_title {
  max-width: 60%;
}

.arrows_slider {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: -5px
}

.arrows_slider img {
  height: 40px;
  width: auto;
}

.swiper-button-disabled {
  opacity: 0.4
}

.arrow-btn {
  cursor: pointer;
}

.service_icon {
  height: 46px;
  width: 46px;
}

.service-card .main_button {
  height: 2.4em;
  padding: 0 1.4125em 0 .3125em;
}

.technologies-card h3 {
  color: var(--blue);
  margin-bottom: 20px;
}

.technologies-card p:last-child {
  margin-bottom: 0;
}

.technologies-card p {
  margin-bottom: 16px;
}

.technologies-card a {
  margin-top: 20px
}

.tech_content {
  padding-right: 50px;
}

.tech_img img {
  height: 500px;
}

.technologies-card {
  align-items: flex-end;
}

.arrows_tech {
  position: absolute;
  z-index: 99
}

.cta_dark {
  background: var(--dark-blue);
  padding: 80px 0 90px;
  color: white;
}

.cta_title p {
  margin-bottom: 0;
  margin-top: 16px;
  color: white;
}

.cta_logo img {
  height: 100px;
  width: auto;
  margin-left: auto;
  margin-top: 5px;
}

.cta_intro {
  align-items: center;
  margin-bottom: 60px;
}

.cta_form_dark input {
  width: 100%;
  background: var(--dark-blue);
  padding: 18px 30px;
  border-radius: 40px;
  border: 1px solid white;
  color: white;
}

.is-apple .cta_form_dark input {
  padding: 20px 30px 16px
}

.cta_form_dark .d-flex {
  display: grid!important;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
  align-items: center;
}

.cta_form_dark ::placeholder {
  color: #ffffff60;
}

.cta_form_dark .col-md-6 {
  width: 100%;
}

.cta_form_dark .acceptance p {
  color: white;
  margin-bottom: 0;
}

.cta_form_dark .submit_button input {
  border-color: var(--dark-blue);
  background: var(--blue);
  font-weight: 500;
  transition: 0.3s
}

.cta_form_dark .submit_button input:hover {
  background: #fff;
  color: var(--dark-blue)
}

.team_social {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.team_social img {
  width: 34px;
  height: 34px;
  transition: 0.2s
}

.team_social img:hover {
  opacity: 0.7
}

.member_photo {
  height: 400px;
  object-fit: cover;
  object-position: center top
}

.team_content h6 {
  font-size: 24px;
  margin-top: 12px
}

.team_content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.dots_pag {
  margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--dark-blue);
    opacity: 1;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    border-color: var(--blue);
}

.swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #00bcd4;
    border-radius: 50%;
}

.swiper-pagination-bullet:hover {
    border-color: var(--blue);
}

.video-layout {
    display: flex;
    overflow: hidden;
}

.main-video {
    position: relative;
    width: 60%;
}

.related-videos {
    max-height: 600px;
    width: 40%;
    overflow-y: auto;
    background: #F5F8FF;
}

.main-video iframe {
    width: 100%;
    height: 600px;
}

.related-videos::-webkit-scrollbar {
    width: 10px;
}

.related-videos::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb {
    background: #174e77;
    border-radius: 10px;
}

.related-videos::-webkit-scrollbar-thumb:hover {
    background: #174e77;
}

.sidebar_img {
  width: 120px;
  height: 70px;
  object-fit: cover;
}

.video_text {
  width: calc(100% - 110px);
  padding-left: 12px;
}

.video_text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #605F5E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  transition: 0.3s
}

.sidebar_video {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #D0D4D6;
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 12px;
}

.sidebar_video.active {
  background: var(--dark-blue)
}

.sidebar_video.active .video_text h4 {
  color: white;
}

.video_list {
  width: calc(100% - 10px);
  margin-right: 10px;
}

.sidebar_video.active:before {
  content: '';
  background: url('/wp-content/uploads/2026/04/play-svgrepo-com-2.svg');
  width: 15px;
  height: 15px;
  position: absolute;
  left: 14px;
  background-position: center;
  background-size: cover;
}

.img1 img, .img3 img {
  height: 600px;
  object-fit: cover;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 30px;
}

.grid2.gap-10 {
  gap: 10px;
}

.img2-1 img {
  margin-top: 10px;
  height: 350px;
  object-fit: cover;
}

.img2 {
  padding: 0 10px;
}

.img2 .grid2 img {
  height: 240px;
  object-fit: cover;
}

.reviews_stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.reviews_stars p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--dark-blue);
  line-height: 32px;
}

.reviews_stars img {
  height: 20px;
  width: auto;
  transform: translateY(-4px);
}

.title_review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title_review img {
  height: 16px;
  width: auto;
  transform: translateY(-2px);
}

.social_review {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social_review img {
  height: 18px;
  width: auto;
  transform: translateY(-2px);
}

.social_review.facebook img {
  height: 21px;
}

.social_review p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 16px;
}

.reviews_slider {
  margin-top: 40px;
}

.reviews_slider .swiper-slide {
  border: 1px solid #C3D7E6;
  padding: 30px;
}

.review_text p {
  margin-bottom: 0;
  overflow-y: auto;
  height: 164px;
  padding-right: 20px;
}

.review_text {
  margin-bottom: 40px;
}

.review_text p::-webkit-scrollbar {
    width: 6px;
}

.review_text p::-webkit-scrollbar-track {
    background: #e6e6e6;
    border-radius: 10px;
}

.review_text p::-webkit-scrollbar-thumb {
    background: #174e77;
    border-radius: 10px;
}

.review_text p::-webkit-scrollbar-thumb:hover {
    background: #174e77;
}

.our_reviews .dots_pag {
  margin-top: 30px;
}
