*,
::after,
::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none
}

body {
    font-family: "Funnel Display", serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0D2135;
    background: #fff;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit
}

img {
    object-fit: cover;
    object-position: 50% 50%;
    vertical-align: middle;
    width: 100%
}

::selection {
    background: #0D2135;
    color: #fff
}

::-moz-selection {
    background: #0D2135;
    color: #fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background: #0D2135
}

p {
    line-height: 24px
}

h1 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}


.container {
    position: relative;
    max-width: 1230px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}
.container-fluid {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}
/*header menu*/
.header {
    min-height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}
.fix {
    position: fixed;
    background: rgb(247 247 247 / 90%);
    top: 0;
    width: 100vw;
    animation: smoothScroll .5s forwards;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 30%);
    z-index: 99
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}

.logo {
    position: relative;
    display: flex;
    align-items: center;
}
.logo-container a{
    position: relative;
}
.logo-container a:after {
    content: "";
    display: block;
    width: 1px;
    background-color: #9B9B9B;
    height: 18px;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
}

.logo-container img{
    width: 150px;
    height: auto;
    padding-right: 20px;
}

.logo-sdgs-container{
    padding-left: 5px;
}
.logo-sdgs-container img{
    width: 140px;
    height: auto;
}

.navbar {
    align-items: center;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all .25s ease-in
}

.nav-menu li{
    position: relative;
    text-align: center;
}

.nav-menu li img{
    width: 120px;
    height: auto;
}

.nav-menu li a{
    margin: 0px 20px;
    display: block;
    min-width: 80px;
    transition: .3s all ease;
}
.nav-menu li .active{
    font-weight: bold;
}
.nav-menu li:hover a{
    font-weight: bold;
    margin-top: -5px;
}
.search-li{
    transition: .3s all ease;
    margin-right: 20px;
}
.search-li:hover{
    transform: scale(1.2);
}
.search-icon{
    background-color: #1F3B6B;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    cursor: pointer;
}

.form-search{
    display: none;
    position: relative;
}
.input-search{
    position: absolute;
    right: 0;
    top: -16px;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 8px 50px 8px 10px;
    width: 730px;
}
.search-close{
    position: absolute;
    right: 20px;
    top: -12px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}
.burger{
    display: none;
}
/*main*/
.main {
    position: relative;
    overflow: hidden;
}
/*hero slider*/
#hero_slider{
    margin-bottom: 50px;
}
#hero_slider .container-fluid{
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible;
}
.hero-slider{
    padding-bottom: 80px;
}
.hero-slider .swiper-slide{
    height: auto;
    border-radius: 20px;
}
.hero-slider .swiper-slide img{
    height: auto;
    width: 100%;
    border-radius: 20px;
    object-fit: contain;
}
.hero-slider .swiper-pagination-bullet{
    border-radius: 0px;
    width: 15px;
    height: 5px;
}
.hero-slider .swiper-pagination-bullet-active{
    background: #0D2135;
}

