/* Custom styles for inde.html */

body {
    background-color: #F8EAE1;
    font-family: "Montserrat", sans-serif;
}

.has-bg {
    background: url(./img/bg.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    min-height: 420px;

}

.cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #3c322075;
}

.wrap {
    position: relative;
}

.cstm-br {}

.navbar-brand {
    font-weight: bold;
    letter-spacing: 1px;
}

.navbar-brand img {
    border-radius: 10px 20px 10px 20px;
    padding: 4px;
    box-sizing: border-box;
    background: #ffffff;
}

h1,
h2,
h3 {
    color: #132068;
}

.cstm-dark-bg {
    background: #ab8f7c;
}

.flex-center {
    align-items: center !important;
    text-align: center;
}

.flex-center h1 {
    font-size: 3.6rem;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 5px 3px 9px #1f160b;
}

.flex-center p {
    font-size: 1.4rem;
}

.bg-naviblu {
    background: #132068;
    color: #fff;
}

.cst-e-bg-l {
    background: #FFFAF6;
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumb_list {
    width: 285px;
    margin: 0;
    padding: 0;
}

.thumb_list li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
}

.thumb_list li a {
    border: 1px solid #dfcdc1;
    border-radius: 30px 0 30px 0;
    background: #fff;
    color: #704e36;
    font-size: 12px;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    gap: 10px;

}

.thumb_list li a:hover {
    border: 1px solid #704e36;
}

.thumb_list li a img {
    width: 40px;
}

.hero-intro {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-intro.f-end {
    align-items: flex-end;
}

.hero-banner-container {
    width: 70%;
    /* background: #461e05c7;
    padding: 20px;
    border: 1px solid #b78a6d;
    box-shadow: -2px 4px 15px #462b17;
    border-radius: 10px 20px 10px 20px; */
}



.cst-e-btn {
    border-radius: 20px 4px 20px 4px;
    background: #2E6F40;
    color: #fff;
    font-size: 16px;
}

.cst-e-btn:hover {
    background: #7ab89f;
}

.nav-link {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 4px;
}

.nav-link.show,
.nav-link:hover,
.nav-link.active {
    color: #000 !important;
    background: #efefef;
    border-radius: 5px 10px 5px 10px;
}

.hero-section {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
    color: #fff;
    padding: 60px 0;
    border-radius: 12px;
    margin-bottom: 40px;
}

.btn-primary {
    background-color: #6610f2;
    border: none;
    transition: background 0.2s;
}

.btn-primary:hover {
    background-color: #520dc2;
}

.p-3.border.bg-light {
    background-color: #fff !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

footer {
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.ftr-links {
    list-style: none;
    padding: 0;
    color: #1BBCB5;
    font-weight: 600;
}

.ftr-links li {
    margin-bottom: 10px;
    font-weight: normal;
}

.ftr-links a {
    color: #F8EAE1;
    text-decoration: none;
    font-size: 14px;
}

.ftr-links a:hover {
    color: #e5c7ab;
}

.w-20 {
    width: 20%;
}

.social ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;
}

.social ul li img {
    width: 24px;
}

.card img {
    height: 230px;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .hero-intro {
        align-items: center;
        text-align: center;
    }

    .hero-banner-container {
        width: 100%;
    }

}