@font-face {
    font-family: 'BwMitga-Light';
    src: url('/fonts/BwMitga-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BaskervilleItalicBT';
    src: url('/fonts/BaskervilleItalicBT.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'BwMitga-Light', sans-serif;
}
span, strong{
    font-family: 'BaskervilleItalicBT', sans-serif;
    font-weight: 100 !important;
}

.hero {
    height: 100vh;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.navbar {
    display: flex;
    align-items: center;
    position: absolute !important;
    top: 30px;
    width: 100%;
    flex-direction: column;
}
.logo img{
    max-width: 150px;
    width: 100%;
}
.hero-content {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.hero-content p {
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
}
.nav-links {
    list-style: none;
    display: flex;
    transition: all 0.3s ease;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
}
.nav-links a:hover {
    color: #f27f1b !important;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}
.menu-toggle span {
    background-color: #fff;
    height: 3px;
    width: 25px;
    border-radius: 2px;
}

.features {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 5rem 1rem 1rem;
    margin: 0 auto;
    align-items: center;
    border-top: 1px solid #f7902a;
    padding-top: 2rem;
}

.feature img {
    width: 100%;
    height: auto;
}
.feature p {
    font-size: 1rem;
    color: #f7902a;
    width: 60%;
    border-right: 5px solid #f7902a;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
.choose{
    width: 100%;
    height: 100%;
}
.choose .row{
    margin-bottom: 1.5rem;
}
img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .choose_icon {
    margin-right: 2rem;
    margin-left: 3.5rem;
}

.choose_main_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
}

.why-choose {
    text-align: center;
    padding: 3rem 5%;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.benefit {
    flex: 1 1 300px;
    text-align: center;
}

.certifications {
    text-align: center;
    padding: 3rem 5%;
    border-bottom: 5px solid #f27f1b;
    padding-top: 0;
}

.certification-logos img {
    width: 100px;
    margin: 10px;
    border-right: 1px solid #f27f1b;
    padding-right: 1rem;
}
.certification-logos img:last-child{
    border-right: none;
}
.certifications p{
    margin: 0 auto;
    font-size: 12px;
    width: 50%;
}
.certifications span{
    display: block;
    color: #f27f1b;
}
footer {
    text-align: center;
    padding: 1rem;
    color: #212529;
}
p{
    font-size: 12px;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding: 1rem;
    flex-direction: column;
    position: absolute;
    top: 0;
    width: 100%;
}

.logo {
    font-size: 24px;
    font-weight: bold;
}

.menu {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
}

.menu li {
    margin: 0 15px;
}

.menu li a {
    color: #fff;
    text-decoration: none;
}

.menu li a:hover {
    text-decoration: underline;
}

.toggle-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
footer a{
    color: #212529;
}