@import url(https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);
@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css);
@charset "UTF-8";
header {
  background-color: #0a1a2e;
  width: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

header .left, .right {
  align-items: center;
}

.lang select {
  border: 0;
  background-color: transparent;
  color: #dde1e8;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-right: 0.25rem;
}

.lang select option {
  background-color: #0a1a2e;
  color: #dde1e8;
}

.navbar {
  padding: 0px;
}

.navbar-light {
  background-color: #ffffff !important;
  color: #1a2d42;
  text-align: center !important;
  border: 0px solid #dde1e8;
  padding: 4px;
}

.navbar-light a {
  color: #0f2744 !important;
  #border-right: 1px solid #e9e9e9;
}

.navbar-light li:first-child {
  border: none;
}

.navbar-light li {
  border-left: 1px solid #dde1e8;
}

.nav-item :hover {
  color: #2d4f73;
}

.nav-item .active {
  background-color: #eceef2;
}

.nav-link {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 0.6rem 1.8rem 0.8rem 1.8rem !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #dde1e8;
  position: relative;
  transition: color 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.35rem;
  height: 2px;
  background: #ffffff;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link:hover::after,
.navbar-dark .navbar-nav .nav-link.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-link:hover {
  color: #ffffff !important;
}

.header-contact-strip {
  max-width: min(42vw, 520px);
}

.header-contact-strip__link:hover {
  color: #ffffff !important;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0.9rem 1.8rem 1.1rem 1.8rem !important;
  }
}
.dropdown-item {
  background-color: #fff;
}

.dropdown-item:hover {
  background-color: #fff;
}

.dropdown-menu {
  #background-color: #00A0A3 !important;
}

.dropdown-menu li {
  border: none;
}

/* Əsas menyuda border olsun */
.nav-item {
  #border: 1px solid #ddd;
  /* Əsas menyu üçün border */
}

/* Yalnız əsas menyular üçün borderlər olsun */
.navbar-light > .nav-item {
  border: 1px solid #dde1e8;
}

/* Alt menyu (dropdown-menu) açıldıqda sağ və sol borderləri silirik */
.nav-item .dropdown-menu {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  /* Alt borderi də silmək üçün */
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  /* Yumşaq kölgə effekti */
}

/* Alt menyu içindəki elementlərin padding və border radius-u */
.nav-item .dropdown-menu .dropdown-item {
  padding: 8px 15px;
  border-radius: 0;
  /* Küncləri düz saxlamaq üçün */
}

/* Əsas menyu hover edildikdə borderi qalsın */
.nav-item:hover {
  border-color: #dde1e8;
}

.nav-link a:hover {
  border-color: #dde1e8;
}

/* Hover ilə açılma effekti */
.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Hover edildikdə alt menyunu aç */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.slogan {
  font-weight: 600;
}

.logo img {
  height: 54px;
  width: auto;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 8px 0 14px 0;
  #filter: brightness(1) invert(1);
}

.header {
  padding: 1rem 0.1rem;
  margin-bottom: -1px;
}

@media (max-width: 768px) {
  .logo img {
    height: 42px !important;
    max-width: 160px;
  }

  .header {
    padding: 1rem 0.1rem;
  }

  .navbar {
    margin-bottom: 30px !important;
  }
}
.my-toggler {
  background-color: #fff !important;
}

.searchbar .nav-link {
  padding-left: 15px !important;
  padding-right: 0px !important;
}

.searchbar img {
  padding-top: 15px;
  cursor: pointer;
}

.togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 54px;
  right: 16%;
  width: 350px;
  height: 72px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 4px solid #0f7679;
  z-index: 99999;
  padding-top: 16px;
  display: none;
}

.togglesearch:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #0f7679;
}

.togglesearch input[type=text] {
  width: 200px;
  padding: 5px 10px;
  border: 1px solid #0f7679;
  outline: none;
  height: 36px;
}

.togglesearch input[type=submit] {
  width: 80px;
  background: #0f7679;
  color: #fff;
  margin-left: -7px;
  border: 1px solid #0f7679;
  outline: none;
  cursor: pointer;
  height: 36px;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  min-width: 200px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* Kursoru kateqoriyanın üzərinə gətirəndə açılacaq */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* Bootstrap dropdown aktivliyini söndürmək üçün */
.dropdown-menu.show {
  display: block !important;
}

@media only screen and (min-width: 240px) and (max-width: 768px) {
  .navbar ul li {
    float: none;
    display: block;
    text-align: center;
  }
}
/* Ana səhifə: header hero üzərində, fon şəkli tam viewport */
body.page-home header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: linear-gradient(180deg, rgba(10, 26, 46, 0.97) 0%, rgba(10, 26, 46, 0.78) 42%, rgba(10, 26, 46, 0) 100%);
  border-bottom: none;
}

body.page-home .navbar-collapse.show,
body.page-home .navbar-collapse.collapsing {
  margin-top: 0.35rem;
  padding: 0.5rem 0.75rem 0.85rem;
  background: rgba(10, 26, 46, 0.98);
  border-radius: 0 0 12px 12px;
}

header.site-header.is-scrolled {
  background: rgba(10, 26, 46, 0.78) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  box-shadow: 0 10px 36px -16px rgba(0, 0, 0, 0.35);
}

body.page-home header.site-header.is-scrolled {
  background: rgba(10, 26, 46, 0.62) !important;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lang-switch__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1rem;
  padding: 0.38rem 0.55rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.72) !important;
  text-decoration: none !important;
  transition: color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.lang-switch__btn:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.12);
}

