/* Porto 13.1.0 integration layer for zalozenifirmygruzie.cz v10. */
:root {
  --blue: #0a3156;
  --blue-2: #071f38;
  --blue-3: #144a79;
  --primary: #d8202f;
  --primary-100: #c41b29;
  --primary-200: #b41725;
  --primary-300: #a31320;
  --primary--100: #e73745;
  --primary--200: #ea4d59;
  --primary--300: #ed626d;
  --primary-rgba-10: rgba(216, 32, 47, .1);
  --primary-rgba-20: rgba(216, 32, 47, .2);
  --primary-rgba-30: rgba(216, 32, 47, .3);
  --primary-rgba-50: rgba(216, 32, 47, .5);
  --primary-rgba-80: rgba(216, 32, 47, .8);
  --primary-inverse: #fff;
  --dark: #071f38;
  --dark-100: #061b31;
  --dark-200: #05172a;
  --dark-300: #03111f;
}

body.porto-v10 {
  overflow-x: hidden;
}

body.porto-v10 .btn {
  font-family: Manrope, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

body.porto-v10 .btn-primary,
body.porto-v10 .btn-primary:focus {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

body.porto-v10 .btn-primary:hover,
body.porto-v10 .btn-primary:active {
  color: #fff;
  background: var(--red-2);
  border-color: var(--red-2);
}

/* Porto header and responsive navigation */
#header.porto-header {
  position: relative;
  z-index: 1030;
  min-height: 116px;
}

#header.porto-header .header-body {
  background: rgba(255, 255, 255, .985);
  border: 0;
  box-shadow: 0 1px 0 rgba(15, 43, 72, .1);
}

#header.porto-header .header-top {
  min-height: 34px;
  background: var(--blue-2) !important;
}

#header.porto-header .header-top .header-row {
  min-height: 34px;
}

.porto-top-note,
.porto-top-contacts a {
  color: #dbe9f6;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .02em;
}

.porto-top-note i,
.porto-top-contacts i {
  color: #ff98a1;
  margin-right: 6px;
}

.porto-top-contacts {
  display: flex;
  gap: 24px;
}

.porto-top-contacts a:hover {
  color: #fff;
}

#header.porto-header .header-container {
  min-height: 82px;
}

#header.porto-header .header-logo {
  width: 245px;
  height: 62px;
  margin: 0;
}

.porto-logo {
  display: block;
  width: 245px !important;
  height: 62px !important;
  object-fit: cover;
  object-position: center 50%;
}

#header.porto-header .header-nav-main nav > ul > li > a {
  min-height: 82px;
  padding: 0 11px;
  color: #25384c;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

#header.porto-header .header-nav-main nav > ul > li:hover > a,
#header.porto-header .header-nav-main nav > ul > li > a.active {
  color: var(--red) !important;
  background: transparent !important;
}

#header.porto-header .header-nav-main nav > ul > li > a.active::before {
  content: "";
  position: absolute;
  right: 11px;
  bottom: 19px;
  left: 11px;
  height: 2px;
  background: var(--red);
}

#header.porto-header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
  min-width: 278px;
  padding: 10px;
  background: #fff;
  border: 0;
  border-top: 3px solid var(--red);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 18px 45px rgba(7, 31, 54, .16);
}

#header.porto-header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  color: #32455a;
  border-radius: 6px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#header.porto-header .dropdown-menu i {
  width: 18px;
  color: var(--red);
  text-align: center;
}

#header.porto-header .dropdown-menu a:hover,
#header.porto-header .dropdown-menu a.active {
  color: var(--blue) !important;
  background: var(--soft) !important;
}

.porto-header-cta {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 11px;
}

#header.porto-header .header-btn-collapse-nav {
  width: 46px;
  height: 43px;
  margin: 0 0 0 10px;
  background: var(--blue);
  border-radius: 6px;
}

/* Porto Owl hero */
.home-hero.porto-hero {
  min-height: 0;
  display: block;
  isolation: auto;
  overflow: hidden;
  background: var(--blue-2);
}

.home-hero.porto-hero::before,
.home-hero.porto-hero::after {
  display: none;
}

.porto-hero-carousel,
.porto-hero-carousel .owl-stage-outer,
.porto-hero-carousel .owl-stage,
.porto-hero-carousel .owl-item {
  min-height: 670px;
}

