@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

h1.header {
  font-size: 4.5rem !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #0c0c0c;
  background-color: #f8f8f8;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin: 0;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}
.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.container_border_style {
  position: relative;
  padding: 20px;
}
.container_border_style::before, .container_border_style::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3px;
  height: 90px;
  background-color: #05aedb;
  transform: translateY(-50%);
}
.container_border_style::before {
  left: 0;
}
.container_border_style::after {
  right: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #020230;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 10px 0;
}
.custom_nav-container .navbar-nav .nav-item {
  transition: transform 0.3s ease, color 0.4s ease, text-shadow 0.4s ease;
  text-shadow: 0 0 0 rgba(5, 174, 219, 0);
  transform: translateY(0);
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 3px 15px;
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #05aedb !important;
}
.custom_nav-container .navbar-nav .nav-item:hover {
  color: #05aedb !important;
  text-shadow: 0 0 8px rgba(5, 174, 219, 0.8), 0 0 16px rgba(5, 174, 219, 0.5);
  transform: translateY(-3px);
}

.language-switcher button {
  background: none;
  border: none;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 0 rgba(5, 174, 219, 0);
}
.language-switcher button.active {
  background: linear-gradient(135deg, #01a0d1, #102b79);
  transform: translateY(-2px);
  color: #000000 !important;
}
.language-switcher button:hover {
  background-color: transparent;
  color: #05aedb;
  transform: translateY(-2px);
  text-shadow: 0 0 6px rgba(5, 174, 219, 0.4), 0 0 12px rgba(5, 174, 219, 0.2);
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
  margin: 0 20px;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-1 {
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-2 {
  display: none;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] .s-3 {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded=false] .s-3 {
  transform: none;
}

.quote_btn-container {
  display: flex;
  align-items: center;
}
.quote_btn-container a {
  color: #ffffff;
  text-transform: uppercase;
}
.quote_btn-container a span {
  margin-left: 5px;
}
/*end header section*/
/* slider section */
.slider_section {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 90px;
}
.slider_section .row {
  align-items: center;
}
.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}
.slider_section .detail-box {
  color: #ffffff;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 2rem;
}
.slider_section .detail-box h1 span {
  font-size: 3rem;
  color: #05aedb;
}
.slider_section .detail-box .btn-box {
  display: flex;
  margin: 0 -5px;
}
.slider_section .detail-box a {
  margin: 5px;
  width: 195px;
  text-align: center;
}
.slider_section .detail-box .btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
.slider_section .detail-box .btn-1:hover {
  color: #ffffff;
  background-position: right center;
  box-shadow: 0 12px 40px rgba(255, 70, 70, 0.6);
  transform: translateY(-4px);
}
.slider_section .detail-box .btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #01a0d1, #102b79);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
.slider_section .detail-box .btn-2:hover {
  color: #ffffff;
  background-position: right center;
  box-shadow: 0 12px 40px rgba(5, 174, 219, 0.6);
  transform: translateY(-4px);
}
.slider_section .img-box img {
  width: 100%;
}
.slider_section .carousel_btn-box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  z-index: 3;
  font-size: 22px;
}
.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #21387c;
  opacity: 1;
  font-size: 28px;
  transition: all 0.3s;
}
.slider_section .carousel_btn-box .carousel-control-prev:hover,
.slider_section .carousel_btn-box .carousel-control-next:hover {
  background-color: #ffffff;
  color: #000000;
}

.scroll-down-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #05aedb;
  transition: transform 0.3s ease, color 0.3s ease;
  z-index: 10;
  animation: bounce 2s infinite;
}
.scroll-down-arrow i {
  transition: transform 0.3s;
}
.scroll-down-arrow:hover {
  color: rgb(25.2455357143, 202.5446428571, 249.7544642857);
  transform: translateX(-50%) translateY(-4px);
}
.scroll-down-arrow:hover i {
  transform: scale(1.2);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.about_section .row {
  align-items: center;
}
.about_section .img-box img {
  max-width: 100%;
}
.about_section .detail-box p {
  color: #5a5a5a;
  margin-top: 15px;
}
.service_section .box {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff, #f2f2f2);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
  transition: all 0.4s ease;
  transform: translateY(0);
  cursor: pointer;
}
.service_section .box .img-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #01a0d1, #102b79);
  transition: transform 0.4s ease;
}
.service_section .box .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.service_section .box .img-box img {
  width: 100%;
  max-width: 45px;
  max-height: 45px;
  transition: transform 0.4s ease;
  z-index: 2;
}
.service_section .box .detail-box {
  margin-top: 20px;
  color: #000000;
}
.service_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  color: #000000;
}
.service_section .box .detail-box a {
  color: #05aedb !important;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}
.service_section .box .detail-box a:hover {
  color: rgb(3.8616071429, 134.3839285714, 169.1383928571);
}
.service_section .box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(5, 174, 219, 0.3);
}
.service_section .box:hover .img-box {
  transform: scale(1.05);
}
.service_section .box:hover .img-box::before {
  opacity: 1;
}
.service_section .box:hover .img-box img {
  transform: rotate(8deg) scale(1.05);
}