.lang-switch__btn.is-active {
  color: #0a1a2e !important;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.lang-switch--offcanvas {
  align-self: flex-start;
  margin-bottom: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.lang-switch--offcanvas .lang-switch__btn {
  min-width: 2.5rem;
  padding: 0.5rem 0.7rem;
  font-size: 13px;
}

.lang-switch--offcanvas .lang-switch__btn.is-active {
  color: #0a1a2e !important;
}

/* Desktop nav sıxılma (992–1199): elementlər bir-birinə girməsin */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-desktop-nav .navbar-dark .navbar-nav .nav-link {
    padding: 0.45rem 0.75rem 0.55rem !important;
    font-size: 14px;
  }

  .site-logo-img {
    height: 46px !important;
  }
}
@media (min-width: 992px) and (max-width: 1049.98px) {
  .header-desktop-nav .navbar-dark .navbar-nav .nav-link {
    padding: 0.4rem 0.55rem 0.5rem !important;
    font-size: 13px;
  }
}
.header-main-row {
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.header-nav-list .nav-item {
  flex-shrink: 0;
}

.site-menu-toggler {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-menu-toggler:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.site-menu-toggler-bars {
  display: block;
  width: 20px;
  height: 2px;
  background: #dde1e8;
  position: relative;
  border-radius: 1px;
}

.site-menu-toggler-bars::before,
.site-menu-toggler-bars::after {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #dde1e8;
  border-radius: 1px;
}

.site-menu-toggler-bars::before {
  top: -7px;
}

.site-menu-toggler-bars::after {
  top: 7px;
}

.site-nav-offcanvas.offcanvas {
  width: min(360px, 92vw);
  background-color: #0a1a2e !important;
}

.site-nav-offcanvas .offcanvas-logo {
  height: 44px;
  width: auto;
}

.site-nav-offcanvas .navbar-nav .nav-link {
  color: #dde1e8 !important;
  padding: 0.65rem 0 !important;
  font-size: 1.05rem;
}

.site-nav-offcanvas .navbar-nav .nav-link:hover,
.site-nav-offcanvas .navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.offcanvas-backdrop {
  background-color: rgba(10, 26, 46, 0.72) !important;
}

.offcanvas-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 1.1rem 1.15rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff !important;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.offcanvas-phone:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
}

.offcanvas-phone__label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}

.offcanvas-phone__number {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #ffffff !important;
}

.footer {
  background: #0a1a2e;
  color: #fff;
  font-size: 16px;
  line-height: 28.8px;
}
.footer .left-nav ol,
.footer ul {
  padding-left: 0 !important;
}
.footer .container {
  padding-top: 32px;
}
.footer .subscribe {
  width: 100%;
  height: 162px;
  background: #a24a2d;
  text-align: center;
}
.footer .subscribe h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: #ffffff;
}
.footer .address img {
  display: block;
  position: absolute;
  left: 1px;
  top: 4px;
  font-size: 16px;
  line-height: 16px;
  filter: brightness(0) invert(1);
}
.footer .footer-logo {
  width: 178px;
  filter: brightness(0) invert(1);
}
.footer li {
  list-style-type: none;
  margin-bottom: 16px;
}
.footer li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}
.footer li a:link,
.footer li a:active,
.footer .footer li a:visited {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}
.footer li a:hover {
  opacity: 1;
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.55) !important;
          text-decoration-color: rgba(255, 255, 255, 0.55) !important;
  transform: translateX(2px);
}
.footer .contact-details li {
  padding-left: 37px;
  position: relative;
}
.footer .column-container {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footer .column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.footer .column h2 {
  margin-bottom: 10px;
}
.footer .footer-main-grid {
  align-items: stretch;
}
.footer .footer-socials {
  gap: 8px;
}
.footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px 8px 0;
  line-height: 0;
}
.footer .footer-social-link img {
  display: block;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-socials {
    gap: 10px;
  }
  .footer .footer-social-link {
    margin: 0 5px 10px 0;
  }
}
.footer .footer-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 14px;
  overflow: hidden;
  min-height: 260px;
  height: 100%;
  flex: 1 1 auto;
  box-shadow: 0 12px 32px -16px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.footer .footer-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 100%;
  border: 0 !important;
  display: block;
  filter: grayscale(0.15) contrast(1.02);
}
@media (max-width: 767.98px) {
  .footer .footer-map {
    aspect-ratio: 16/10;
    min-height: 200px;
    height: auto;
  }
}
.footer h5 {
  font-weight: 600;
  font-size: 18px;
}
.footer p {
  max-width: 323px;
}
.footer input[type=text] {
  background: #ffffff;
  border-radius: 100px;
  border: 0;
  padding: 8px 16px;
  margin-right: 10px;
  width: 229px;
}
.footer input[type=email] {
  background: #ffffff;
  border-radius: 100px;
  border: 0;
  padding: 8px 16px;
  margin-right: 10px;
  width: 269px;
}
.footer input[type=submit] {
  background: #f6c026;
  border-radius: 8px;
  border: 0;
  padding: 8px 14px;
}
.footer .social img {
  padding: 0 15px;
}
.footer .copyright {
  opacity: 0.55;
  color: #dde1e8;
}
.footer .copyright-mob {
  display: none;
  text-align: center;
  opacity: 0.55;
}
@media (max-width: 768px) {
  .footer .copyright {
    margin-top: 20px;
    text-align: center !important;
  }
  .footer .social {
    margin-top: 30px;
    text-align: center !important;
  }
  .footer .footer-map {
    margin-top: 1rem;
  }
}
@media (min-width: 1440px) {
  .footer input[type=text] {
    width: 260px;
  }
}
@media (max-width: 1439px) and (min-width: 1024px) {
  .footer input[type=text] {
    width: 210px;
  }
}
@media (max-width: 768px) and (min-width: 426px) {
  .footer input[type=text] {
    width: 130px;
  }
}
@media (max-width: 425px) {
  .footer input[type=text] {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .footer input[type=text] {
    width: 184px;
  }
}

/* --- Premium home hero --- */
.home-hero {
  position: relative;
  min-height: 72vh;
  min-height: 72dvh;
  max-height: 820px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: auto;
}

.home-hero-swiper,
.home-hero-swiper .swiper-wrapper,
.home-hero-swiper .swiper-slide {
  height: 100%;
}

.home-hero-swiper .swiper-slide {
  position: relative;
}

.home-hero__nav {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 4;
  display: flex;
  gap: 0.65rem;
  pointer-events: none;
}
.home-hero__nav .home-hero__nav-btn {
  pointer-events: auto;
}

.home-hero__nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 26, 46, 0.45);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  padding: 0;
}

.home-hero__nav-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.55);
  transform: scale(1.04);
}

.home-hero__nav-btn--prev::after,
.home-hero__nav-btn--next::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
}