.porto-hero-slide {
  position: relative;
  min-height: 670px;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.slide-tbilisi-night { background-image: url('/assets/images/tbilisi-night.jpg'); }
.slide-public-service { background-image: url('/assets/images/public-service-hall.jpg'); }
.slide-tbilisi-panorama { background-image: url('/assets/images/tbilisi-panorama.jpg'); }

.porto-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 20, 37, .97) 0%, rgba(6, 31, 56, .87) 55%, rgba(10, 49, 86, .38) 100%);
}

.porto-hero-slide .hero-grid {
  position: relative;
  z-index: 2;
  min-height: 670px;
  padding-top: 78px;
  padding-bottom: 78px;
  align-items: center;
}

.porto-hero-slide .hero-grid-single {
  grid-template-columns: minmax(0, 760px) 1fr;
}

.porto-hero-slide .hero-copy h1,
.porto-hero-slide .hero-copy h2 {
  max-width: 760px;
  margin: 17px 0 23px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(48px, 5.8vw, 76px);
  line-height: .98;
  letter-spacing: -.04em;
}

.porto-hero-slide .hero-copy > p {
  max-width: 720px;
  color: #e1ebf4;
  font-size: 16px;
  line-height: 1.75;
}

.porto-hero-slide .button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.porto-hero-slide .button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .55);
}

.porto-hero-slide .button-ghost:hover {
  color: var(--blue);
  background: #fff;
  border-color: #fff;
}

.porto-hero-slide .hero-points span {
  position: relative;
  padding-left: 29px;
}

.porto-hero-slide .hero-points i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ff9da5;
  font-size: 17px;
}

.porto-hero-slide .hero-panel {
  border: 1px solid rgba(255, 255, 255, .52);
  box-shadow: 0 25px 75px rgba(0, 0, 0, .22);
  backdrop-filter: blur(8px);
}

.porto-hero-slide .panel-tag i {
  margin-right: 5px;
}

.porto-hero-carousel.owl-theme .owl-nav {
  margin: 0;
}

.porto-hero-carousel.owl-carousel .owl-nav button.owl-prev,
.porto-hero-carousel.owl-carousel .owl-nav button.owl-next {
  width: 46px;
  height: 46px;
  color: #fff;
  background: rgba(7, 31, 54, .62);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  font-size: 29px;
}

.porto-hero-carousel.owl-theme .owl-dots {
  bottom: 27px;
}

.porto-hero-carousel.owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 4px;
  background: rgba(255, 255, 255, .45);
  border-radius: 4px;
}

.porto-hero-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: var(--red);
}

/* Porto feature boxes, service cards and counters */
.trust-grid > .feature-box {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 21px 18px;
}

.trust-grid .feature-box-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  margin: 0;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-size: 16px;
}

.trust-grid .feature-box-info {
  min-width: 0;
  padding: 0;
}

.trust-grid .feature-box-info b {
  display: none;
}

.trust-grid .feature-box-info span,
.trust-grid .feature-box-info small {
  display: block;
}

.service-card.feature-box {
  position: relative;
  display: block !important;
  padding-top: 84px;
}

.porto-service-icon {
  position: absolute;
  top: 24px;
  left: 25px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--red);
  background: #fff1f2;
  border-radius: 50%;
  font-size: 18px;
}

.service-card.featured .porto-service-icon {
  color: #fff;
  background: var(--red);
}

.service-card .porto-service-icon i {
  position: static !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.service-card.featured h3,
.service-card.featured strong {
  color: #fff !important;
}

.service-card.featured p {
  color: #dce9f4 !important;
}

.service-card.featured small,
.service-card.featured > i {
  color: #ff9da6 !important;
}

.service-card .card-index {
  position: absolute;
  top: 31px;
  right: 25px;
  margin: 0;
}

.tax-cards > div {
  position: relative;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.tax-cards > div::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 86px;
  height: 86px;
  border: 12px solid rgba(18, 61, 106, .05);
  border-radius: 50%;
}

.tax-cards > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(15, 43, 72, .1);
}

/* Process / timeline */
.porto-process > div {
  position: relative;
  padding-top: 75px;
}

.porto-process > div::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 66px;
  width: calc(100% - 37px);
  height: 1px;
  background: rgba(255, 255, 255, .18);
}

.porto-process > div:last-child::after {
  display: none;
}

