/*
 Theme Name: insmed
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #0055a5 !important;
  --bs-primary-rgb: 0, 85, 165 !important;
  --bs-secondary: #fcd200 !important;
  --bs-secondary-rgb: 252, 210, 0 !important;
  --bs-light: #f0f2f6 !important;
  --bs-light-rgb: 240, 242, 246 !important;
}

body {
  font-family: "Mulish", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-5,
.display-4 {
  font-weight: 700 !important;
  line-height: 1 !important;
}
strong,
b {
  font-weight: 700;
}
a {
  transition: 0s !important;
  font-size: 14px;
  font-weight: 300;
}
p,
li,
td,
th {
  font-size: 14px;
  line-height: 1.4 !important;
  font-weight: 300;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.wpcf7 .form-label {
  width: 100% !important;
}
.wpcf7 textarea {
  height: 150px !important;
}
.wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea {
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-bottom: 7px !important;
  color: white !important;
  padding: 10px 0px;
  outline: none !important;
  box-shadow: none !important;
}
.wpcf7-not-valid-tip {
  color: #ff6e6e !important;
  font-size: 12px !important;
}
::placeholder {
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-check .form-check-input {
  margin-left: -2rem !important;
}
.form-check-input {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  border-color: rgba(255, 255, 255, 1) !important;
  background-color: transparent !important;
  color: white !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  &:checked {
    border-color: white !important;
    color: white !important;
    outline: none !important;
    box-shadow: none !important;
  }
}
.bg-white .wpcf7 input:not([type="checkbox"]):not([type="submit"]),
.wpcf7 textarea {
  color: black !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.bg-white .form-check-input {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: transparent !important;
  color: black !important;
  &:checked {
    border-color: white !important;
    color: black !important;
    outline: none !important;
    box-shadow: none !important;
    filter: invert(1) !important;
  }
}
.bg-white ::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
.accept label {
  cursor: pointer !important;
  font-size: 11px !important;
}

/* Contact Form 7 Checkbox Styling */
.wpcf7-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  cursor: pointer !important;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background-color: transparent !important;
  color: white !important;
  border-radius: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  margin-right: 8px;
}

.wpcf7-checkbox input[type="checkbox"]:checked {
  border-color: white !important;
  background-color: white !important;
  outline: none !important;
  box-shadow: none !important;
}

.wpcf7-checkbox input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
  font-size: 14px;
  font-weight: bold;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 8px 0 !important;
}
.wpcf7-checkbox span {
  margin-right: 15px !important;
}

.wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}

/* Dla białego tła */
.bg-white .wpcf7-checkbox input[type="checkbox"] {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: transparent !important;
  color: black !important;
}

.bg-white .wpcf7-checkbox input[type="checkbox"]:checked {
  border-color: black !important;
  background-color: black !important;
  outline: none !important;
  box-shadow: none !important;
}

.bg-white .wpcf7-checkbox input[type="checkbox"]:checked::after {
  color: white;
}

