/*
 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 {
  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;
}
.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;
}
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%;
}
@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;
}

@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;
  }
}

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

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
  .hero .image {
    min-height: 250px;
  }
}

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