.process-icon {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  border: 7px solid #123b60;
  border-radius: 50%;
  font-size: 17px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .18);
}

.porto-process > div > b {
  position: absolute;
  top: 16px;
  right: 8px;
  color: rgba(255, 255, 255, .42);
  font-size: 12px;
}

/* Porto tables and pricing cards */
.comparison-wrap {
  box-shadow: 0 16px 45px rgba(15, 43, 72, .07);
}

.comparison-wrap .porto-comparison-table {
  min-width: 800px;
  margin: 0;
}

.comparison-wrap .porto-comparison-table thead th {
  color: #fff;
  background: var(--blue);
  border: 0;
}

.comparison-wrap .porto-comparison-table tbody tr:hover > * {
  background: #f5f8fb;
}

.price-table.porto-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 28px 0;
}

.price-table.porto-pricing-grid > .plan {
  min-width: 0;
  margin: 0;
  padding: 27px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
  text-align: left;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.price-table.porto-pricing-grid > .plan::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 18px;
  background: var(--red);
  border-radius: 4px;
}

.price-table.porto-pricing-grid > .plan:hover {
  transform: translateY(-5px);
  border-color: rgba(216, 32, 47, .36);
  box-shadow: 0 18px 45px rgba(15, 43, 72, .1);
}

.porto-table-list {
  margin: 24px 0 34px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(15, 43, 72, .06);
}

.porto-table-list > div:nth-child(even) {
  background: #f8fafc;
}

/* Porto accordion */
.faq-list.porto-accordion {
  border-top: 0;
}

.porto-accordion .card {
  margin: 0 0 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
}

.porto-accordion .card-header {
  padding: 0;
  background: transparent;
  border: 0;
}

.porto-accordion .card-title {
  font-family: Manrope, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
}

.porto-accordion .accordion-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 52px 20px 20px;
  color: var(--blue);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.porto-accordion .accordion-toggle i {
  color: var(--red);
  font-size: 17px;
}

.porto-accordion .accordion-toggle::after {
  content: "\f068";
  position: absolute;
  top: 50%;
  right: 21px;
  color: var(--red);
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
}

.porto-accordion .accordion-toggle.collapsed::after {
  content: "\2b";
}

.porto-accordion .accordion-toggle:not(.collapsed) {
  color: #fff;
  background: var(--blue);
}

.porto-accordion .accordion-toggle:not(.collapsed) i,
.porto-accordion .accordion-toggle:not(.collapsed)::after {
  color: #ff9ba4;
}

.porto-accordion .card-body {
  padding: 21px 24px 24px 52px;
  border-top: 1px solid var(--line);
}

.porto-accordion .card-body p:last-child {
  margin-bottom: 0;
}

/* Page headers, images, forms and asides */
.inner-hero.page-header {
  min-height: 470px;
  margin: 0;
  padding: 0;
  border: 0;
}

.inner-hero.page-header::after {
  background: linear-gradient(90deg, rgba(3, 20, 37, .98) 0%, rgba(6, 31, 56, .88) 57%, rgba(10, 49, 86, .38) 100%);
}

.panorama-section::after {
  background: linear-gradient(90deg, rgba(3, 20, 37, .94), rgba(10, 49, 86, .42));
}

.inner-hero.page-header .inner-hero-content {
  display: block;
}

.image-stack img,
.article-image,
.contact-photo img {
  box-shadow: 0 18px 46px rgba(15, 43, 72, .14);
}

.callout.alert {
  color: inherit;
  background: var(--soft);
  border-left: 4px solid var(--red) !important;
}

.aside-card {
  box-shadow: 0 20px 50px rgba(7, 31, 54, .18);
}

.contact-cards > * {
  position: relative;
  padding-left: 24px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-cards > *::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 4px;
  background: var(--red);
  border-radius: 0 4px 4px 0;
}

.contact-cards > *:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(15, 43, 72, .09);
}

.contact-form .form-control,
.contact-form .form-select {
  min-height: 50px;
  border-color: #cfd7df;
  border-radius: 7px;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 165px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(18, 61, 106, .1);
}

.contact-form .btn {
  min-height: 50px;
}

/* Porto call to action */
.contact-band.call-to-action {
  margin: 0;
  padding: 52px 0;
  background: var(--red);
  border: 0;
}