.home-hero__nav-btn--prev::after {
  transform: rotate(45deg);
  margin-left: 4px;
}

.home-hero__nav-btn--next::after {
  transform: rotate(-135deg);
  margin-right: 4px;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(105deg, rgba(10, 26, 46, 0.93) 0%, rgba(15, 39, 68, 0.72) 42%, rgba(15, 39, 68, 0.4) 100%);
}

.home-hero__content {
  position: relative;
  z-index: 2;
  pointer-events: auto;
  width: 100%;
  padding-top: clamp(4.75rem, 11vh, 7rem);
  padding-bottom: clamp(1.75rem, 4vh, 2.75rem);
}

.home-hero__title {
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.65rem, 4vw, 2.65rem);
  line-height: 1.18;
  margin-bottom: 1.25rem;
}

.home-hero__subtitle {
  color: #dde1e8;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
  max-width: 38em;
  margin-bottom: 2rem;
}

.btn-hero-light {
  background: #ffffff;
  color: #0f2744;
  border: 1px solid #ffffff;
  border-radius: 8px;
  padding: 12px 26px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}

.btn-hero-light:hover {
  background: #eceef2;
  color: #0a1a2e;
}

.home-hero .btn-hero-light,
.home-hero .btn-hero-light:link,
.home-hero .btn-hero-light:visited,
.home-hero .btn-hero-light:active {
  color: #0f2744 !important;
}

.home-hero .btn-hero-light:hover {
  color: #0a1a2e !important;
}

.btn-hero-outline {
  background: transparent;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  padding: 12px 26px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}

.btn-hero-outline:link,
.btn-hero-outline:visited,
.btn-hero-outline:active {
  color: #ffffff !important;
}

.btn-hero-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
}

.home-hero .btn-hero-outline {
  color: #ffffff !important;
}

/* --- Product categories (home): grid + kart dizaynı --- */
.home-product-categories {
  padding: 4.5rem 0 4.25rem;
  background: linear-gradient(180deg, #f4f7fb 0%, #f7f8fa 45%, #eef2f7 100%);
}

.home-product-categories__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  color: #0f2744;
  margin: 0 0 2.75rem;
  letter-spacing: -0.02em;
}

.home-product-categories__cta {
  margin-top: 2.75rem;
}

/* Bento grid: kiçik ekranda 1-2 sütun, 768px+ üstdə 3 + altda 2 (6 sütunlu sistem) */
.home-cat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
  align-items: start;
}

@media (min-width: 576px) {
  .home-cat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }

  .home-cat-grid .category-card:nth-child(5) {
    grid-column: span 2;
  }
}
@media (min-width: 768px) {
  .home-cat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1.35rem;
  }

  .home-cat-grid .category-card:nth-child(-n+3) {
    grid-column: span 2;
  }

  .home-cat-grid .category-card:nth-child(n+4) {
    grid-column: span 3;
  }
}
@media (min-width: 1200px) {
  .home-cat-grid {
    gap: 1.75rem;
  }
}
.home-cat-grid .category-card {
  align-self: start;
  width: 100%;
}

.category-card {
  position: relative;
  display: block;
  height: auto;
  min-height: 0;
  background: #0f1f33;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 39, 68, 0.12);
  box-shadow: 0 14px 34px -26px rgba(10, 26, 46, 0.45);
  text-decoration: none !important;
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  isolation: isolate;
}

.category-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #0f2744 0%, #2a5db0 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 4;
}

.category-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 50px -22px rgba(10, 26, 46, 0.42);
}

.category-card:hover::after {
  transform: scaleX(1);
}

.category-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 5/4;
  overflow: hidden;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .home-cat-grid .category-card:nth-child(-n+3) .category-card__media {
    aspect-ratio: 4/3;
  }

  .home-cat-grid .category-card:nth-child(n+4) .category-card__media {
    aspect-ratio: 16/9;
  }
}
.category-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.category-card:hover .category-card__img {
  transform: scale(1.06);
}

.category-card__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 26, 46, 0.12) 0%, rgba(10, 26, 46, 0.25) 40%, rgba(10, 26, 46, 0.78) 100%);
  transition: opacity 0.3s ease;
}

.category-card:hover .category-card__scrim {
  background: linear-gradient(180deg, rgba(10, 26, 46, 0.18) 0%, rgba(10, 26, 46, 0.35) 42%, rgba(10, 26, 46, 0.88) 100%);
}

.category-card__arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #0f2744;
  box-shadow: 0 6px 14px -6px rgba(10, 26, 46, 0.45);
  transform: translate(8px, -8px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease, background 0.2s ease, color 0.2s ease;
}

.category-card:hover .category-card__arrow {
  transform: translate(0, 0);
  opacity: 1;
}

.category-card__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 2.5rem 1rem 1rem 1.1rem;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.1vw, 1.12rem);
  line-height: 1.3;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35), 0 2px 16px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.25s ease, transform 0.25s ease;
  min-height: calc(2.6em + 2.5rem);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .home-cat-grid .category-card:nth-child(n+4) .category-card__title {
    font-size: clamp(1.05rem, 1.25vw, 1.28rem);
    padding: 2.75rem 1.15rem 1.15rem 1.2rem;
  }
}
.category-card:hover .category-card__title {
  color: #fff;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.6), 0 2px 20px rgba(0, 0, 0, 0.55);
}

@media (max-width: 575.98px) {
  .home-product-categories {
    padding: 3rem 0 3.25rem;
  }

  .home-product-categories__title {
    margin-bottom: 1.75rem;
  }
}
/* --- Featured projects (home) --- */
.home-projects {
  padding: 56px 0;
  background: #ffffff;
}

.home-projects h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: #0f2744;
  margin-bottom: 2rem;
}

.project-teaser-card {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: #f7f8fa;
  height: 100%;
  box-shadow: 0 8px 32px -20px rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.project-teaser-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px -18px rgba(15, 39, 68, 0.35);
}

.project-teaser-card img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease;
}

.project-teaser-card:hover img {
  transform: scale(1.04);
}

.project-teaser-card__body {
  padding: 1.1rem 1.25rem 1.35rem;
}