.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
hr {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.btn {
  border-radius: 0px 15px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 14px;
  border: 0px;
  font-weight: 600;
  color: white !important;
}
.btn-sm {
  font-size: 11px;
  padding: 5px 20px;
}
.btn-sm i {
  font-size: 14px;
  margin-left: 5px;
}
.btn-primary {
  background: transparent linear-gradient(64deg, #0055a5 0%, #0091d5 100%) 0% 0% no-repeat padding-box;
}
.btn-primary:hover {
  background: black;
}
.btn-secondary {
  background: transparent linear-gradient(257deg, #e04222 0%, #a02c15 100%) 0% 0% no-repeat padding-box;
  color: white;
}
.btn-secondary:hover {
  background: black;
}
.btn-outline-secondary {
  background: transparent;
  border: 1px solid #e04222;
  color: black !important;
}
.bzbt .btn-outline-secondary {
  background: white;
}
.btn-outline-secondary:hover {
  background: black;
  color: white !important;
  border-color: black !important;
}
.btn-outline-primary {
  background: transparent !important;
  border: 1px solid var(--bs-primary);
  color: black !important;
}

.btn-outline-primary:hover {
  background: black !important;
  color: white !important;
  border-color: black !important;
}
header {
  box-shadow: 0px 0px 15px #0000000d;
}
.nav-link,
.dropdown-item {
  font-size: 14px;
  font-weight: 600;
  color: black;
}
.dropdown-item {
  transition: 0.2s ease !important;
}

.navbar .dropdown-hover:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
  box-shadow: 0px 0px 15px #0000000d;
  border-radius: 0px 30px;
  border: 0px;
  padding: 20px 10px;
}

.navbar .dropdown-hover > .dropdown-toggle:active {
  pointer-events: auto;
}

/* Umożliwienie kliknięcia w główny link */
.navbar .dropdown-hover > .dropdown-toggle {
  pointer-events: auto;
}
.dropdown-item:hover {
  background: transparent;
  transform: translateX(10px);
  transition: 0.3s ease;
}
.navbar-nav li {
  margin: 0px 5px;
}

/* Dropdown chevron animation */
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
}
.dropdown-toggle::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  order: 2;
  transition: transform 0.3s ease;
  font-size: 12px;
}
.dropdown-hover:hover .dropdown-toggle::before {
  transform: rotate(180deg);
}

.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
#modal-izby a {
  font-size: 13px !important;
}
.post_archive img {
  border-radius: 0px 30px !important;
}
.blogSwiper img {
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 30px !important;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

/* Mobile Offcanvas Menu */
#mobileMenu .mobile-nav .nav-link {
  padding: 12px 0;
}
#mobileMenu .mobile-nav .nav-link[data-bs-toggle="collapse"] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#mobileMenu .mobile-nav .nav-link[data-bs-toggle="collapse"] .bi-chevron-down {
  transition: transform 0.3s ease;
}
#mobileMenu .mobile-nav .nav-link[aria-expanded="true"] .bi-chevron-down {
  transform: rotate(180deg);
}
.hero .image {
  width: 100%;
  height: calc(100% - 20px);
  min-height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 42% 0 0 70% / 52% 0 0 57%;
  position: relative;
  margin-left: 40px;
}

/* Opcjonalnie - jasnoniebieski cień/tło za zdjęciem */
.hero .image::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  bottom: 20px;
  background: linear-gradient(135deg, #089ee4 0%, #0090d20b 38%);
  border-radius: 32% 0 0 41% / 49% 0 0 50%;
  z-index: -1;
  margin-left: -40px;
  opacity: 0.5;
}
.hero .row {
  min-height: 700px;
}
footer .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.f-menu a {
  margin-bottom: 5px;
}
.f-menu a:last-child {
  margin-bottom: 0px;
}
.f-menu a:hover {
  text-decoration: underline !important;
}
.card {
  box-shadow: 0px 0px 15px #0000000d !important;
  border: 0px !important;
  border-radius: 0px 30px !important;
}
.card-body {
  padding: 30px !important;
  padding-bottom: 30px !important;
}
.card1 img {
  border-radius: 0px 30px !important;
  height: 230px;
  object-fit: cover;
  object-position: center;
}
.col-md-6 .card img {
  height: 250px;
  object-fit: cover;
}
.card1 .card-body {
  padding-bottom: 0px !important;
  margin-bottom: -19px !important;
  position: relative;
  z-index: 9;
}
.box {
  padding: 30px;
  display: block;
  height: 100%;
}
.box i {
  display: inline-block;
  transition: transform 0.3s ease;
}
.box:hover i {
  transform: translate(5px, 5px) !important;
}