.contact-band.call-to-action > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.contact-band .call-to-action-content {
  flex: 1 1 auto;
  padding: 0;
}

.contact-band .call-to-action-content h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
}

.contact-band .call-to-action-content p {
  color: #ffe1e4;
}

.contact-band .call-to-action-btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  padding: 0;
}

.contact-band .call-to-action-btn .btn {
  color: var(--blue);
  border-radius: 6px;
}

/* Porto footer */
#footer.porto-footer {
  margin: 0;
  padding: 0;
  background: #061f38 !important;
  color: #c3d0dc;
}

#footer.porto-footer .footer-brand img {
  width: 290px !important;
  max-width: 100% !important;
  height: 66px !important;
  margin-bottom: 20px;
  object-fit: cover !important;
  object-position: center 50% !important;
  background: #fff !important;
  border-radius: 10px !important;
}

#footer.porto-footer h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#footer.porto-footer a {
  display: block;
  padding: 5px 0;
  color: #c3d0dc;
  font-size: 12px;
}

#footer.porto-footer a:hover {
  color: #fff;
}

#footer.porto-footer p {
  color: #aebdcc;
  font-size: 12px;
  line-height: 1.75;
}

.porto-footer-contact i {
  width: 22px;
  color: #ff8f99;
}

.porto-social-icons {
  display: flex;
  gap: 8px;
}

#footer.porto-footer .porto-social-icons a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
  font-size: 16px;
}

#footer.porto-footer .porto-social-icons a:hover {
  background: var(--red);
}

#footer.porto-footer .footer-copyright {
  margin: 0;
  background: #041628 !important;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

#footer.porto-footer .footer-copyright p {
  margin: 0;
}

.porto-legal a {
  display: inline-block !important;
  margin-left: 20px;
}

#footer.porto-footer .photo-credit {
  padding-top: 12px;
  padding-bottom: 18px;
  color: #6f8497;
  font-size: 9px;
}

.whatsapp {
  font-size: 23px;
}

@media (max-width: 1199px) {
  #header.porto-header .header-logo,
  .porto-logo {
    width: 215px !important;
  }

  #header.porto-header .header-nav-main nav > ul > li > a {
    padding-right: 7px;
    padding-left: 7px;
    font-size: 11px;
  }

  .porto-header-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  #header.porto-header {
    min-height: 110px;
  }

  #header.porto-header .header-container {
    min-height: 76px;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 220px !important;
    height: 56px !important;
  }

  #header.porto-header .header-nav-main nav {
    max-height: calc(100vh - 110px);
    padding: 12px;
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid var(--line);
  }

  #header.porto-header .header-nav-main nav > ul > li > a {
    min-height: 45px;
    padding: 10px 13px;
    font-size: 13px;
  }

  #header.porto-header .header-nav-main nav > ul > li > a.active::before {
    display: none;
  }

  #header.porto-header .header-nav-main nav > ul li.dropdown .dropdown-menu {
    min-width: 0;
    padding: 4px 0 8px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  #header.porto-header .header-nav-main nav > ul li.dropdown .dropdown-menu li a {
    padding: 9px 12px;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 780px;
  }

  .porto-hero-slide .hero-grid {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 34px;
  }

  .porto-hero-slide .hero-panel {
    max-width: 620px;
  }

  .porto-process > div:nth-child(2)::after {
    display: none;
  }
}

/* V9 accessibility, contrast and interactive regional map */
body.porto-v10 {
  color: #172332;
}

body.porto-v10 :focus-visible {
  outline: 3px solid #ffd43b !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 2px #071f38 !important;
}

body.porto-v10 .skip-link {
  color: #071f38;
  font-weight: 800;
}

body.porto-v10 .skip-link:focus-visible {
  top: 16px;
}

body.porto-v10 .aside-card h2,
body.porto-v10 .aside-card .aside-phone {
  color: #fff !important;
}

body.porto-v10 .aside-card .eyebrow {
  color: #ffd9dd !important;
}

body.porto-v10 .aside-card p {
  color: #edf4fa;
}

body.porto-v10 .price-czk {
  opacity: 1;
}

body.porto-v10 .article-content > p,
body.porto-v10 .article-content ul,
body.porto-v10 .article-content ol {
  color: #384b61;
}

body.porto-v10 .aside-note p,
body.porto-v10 .price-table p,
body.porto-v10 .form-note {
  color: #526174;
}