.project-teaser-card__title {
  font-weight: 700;
  font-size: 1.05rem;
  color: #0f2744;
  margin: 0 0 0.5rem;
}

.project-teaser-card__excerpt {
  font-size: 0.95rem;
  color: rgba(26, 45, 66, 0.72);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-slider .slick-dots {
  display: flex;
  justify-content: end;
  margin: 0;
  padding: 1rem 0;
  background-color: #0f2744;
  list-style-type: none;
  padding: 20px 20px;
  right: 0px;
  bottom: 10px;
  position: absolute;
}

.main-slider button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}

.main-slider a {
  color: #fff !important;
}

li.slick-active button {
  background-color: #2d4f73;
}

.main-slider {
  color: #fff;
}

.main-slider img {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .main-slider img {
    height: 100%;
  }
}
.main-slider {
  background-color: #0f2744;
}

.main-slider p {
  font-size: 18px;
  line-height: 28px;
  max-width: 80%;
  padding: 20px 20px 10px 20px;
}

.story {
  background-color: #F9F9F9;
  padding: 40px 15px;
}

.story h1 {
  max-width: 70%;
  font-style: normal;
  font-size: 38px;
  line-height: 46px;
}

.story p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  padding: 0px 0px 20px 0px;
  max-width: 70%;
}

.story img {
  width: 100%;
}

@media (max-width: 768px) {
  .story h1 {
    max-width: 100%;
    font-style: normal;
    font-size: 28px;
    line-height: 28px;
  }

  .story p {
    max-width: 100%;
  }

  .story .button-dark {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
.project-teaser-card__placeholder {
  height: 200px;
  background: linear-gradient(135deg, #eceef2 0%, #dde1e8 100%);
}

.partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  height: 120px;
  text-align: center !important;
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #dde1e8;
  padding: 16px 20px;
}
.partner-item img {
  max-height: 72px;
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
  border-radius: 0;
  display: block;
  margin: 0 auto;
}

.partners-swiper {
  overflow: hidden;
  padding: 8px 0 24px;
  margin: 0;
}

.partners-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partners-swiper .partner-item {
  margin-left: auto;
  margin-right: auto;
}

.partner-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.home-partners-block h1 {
  padding-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  color: #0f2744;
}

.partner-item h5 {
  padding-top: 15px;
}

.home-partners-block {
  padding: 60px 40px;
  background: #f7f8fa;
  overflow: visible;
}

.home-partners-block .container {
  overflow: visible;
}

@media (max-width: 768px) {
  .home-partners-block {
    padding: 30px 10px 40px 10px;
  }

  .home-partners-block h1 {
    font-size: 24px;
  }
}
.blogs h1 {
  padding-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
}

.blogs h5 {
  padding-top: 15px;
}

.blogs {
  padding: 40px;
}

.blogs img {
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
}

.connectus h1 {
  padding-bottom: 35px;
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
}

.connectus h5 {
  padding-top: 15px;
}

.connectus {
  padding: 120px 0px;
  background-color: #0a1a2e;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.connectus::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/images/bt-about-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.12;
  pointer-events: none;
}
.connectus .container {
  position: relative;
  z-index: 1;
}

.news-index .news-item {
  padding: 18px 18px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-index .news-item:hover, .news-index .active {
  border-radius: 14px;
  background: #EFEFEF;
  border: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.4s;
}
.news-index h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.news-index p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: rgba(24, 47, 67, 0.5);
  padding: 0 !important;
  margin: 0 !important;
}

.about-intro {
  background-color: #F5F8F8;
}
.about-intro .row {
  --bs-gutter-x: unset;
}
.about-intro .video-box {
  position: relative;
  height: 600px;
  background-image: url("/images/video-thumb.jpg");
  background-repeat: no-repeat;
  z-index: 1;
}
.about-intro .video-box img {
  position: relative;
  z-index: 2;
}
.about-intro .title-box {
  z-index: 999999;
  height: 600px;
  padding: 116px 0px 116px 50px;
  background-color: #F5F8F8;
}
.about-intro .title-box h3 {
  font-size: 30px;
}
.about-intro .title-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}
.about-intro .title-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.about-intro .news-slick .item {
  min-height: 430px;
  width: 90% !important;
  position: relative;
}
.about-intro .slick-dots {
  position: absolute;
  background-color: unset;
  top: 30%;
  display: block;
  transform: translateY(-50%);
  right: 5%;
}
.about-intro .slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.about-intro .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background-color: rgba(196, 196, 196, 0.4);
  text-indent: -9999px;
  outline: 0;
}
.about-intro .slick-dots button:hover {
  background-color: #000;
}
.about-intro .slick-dots li.slick-active button {
  background-color: #F0D82E;
}
.about-intro .slick-slide {
  height: 400px !important;
}
.about-intro .short-about {
  #width: 65%;
  height: 300px;
  padding: 80px 150px;
  background-image: linear-gradient(180deg, #6C9F44 -7.19%, rgba(108, 159, 68, 0.7)), url("/images/short-about-bg-2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  text-align: center;
  color: #fff;
}
.about-intro .short-about .short-about-wrapper {
  text-align: left;
  width: 82%;
}
.about-intro .short-about h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 125%;
}
.about-intro .short-about p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.about-intro .all-new {
  padding-left: 0px !important;
  height: 280px;
  text-align: left;
  background: #FF7981;
  background-image: url("/images/lamp.png");
  background-repeat: no-repeat;
  background-position: right 40px bottom 40px;
}
.about-intro .all-new .all-new-wrapper {
  padding: 62px 66px 12px 50px;
  text-align: left;
  width: 84%;
}
.about-intro .all-new h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  line-height: 125%;
  color: #FFFFFF;
}
.about-intro .all-new p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #FFFFFF;
}

.news-card {
  max-width: 470px;
}