/*video*/
#video{
    background: linear-gradient(#0D2135 0%, #0D2135 79%, transparent 79%);
    padding: 50px 0px;
    color: #fff;
    margin: 50px 0px;
    margin-bottom: 0px;
}
#video .video-container{
    max-width: 1900px;
    margin: 0 auto;
}
#video h2{
    text-align: center;
    font-size: 90px;
    font-weight: 400;
    line-height: 130px;
}
.video-header{
    background-image: url('https://asset-1.tstatic.net/img/chbrand/lokal_asri/video-element.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px;
    padding: 50px 0px;
}

.video-slide {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    border-radius: 10px;
}

.video-slide.swiper-slide-active {
    transform: scale(1.5);
    z-index: 1;
    border-radius: 10px;
}

.video-bg {
    position: relative;
    border-radius: 10px;
}

.video-bg img {
    position: relative;
    border-radius: 10px;
}

.video-btn-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-btn-play img {
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
    background: rgba(255,255,255,.5);
    padding: 12px;
    border-radius: 50%;
    object-fit: contain;
    overflow: visible;
}

.video-btn-play img:hover {
    transform: scale(1.1);
    -webkit-filter: brightness(.8);
    filter: brightness(.8);
}
.video-slider{
    padding-bottom: 0px;
}
.video-slider .swiper-pagination{
    position: relative;
    margin-top: 10px;
}
.video-slider .swiper-pagination-bullet{
    border-radius: 0px;
    width: 6px;
    height: 6px;
}
.video-slider .swiper-pagination-bullet-active{
    background: #0D2135;
}
/*modal video*/
.modal {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: fixed;
    text-align: center;
}

.modal.is-visible {
    visibility: visible;
    opacity: 1;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-transition {
    transition: all 0.3s 0.12s;
    transform: translateY(-10%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    transform: translateY(0);
    opacity: 1;
}

.modal-content {
    position: relative;
}

.modal-content button {
    background: transparent;
    padding: 5px 10px;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
}

.modal-close {
    position: absolute;
    top: -25px;
    right: -5px;
    border: 0;
    cursor: pointer;
}

.ratio iframe {
    width: 800px;
    height: 450px;
}

.modal-close img {
    width: 20px;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

/*categories*/
.categories-container {
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 0px;
    min-height: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
}

.categories-left {
    width: 50%;
    color: #fff;
    padding: 40px;
    position: relative;
}

.categories-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.categories-txt {
    font-size: 16px;
    margin-bottom: 20px;
}

.categories-btn{
    position: absolute;
    bottom: 80px;
}

.categories-btn a {
    display: inline-block;
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    border: 1px solid #fff;
    font-size: 14px;
    transition: .3s all ease;
}

.categories-btn a:hover{
    transform: scale(1.1);
}

.categories-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-right img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
/*cateogories 1*/
.categories-1 {
    background-color: #36A349;
}
.categories-1::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background-image: url("https://asset-1.tstatic.net/img/chbrand/lokal_asri/cat-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*categories 2*/
.categories-2 {
    background-color: #EB9F27;
}
.categories-2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background-image: url("https://asset-1.tstatic.net/img/chbrand/lokal_asri/cat-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*categories 3*/
.categories-3 {
    background-color: #DE2635;
}
.categories-3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    background-image: url("https://asset-1.tstatic.net/img/chbrand/lokal_asri/cat-3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*latest*/
#latest{
    padding: 40px 0px;
    position: relative;
}
.latest-title h2{
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.latest-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin: 80px 0px;
    margin-bottom: 0px;
    position: relative;
}
.latest-card {
    width: calc(40% - 40px);
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}
.latest-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.latest-img-container img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    transition: transform 0.3s ease;
}

.latest-img-container:hover img {
    transform: scale(1.2);
}
.latest-txt-container{
    padding: 20px 20px 20px 0px;
    transition: 0.3s ease;
}
.latest-heading{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-txt{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.latest-anchor{
    text-decoration: underline;
}
.latest-anchor:hover {
    color: #007BFF;
    text-decoration: underline;
}
.latest-info {
    margin: 10px 0px;
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease;
}
/*mlf*/
#mlf{
    position: relative;
    padding: 80px 0px;
}
.mlf-title{
    margin-bottom: 40px;
}
.mlf-title h2 {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    position: relative;
}
.mlf-title h3{
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

/*categories page*/

/*slider cat*/
#cat_slider{
    position: relative;
}
#cat_slider .container-fluid{
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible;
}
.cat-slider{
    padding: 40px 0px 60px 0px;
}
.cat-slider-card{
    display: flex;
    gap: 20px;
    justify-content: center;
    position: relative;
    background-color: #fff;
    align-items: flex-start;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0px 3px 15px rgba(42, 42, 42, 0.24);
}
.cat-slider-img-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 50%;
}

.cat-slider-img-container img {
    border-radius: 10px;
    width: 100%;
    height: 300px;
    transition: transform 0.3s ease;
}

.cat-slider-img-container:hover img {
    transform: scale(1.2);
}
.cat-slider-txt-container{
    padding: 20px 20px 20px 0px;
    transition: 0.3s ease;
    width: 50%;
}
.cat-slider-heading{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat-slider-txt{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cat-slider-anchor{
    text-decoration: underline;
}
.cat-slider-anchor:hover {
    color: #007BFF;
    text-decoration: underline;
}
.cat-slider-info {
    margin: 10px 0px;
    color: #909090;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s ease;
}
.cat-slider .swiper-pagination-bullet{
    border-radius: 0px;
    width: 15px;
    height: 5px;
}
.cat-slider .swiper-pagination-bullet-active{
    background: #0D2135;
}
/*latest cat page*/
#latest_cat{
    padding: 0px 0px 40px 0px;
    position: relative;
}
#latest_cat:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    background-color: #D7D7D7;
}
.latest-cat-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin: 20px 0px 80px 0px;
    position: relative;
}
.latest-cat-card {
    width: calc(33.333% - 40px);
    background-color: #fff;
    transition: box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
}
.paginasi {
    margin: 40px 0px;
    text-align: center;
}
.paginasi a {
    background: #0D2135;
    color: #fff;
    font-weight: 700;
    padding: 15px 10px;
    border-radius: 5px;
    line-height: 0;
    border: 2px solid #0D2135;
    padding: 10px !important;
    float: none !important;
    display: inline-block !important;
    min-width: 40px;
    height: 40px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    margin: 10px;
}
.paginasi a:hover {
    background: #fff;
    color: #000;
    border: 2px solid #0D2135;
    text-decoration: none;
}
.paginasi #pagecurrent {
    background: #fff;
    color: #000;
    border: 2px solid #050067;
}

/*footer*/
.footer {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 100px 0 50px;
    color: #fff;
    text-align: center;
    position: relative;
    background: #0D2135;
}
.footer-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}
.footer-left img{
    width: 200px;
    height: auto;
    filter: grayscale(100%) brightness(5);
}
.footer-right{
    text-align: right;
}
.footer-right p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-right ul{
    display: flex;
    gap:20px;
    margin-bottom: 40px;
    justify-content: flex-end;
}
.footer-right li{
    position: relative;
}
.footer-right li:after{
    content: "";
    display: block;
    width: 1px;
    background-color: #fff;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-right li:last-child:after{
    display: none;
}
.footer-right img{
    width: 100px;
    margin-right: 20px;
    height: auto;
}
.footer-right li:last-child img{
    margin-right: 0px;
}
.footer-copy{
    text-align: right;
    margin-top: 50px;
}
.footer-copy img{
    width: 200px;
    height: auto;
    margin-left: 20px;
}

.latest-cat-all-btn{
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    border-bottom: 1px solid #D7D7D7;
    width: 80%;
}
.latest-cat-all-btn a{
    padding: 5px 20px;
    width: fit-content;
    background-color: #0D2135;
    color: #fff;
    display: block;
    transition: .3s all ease;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.latest-cat-all-btn a:hover{
    transform: scale(1.2);
}

.categories-desc-container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 40px;
    position: relative;
    min-height: 500px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    padding: 60px;
}
.categories-desc-title{
    font-size: 42px;
    line-height: 52px;
}
.categories-desc-txt{
    font-size: 18px;
    line-height: 28px;
}
.categories-1-container {
    background: url('https://asset-1.tstatic.net/img/chbrand/lokal_asri/health-cat.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.categories-2-container {
    background: url('https://asset-1.tstatic.net/img/chbrand/lokal_asri/travel-cat.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}
.categories-3-container {
    background: url('https://asset-1.tstatic.net/img/chbrand/lokal_asri/umkm-cat.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.latest-title{
    text-align: center;
}

.latest-title img{
    width: 250px;
    height: auto;
}

.latest-title p{
    font-size: 18px;
    line-height: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

/*upcoming event*/
#event_slider{
    margin-bottom: 50px;
}
#event_slider .container-fluid{
    max-width: 1600px;
    margin: 0 auto;
    overflow: visible;
}
.event-slider{
    padding-bottom: 80px;
}
.event-slider .swiper-slide{
    height: auto;
    border-radius: 20px;
}
.event-slider .swiper-slide img{
    height: auto;
    width: 100%;
    border-radius: 40px;
    object-fit: contain;
}
.event-slider .swiper-pagination-bullet{
    border-radius: 0px;
    width: 15px;
    height: 5px;
}
.event-slider .swiper-pagination-bullet-active{
    background: #0D2135;
}

/*selasar*/
#selasar{
    margin-bottom: 150px;
    background: linear-gradient(transparent 35%, #0D2135 0%, #0D2135 100%);
    padding-top: 20px;
    padding-bottom: 80px;
    color: #fff;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.selasar-slider {
    position: relative;
    max-width: 800px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    z-index: 1;
    overflow: hidden;
}

.selasar-header{
    text-align: center;
    margin-bottom: 80px;
}
.selasar-main{
    margin-bottom: 20px;
}
.selasar-header img{
    width: 250px;
    height: auto;
}

#selasar .selasar-container {
    max-width: 1900px;
    margin: 0 auto;
}

.selasar-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    border-radius: 10px;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    /* General Styles */
    body {
        font-size: 0.875rem;
    }

    h1 {
        font-size: 20px;
        line-height: 28px;
    }

    p {
        line-height: 20px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo-container img {
        width: 120px;
    }

    .logo-sdgs-container img {
        width: 120px;
    }

    /* Navbar */
    .nav-menu {
        flex-direction: column;
        text-align: left;
        display: none; /* Mobile menu hidden by default */
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .nav-menu li a {
        margin: 0;
        font-size: 0.875rem;
    }

    .nav-menu li img{
        filter: brightness(0) invert(1);
    }

    .burger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }

  .burger span {
    display: block;
    width: 25px;
    height: 3px;
    background: #0D2135;
    margin: 5px 0;
    transition: 0.3s;
  }
  .burger.open span {
    background: #fff;
  }

  .burger.open span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
  }

  .burger.open span:nth-child(2) {
    opacity: 0;
  }

  .burger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .container-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: rgba(13, 33, 53, .9);
    justify-content: center;
    align-items: center;
    z-index: 99;
    overflow-y: auto; /* Ensures content scrolls if needed */
  }

  .container-menu.active {
    display: flex;
  }

  .nav-menu {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .nav-menu li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
  }

  .search-li {
    margin: 0;
  }

  .form-search {
    display: block;
    margin-top: 20px;
  }
  .search-li{
    display: none;
  }
  .input-search{
    position: relative;
    width: 100%;
  }
  .search-close{
    display: none;
  }


    /* Hero Slider */
    #hero_slider{
        margin-bottom: 0px;
    }

    /* Video Section */
    #video{
        margin-top: 0px;
    }
    .video-header{
        background-size: 180px;
    }

    #video h2 {
        font-size: 40px;
        line-height: 60px;
    }

    .video {
        height: auto;
    }

    .video-slider{
        padding-bottom: 20px;
    }

    .video-slider .swiper-pagination{
        bottom: 0px;
        position: absolute;
    }

    .video-slide {
        height: 200px;
    }

    .video-btn-play img {
        width: 50px;
        height: 50px;
    }

    .ratio iframe {
        width: 90vw;
        height: auto;
    }


    /* Categories */
    .categories-container {
        flex-direction: column;
        padding: 20px;
        max-width: 100%;
    }

    .cat-slider-img-container{
        width: 100%;
    }

    .categories-left{
        padding: 20px 0px;
    }

    .categories-left,
    .categories-right {
        width: 100%;
    }

    .categories-right img {
        height: auto;
    }

    .categories-btn{
        position: relative;
        bottom: 0px;
    }

    .categories-1::before, .categories-2::before, .categories-3::before{
        width: 200px;
        height: 200px;
    }

    /* Latest Section */
    .latest-row {
        flex-direction: column;
        gap: 20px;
    }

    .latest-title h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .latest-card {
        width: 100%;
    }

    .latest-heading {
        font-size: 18px;
        line-height: 24px;
        -webkit-line-clamp: 3;
    }

    .latest-cat-card {
        width: 100%;
    }
    .cat-slider-card{
        display: block;
    }
    .cat-slider-heading{
        -webkit-line-clamp: 3;
    }
    .cat-slider-txt-container{
        width: 100%;
    }
    .cat-slider-img-container img{
        height: 200px;
    }

    /*mlf section*/
    .mlf-title h2, .mlf-title h3{
        font-size: 30px;
        line-height: 38px;
    }

    /* Footer */
    .footer{
        padding: 80px 0px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .footer-left{
        margin-bottom: 40px;
    }

    .footer-right{
        text-align: center;
    }

    .footer-right p{
        font-size: 12px;
        line-height: 18px;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-copy img{
        margin-left: 0px;
    }

    .footer-right ul {
        flex-direction: row;
        gap: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 40px;
    }

    .footer-right li {
        flex: 0 0 calc(33.333% - 10px);
        text-align: center;
    }

    .footer-right li:after {
        display: none;
    }

    .categories-desc-title{
        font-size: 30px;
        line-height: 40px;
    }

    .categories-desc-txt{
        font-size: 16px;
        line-height: 30px;
    }
    .selasar-header{
        margin-bottom: 50px;
    }
    .selasar-header img{
        width: 150px;
    }
}

@media screen and (max-width: 480px) {

    #hero_slider{
        margin-bottom: 0px;
    }
    .hero-slider {
        padding-bottom: 90px;
        padding-top: 60px;
    }

    .hero-slider .swiper-slide{
        border-radius: 0px;
    }

    .hero-slider .swiper-slide img {
        height: auto;
        object-fit: cover;
        border-radius: 0px;
    }

    .hero-slider .swiper-slide-active {
      transform: scale(1.5);
      transform-origin: 60px center;
      z-index: 10;
    }

    .latest-title h2{
        font-size: 28px;
        line-height: 34px;
    }

    .categories-desc-container{
        padding: 30px;
    }

    .categories-desc-txt {
        font-size: 14px;
        line-height: 26px;
    }

    .event-slider .swiper-slide img{
        border-radius: 20px;
    }
}


@media screen and (min-width: 1024px) {
    /* Desktop Styles */
    .nav-menu {
        flex-direction: row;
        text-align: center;
        display: flex;
        align-items: center;
    }

    .categories-container {
        flex-direction: row;
    }

    .latest-row {
        flex-direction: row;
        gap: 60px;
    }

    .latest-card {
        width: calc(40% - 40px);
    }

    .footer-container {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    .footer-copy {
        text-align: right;
    }

    .footer{
        min-height: 400px;
    }
    .footer .container{
        overflow: visible;
    }
    .footer-right .logo-footer-container {
        position: absolute;
        bottom: -80px;
        right: 0;
    }
}