.server_section {
  background: linear-gradient(110deg, transparent 25%, #020230 25%);
  padding: 55px 0;
  color: #ffffff;
}
.server_section .row {
  align-items: center;
}
.server_section .img-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #01a0d1, #102b79);
  transition: transform 0.4s ease;
}
.server_section .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.server_section .img-box i {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: white;
  transition: transform 0.4s ease, color 0.3s ease;
}
.server_section .service_section .box .img-box {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, #01a0d1, #102b79);
  transition: transform 0.4s ease;
}
.server_section .service_section .box .img-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.server_section .service_section .box .img-box img,
.server_section .service_section .box .img-box i {
  z-index: 2; /* 👈 important */
  position: relative;
  transition: transform 0.4s ease;
  max-width: 45px;
  max-height: 45px;
  color: white;
  font-size: 2rem;
}
.server_section .service_section .box:hover .img-box {
  transform: scale(1.05);
}
.server_section .service_section .box:hover .img-box::before {
  opacity: 1;
}
.server_section .service_section .box:hover .img-box img,
.server_section .service_section .box:hover .img-box i {
  transform: rotate(8deg) scale(1.05);
}
.server_section .box:hover .img-box {
  transform: scale(1.05);
}
.server_section .box:hover .img-box::before {
  opacity: 1;
}
.server_section .box:hover .img-box i {
  transform: rotate(8deg) scale(1.05);
  color: white;
}
span.redirect-link {
  color: #05aedb !important;
}

.price_section .price_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.price_section .price_container .box {
  margin: 45px 15px 0 15px;
}
.price_section .price_container .box .detail-box {
  width: 300px;
  padding: 40px 20px 15px 20px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.price_section .price_container .box .detail-box h2 {
  font-weight: bold;
}
.price_section .price_container .box .detail-box h2 span {
  font-size: 3rem;
}
.price_section .price_container .box .detail-box h6 {
  text-transform: uppercase;
  color: #05aedb;
  font-size: 20px;
  margin-bottom: 10px;
}
.price_section .price_container .box .price_features {
  padding: 0;
  list-style-type: none;
}
.price_section .price_container .box .price_features li {
  margin: 10px 0;
}
.price_section .price_container .box .btn-box {
  margin-top: 25px;
}
.price_section .price_container .box .btn-box a:hover {
  background-color: #05aedb;
  color: #ffffff;
}
.price_section .price_container .box:hover {
  color: #ffffff;
}
.price_section .price_container .box:hover .detail-box {
  background-color: #05aedb;
}
.price_section .price_container .box:hover h6 {
  color: #ffffff;
}
.price_section .price_container .box:hover a {
  background-color: #05aedb;
  color: #ffffff;
}

.client_section {
  padding-bottom: 45px;
}
.client_section .heading_container {
  margin-bottom: 35px;
}
.client_section .box {
  display: flex;
  align-items: center;
  margin: 45px 0;
}
.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: -65px;
  position: relative;
}
.client_section .box .img-box img {
  width: 100%;
}
.client_section .box .client_info {
  display: flex;
  justify-content: space-between;
}
.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #05aedb;
  margin-bottom: 0;
  text-transform: uppercase;
}
.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #ff4646;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.client_section .box .client_info i {
  font-size: 24px;
  color: #05aedb;
}
.client_section .box p {
  margin-top: 25px;
}
.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: #05aedb;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.client_section .carousel-control-prev {
  left: 0;
}
.client_section .carousel-control-next {
  right: 0;
}

.contact_section {
  position: relative;
}
.contact_section .heading_container {
  margin-bottom: 45px;
}
.contact_section .form_container input {
  width: 100%;
  border: 1px solid #b0b0b0;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #101010;
}
.contact_section .form_container input::placeholder {
  color: #b0b0b0;
}
.contact_section .form_container input.message-box {
  height: 120px;
}
.contact_section .form_container .btn_box {
  display: flex;
  justify-content: center;
}
.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

/* info section */
.info_section {
  background-color: #020230;
  color: #ffffff;
}
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.info_section .info_contact .contact_link_box {
  display: flex;
  flex-direction: column;
}
.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}
.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}
.info_section .info_contact .contact_link_box a:hover {
  color: #ff4646;
}
.info_section .info_social {
  display: flex;
  margin-top: 20px;
}
.info_section .info_social a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}
.info_section .info_social a:hover {
  color: #ff4646;
}
.info_section .info_links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.info_section .info_links a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.info_section .info_links a img {
  margin-right: 10px;
}
.info_section .info_links a:hover, .info_section .info_links a.active {
  color: #ff4646;
}
.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}
.info_section form input::placeholder {
  color: #ffffff;
}
.info_section form button {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #020230;
  text-align: center;
}
.footer_section p {
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
}
.footer_section p a {
  color: inherit;
}