.projects-slider {
  background-color: #fff;
}
.projects-slider .row {
  --bs-gutter-x: unset;
}
.projects-slider .right-side {
  text-align: center;
}
.projects-slider .right-side img {
  max-height: 520px;
}
.projects-slider .video-box {
  position: relative;
  height: 500px;
  background-image: url("/images/video-thumb.jpg");
  background-repeat: no-repeat;
  z-index: 1;
}
.projects-slider .video-box img {
  position: relative;
  z-index: 2;
}
.projects-slider .title-box {
  #z-index: 999999;
  height: 600px;
  padding: 36px 0px 86px 80px;
  #background-color: #fff;
}
.projects-slider .title-box h3 {
  font-size: 30px;
}
.projects-slider .title-box h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 70px;
}
.projects-slider .title-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
}
.projects-slider .main-slick .item {
  height: 430px;
  width: 80% !important;
  position: relative;
}
.projects-slider ul {
  padding-left: 0 !important;
}
.projects-slider .slick-dots {
  position: absolute;
  background-color: unset;
  top: 30%;
  display: block;
  transform: translateY(-50%);
  left: -75px;
}
.projects-slider .slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.projects-slider .slick-dots button {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: none;
  background-color: rgba(196, 196, 196, 0.4);
  text-indent: -9999px;
  outline: 0;
}
.projects-slider .slick-dots button:hover {
  background-color: #000;
}
.projects-slider .slick-dots li.slick-active button {
  background-color: #F0D82E;
}
.projects-slider .slick-slide {
  #height: 400px !important;
}

.about-section {
  position: relative;
  padding: 20px 0;
  #background-color: #f8f9fa;
  overflow: hidden;
}

.about-section {
  position: relative;
  padding: 20px 0;
  background-color: #fff;
  overflow: hidden;
}

.about-title {
  font-size: 36px;
  font-weight: bold;
  color: #0f2744;
  margin-bottom: 40px;
}

.about-text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(26, 45, 66, 0.75);
  margin-bottom: 50px;
}

.about-img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Ana səhifə İstehsalımız: sticky üçün overflow kəsilməsin */
section.about-section.home-fabrication {
  overflow: visible;
}

/* Xidmətlər: modern, kompakt kart dizaynı */
.services-section {
  position: relative;
  overflow: hidden;
  padding: 4.25rem 0 4.5rem;
  background: #ffffff;
}
.services-section .services-section__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  color: #0f2744;
  margin: 0 0 2.75rem;
  letter-spacing: -0.02em;
  padding-top: 0.25rem;
}
.services-section .card,
.services-section .news-card {
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  max-width: none;
}

.service-home-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 1px solid rgba(15, 39, 68, 0.08);
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  box-shadow: 0 14px 34px -26px rgba(10, 26, 46, 0.45);
  transition: transform 0.28s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  isolation: isolate;
}

.service-home-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #0f2744 0%, #2a5db0 100%);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
  z-index: 2;
}

.service-home-card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 39, 68, 0.16);
  box-shadow: 0 28px 54px -22px rgba(10, 26, 46, 0.4);
  color: inherit;
  text-decoration: none !important;
}

.service-home-card:hover::after {
  transform: scaleX(1);
}

.service-home-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: linear-gradient(145deg, #eef2f8 0%, #dde4ee 100%);
  flex-shrink: 0;
}

.service-home-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.service-home-card:hover .service-home-card__img {
  transform: scale(1.06);
}

.service-home-card__body {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.05rem 3.5rem 1.15rem 1.15rem !important;
  background: #ffffff;
}

.service-home-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.38;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f2744;
  letter-spacing: -0.005em;
  transition: color 0.2s ease;
  min-height: 2.76rem;
}

.service-home-card:hover .service-home-card__title {
  color: #2a5db0;
}

.service-home-card__more {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0f2744;
  color: #ffffff;
  box-shadow: 0 10px 22px -10px rgba(10, 26, 46, 0.6);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  z-index: 2;
}
.service-home-card__more svg {
  transition: transform 0.25s ease;
}

.service-home-card:hover .service-home-card__more {
  background: #2a5db0;
  transform: scale(1.08) rotate(-2deg);
  box-shadow: 0 16px 28px -10px rgba(42, 93, 176, 0.7);
}

.service-home-card:hover .service-home-card__more svg {
  transform: translateX(2px);
}

.services-slick.slick-initialized .slick-list {
  overflow: hidden;
  padding: 6px 0 18px;
}

.services-slick.slick-initialized .slick-track {
  display: flex !important;
  align-items: flex-start;
}

.services-slick.slick-initialized .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  height: auto !important;
  min-height: 0;
}

.services-slick .slick-slide > div {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: 0;
  align-items: flex-start;
}

.service-slide-cell {
  width: 100%;
  align-self: flex-start;
}

.services-slick-wrap {
  padding: 0 3.25rem;
  margin: 0 auto;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .services-section {
    padding: 3rem 0 3.25rem;
  }

  .services-section .services-section__title {
    margin-bottom: 2rem;
  }

  .services-slick-wrap {
    padding: 0 3rem;
  }
}
.slick-prev,
.slick-next {
  display: none;
}

.slick-prev-icon.services-slick-prev,
.slick-next-icon.services-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 16px rgba(10, 26, 46, 0.18);
  cursor: pointer;
  z-index: 6;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(10, 26, 46, 0.12);
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.slick-prev-icon.services-slick-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23182f43' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}

.slick-next-icon.services-slick-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23182f43' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

.slick-prev-icon.services-slick-prev:hover,
.slick-next-icon.services-slick-next:hover {
  background-color: #0f2744;
  border-color: #0f2744;
  box-shadow: 0 6px 20px rgba(10, 26, 46, 0.28);
}

.slick-prev-icon.services-slick-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='15 18 9 12 15 6'/%3E%3C/svg%3E");
}

.slick-next-icon.services-slick-next:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'/%3E%3C/svg%3E");
}

.news-wrapper img.news-photo {
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 18px;
}
.news-wrapper h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
.news-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(24, 47, 67, 0.5);
}
@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.news-info {
  border-top: 2px solid #EBEBEC;
  padding: 16px 0;
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(24, 47, 67, 0.5);
}

.news-lent .news-item {
  display: flow-root;
}
.news-lent .news-item img.small-image {
  width: 147px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.news-lent .news-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 71px;
  margin-bottom: 12px;
}
.news-lent .news-item .news-list-info {
  #float: right;
}

@media (max-width: 768px) {
  .news-wrapper h1 {
    font-size: 38px;
    padding-bottom: 16px;
  }
}
.news-image-cat {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  #height: 240px !important;
  border-radius: 4px;
}