#footer.porto-footer {
  color: #e4ecf3;
}

#footer.porto-footer a {
  min-height: 32px;
  display: flex;
  align-items: center;
  color: #e4ecf3;
  font-size: 13px;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#footer.porto-footer a:hover,
#footer.porto-footer a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

#footer.porto-footer p,
#footer.porto-footer .footer-copyright p {
  color: #cad7e2;
  font-size: 13px;
}

#footer.porto-footer .photo-credit {
  color: #b8c6d2;
  font-size: 10.5px;
}

#footer.porto-footer .porto-social-icons a {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, .14);
}

.hero-motion-toggle {
  position: absolute;
  z-index: 8;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 24px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  color: #fff;
  background: rgba(3, 20, 37, .9);
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.hero-motion-toggle:hover {
  background: #071f38;
}

.geo-teaser {
  padding: 38px 0;
  color: #fff;
  background: linear-gradient(110deg, #071f38, #0a3156 58%, #144a79);
}

.geo-teaser-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.geo-teaser-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d8202f;
  border-radius: 18px;
  font-size: 27px;
}

.geo-teaser .eyebrow {
  color: #ffd9dd;
}

.geo-teaser h2 {
  margin: 3px 0 5px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(26px, 3vw, 37px);
  line-height: 1.1;
}

.geo-teaser p {
  margin: 0;
  color: #dfeaf3;
  font-size: 13px;
}

.geo-teaser .btn {
  color: #071f38;
  white-space: nowrap;
}

.geo-section {
  overflow: hidden;
  background: #f5f8fb;
}

.geo-heading h2 {
  max-width: 720px;
  color: #0a3156;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1.05;
}

.geo-heading > p {
  color: #40546a;
}

.geo-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 24px;
  align-items: stretch;
}

.geo-map-card,
.geo-info {
  border: 1px solid #cbd7e1;
  border-radius: 20px;
  box-shadow: 0 20px 55px rgba(7, 31, 56, .12);
}

.geo-map-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
}

.geo-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 15px;
  background: #eef3f7;
  border-bottom: 1px solid #cbd7e1;
}

.geo-filter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  color: #0a3156;
  background: #fff;
  border: 1px solid #afbfcd;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.geo-filter:hover {
  border-color: #0a3156;
}

.geo-filter.is-active {
  color: #fff;
  background: #0a3156;
  border-color: #0a3156;
}

.geo-map-wrap {
  overflow-x: auto;
  background: #0a3a62;
  scrollbar-color: #d8202f #e5edf3;
}

.geo-map {
  width: 100%;
  min-width: 740px;
  height: auto;
  display: block;
}

.geo-sea {
  fill: #0b426d;
}

.geo-country {
  vector-effect: non-scaling-stroke;
  transition: opacity .18s ease, fill .18s ease, stroke .18s ease;
}

.geo-country--neighbor {
  fill: #dce5ec;
  stroke: #8295a7;
  stroke-width: 1.25;
  cursor: pointer;
}

.geo-country--neighbor:hover,
.geo-country--neighbor.is-active {
  fill: #fff;
  stroke: #d8202f;
  stroke-width: 3;
}

.geo-country--georgia {
  fill: #fff6ee;
  stroke: #d8202f;
  stroke-width: 4;
}

.geo-country-label {
  fill: #263b50;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .04em;
  pointer-events: none;
}

