
@font-face {
  font-family: "Niveau Grotesk";
  src: url("../fonts/niveau-grotesk.otf");
}
@font-face {
  font-family: "Niveau Grotesk Light";
  src: url("../fonts/niveau-grotesk-light.otf");
}
@font-face {
  font-family: "Niveau Grotesk Bold";
  src: url("../fonts/niveau-grotesk-bold.otf");
}

.body{
    font-family: "Niveau Grotesk" !important;
}
a{
    font-family: "Niveau Grotesk" !important;
}
p{
    font-family: "Niveau Grotesk" !important;
}
h1, h2, h3, h4, h5, h6, p, span, div, li, td, input, button, label, ul, ol, li, b,  strong, em{
    font-family: "Niveau Grotesk" !important;
}
ul.square-list {
  list-style-type: square;
  padding-left: 20px; /* bullet’ların görünmesi için */
}
ul.square-list li {
  display: list-item; /* flex veya grid varsa bullet görünür */
}
.footer-cta{
  grid-template-columns: 160px 160px 160px 160px 1fr !important;
}
.header-area.sticky{
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.header-area.sticky, .main-menu ul.dp-menu{
  background-color:#ffb719 !important
}
.dp-menu ul, .footer-area{
  background-color:#ffb719 !important
}
.footer-area a,p{
  color:#004d6d !important
}
.main-menu ul.dp-menu li a, .main-menu li a, .title, .section-title, .text-wrapper, .text, .contact-area .contact-list li{
  color:#004d6d !important;
}
footer{
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
}
.characters, .txt-loading, .has_char_anim{
  color: #ffb719 !important;
}

.container-preloader .loader-section {
    background-color: #004d6d !important;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}
.light-font, .light-font div {
    font-size: 40px;
    font-family: "Niveau Grotesk Light" !important;
    letter-spacing: 0.04em;
    margin-top: -3px;
    font-weight: 400 !important;
    margin-bottom: -25px;
    color: #ffb719;
}
.bold-font, .bold-font div {
    font-size: 40px;
    font-family: "Niveau Grotesk" !important;
    letter-spacing: 0.04em;
    margin-top: -3px;
    font-weight: 400 !important;
    margin-bottom: -25px;
    color: #ffb719;
}