.card p {
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 24px;
  color: rgba(24, 47, 67, 0.5);
  text-align: left;
}
.card h5 {
  text-align: left;
}

.tags {
  padding: 0px;
}
.tags a:link, .tags a:active, .tags a:visited {
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-radius: 4px;
  padding: 8px 8px;
  color: #757575;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 42px;
  margin-right: 4px;
}
.tags a:hover {
  color: #717070;
  background: #FFD939;
}

.other-news h2 {
  font-weight: 700;
  font-size: 28px;
  line-height: 49px;
}

.product-wrapper img.product-photo {
  width: 100%;
  padding-bottom: 16px;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-wrapper h1 {
  font-size: 38px;
  padding-bottom: 16px;
  line-height: 46px;
}
.product-wrapper p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 768px) {
  .product-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.product-info {
  #padding: 16px 0;
}

.product-lent .product-item {
  display: flow-root;
}
.product-lent .product-item img.small-image {
  width: 147px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.product-lent .product-item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 71px;
  margin-bottom: 12px;
}
.product-lent .product-item .product-list-info {
  #float: right;
}

@media (max-width: 768px) {
  .product-wrapper h1 {
    font-size: 38px;
    padding-bottom: 16px;
  }
}
.product-photo {
  width: 420px;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}

.fabrication .list-group {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.fabrication .product-link {
  padding: 15px 20px !important;
  background-color: #eceef2;
  color: #0f2744 !important;
  border: 0;
  font-weight: 600;
}
.fabrication .product-link:hover {
  background-color: #dde1e8;
  color: #0a1a2e !important;
}
.fabrication .product-link.active {
  background-color: #0f2744 !important;
  color: #ffffff !important;
  border: 0;
}
.fabrication .card-body {
  text-align: left;
  padding: 1rem 1rem 1rem 1.25rem;
}
.fabrication .card {
  background: #ffffff;
  border: 1px solid #dde1e8;
  border-radius: 16px;
  box-shadow: 0 8px 28px -18px rgba(0, 0, 0, 0.12);
}
.fabrication .card p, .fabrication .card #product-description {
  color: rgba(26, 45, 66, 0.92);
  font-size: 16px;
  line-height: 1.65;
}
.fabrication .card h3, .fabrication .card #product-title {
  color: #0f2744;
  font-weight: 700;
}
.fabrication .fade-text {
  transition: opacity 0.1s ease-in-out;
}

/* Ana səhifə — İstehsalımız: sol nav scroll zamanı yapışır */
@media (min-width: 768px) {
  .home-fabrication.fabrication .home-fabrication__inner {
    position: relative;
    min-height: min(72vh, 880px);
  }

  .home-fabrication.fabrication .fabrication-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 5.75rem;
    z-index: 1010;
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.team h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  padding: 6px 0 0 0;
  margin-bottom: 0;
}
.team img {
  height: 270px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .team img {
    width: 100%;
  }
}

/* Əlaqə səhifəsi — simmetriya + responsiv */
.contact-page {
  background: #ffffff;
}

.contact-page #our-contacts {
  display: block !important;
}

.contact-page__container {
  max-width: 1140px;
}

.contact-page__intro {
  color: rgba(26, 45, 66, 0.65);
}

.contact-page__address .address h1 {
  padding-bottom: 1.5rem;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  color: #0f2744;
}

.contact-page__list li {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(26, 45, 66, 0.95);
}

.contact-form-panel {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  background: #f7f8fa;
  border: 1px solid #dde1e8;
  box-shadow: 0 12px 40px -24px rgba(10, 26, 46, 0.18);
  border-radius: 16px;
  padding: 1.5rem 1.25rem 1.75rem;
  z-index: 1;
  min-height: 0;
}
.contact-form-panel h2 {
  color: #0f2744;
}
.contact-form-panel .btn.button-dark,
.contact-form-panel button.button-dark {
  width: 100%;
  letter-spacing: 0;
}
.contact-form-panel input:not([type=file]),
.contact-form-panel textarea {
  border: 1px solid #dde1e8;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 14px 0 14px 0;
  padding: 12px 14px;
  background: #ffffff;
  color: #1a2d42;
}
.contact-form-panel textarea {
  min-height: 120px;
  height: auto;
}
.contact-form-panel .rfq-file-field {
  margin: 1rem 0 1.25rem;
}
.contact-form-panel .rfq-file-label-text {
  display: block;
  font-size: 0.875rem;
  color: rgba(26, 45, 66, 0.75);
  margin-bottom: 0.5rem;
}
.contact-form-panel .rfq-file-input-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 12px 14px;
  border: 1px dashed #1a3a5c;
  border-radius: 10px;
  background: #ffffff;
}
.contact-form-panel .rfq-file-input-wrap input[type=file] {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
.contact-form-panel .rfq-file-fake-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 8px;
  background: #0f2744;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #0f2744;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s;
}
.contact-form-panel .rfq-file-fake-btn:hover {
  background: #1a3a5c;
  border-color: #1a3a5c;
  color: #ffffff !important;
}
.contact-form-panel .rfq-file-name {
  font-size: 13px;
  color: rgba(26, 45, 66, 0.7);
  word-break: break-word;
}

@media (min-width: 992px) {
  .contact-page__container .row {
    align-items: flex-start;
  }

  .contact-page__address {
    padding-top: 0.35rem;
  }

  .contact-form-panel {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 2rem 2.25rem 2.25rem;
    min-height: 520px;
  }
}
.address h1 {
  padding-bottom: 45px;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  color: #0f2744;
}
.address ul {
  max-width: 100%;
}
.address li {
  font-size: 16px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .address {
    padding-bottom: 10px;
  }
}

