@media(min-width:320px) and (max-width:434px) {
    #desktop-gallery {
        display: none;
    }

    #mobile-gallery {
        display: block !important;
    }

    .nav-links {
        display: none;
    }

    .gallery-sec .container-fluid {
        padding: 0 12px;
    }

    .sacred-tourism .container-fluid,
    .experiences .container-fluid, .collection .container-fluid{
        padding: 0 15px;
    }

    .section-padding {
        padding: 50px 0;
    }
    
    
    .cert-list{
        padding: 0 !important;
    }

    nav.scrolled,
    nav {
        padding: 12px 10px;
        gap: 25px;
        justify-content: space-between;
    }

    .nav-cta {
        padding: 10px 15px !important;
        letter-spacing: 1px;
        font-size: 12px;
    }

    .footer-logo img {
        width: 145px;
    }

    .hero-headline {
        font-size: 34px;
        line-height: 45px;
    }

    #akashicModal .modal-body {
        padding: 20px;
    }

    .hero-sub {
        font-size: 12px;
    }

    #akashicModal form .modal-sub {
        font-size: 18px;
    }

    .hero {
        height: 600px;
        min-height: 600px;
        overflow: hidden;
    }

    .hero-dots {
        bottom: 20px;
    }

    .hero-content {
        padding: 0 15px;
    }

    .first-row .grid-row .icon-box {
        padding: 0 10px;
    }

    #uspSwiper .swiper-slide .icon-box {
        border: none !important;
    }

    .certi-sec h2,
    .experiences h2,
    .about h2,
    .sacred-tourism h2,
    .certifications h2,
    .usp-sec h2,
    .healing-section .section-title,
    .art-sec h2,
    .testimonials h2,
    .section-title,
    .gallery-sec h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 15px !important;
    }

    .about p br {
        display: none;
    }

    .address {
        flex-wrap: wrap;
    }

    .address {
        margin: 20px 0;
    }

    .about .inner-border {
        margin-top: 30px;
    }

    .expo-in .icon-box {
        padding: 0 12px;
    }

    .exp-cards,
    .testimonials-section {
        margin-top: 20px !important;
    }

    .art-sec .row {
        flex-direction: column-reverse;
    }

    .art-sec .content {
        padding: 25px;
    }

    .product-name {
        font-size: 16px;
    }

    #mobile-gallery img {
        margin-bottom: 20px;
    }

    .why-image img {
        height: auto !important;
        margin-bottom: 20px;
    }

    .why-section .ps-4 {
        padding-left: 10px !important;
    }

    .why-label {
        font-size: 16px;
    }

    .hero2 {
        padding: 50px 0;
        background-position: left;
    }

    .hero2 .container-fluid {
        padding-left: 10px;
    }

    .hero2 h2 {
        font-size: 26px;
        line-height: 38px;
    }

    .hero2 p {
        letter-spacing: 0.5px;
        line-height: 28px;
        font-weight: 400;
    }

    .cert-item{
        gap:15px;
    }

    .cert-num{
        margin-top: 2px;
    }

    .gallery-sec .d-flex img{
        margin: 0 !important;
        width: 82px !important;
    }
    
    .sacred-item-img {
        aspect-ratio: unset;
    }
    
    .sacred-item-img img {
        height: 360px;
        object-position: center;
    }

}