    /* .container{
        font-family: iransansX;        
        width: 80% !important;
        margin: auto;
        text-align: right;
    } */

    .namayandegi-page{
        overflow: hidden;
    }

    .topheader {
        margin: 6px;
    }

    .head101 {
        width: 100%;
    }

    #intro-section {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        margin: 20px 0px;
        gap: 20px;
        background: #fff;
        padding: 40px 0px;
        border-radius: 12px;
        overflow: hidden;
    }
    #intro-section .hero-section-img{
        text-align: center;
    }
    #intro-section .hero-section-img img{
        width: 100%;
        max-width: 90%;
        height: auto;
        border-radius: 12px;
        transition: transform 0.5s ease;
    }

    .text-section2 {
        text-align: justify;
        padding: 38px 70px;
        font-size: 16px;
        line-height: 2;
        font-weight: bold;

    }

    #intro-section-logo {
        margin: 20px 0px;
        font-weight: 100;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        background: #fff;
        padding: 0px 20px;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

    #intro-section img:hover {
        transform: scale(0.9);
    }

    .featureimg {
        width: 50%;
    }

    #intro-section .hero-section-text {
        font-size: 16px;
        line-height: 2;
        margin: auto;
        width: 80%;
        animation: fadeInRight 1s ease;
    }

    #features-section {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-bottom: 24px;
        justify-content: space-around;
        gap: 20px;
        padding: 50px 0px;
        border-radius: 12px;
        text-align: center;
    }

    .features-items {
        max-width: 50%;
        display: flex;
        display: flex;
        justify-content: space-around;
        gap: 20px;
        background: #fff;
        padding: 40px 50px;
        border-radius: 20px;
        text-align: right;
        line-height: 30px;
        flex : 1 1 calc(50% - 16px); 
        max-width: calc(50% - 16px);
        box-sizing:border-box;
        border: 1px solid #203b6417;
        background-color:#F9FAFB ;
    }

    .features-items h2{
        color: #203B64;

    }


    .kalasanati_figma_logo {
        width: 10%;
    }

    .h1_style {
        font-weight: bold;

        font-size: 16px !important;

    }

    #features-section .feature {
        flex: 1;
        transform: translateY(0);
        transition: transform 0.3s ease;
    }

    #features-section .feature:hover {
        transform: translateY(-10px);
    }

    #features-section img {
        width: 50%;
    }

    .products-container {

        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        justify-content: center;
    }

    #description-section {
        margin-bottom: 24px;
        background: #fff;
        padding: 20px 0px;
        border-radius: 12px;
        line-height: 1.8;
        text-align: center;
    }

    .products-wrapper {
        display: flex;
        gap: 16px;
        justify-content: center;
        padding-bottom: 20px;
    }

    .single-product-blog {
        scroll-snap-align: start;
        min-width: 250px;
        background: #fff;
        padding: 14px 0;
        margin: 0 14px;
        border-radius: 12px;
        border: 1px solid #6060603d  !important;
        transition: transform 0.3s, box-shadow 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-basis: 22%;
    }

    .single-product-blog-img {
        width: 100%;
        height: 160px;
        object-fit: contain;
        border-radius: 8px;
        margin-bottom: 12px;
        background: #fff;
        transition: transform 0.3s ease;
    }

    .single-product-blog:hover {
        transform: translateY(-5px) scale(1.03);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .single-product-blog-title {
        font-weight: bold;
        font-size: 12px;
        margin: 6px 0 12px 0;
    }

    .product-btn {
        margin: 0 20px;
        display: inline-block;
        padding: 10px 20px;
        font-size: 12px;
        background: #F9FAFB;
        color: #202020;
        font-weight: bold;
        text-decoration: none;
        border-radius: 30px;
        transition: 0.3s;
        white-space: nowrap;
    }

    .poster-img
    {
        text-align: center;
    }
    .poster-img img{
        width: 100%;
    }

    .product-btn:hover {
        transform: translateY(-1px) scale(1.1);
    }

    .divere {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .divere3 {
        padding: 24px;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }

    .product-btn2 {

        margin: 0 20px;
        display: inline-block;
        padding: 10px 20px;
        font-size: 12px;
        background: #ff6600;
        color: white;
        font-weight: bold;
        text-decoration: none;
        border-radius: 30px;
        transition: 0.3s;
        white-space: nowrap;
        text-align: end;
    }

    .product-btn2:hover {
        transform: translateY(-3px) scale(1.0);
    }

    .inline2item {

        display: flex;

        justify-content: center;
        gap: 0.6rem;
    }

    .address-poster{
        padding: 40px;
    }
    .namayandegi-list-title{
        text-align: right;
        margin-bottom: 40px;
    }

    .carousel-dots {
        display: none;
    }

    .admin-article {
    padding-bottom: 6px;
}


@media (max-width: 768px) {

    /* .container{
        font-family: iransansX;
        width: 100% !important;
        margin: auto;
        text-align: right;
    } */
    
    #intro-section-logo .h1_style{
        margin: 15px 0px ;
    }

    .divere {
        margin-top: 20px;
        position: relative;
        margin-bottom: 50px;
        padding: 5px;
    }

    .features-items {
        display: none;
        animation: fadeIn 0.5s ease-in-out;
        text-align: justify;
    }

    .features-items:target {
        display: block;
    }

    /* Show first item by default */
    .features-items:first-child {
        display: block;
    }

    /* Hide first item when any other is targeted */
    .features-items:first-child:has(~ :target),
    .divere:has(.features-items:target) .features-items:first-child:not(:target) {
        display: none;
    }
    .features-items{
        padding: 20px;
    }
    /* Carousel Dots Navigation */
    .carousel-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 24px;
    }

    .carousel-dots a {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ddd;
        display: block;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .carousel-dots a:hover {
        background: #999;
        transform: scale(1.2);
    }

    #slide1:target ~ .carousel-dots a[href="#slide1"],
    #slide2:target ~ .carousel-dots a[href="#slide2"],
    #slide3:target ~ .carousel-dots a[href="#slide3"],
    #slide4:target ~ .carousel-dots a[href="#slide4"] {
        background: #FF7A00;
        width: 32px;
        border-radius: 6px;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateX(20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    .divere {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .divere::-webkit-scrollbar {
        display: none;
    }

    .features-items {
        scroll-snap-align: start;
        min-width: 100%;
    }


    .h1_style {
        font-weight: bold;
        font-size: 16px !important;
    }

    .kalasanati_figma_logo {
        width: 27%;
    }

    #intro-section {
        width: 100%;
        margin: 0px 2px;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        background: #fff;
        padding: 20px 0px;
        border-radius: 12px;
        overflow: hidden;
    }
    .poster-img img{
        content: url("https://www.kalasanati.com/Portals/0/asset/images/banner-nam-mob.png");
    }

    #features-section img {
        width: 100%;
    }

    .inline2item {
        flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.6rem;
    }

    #intro-section {
        flex-direction: column;
        text-align: center;
    }

    #intro-section img,
    #intro-section .hero-section-text {
        width: 100%;
        max-width: 100%;
    }

    .products-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .admin-article {
        line-height: 2 !important;
        font-size: 16px !important;
        padding-bottom: 6px;
    }

    .admin-article h2 {
        font-size: 16px;
    }

    .namayandegi-list-title{
        text-align: center;
    }

    #intro-section .hero-section-img img {
        width: 100%;
        max-width: 100%;
    }

    .products-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        margin-right: -25px;
        padding: 10px;
    }

    .single-product-blog {
        flex: 0 0 auto;
        min-width: 200px;
    }

    .single-product-blog-img {
        height: 140px;
    }

    .product-btn {
        padding: 10px 36px;
    }

    .all-products-btn {
        writing-mode: horizontal-tb;
        padding: 12px 50px;
        margin-top: 20px;
        height: auto;
    }
    
    
    #features-section{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        padding: 20px;
    }

    .text-section2 {
        text-align: justify;
        padding: 20px 14px;
        font-size: 16px;
        line-height: 2;
        font-weight: 400;
    }
}