.map {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -250px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .map {
    margin-top: -50px;
    margin-bottom: 60px;
  }
}
.right-side .subscribe {
  background: #E7F7FF;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 22px;
}
.right-side p {
  font-weight: 274;
  font-size: 14px;
  line-height: 20px;
  color: rgba(24, 47, 67, 0.5);
}
.right-side h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}
.right-side input[type=email] {
  background: #FFFFFF;
  border-radius: 50px;
  border: 0px;
  padding: 8px 16px;
  margin-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.right-side input[type=submit] {
  background: #FFD939;
  border-radius: 50px;
  border: 0px;
  padding: 8px 14px;
  width: 100%;
  font-weight: 510;
  font-size: 16px;
  line-height: 24px;
}
.right-side input[type=submit]:hover {
  background: #f8d12a;
}
@media (max-width: 768px) {
  .right-side img {
    width: 100%;
  }
}

.page-item.active .page-link {
  font-weight: 400;
  color: #000 !important;
  background-color: #FFD939 !important;
  border-radius: 8px;
  border: 0;
}

.page-link:hover {
  font-weight: 400;
  color: #000 !important;
  background-color: #FFD939 !important;
  border-radius: 8px;
  border: 0;
}

.page-link {
  font-weight: 400;
  color: #000 !important;
  background-color: #EAD8BE !important;
  border-radius: 8px !important;
  border: 0;
  margin: 0 10px;
  padding: 8px 16px;
  outline: none;
}

.page-link:focus {
  outline: none;
}

.career .short-message {
  border-radius: 24px;
  padding: 88px 68px;
  height: 310px;
  background-image: url("/images/career-bg.png");
  background-repeat: no-repeat;
  background-position: top 0px right 140px, center;
  background-color: #f5d7a2;
}
.career .short-message p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  max-width: 450px;
}
.career h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
}

.short-message {
  border-radius: 28px;
  padding: 88px 68px;
  height: 339px;
  background-image: url("/images/about-pic.png");
  background-repeat: no-repeat;
  background-position: top 6px right 120px, center;
  background-color: #FBF5E6;
}
.short-message p {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 54px;
  max-width: 450px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 54px;
}

