/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 24px;
    color:#336f46;
}

h3{
    font-size: 24px;
    color:#336f46;
}

/* Add this to your CSS file */


body, p, a, li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}


footer h3{
    color: white;
}



.subheading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

/* Layout */
.container {
    max-width: 1000px;
    margin: 0 auto;
}

.background-container {
    background-color: white;
    width: 100%;
}

.invest-container{
    width: 100%;

    background-color: #e6ede9;
}


.services-container{
    background-color: #f3f3f3;
}
/* Navigation Bar */
.navbar {
    background-color: white;
    padding-bottom: 5px;
}

.navbar-brand img {
    width: 190px;
    height: auto;
    margin-right: 10px;
}

.navbar-nav a {
    font-size: 20px;
    color: #1e1e1e; /* Updated link color */
    margin: 19px;
    font-weight: 500; /* Updated font weight */
    text-decoration: none;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
    box-shadow: inset 0 0 0 0 #ea9300; /* Updated link effect */
}

.navbar-nav a:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #ea9300; /* Updated hover effect */
}

.navbar-nav .nav-item.active a,
.navbar-nav .nav-item a:hover {
    color: #fff;
    background-color: #54b3d6; /* Updated active and hover state */
    transition: background-color 0.8s ease;
}



/* Carousel */
#myCarousel {
    display: block;
    max-width: 1000px;
    max-height: 600px;
    margin: 2.5rem auto;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.09);
}

/* Site Header */
#siteHead {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("deck_6409-rectangle.webp");
    max-width: 100%;
    max-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    color: white;
}

#siteHead .btn-outline-secondary {
    font-size: 1.1rem;
    border-width: 2px;
    font-weight: 400;
    border-color: white;
    color: white;
}

/* Section Styles */
.home-page-descriptions li,
.home-page-descriptions p {
    font-size: 1.1rem;
}




.galButton{
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Forms */
.form-control-dark {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: var(--bs-gray);
}

.form-control-dark:focus {
    color: #fff;
    background-color: var(--bs-dark);
    border-color: #fff;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.text-small {
    font-size: 85%;
}

.dropdown-toggle {
    outline: 0;
}
/* Custom Cards */
#custom-cards .card-cover {
    background-size: cover;
    border: none;
    height: 300px;
    width: 100%; /* Adjust width to be responsive */
    text-decoration: none;
    list-style: none;
    border-radius: 0;
    display: flex; /* Ensure contents are centered */
    align-items: flex-end; /* Align text to the bottom */
    justify-content: center; /* Center content horizontally */
    position: relative; /* Position relative for absolute elements */
}

#custom-cards .card-cover .d-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Align text to the bottom */
    padding: 10px;
}

#custom-cards .card-cover .d-flex ul li a,
#custom-cards .card-cover .card-title a {
    color: inherit;
    text-decoration: none;
}

#custom-cards h3 {
    text-align: center;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Gallery Video Link */
.galleryContainer #videoLink a {
    text-decoration: none;
    color: #54b3d6; /* Updated link color */
    display: inline-block;
    margin-bottom: 20px;
}

.galleryContainer #videoLink a:hover {
    color: orange;
}


footer {
    background-color: #2e6e47;
    padding-top: 20px;
    color: white;
}

footer .col-md-4.text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

footer h3 {
    padding-top: .5rem;
    margin-top: 1px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 1.5rem;
}

footer p {
    font-size: 1.25rem;
}

footer ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

footer ul li {
    margin-bottom: 8px;
    font-size: 1.5rem;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
}

footer ul li a:hover {
    color: orange;
}

footer img {
    max-width: 100%;
    max-height: 100px;
}/* Custom Button Styles */
/* Custom Button Styles */
.btn-primary {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 0;
    border: 1px solid transparent;
    letter-spacing: 2px;
    min-width: 160px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 700;
    text-align: center;
    padding: 16px 14px;
    color: #fff; /* Text color */
    background-color: #15883e; /* Base background color */
    height: 48px;
    position: relative;
    overflow: hidden; /* Ensure the animation effect doesn't overflow */
    transition: background-color .3s, border-color .3s, color .3s;
    z-index: 1; /* Ensure the button text is above the ::before element */
    text-decoration: none;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ea9300; /* Darker shade for hover effect */
    transition: transform .3s ease;
    transform: scaleX(0);
    transform-origin: left;
    z-index: -1; /* Place the ::before element behind the text */
}

.btn-primary:hover::before {
    transform: scaleX(1);
}

.btn-primary:hover {
    color: #fff; /* Ensure text color remains visible on hover */
}

/* Apply custom button styles to specific sections */
.workHeading .btn-primary,
.indexHeading .btn-primary,
.gallery-button .btn-primary,
.contactButton .btn-primary {
    background-color: #15883e;
    border-radius: 0;
    border: none;
}

.workHeading .btn-primary:hover,
.indexHeading .btn-primary:hover,
.gallery-button .btn-primary:hover,
.contactButton .btn-primary:hover {
    background-color: #117a34;
}

.indexHeading .btn-primary {
    padding: 15px 0;
    margin-top: 20px;
    font-size: 32px;
}

.gallery-button .btn-primary {
    font-size: 2.5rem;
}


.indexHeading .btn-primary {
    padding: 15px 0;
    margin-top: 20px;
    font-size: 20px;
}

.gallery-button .btn-primary {
    font-size: 2.5rem;
}

.contact-heading h1 {
    font-size: 40px;
    font-weight: bold;
    color: green;
}
