.hero-section {
    background: linear-gradient(rgba(99, 0, 0, 0.8), rgba(99, 0, 0, 0.8)),
        url('https://images.unsplash.com/photo-1523050335392-9ae86774929f?auto=format&fit=crop&q=80&w=1920');
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media  (max-width:992px) {
     .hero-section {
    padding-top: 80px;
    padding-bottom: 50px;
}
}
.service-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: #fff;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service-image {
    height: 250px;
    object-fit: cover;
}

.btn-primary {
    background-color: #004085;
    border: none;
    padding: 10px 25px;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #002d5d;
}

.section-title {
    color: #004085;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #fdb813;
    margin: 15px auto;
}

.event-card {
    transition: transform 0.2s;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.section-subtitle {
    border-left: 5px solid #0d6efd;
    padding-left: 15px;
    color: #002967;
    font-weight: 700;
}

#article-arear {
    margin-top: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
#article-arear:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
#article-arear img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#article-arear:hover img {
    transform: scale(1);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.16);
}

#article_sticky {
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.article-header {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.gorup_by {
    transition: transform 0.3s ease;
    /* Smooths the transition */
    color: black;
    font-weight: 300;
}

.gorup_by:hover {
    border-left: 3px solid #007bff;
    transition: 2s;
}

.related-card {
    transition: transform 0.3s ease;
    /* Smooths the transition */
}

.related-card:hover {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.171);
    /* transform: scale(); Increases size by 20% */
    overflow: hidden;
}

.related-card img {
    /* height: 400px; */
    object-fit: cover;
}

#up_comimg_event:hover {
    position: relative;
    cursor: pointer;
}
 .gorup_by:hover {
    transition: all 0.3s ease-in-out;
    background-color: rgb(245, 245, 245);
}
.detail-content-contact{
    margin: auto;
}
.contactus_1{
    color: rgb(0, 0, 0);


}
.bg-gray{
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(141 141 141 / 32%);
    transition: transform 0.5s ease-in-out;
}
.bg-gray:hover svg{
    fill: rgb(255, 0, 0);
}
.contactus_1:hover {
    transition: all 0.3s ease-in-out;
    background-color: rgb(255, 221, 221);
}
.bg-gray:hover{
    color: rgb(255, 0, 0);
}
.color{
    color: rgb(0, 0, 0);
    padding-top: 2rem;
}
@media  (max-width:576px) {
    .bg-gray{
        margin: 1rem;
    }
}
.text-to-contact{
    display: flex;
    flex-direction: column;
    margin: auto;
}

.battambang-thin {
  font-family: "Battambang", system-ui;
  font-weight: 100;
  font-style: normal;
}

.battambang-light {
  font-family: "Battambang", system-ui;
  font-weight: 300;
  font-style: normal;
}

.battambang-regular {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}

.battambang-bold {
  font-family: "Battambang", system-ui;
  font-weight: 700;
  font-style: normal;
}

.battambang-black {
  font-family: "Battambang", system-ui;
  font-weight: 900;
  font-style: normal;
}
.gorup_by{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 10px;
}
.d-flex{
    padding: 10px;
}
#Latest_E{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(141 141 141 / 32%);
}
.article-box-shadow{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
} 
.line-height{
    line-height: 1.2;
}