@font-face {
    font-family: 'Aptos';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/Aptos.ttf) format('ttf');
}
@font-face {
    font-family: 'Aptos';
    font-style: normal;
    font-weight: bold;
    src: url(fonts/Aptos-Bold.ttf) format('ttf');
}
@font-face {
    font-family: 'Aptos';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/Aptos-Light.ttf) format('ttf');
}
@font-face {
    font-family: 'Aptos';
    font-style: italic;
    font-weight: 300;
    src: url(fonts/Aptos-Light-Italic.ttf) format('ttf');
}

:root, [data-bs-theme="light"] {
    --bs-font-sans-serif: 'Aptos', Arial, sans-serif;
  }


body {
    margin: 0;
    padding: 0;
    color: #333;
    background: #fafafa;
}
a {
    text-decoration: none;
    color: #333;
}
header {
    padding: 20px 0;
    text-align: center;
}
header nav a {
    margin: 0 15px;
}
header nav a:hover,
footer a:hover {
    text-decoration: underline;
}
/*
section {
    padding: 40px 20px;
    margin: 20px auto;
    max-width: 800px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}*/
h1, h2 {
    color: #333;
}
h3 {
    color: #555;
}
p {
    line-height: 1.6;
}
ul {
    padding-left: 20px;
}
ul li {
    margin-bottom: 10px;
}
blockquote {
    border-left: 5px solid #ccc;
    margin: 20px 0;
    padding: 10px 20px;
    background: #f9f9f9;
}
footer {
    margin: 40px -12px; 
    width: calc(100% + 24px); 
    border-top: 1px solid #666; 
    background: #cdcfc0;
    padding: 50px;
}
footer p {
    margin: 5px 0;
}
footer h3 {
    margin-top: 20px;
}
.image-placeholder {
    width: 100%;
    height: 200px;
    background-color: #ddd;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 1.2em;
}

.btn-primary  { 
    background-color: #cdcfc0;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    border-radius: 0;
    border-width: 0;
}
.btn-primary:hover, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:active:hover { 
    background-color: #aaaca0;
}

.inline-extra-text {
    display: inline;
}

.description-container {
    position: relative; 
    display: flex !important; 
    margin-top: 50px; 
    justify-content: space-between;
}

.carousel-indicator-pip {
    width: 5px !important;
    height: 5px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.contact-button {
    margin: 40px auto; 
    width: 30%; 
    text-align: center;
}

.about-us {
    display: flex; 
    margin-top: 50px; 
    justify-content: space-between;
}
.about-img {    
    width: 400px;
}
.about-img img {
    width: calc(100% + 52px);
}
.about-text-left {
    width: calc(100% - 400px); 
    padding-right: 100px;
    padding-top: 150px;
}
.about-text-right {
    width: calc(100% - 400px); 
    padding-left: 100px;
}
.about-us-text-year {
    width: 140px; 
    border-right: 1px solid #666; 
    margin-right: 20px; 
    font-weight: bold;
}
.about-us-text-detail {
    width: calc(100% - 140px);
}

.contact-form {
    width: 500px; 
    margin: 0 auto;
}

.joinus-text-right {
    font-size: 1.2rem;
    margin-top: 20px;
    padding-left: 200px;
}

.footer-content {
    display: flex; 
    justify-content: space-between;
}
.footer-contact {
    font-size: 0.9rem; 
    padding-left: 100px;
}
.footer-quote {
    width: 50%; 
    padding-right: 200px; 
    margin-top: 30px; 
    font-weight: 300; 
    font-style: italic; 
    font-size: 1.1rem;
}


@media (max-width: 768px) {
    body > .container { padding: 0 !important; }
    .headerTitle { margin-left: 12px; }
    .inline-extra-text { display: none; }
    .description-container { display: block !important; }
    .description-container > div { width: 100% !important; padding: 0px 20px !important; }
    .contact-button { width: 100%; }
    .contact-button div { width: unset !important; padding: 10px; font-size: 1rem !important; }
    .about-us { display: block; }
    .about-img { width: 100%; }
    .about-img img { width: calc(100% + 40px); }
    .about-text-left, .about-text-right { width: unset; padding-left: unset; padding-right: unset; padding-top: 20px !important; }
    .about-us-text-year { width: 60px;}
    .about-us-text-detail { width: calc(100% - 60px); }
    .contact-form { width: 100%; }
    .joinus-text-right { padding-left: unset; }
    footer { width: calc(100% + 12px); }
    .footer-content { display: block; }
    .footer-contact h5 { margin-left: -100px; text-align: center; }
    .footer-quote { width: 100%; padding-right: 0; }
}