@media (max-width: 768px) {
  .mb-10 {
    margin-bottom: 34px !important;
  }

  h1 {
    font-size: 42px !important;
  }

  .page-title {
    padding: 20px 0px 20px 5px !important;
  }

  .logo img {
    height: 46px !important;
    padding-left: 10px;
  }

  .slick-next-icon {
    right: 0 !important;
  }

  .navbar-light a {
    border-right: unset !important;
  }

  .main-slick {
    padding-left: 36px;
  }

  .main-slick p {
    padding-top: 10px;
  }

  #more-button {
    padding-top: 20px;
  }

  .projects-slider .slick-dots {
    left: 0;
  }

  .projects-slider .title-box {
    height: 390px;
    padding: 10px 0px 58px 10px;
  }

  .projects-slider .main-slick .item {
    height: 300px;
    width: 90% !important;
  }

  .projects-slider .title-box h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .projects-slider .right-side img {
    padding-top: 10px;
    max-height: 300px;
  }

  .right-side img {
    width: unset;
  }

  .about-intro .video-box {
    height: 190px;
    background-size: cover;
  }
  .about-intro .video-box img {
    left: 43%;
    top: 34%;
  }

  .about-intro .title-box {
    padding: 46px 0px 0px 20px;
    height: unset;
  }

  .about-intro .title-box h2 {
    font-size: 32px;
    line-height: 46px;
  }

  .about-intro .news-slick .item {
    height: 340px !important;
    min-height: 240px !important;
  }

  .about-intro .short-about {
    height: unset;
    padding: 26px 20px 20px 20px;
    margin-bottom: 30px;
  }

  .about-intro .all-new {
    height: unset;
    padding-bottom: 26px;
  }

  .about-intro .all-new .all-new-wrapper {
    padding: 26px 20px 20px 20px;
  }

  .blogs {
    padding: 20px;
  }

  .blogs img {
    height: 190px;
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 36px !important;
  }

  .footer .container {
    padding-left: 20px !important;
  }

  .footer .footer-logo {
    padding-bottom: 30px;
  }

  .footer input[type=email] {
    margin-top: 10px;
    width: 220px;
  }

  .footer .subscribe {
    padding: 26px 10px 36px 10px;
    height: unset;
  }

  .footer .footer-map {
    margin-top: unset !important;
    height: 180px;
    left: 0;
    right: 0;
  }

  .footer .column-container {
    padding: 20px 0;
  }

  .footer .copyright {
    display: none;
  }

  .footer .copyright-mob {
    display: block !important;
  }

  #our-contacts {
    display: none;
  }

  .short-message {
    padding: 18px 18px 12px 18px;
    height: unset;
    background-image: unset;
  }
  .short-message p {
    font-size: 28px;
    line-height: 44px;
  }

  .career .short-message {
    padding: 18px 18px 12px 18px;
    height: unset;
    background-position: top -9px right -17px, center;
  }
  .career .short-message p {
    font-size: 28px;
    line-height: 44px;
  }

  .connectus {
    padding: 80px 0px;
  }
  .connectus h1 {
    font-size: 38px !important;
  }
  .connectus .buttons {
    display: flex;
    justify-content: center;
  }

  .home-partners-block {
    padding: 30px 10px 60px 10px;
  }

  .about-section .about-img {
    margin-top: 50px;
  }
}
@media (max-width: 376px) {
  h1 {
    font-size: 32px !important;
  }

  h2 {
    font-size: 27px !important;
    line-height: 40px !important;
  }

  .projects-slider .title-box {
    padding: 10px 0px 58px 5px;
  }

  .projects-slider .title-box p {
    line-height: 160%;
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .nav-link {
    padding: 0.9rem 0.9rem 0.9rem 0.9rem !important;
  }

  .about-intro .all-new .all-new-wrapper {
    width: 100% !important;
    padding: 24px 26px 12px 50px;
  }

  .about-intro .title-box h2 {
    font-size: 38px;
    line-height: 47px;
  }

  .about-intro .short-about {
    padding: 38px 46px;
  }

  .projects-slider .title-box h2 {
    font-size: 38px;
    line-height: 47px;
  }

  .nav-padding {
    padding: 6px 12px;
  }

  .projects-slider .slick-dots {
    left: -60px;
  }

  .about-intro .title-box {
    padding: 84px 0px 115px 31px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Helvetica";
  src: url("/public/fonts/Helvetica-Black-Condensed.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}
html {
  position: relative;
  color: #1a2d42;
}

body {
  line-height: 24px;
  font-size: 16px;
  background-color: #ffffff;
  font-family: "Helvetica", sans-serif, Roboto;
}

.mb-10 {
  margin-bottom: 120px;
}

.button:focus {
  outline: none;
  box-shadow: none;
}

.fw-600 {
  font-weight: 600 !important;
}

.btn:hover {
  background-color: #1a3a5c;
  border-color: #1a3a5c;
  color: #ffffff;
}

@media (max-width: 768px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
  }
}
.container {
  max-width: 1360px;
}

@media (min-width: 1400px) {
  body {
    font-size: 17px;
    line-height: 26px;
  }

  .page-title {
    font-size: 21px;
    line-height: 30px;
  }

  .page-title h1 {
    font-size: 58px;
    line-height: 74px;
  }
}
.form-select:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
}

a:link, a:active {
  color: #000;
}

a:hover {
  color: #706e6e;
}

.button-dark {
  background: #0f2744;
  color: #ffffff;
  border: 1px solid #0f2744;
  border-radius: 10px;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 14px 14px 18px;
}

.button-dark:hover {
  background: #1a3a5c;
  border-color: #1a3a5c;
  color: #ffffff;
  border-radius: 10px;
  font-style: normal;
  font-weight: 590;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 14px 14px 18px;
}

.button-lite {
  font-size: 16px;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #0f2744;
  border-radius: 8px;
  padding: 12px 16px;
  color: #0f2744;
  font-weight: 590;
}

.button-lite:hover {
  font-size: 16px;
  line-height: 24px;
  background: #1a3a5c;
  border: 1px solid #1a3a5c;
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-weight: 590;
}

.sec-title {
  background: #0f2744;
  padding: 8px 15px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0 0 18px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-left: 4px solid #2d4f73;
}

.card {
  border: 0;
  text-align: center;
}
.card img {
  border-radius: 12px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 16px;
}
.card h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.h172 img {
  height: 172px;
}

.h192 img {
  height: 192px;
}

.h240 img {
  height: 240px;
}

.card-body {
  padding: 1rem 0rem;
}

.card-img-top {
  #height: 225.6px !important;
  #object-fit: cover;
}

.left-nav {
  padding: 20px 12px;
  background: #f7f8fa;
  border-radius: 16px;
}
.left-nav .active {
  display: block;
  background-color: #dde1e8;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #0f2744;
}
.left-nav .active a {
  font-weight: 700;
  font-size: 18px;
  color: #0f2744;
}
.left-nav li:hover {
  display: block;
  background-color: #eceef2;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  color: #0f2744;
  transition: 0.4s;
}
.left-nav li:hover a {
  font-weight: 700;
  font-size: 18px;
  color: #0f2744;
}
.left-nav li {
  display: block;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.left-nav li a {
  font-weight: 700;
  font-size: 18px;
  color: #0f2744;
}

.left-nav-select {
  padding-bottom: 30px;
}
.left-nav-select select {
  background: #eceef2;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 16px 24px;
  width: 100%;
  border: 1px solid #dde1e8;
  color: #0f2744;
}
.left-nav-select .left-nav-select option {
  margin: 40px;
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.hidden {
  display: none;
}

svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

button, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

button:hover, .button:hover {
  border-color: #cdd;
}

.share-button {
  cursor: pointer;
}

.share-button, .copy-link {
  padding-left: 30px;
  padding-right: 30px;
}

.share-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .share-dialog {
    top: 50%;
    left: 50%;
    margin: auto;
    position: fixed;
  }

  .share-button {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .copy-link {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }

  #author {
    padding-left: 10px !important;
  }
}
.fade-in {
  animation: fadein 0.3s;
  -moz-animation: fadein 0.3s;
  /* Firefox */
  -webkit-animation: fadein 0.3s;
  /* Safari and Chrome */
  -o-animation: fadein 0.3s;
  /* Opera */
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.share-dialog {
  display: none;
  width: 95%;
  max-width: 500px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  z-index: -1;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.share-dialog.is-open {
  display: block;
  z-index: 2;
}

.share-dialog header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.close-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.close-button svg {
  margin-right: 0;
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-title {
  background: #f7f8fa;
  padding: 45px 0px 45px 5px;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
  order: 0;
  flex-grow: 0;
  margin: -2px 0 50px 0;
}

.page-title h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
}

.breadcrumbs {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 20px;
}

.breadcrumbs a:link, a:active, a:visited {
  font-weight: 700;
  font-size: 16px;
}

ul.breadcrumbs {
  padding: 10px 16px;
  list-style: none;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin: unset;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  list-style: none;
}

ul.breadcrumbs li + li:before {
  padding: 8px;
  content: "/ ";
}

.more-button {
  border: 1px solid #0f2744;
  border-radius: 10px;
  padding: 20px 74px 20px 54px;
  color: #0f2744;
  background: #ffffff;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.more-button:hover {
  background: #f7f8fa;
  border-color: #1a3a5c;
  color: #1a3a5c;
  background-image: url("/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 44px center;
}

.more-button-dark {
  background: #0f2744;
  border-radius: 8px;
  padding: 18px 50px 18px 50px;
  color: #ffffff;
  border: 1px solid #0f2744;
  background-image: none;
}

.more-button-dark:hover {
  background: #1a3a5c;
  border-color: #1a3a5c;
  color: #ffffff;
  background-image: none;
}

.inner-wrapper img.main-photo {
  width: 100%;
  max-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 48px 20px -32px rgba(0, 0, 0, 0.25);
  border-radius: 48px;
}
.inner-wrapper h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 49px;
}
.inner-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(24, 47, 67, 0.5);
}
@media (max-width: 768px) {
  .inner-wrapper h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}

.accordion .accordion-button {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  outline: none;
  box-shadow: none;
  background-color: #EFEFEF;
  letter-spacing: 0;
  text-transform: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #182F43;
}
.accordion .accordion-body {
  background: #EFEFEF;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.accordion .accordion-item {
  border-radius: 10px;
  overflow: hidden;
}
.accordion .accordion-header {
  border-radius: 10px;
}

.gray-button {
  background: #DCDCDC;
  border-radius: 52px;
  padding: 12px 20px 12px 20px;
}