.geo-country-label--georgia {
  fill: #0a3156;
  font-size: 20px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.geo-route path {
  fill: none;
  stroke: #d8202f;
  stroke-width: 4;
  stroke-dasharray: 10 9;
  vector-effect: non-scaling-stroke;
}

.geo-route-label {
  fill: #fff;
  paint-order: stroke;
  stroke: #0b426d;
  stroke-width: 5px;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.geo-sea-target {
  cursor: pointer;
}

.geo-sea-target rect {
  fill: rgba(255, 255, 255, .06);
  stroke: rgba(255, 255, 255, .54);
  stroke-width: 1.5;
}

.geo-sea-target text {
  fill: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .13em;
}

.geo-sea-target .geo-sea-subtitle {
  fill: #d7e6f1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .02em;
}

.geo-sea-target path {
  fill: none;
  stroke: #a9d4ed;
  stroke-width: 3;
}

.geo-sea-target:hover rect,
.geo-sea-target.is-active rect {
  fill: rgba(255, 255, 255, .13);
  stroke: #ffd43b;
  stroke-width: 3;
}

.geo-marker {
  cursor: pointer;
  transition: opacity .18s ease;
}

.geo-marker-link {
  stroke: #526b82;
  stroke-width: 2;
  stroke-dasharray: 3 3;
  vector-effect: non-scaling-stroke;
  pointer-events: none;
}

.geo-marker-halo {
  fill: #fff;
  stroke: #0a3156;
  stroke-width: 2;
}

.geo-marker-dot {
  fill: #d8202f;
}

.geo-marker-icon {
  fill: #fff;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  pointer-events: none;
}

.geo-marker--airports .geo-marker-halo {
  fill: #0a3156;
  stroke: #fff;
}

.geo-marker--airports .geo-marker-dot,
.geo-marker--ports .geo-marker-dot {
  fill: #ffd43b;
}

.geo-marker--ports .geo-marker-halo {
  fill: #8b1b26;
  stroke: #fff;
}

.geo-marker-label {
  fill: #102a44;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 5px;
  stroke-linejoin: round;
  font-family: Manrope, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  pointer-events: none;
}

.geo-marker:hover .geo-marker-halo,
.geo-marker.is-active .geo-marker-halo,
.geo-marker:focus-visible .geo-marker-halo {
  stroke: #ffd43b;
  stroke-width: 5;
}

.geo-map [data-category].is-filtered {
  opacity: .1;
  pointer-events: none;
}

.geo-map-note {
  margin: 0;
  padding: 11px 16px;
  color: #526174;
  background: #fff;
  border-top: 1px solid #d5dfe7;
  font-size: 11px;
}

.geo-map-note i {
  margin-right: 7px;
  color: #0a3156;
}

.geo-info {
  position: relative;
  padding: 32px;
  overflow: hidden;
  color: #eaf2f8;
  background: linear-gradient(160deg, #071f38, #0a3156);
}

.geo-info::after {
  content: "";
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 255, 255, .025);
}

.geo-info > * {
  position: relative;
  z-index: 1;
}

.geo-info-kicker {
  color: #ffd9dd;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.geo-info-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 24px 0 20px;
  color: #fff;
  background: #d8202f;
  border-radius: 15px;
  font-size: 22px;
}

.geo-info h3 {
  margin: 0 0 15px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 31px;
  line-height: 1.12;
}

.geo-info > p {
  color: #dce8f1;
  font-size: 13px;
  line-height: 1.75;
}

.geo-info-facts {
  margin: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.geo-info-facts > div {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.geo-info-facts dt {
  color: #bcd0df;
  font-size: 11px;
}

.geo-info-facts dd {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: right;
}

.geo-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.geo-benefits article {
  min-width: 0;
  display: flex;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid #cbd7e1;
  border-radius: 15px;
}

.geo-benefits article > i {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d8202f;
  border-radius: 11px;
}

.geo-benefits h3 {
  margin: 0 0 7px;
  color: #0a3156;
  font-size: 15px;
}

.geo-benefits p,
.geo-noscript {
  margin: 0;
  color: #526174;
  font-size: 11px;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .geo-layout {
    grid-template-columns: 1fr;
  }

  .geo-info {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 24px;
  }

  .geo-info-kicker,
  .geo-info-facts {
    grid-column: 1 / 3;
  }

  .geo-info-icon {
    grid-row: 2 / 4;
  }

  .geo-benefits {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .geo-teaser-inner {
    grid-template-columns: auto 1fr;
  }

  .geo-teaser .btn {
    grid-column: 1 / 3;
    width: 100%;
  }

  .geo-heading {
    display: block;
  }

  .geo-toolbar {
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .geo-filter {
    flex: 0 0 auto;
  }

  .geo-info {
    display: block;
    padding: 26px;
  }

  .geo-info-icon {
    margin: 20px 0 16px;
  }

  .geo-benefits {
    grid-template-columns: 1fr;
  }

  .hero-motion-toggle {
    right: 14px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (forced-colors: active) {
  .geo-country,
  .geo-marker-halo,
  .geo-marker-dot,
  .geo-sea-target rect {
    forced-color-adjust: auto;
  }
}

@media (max-width: 767px) {
  .porto-top-note {
    display: none;
  }

  .porto-top-contacts {
    width: 100%;
    justify-content: center;
    gap: 15px;
  }

  .porto-top-contacts a {
    font-size: 9px;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 190px !important;
    height: 51px !important;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 820px;
  }

  .porto-hero-slide .hero-grid {
    padding-top: 56px;
    padding-bottom: 70px;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    font-size: 45px;
  }

  .porto-hero-slide .hero-copy > p {
    font-size: 14px;
  }

  .porto-hero-carousel.owl-carousel .owl-nav {
    display: none;
  }

  .price-table.porto-pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-band.call-to-action > .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .contact-band .call-to-action-btn {
    align-items: flex-start;
  }

  .contact-band .call-to-action-content h2 {
    font-size: 34px;
  }

  .porto-legal {
    margin-top: 8px;
    text-align: left !important;
  }

  .porto-legal a {
    margin: 0 15px 0 0;
  }
}

@media (max-width: 520px) {
  .porto-top-contacts a:last-child {
    display: none;
  }

  #header.porto-header .header-logo,
  .porto-logo {
    width: 176px !important;
    height: 48px !important;
  }

  .porto-hero-carousel,
  .porto-hero-carousel .owl-stage-outer,
  .porto-hero-carousel .owl-stage,
  .porto-hero-carousel .owl-item,
  .porto-hero-slide,
  .porto-hero-slide .hero-grid {
    min-height: 870px;
  }

  .porto-hero-slide .hero-copy h1,
  .porto-hero-slide .hero-copy h2 {
    font-size: 40px;
  }

  .porto-hero-slide .hero-panel {
    padding: 20px;
  }

  .porto-hero-slide .hero-points {
    grid-template-columns: 1fr;
  }

  .porto-process > div::after {
    display: none;
  }

  .porto-accordion .accordion-toggle {
    padding-left: 16px;
  }

  .porto-accordion .card-body {
    padding-left: 20px;
  }
}

/* V10: clearer four-step remote-registration process */
body.porto-v10 .process-section {
  padding: 96px 0;
  background: linear-gradient(135deg, #071f38 0%, #0a3156 100%);
}

body.porto-v10 .process-intro {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

body.porto-v10 .process-intro .section-heading {
  max-width: 760px;
  margin: 0;
}

body.porto-v10 .process-intro .section-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}

body.porto-v10 .process-intro > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: #d8e6f1;
  font-size: 15px;
  line-height: 1.75;
}

body.porto-v10 .process-grid.porto-process {
  counter-reset: process-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.porto-v10 .process-grid.porto-process > li {
  position: relative;
  min-height: 270px;
  padding: 27px 25px 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .2);
  border-top: 4px solid #d8202f;
  border-radius: 14px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body.porto-v10 .process-grid.porto-process > li:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .105);
  border-color: rgba(255, 255, 255, .34);
  border-top-color: #ff4452;
}

body.porto-v10 .process-grid.porto-process > li::after {
  display: none;
}

body.porto-v10 .process-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}

body.porto-v10 .process-icon {
  position: static;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  color: #fff;
  background: #d8202f;
  border: 0;
  font-size: 18px;
  box-shadow: 0 0 0 6px rgba(216, 32, 47, .16);
}

body.porto-v10 .process-card-head > b {
  position: static;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.04em;
  opacity: .94;
}

body.porto-v10 .process-grid h3 {
  min-height: 54px;
  margin: 0 0 13px;
  color: #fff;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  line-height: 1.18;
}

body.porto-v10 .process-grid p {
  margin: 0;
  color: #dbe7f1;
  font-size: 13px;
  line-height: 1.7;
}

body.porto-v10 .process-section .text-link-light {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(255, 255, 255, .42);
}

@media (max-width: 1000px) {
  body.porto-v10 .process-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  body.porto-v10 .process-grid.porto-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  body.porto-v10 .process-section {
    padding: 72px 0;
  }

  body.porto-v10 .process-grid.porto-process {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.porto-v10 .process-grid.porto-process > li {
    min-height: 0;
    padding: 25px 23px;
  }

  body.porto-v10 .process-grid h3 {
    min-height: 0;
    font-size: 24px;
  }
}

@media print {
  #header.porto-header,
  .porto-hero-carousel .owl-nav,
  .porto-hero-carousel .owl-dots {
    display: none !important;
  }
}