.btn-1 {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn-1:hover {
  color: #ffffff;
  background-position: right center;
  box-shadow: 0 12px 40px rgba(255, 70, 70, 0.6);
  transform: translateY(-4px);
}

.btn-2 {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #01a0d1, #102b79);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn-2:hover {
  color: #ffffff;
  background-position: right center;
  box-shadow: 0 12px 40px rgba(5, 174, 219, 0.6);
  transform: translateY(-4px);
}

.btn-1-ss {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #e9546d, #bd246e);
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn-1-ss:hover {
  color: #ffffff;
  background-position: right center;
  box-shadow: 0 6px 18px rgba(255, 70, 70, 0.4); /* menší rozmazání a průhlednost */
  transform: translateY(-3px);
}

.about_section .row {
  align-items: stretch; /* místo center */
}
.about_section .sticky-aside {
  margin-left: 4em;
  position: sticky;
  top: 90px; /* doladíš podle výšky hlavičky */
}
.about_section .sticky-aside img {
  display: block;
  width: 100%;
  height: auto;
}

/* bezpečné chování na mobilech */
@media (max-width: 767.98px) {
  .about_section .sticky-aside {
    position: static;
    top: auto;
  }
}
.about_section .detail-box .video-block {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.about_section .detail-box .video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden; /* keeps rounded corners on the media */
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  line-height: 0; /* kills baseline gap under iframe */
}

/* Make iframe/video fill the frame exactly */
.about_section .detail-box .video-frame > iframe,
.about_section .detail-box .video-frame > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* For self-hosted <video>, show whole picture (no cropping) */
.about_section .detail-box .video-frame > video {
  object-fit: contain; /* avoid cropping (cover was cutting edges) */
  background: #000; /* any letterbox is black, symmetric */
}

/* Caption */
.about_section .detail-box .video-caption {
  margin: 0.75rem 0 0;
  font-size: 0.95rem;
  color: #666;
}

/* Nice spacing after H3 */
.about_section .detail-box h3 + .video-block {
  margin-top: 0.75rem;
}

@media (min-width: 992px) {
  .about_section .detail-box .video-block {
    margin-bottom: 2rem;
  }
}
img.small-icon {
  width: 65% !important;
}

/* Layout helpers */
.container--narrow {
  max-width: 720px; /* readable measure */
}

.flow > * + * {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .flow > * + * {
    margin-top: 1.25rem;
  }
}
.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* even spacing between buttons */
}

/* Headings rhythm (optional, smoother spacing) */
.detail-box h2 {
  margin-bottom: 0.5rem;
}

.detail-box h3 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

/* Sticky image: smaller, pushed right, card look */
.about_section .sticky-aside {
  position: sticky;
  top: 90px;
  width: 85%;
  margin-left: auto;
  transform: translateX(16px);
}

.card-aside {
  overflow: hidden;
}

.card-aside img {
  display: block;
  width: 100%;
  height: auto;
}

/* Keep rows same height so sticky can actually stick */
.about_section .row {
  align-items: stretch;
}

/* Video block: already good from your last pass */
.about_section .detail-box .video-block {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.about_section .detail-box .video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.about_section .detail-box .video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile fallbacks */
@media (max-width: 991.98px) {
  .about_section .sticky-aside {
    position: static;
    transform: none;
    width: 100%;
    margin-left: 0;
  }
  .container--narrow {
    max-width: 100%;
  }
}
.footer_section {
  background: #020230;
  color: #ffffff;
  padding: 36px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer_section .container {
  max-width: 1140px;
}
.footer_section .footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  margin: 0 2em;
  text-align: left;
}
@media (min-width: 768px) {
  .footer_section .footer-inner {
    grid-template-columns: 1.2fr 0.8fr; /* brand / address */
    gap: 32px;
    margin: 0;
  }
}
.footer_section .footer-col {
  min-width: 0;
}
.footer_section .footer-brand .brand-row {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.footer_section .footer-brand .brand-row span {
  font-size: 18px;
}
.footer_section .footer-brand .brand-row img {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}
.footer_section .footer-brand .footer-copy {
  margin: 0;
  line-height: 1.55;
  opacity: 0.9;
}
.footer_section .footer-brand .footer-copy .footer-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
  transition: color 0.25s, border-color 0.25s;
}
.footer_section .footer-brand .footer-copy .footer-link:hover {
  color: #05aedb;
  border-color: transparent;
}
.footer_section .footer-address {
  text-align: left;
}
@media (min-width: 768px) {
  .footer_section .footer-address {
    text-align: right;
  }
}
.footer_section .footer-address .footer-title {
  margin: 0 0 6px 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.8;
}
.footer_section .footer-address p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}
.footer_section .footer-address p i {
  width: 1.1em;
  text-align: center;
  opacity: 0.9;
}
.footer_section .footer-meta {
  display: flex;
  justify-content: center;
  gap: 14px;
  padding-top: 16px;
}
.footer_section .footer-meta .footer-meta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  font-size: 18px;
  transition: transform 0.2s, box-shadow 0.25s, background 0.25s, color 0.25s;
}
.footer_section .footer-meta .footer-meta-link:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #05aedb;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Visually hidden (for screen reader text above) */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*# sourceMappingURL=style.css.map */