.box1 {
  background-color: var(--bs-primary);
  border-radius: 0px 30px 0 30px;
}
.box2 {
  background-color: #0c64b7;
  border-radius: 0px 30px 0 0;
}
.box3 {
  background-color: #0091d5;
  border-radius: 0px 30px 0 0;
}
.box4 {
  background-color: #58bbec;
  border-radius: 0px 30px 0 0;
}
.bg-box2 {
  background-color: #0c64b7;
  border-radius: 0px 0px 0 30px;
}
.bg-box3 {
  background-color: #0091d5;
}
.bg-box4 {
  background-color: #58bbec;
}
.boxes {
  background: linear-gradient(to right, #0055a5 50%, #58bbec 50%);
}
.blog-card {
  background-color: transparent !important;
  box-shadow: none !important;
}

.blog-card .card-body {
  padding: 0px !important;
  padding-top: 20px !important;
}
.small {
  font-size: 12px !important;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
}
.swiper-pagination-bullet-active {
  background: transparent linear-gradient(257deg, #e04222 0%, #a02c15 100%) 0% 0% no-repeat padding-box !important;
  width: 23px !important;
  height: 23px !important;
}
.heroSwiper {
  position: relative;
}
.heroSwiper .hero-pagination {
  position: absolute !important;
  bottom: auto !important;
  top: 340px !important;
  left: 0 !important;
  right: auto !important;
  width: auto !important;
  text-align: left !important;
  padding-left: calc((100% - 1320px) / 2 + 12px) !important;
  z-index: 10;
}
.boxes-sg img {
  height: 60px;
}
@media (max-width: 1399.98px) {
  .heroSwiper .hero-pagination {
    padding-left: calc((100% - 1140px) / 2 + 12px) !important;
  }
}
@media (max-width: 1199.98px) {
  .heroSwiper .hero-pagination {
    padding-left: calc((100% - 960px) / 2 + 12px) !important;
  }
}
@media (max-width: 991.98px) {
  .heroSwiper .hero-pagination {
    padding-left: calc((100% - 720px) / 2 + 12px) !important;
    top: 480px !important;
  }
}
@media (max-width: 767.98px) {
  .heroSwiper .hero-pagination {
    padding-left: calc((100% - 540px) / 2 + 12px) !important;
    top: 420px !important;
  }
}
@media (max-width: 575.98px) {
  .heroSwiper .hero-pagination {
    padding-left: 12px !important;
  }
}
.partner-logo {
  max-height: 60px;
  width: auto;
  margin: 0 auto;
  display: block;
}
.pagination-post .next,
.pagination-post .prev {
  display: none !important;
}
.pagination-post {
  justify-content: center !important;
  display: flex !important;
}
.pagination-post .page-numbers {
  box-shadow: 0px 0px 6px #0000000d;
  border-radius: 50%;
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-decoration: none !important;
}
.pagination-post .page-numbers.current,
.pagination-post .page-numbers:hover {
  background: var(--bs-primary) !important;
  color: white !important;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0060ae00 0%, #0060ae 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.overlay-single {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #0060ae00 50%, #0060ae 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}
.bg-gradient {
  background: linear-gradient(60deg, #0055a5 0%, #0091d5 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 0px 60px 0px 0px;
}
.map-pin-content {
  margin-top: 7px;
}
.map-pin-content a {
  text-decoration: none;
  color: black;
  font-weight: 600;
}
.row .img-border-gradient {
  position: relative;
  width: 370px;
  display: block;
  height: 370px;
  object-fit: cover;
  border-radius: 1000px !important;
  background:
    linear-gradient(white, white) padding-box,
    linear-gradient(0deg, #4bc6ff04 0%, #4bc6ff3b 100%) border-box;
  border: 60px solid transparent;
}
.row .ibg-sm {
  width: 200px;
  height: 200px;
  border: 40px solid transparent;
}
.text-gradient {
  background: transparent linear-gradient(180deg, #0091d5 0%, #0091d567 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.2;
}
.img-size1 {
  width: 60px;
  height: 60px;
}
.heroSwiper .swiper-pagination {
  display: flex;
  position: relative !important;
  top: -60px !important;
  justify-content: start;
}
.swiper-button-next,
.swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
  background: transparent linear-gradient(64deg, #0055a5 0%, #0091d5 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 15px;
  transition: 0s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: black;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px !important;
  font-weight: 900;
  color: white;
}
.pmar0 p:last-child {
  margin-bottom: 0px !important;
}
.faq-accordion {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0 !important;
  background: transparent;
}

.faq-accordion .accordion-item:last-child {
  border-bottom: none;
}

.faq-accordion .accordion-button {
  background-color: #fff;
  color: #333;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1.25rem 1.5rem;
  box-shadow: none !important;
  outline: none !important;
  border: none;
  border-radius: 0 !important;
  transition: 0s !important;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #5bb8e3;
  color: #fff;
  border-radius: 0 !important;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}

.faq-accordion .accordion-button.collapsed {
  background-color: #fff;
  border-radius: 0 !important;
}

.faq-accordion .accordion-collapse {
  background-color: #5bb8e3;
  border-radius: 0 !important;
}

.faq-accordion .accordion-body {
  background-color: #5bb8e3;
  color: #fff;
  padding: 0 1.5rem 1.5rem 1.5rem;
  border-radius: 0 !important;
}
.w-fit {
  width: fit-content;
}
.insurance-table {
  width: 100%;
  border-collapse: collapse;

  overflow: hidden;
}

.insurance-table thead {
  background: linear-gradient(135deg, #1a5da6 0%, #5bb8e3 100%);
}
.insurance-table thead tr:first-child th:last-child {
  border-top-right-radius: 30px;
}
.insurance-table thead tr:first-child th:first-child {
  border-top-left-radius: 30px;
}

.insurance-table thead th {
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  text-align: center;
  border: none;
}

.insurance-table thead th:first-child {
  text-align: left;
}

.insurance-table thead th {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.insurance-table tbody td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
}

.insurance-table tbody td:not(:first-child) {
  text-align: center;
  border-left: 1px solid #e5e5e5;
}

.insurance-table tbody tr {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.insurance-table tbody tr.section-header td {
  background: #adddf3;
  color: #1a5da6;
}

/* Podstawowe style dla tabel */
table:not(.insurance-table) {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: #fff;
  min-width: 1000px;
  overflow: hidden;
}

table:not(.insurance-table) thead {
  background: #015ca9;
}

table:not(.insurance-table) thead th {
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Gdy brak thead, pierwszy wiersz tbody wygląda jak nagłówek */
table:not(.insurance-table):not(:has(thead)) tbody tr:first-child {
  background: #015ca9;
}

table:not(.insurance-table):not(:has(thead)) tbody tr:first-child td {
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border: 1px solid rgb(47, 127, 184);
}

table:not(.insurance-table):not(:has(thead)) tbody tr:first-child:hover {
  background: rgb(101 171 220) !important;
}

/* Gdy w tbody są th (bez thead) */
table:not(.insurance-table):not(:has(thead)) tbody th {
  background: #015ca9;
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border: 1px solid rgb(47, 127, 184);
  text-align: left;
}

table:not(.insurance-table):not(:has(thead)) tbody tr:has(th) {
  background: #015ca9;
}

table:not(.insurance-table):not(:has(thead)) tbody tr:has(th):hover {
  background: rgb(101 171 220) !important;
}

/* Wszystkie th w tbody (nawet gdy jest thead) - wygląd nagłówka */
table:not(.insurance-table) tbody th {
  background: #015ca9;
  color: #fff;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border: 1px solid rgb(47, 127, 184);
  text-align: left;
}

table:not(.insurance-table) tbody tr:has(th) {
  background: #015ca9;
}

table:not(.insurance-table) tbody tr:has(th):hover {
  background: rgb(101 171 220) !important;
}

table:not(.insurance-table) tbody td {
  padding: 0.875rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

table:not(.insurance-table) tbody tr {
  transition: background-color 0.2s ease;
}

/* Tabele w ciemnym tle */
.bg-black table:not(.insurance-table) tbody td {
  border-color: rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
.insmed-price {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.insmed-note {
  font-size: 13px;
  display: block;
  opacity: 0.6;
  margin-top: 7px;
}

/* Responsywność tabel */
@media (max-width: 767.98px) {
  table:not(.insurance-table) {
    font-size: 12px;
  }

  table:not(.insurance-table) thead th,
  table:not(.insurance-table) tbody td {
    padding: 0.75rem 1rem;
  }
}

.partners img,
#izby img {
  filter: grayscale(100%);
}
.doradca-section .img-border-gradient {
  width: 300px;
  height: 300px;
  border: 40px solid transparent;
}

/* Custom Modals */
.insmed-custom-modal .modal-content {
  border: none;
  border-radius: 0px 30px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.insmed-custom-modal .modal-header {
  color: white;
  border: none;
  padding: 15px 30px;
  border-bottom: 1px solid #e5e5e5;
}

.insmed-custom-modal .modal-header .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: black;
}

.insmed-custom-modal .modal-header .btn-close {
  opacity: 1;
}

.insmed-custom-modal .modal-header .btn-close:hover {
  opacity: 0.8;
}

.insmed-custom-modal .modal-body {
  padding: 30px;
  color: #333;
}

.insmed-custom-modal .modal-body h1,
.insmed-custom-modal .modal-body h2,
.insmed-custom-modal .modal-body h3,
.insmed-custom-modal .modal-body h4,
.insmed-custom-modal .modal-body h5,
.insmed-custom-modal .modal-body h6 {
  margin-bottom: 15px;
}

.insmed-custom-modal .modal-body p {
  margin-bottom: 15px;
}

.insmed-custom-modal .modal-body a {
  color: var(--bs-primary);
  text-decoration: underline;
}

.insmed-custom-modal .modal-body a:hover {
  color: #0091d5;
}

.insmed-custom-modal .modal-body img {
  max-width: 100%;
  height: auto;
  border-radius: 0px 15px;
  margin: 15px 0;
}

.insmed-custom-modal .modal-body ul,
.insmed-custom-modal .modal-body ol {
  padding-left: 25px;
  margin-bottom: 15px;
}

.insmed-custom-modal .modal-body li {
  margin-bottom: 8px;
}

/* Modal bez nagłówka */
.insmed-custom-modal .modal-content:not(:has(.modal-header)) .modal-body {
  padding: 40px 30px;
}

.gm-style .gm-style-iw-c {
  border-radius: 25px !important;
  box-shadow: none !important;
  padding-top: 10px !important;
}
.gm-style-iw button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.izb2-minh {
  min-height: 75px;
}
.bg-gradient .wpcf7 textarea {
  color: white !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

@media (min-width: 1400px) {
}

/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
  .navbar-nav li {
    margin: 0px 0px;
  }
  .izb2-minh {
    min-height: 95px;
  }
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .boxes {
    background: none;
  }
  .bg-box2 {
    background-color: white;
  }
  .bg-box3 {
    background-color: white;
  }
  .bg-box4 {
    background-color: white;
  }
  .box1 {
    border-radius: 0px 30px 0 30px;
  }
  .box2 {
    border-radius: 0px 30px 0 30px;
  }
  .box3 {
    border-radius: 0px 30px 0 30px;
  }
  .box4 {
    border-radius: 0px 30px 0 30px;
  }
  .heroSwiper .swiper-pagination {
    top: -40px !important;
    justify-content: center;
    position: relative !important;
  }
  .hero {
    padding-bottom: 20px !important;
  }
  .izb2-minh {
    min-height: 115px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .izb2-minh {
    min-height: auto;
  }
  .hero .image {
    min-height: 250px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 32%;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}
