.yellow-bar {
    height: 5px;
    background-color: #f4c526;
}
body{
    font-family: 'Samim' !important;

}


.slider {
    position: relative;
    width: 99.2vw;
    height: 100vh;
    overflow: hidden; /* جلوگیری از بیرون زدن تصاویر */
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: scale(0.8);
}
.slidee {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s, transform 1s;
    transform: scale(0.8);
}

.slide.active {
    opacity: 1;
    transform: scale(1);
}

.caption {
    position: absolute;
    bottom: 20%;
    right: 5%;
    width: 30%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: right;
    transform: translateY(100%);
    transition: transform 1s;
}

.caption.animate {
    transform: translateY(0);
}

.caption h1 {
    font-size: 2rem;
    margin: 0 0 10px;
    color: #333;
}

.caption p {
    font-size: 2rem;
    margin: 0 0 20px;
    color: #666;
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #333; 
    color: white;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
    position: relative;
    overflow: hidden;
}

.btn:hover {
    background-color: #555;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(-100%);
    transition: transform 0.5s;
}

.btn:hover::before {
    transform: translateX(0);
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: white;
}

/* Media queries برای ریسپانسیو کردن */
@media screen and (max-width: 992px) {
    .slider {
        height: 80vh; /* تنظیم ارتفاع برای تبلت */
    }
    
    .caption {
        bottom: 15%;
        right: 5%;
        width: 40%;
        padding: 15px;
    }

    .caption h1 {
        font-size: 1.5rem;
    }

    .caption p {
        font-size: 0.875rem;
    }

    .btn {
        font-size: 0.875rem;
        padding: 8px 15px;
    }

    .prev, .next {
        padding: 0.8rem;
    }

    .dot {
        height: 12px;
        width: 12px;
    }
}

@media screen and (max-width: 768px) {
    .slider {
        height: 60vh; /* تنظیم ارتفاع برای گوشی */
    }
    
    .caption {
        bottom: 10%;
        right: 5%;
        width: 60%;
        padding: 10px;
    }

    .caption h1 {
        font-size: 1.25rem;
    }

    .caption p {
        font-size: 0.75rem;
    }

    .btn {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    .prev, .next {
        padding: 0.6rem;
    }

    .dot {
        height: 10px;
        width: 10px;
    }
}
/* Media queries برای ریسپانسیو کردن */
@media screen and (max-width: 992px) {
    .slider {
        height: 80vh; /* تنظیم ارتفاع برای تبلت */
    }
    
    .caption {
        bottom: 15%;
        right: 5%;
        width: 40%;
        padding: 15px;
    }

    .caption h1 {
        font-size: 1.5rem;
    }

    .caption p {
        font-size: 0.875rem;
    }

    .btn {
        font-size: 0.875rem;
        padding: 8px 15px;
    }

    .prev, .next {
        padding: 0.8rem;
    }

    .dot {
        height: 12px;
        width: 12px;
    }
}

@media screen and (max-width: 768px) {
    .slider {
        height: 60vh; /* تنظیم ارتفاع برای گوشی */
    }
    
    .caption {
        bottom: 10%;
        right: 5%;
        width: 60%;
        padding: 10px;
    }

    .caption h1 {
        font-size: 1.25rem;
    }

    .caption p {
        font-size: 0.75rem;
    }

    .btn {
        font-size: 0.75rem;
        padding: 6px 10px;
    }

    .prev, .next {
        padding: 0.6rem;
    }

    .dot {
        height: 10px;
        width: 10px;
    }
}



body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: white; 
}

.services-header {
    background-color: white; 
    color: #333;
    padding: 40px 0;
}

.services-header h1 {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #3f3f3f;
}

.services-header p {
    line-height: 3;
    margin: 0px 0 0;
    font-size: 16px;
    font-weight: 300;
    word-wrap: break-word;
    text-transform: uppercase;
    color: rgba(2, 2, 2, 0.46);
}

.service-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 50px 0;
    padding: 0 20px;
    flex-wrap: wrap;
}

.service {
    width: 30%;
    background-color: white;
    padding: 20px;
    margin: 10px 0;
}

.service-icon {
    background-color: white; 
    border-radius: 50%;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin-top: 40px;
    border-radius: 50%;
    margin: 0 auto 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-icon img {
    padding-bottom: 2.7rem;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    margin-top: 40px;
    border-radius: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
}

.service-title {
    font-size: 26px;
    font-weight: 300;
    color: #3f3f3f;
    padding-top: 1.5rem;
    margin:  0 0 15px;
}

.service-description {
    line-height: 1.7;
    font-size: 16px;
    text-transform: uppercase;
    box-sizing: border-box;
    word-wrap: break-word;
    font-weight: 300;
    font-family: 'Samim' !important;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    color: #3f3f3f;
}

/* Media queries بدون تغییر */
@media (max-width: 992px) {
    .services-header h1 {
        font-size: 26px;
    }

    .services-header p {
        font-size: 14px;
    }

    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .service:nth-child(1) {
        order: 3;
    }
    
    .service:nth-child(2) {
        order: 2;
    }
    
    .service:nth-child(3) {
        order: 1;
    }

    .service {
        width: 80%;
    }

    .service-icon {
        width: 80px !important;
        height: 80px !important;
    }

    .service-title {
        font-size: 22px;
    }

    .service-description {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .services-header h1 {
        font-size: 22px;
    }

    .services-header p {
        font-size: 12px;
    }

    .service-container {
        flex-direction: column;
        align-items: center;
    }

    .service {
        width: 100%;
    }

    .service-icon {
        width: 60px !important;
        height: 60px !important;
    }

    .service-title {
        font-size: 20px;
    }

    .service-description {
        font-size: 12px;
    }
}
.services-header {
    background-color: white;
    padding: 40px 20px;
    margin: 40px auto;
    max-width: 1200px;
    border: 2px solid #e0c9b0; /* حاشیه کرمی */
    border-radius: 15px; /* گوشه های گرد */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* سایه ملایم */
}

.services-header h1 {
    font-size: 1.4rem; /* اندازه فونت کوچکتر */
    line-height: 1.8; /* فاصله خطوط بیشتر */
    color: #6b5847; /* رنگ متن قهوه‌ای روشن */
    margin: 0 auto;
    padding: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: none; /* حذف uppercase */
    letter-spacing: normal;
}

@media (max-width: 768px) {
    .services-header {
        margin: 20px 15px;
        padding: 25px 10px;
    }
    
    .services-header h1 {
        font-size: 1.1rem;
        padding: 10px;
    }
}

.services-header {
    background: linear-gradient(145deg, #f5e6d3, #f0d8c0);
    padding: 40px 20px;
    margin: 40px auto;
    max-width: 1200px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.header-content {
    position: relative;
    z-index: 1;
}

.main-title {
    font-size: 2.2rem;
    color: #6b5847;
    margin-bottom: 25px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}

.subtitle-section {
    margin: 30px 0;
    padding: 20px;
    background: rgba(255,255,255,0.9);
    border-radius: 15px;
}

.subtitle {
    font-size: 1.6rem;
    color: #8a725d;
    margin-bottom: 15px;
    font-weight: 600;
}

.highlight-box {
    background: #d4b996;
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin: 25px 0;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-list li {
    font-size: 1.2rem;
    color: #6b5847;
    padding: 12px 0;
    border-bottom: 1px solid #e0c9b0;
}

.signature {
    text-align: left;
    margin-top: 30px;
    font-size: 1.1rem;
    color: #8a725d;
    font-style: italic;
}

@media (max-width: 768px) {
    .services-header {
        margin: 20px 15px;
        padding: 25px 15px;
    }
    
    .main-title {
        font-size: 1.8rem;
    }
    
    .subtitle {
        font-size: 1.3rem;
    }
    
    .highlight-box {
        padding: 20px;
    }
    
    .service-list li {
        font-size: 1rem;
    }
}



.footer {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    padding: 80px 10%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    overflow: hidden;
    font-family: 'Vazir', sans-serif;
    box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
}

.footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e0c9b0 0%, #d4b996 50%, #c0a583 100%);
}

.footer-column {
    position: relative;
    padding: 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    transition: transform 0.3s ease;
}

.footer-column:hover {
    transform: translateY(-5px);
}

.footer-column h4 {
    font-size: 1.4rem;
    color: #6b5847;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
}

.footer-column h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #d4b996;
}

.footer-column p {
    font-size: 1.1rem;
    color: #7a6654;
    line-height: 1.8;
    margin: 15px 0;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.social-icons a {
    width: 45px;
    height: 45px;
    background: rgba(212, 185, 150, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icons a:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: 0.5s;
}

.social-icons a:hover:before {
    left: 100%;
}

.social-icons a:hover {
    background: #d4b996;
    transform: rotate(5deg) scale(1.1);
    box-shadow: 0 5px 15px rgba(212, 185, 150, 0.3);
}

.social-icons a img {
    width: 24px;
    height: 24px;
    filter: brightness(0.8);
    transition: filter 0.3s;
}

.social-icons a:hover img {
    filter: brightness(1);
}

.copyright {
    background: #6b5847;
    padding: 25px;
    text-align: center;
    color: #f5e6d3;
    font-size: 0.95rem;
    letter-spacing: 1px;
    position: relative;
}

.copyright:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e0c9b0 0%, #d4b996 50%, #c0a583 100%);
}

/* تنظیمات ریسپانسیو فقط برای موبایل */
@media (max-width: 768px) {
    .footer {
        padding: 40px 5%;
        gap: 20px;
    }
    
    .footer-column {
        padding: 15px;
    }
    
    .footer-column h4 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }
    
    .footer-column p {
        font-size: 1rem;
        margin: 10px 0;
    }
    
    .social-icons {
        gap: 15px;
        margin-top: 15px;
    }
    
    .social-icons a {
        width: 40px;
        height: 40px;
    }
    
    .social-icons a img {
        width: 20px;
        height: 20px;
    }
    
    .copyright {
        padding: 15px;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 5%;
        gap: 15px;
    }
    
    .footer-column {
        padding: 10px;
    }
    
    .footer-column h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }
    
    .footer-column p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
    
    .social-icons {
        gap: 10px;
    }
}
.body {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* جلوگیری از اسکرول افقی */
}

/* استایل برای بخش اصلی */
.background {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2e2f42;
    padding: 70px 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    height: 70vh;
    position: relative;
    text-align: right;
}

/* عنوان اصلی */
.title-one {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #ffffff !important;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}

/* زیرعنوان */
.subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.46);
    line-height: 1;
    margin-bottom: 30px;
    text-align: right;
    font-weight: 300;
}

.images {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    text-align: right;
}

.image-container {
    position: relative;
    width: 30%;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.65);
    text-align: right;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.5s ease;
}

.overlay {
    position: absolute;
    bottom: 10px;
    right: 10px; /* تغییر از left به right */
    color: #ffffff;
    opacity: 0;
    transition: opacity 0.5s ease;
    text-align: right; /* اضافه کردن این خط */
}

.image-container:hover .overlay {
    opacity: 1;
    
}



.overlay-title {
    font-size: 1.2em;
    font-weight: bold;
    text-align: right; /* اضافه کردن این خط */
}

.overlay-text {
    font-size: 0.8em;
    text-align: right; /* اضافه کردن این خط */
}


/* دکمه نمایش پروژه‌ها داخل بک‌گراند */
.button {
    background-color: #f39c12;
    color: #ffffff;
    padding: 12px 24px;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    bottom: 10px; /* دکمه در پایین صفحه */
    left: 50%;
    transform: translateX(-50%);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.button:hover {
    background-color: #e67e22;
    transform: translateX(-50%) scale(1.05);
}

.button-icon {
    margin-left: 10px;
}

/* Media queries برای ریسپانسیو کردن */
@media screen and (max-width: 1024px) {
    .background {
        padding: 50px 0;
        height: 60vh; /* کاهش ارتفاع برای تبلت */
    }

    .title-one {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }

    .image-container {
        width: 45%;
    }

    .overlay-title {
        font-size: 1em;
    }

    .overlay-text {
        font-size: 0.7em;
    }

    .button {
        font-size: 1em;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    .background {
        padding: 30px 0;
        height: 50vh; /* کاهش ارتفاع برای گوشی */
    }

    .title-one {
        font-size: 24px;
    }

    .subtitle {
        font-size: 14px;
    }

    .image-container {
        width: 90%;
        margin-bottom: 20px;
    }

    .overlay-title {
        font-size: 0.9em;
    }

    .overlay-text {
        font-size: 0.6em;
    }

    .button {
        background-color: #f39c12;
        color: #ffffff;
        padding: 6px 12px; /* کاهش اندازه padding */
        text-decoration: none;
        font-size: 0.9em; /* کاهش اندازه فونت */
        border-radius: 5px;
        border: none;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        bottom: 10px; /* دکمه در پایین صفحه */
        left: 50%;
        transform: translateX(-50%);
        transition: background-color 0.3s ease, transform 0.2s ease;
    }
    
    .button:hover {
        background-color: #e67e22;
        transform: translateX(-50%) scale(1.05);
    }
    
    .button-icon {
        margin-left: 10px;
    }
    
}

/* ریسپانسیو برای موبایل و تبلت */
@media (max-width: 1024px) {
    .background {
        height: auto;
        padding: 50px 20px;
    }

    .images {
        flex-direction: column;
        align-items: center;
    }

    .image-container {
        width: 90%;
    }

    .button {
        bottom: 30px;
        font-size: 1em;
        padding: 10px 20px;
    }
}
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
}

.title {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    line-height: 1;
    word-wrap: break-word;
    color: #3f3f3f;
    font-weight: 300;
    padding-bottom: 1.5rem;
}

.subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    color: #999999;
    padding-bottom: 2.5rem;
}

.testimonials {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap; /* برای ریسپانسیو شدن */
}

.container {
    padding: 50px 20px;
    display: flex; 
    justify-content: center;
    align-items: center;
    min-height: 30vh;
}

.testimonial {
    background-color: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 20px;
    width: 25%;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 5px;
}

.testimonial-subtitle {
    font-size: 14px;
    color: #999999;
    margin-bottom: 15px;
}

.testimonial-text {
    font-size: 14px;
    color: #555555;
    line-height: 1.5;
    margin: 20px;
}

/* Media queries برای ریسپانسیو کردن */
@media screen and (max-width: 992px) {
    .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }

    .testimonial {
        width: 45%;
        margin-bottom: 30px;
    }

    .testimonial img {
        width: 70px;
        height: 70px;
        top: -35px;
    }

    .testimonial-title {
        font-size: 14px;
        margin-top: 40px;
    }

    .testimonial-subtitle, .testimonial-text {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 24px;
    }

    .subtitle {
        font-size: 14px;
    }

    .testimonial {
        width: 90%;
        margin-bottom: 20px;
    }

    .testimonial img {
        width: 60px;
        height: 60px;
        top: -30px;
    }

    .testimonial-title {
        font-size: 12px;
        margin-top: 35px;
    }

    .testimonial-subtitle, .testimonial-text {
        font-size: 12px;
    }
}


   /* استایل پایه - دقیقاً مشابه کد شما برای دسکتاپ */
.banner {
    background-color: #FFF3E0;
    border: 2px solid #f5e6d3;
    color: #6D4C41;
    text-align: center;
    padding: 50px 0px;
    position: relative;
    width: 99.2%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner-title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.4; /* کمی فاصله خطوط برای خوانایی بهتر */
}

/* تنظیمات ریسپانسیو فقط برای موبایل */
@media (max-width: 768px) {
    .banner {
        padding: 30px 10px;
        height: auto;
        min-height: 250px;
        width: 100%;
    }
    
    .banner-title {
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .banner {
        padding: 20px 5px;
        min-height: 200px;
    }
    
    .banner-title {
        font-size: 16px;
        line-height: 1.4;
    }
}
    .new {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        gap: 1100px; /* فاصله بیشتر بین تصاویر */
        position: absolute; 
        margin-top: 220px;
        margin-left: 210px; /* فاصله از لبه راست */
    }
    
    .new .image-container {
        display: flex;
        flex-direction: column; /* چینش عمودی تصاویر و نوشته‌ها */
        align-items: center; /* تراز کردن محتویات به مرکز */
        text-align: center; /* نوشته‌ها را در مرکز تصویر قرار می‌دهد */
    }
    
    .new img {
        width: 80px; /* اندازه تصاویر */
        height: 80px; /* اندازه تصاویر */
        border-radius: 50%; /* تصاویر گرد */
        cursor: pointer; /* نشانگر کلیک */
    }
    
    .new .testimonial-titlee {
        color: white; /* رنگ سفید برای نوشته */
        margin-top: 10px; /* فاصله کم از تصویر */
        opacity: 0; /* مخفی کردن متن به طور پیش‌فرض */
        transition: opacity 0.3s ease; /* انیمیشن برای نمایان شدن */
        text-align: center; /* تراز کردن نوشته‌ها */
        padding: 10px; /* فاصله داخلی */
    }
    
    /* وقتی موس روی تصویر قرار می‌گیرد، متن نمایش داده می‌شود */
    .new .image-container:hover .testimonial-titlee {
        opacity: 1; /* متن نمایان می‌شود */
    }
    
    /* Media queries برای ریسپانسیو کردن */
    @media screen and (max-width: 1024px) {
        .new {
            flex-direction: column;
            align-items: center;
            gap: 20px;
            margin-top: 150px;
            margin-left: 0;
        }
    
        .new .image-container {
            width: 80%;
        }
    
        .new img {
            width: 60px; /* کاهش اندازه تصاویر برای تبلت */
            height: 60px; /* کاهش اندازه تصاویر برای تبلت */
        }
    
        .new .testimonial-titlee {
            font-size: 0.9em; /* کاهش اندازه فونت برای تبلت */
        }
    }
    
    @media screen and (max-width: 768px) {
        .new {
            flex-direction: column;
            align-items: center;
            gap: 10px;
            margin-top: 100px;
            margin-left: 0;
        }
    
        .new .image-container {
            width: 100%;
        }
    
        .new img {
            width: 50px; /* کاهش بیشتر اندازه تصاویر برای گوشی */
            height: 50px; /* کاهش بیشتر اندازه تصاویر برای گوشی */
        }
    
        .new .testimonial-titlee {
            font-size: 0.8em; /* کاهش اندازه فونت برای گوشی */
        }
    }
    
    
    
    .image-containerr {
        position: relative;
        width: 30%;
        overflow: hidden;
        /* border: 2px solid #ffffff; */
        border-radius: 1px;
        /* top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 100%; */
        /* opacity: 0; */
    }
    
    .newjj {
        display: flex;
        flex-direction: column;
        align-items: flex-start; /* چپ‌چین کردن آیتم‌ها */
        gap: 120px;
        margin-top: -80px;
    }
    
    .image-containerjj {
        position: relative;
        display: inline-block;
        margin: 0;
        margin-top: 100px;
    }
    
    .image-containerjj img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        cursor: pointer;
    }
    
    .testimonial-titleejj {
        color: white;
        text-align: left;
        margin-top: 10px;
        font-weight: bold; 
        margin-left: 28px;

    }
    .testimonial-titleejjj {
        color: white;
        text-align: left;
        margin-top: 10px;
        font-weight: bold;
        margin-left: 1px;
    }
    
    .hover-boxjj {
        position: absolute;
        top: 0;
        left: 80px;
        width: 450px;
        background: rgba(255, 255, 255, 0.795); /* اضافه کردن شفافیت */
        color: black;
        padding: 15px;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        display: none;
    }
    
    .extra-info {
        display: none;
        font-size: 14px;
        margin-top: 10px;
        color: black;
    }
    
    .read-more-btn {
        margin-top: 10px;
        background: #007bff;
        color: white;
        border: none;
        padding: 5px 10px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .read-more-btn:hover {
        background: #0056b3;
    }
    
    .image-containerjj:hover .hover-boxjj {
        display: block;
    }
    
    /* Media queries برای ریسپانسیو کردن */
    @media screen and (max-width: 1024px) {
        .newjj {
            flex-direction: column;
            align-items: left;
            gap: 70px;
            margin-top: 30px;
        }
    
        .image-containerjj {
            margin-top: 50px;
            margin: 20px 0;
        }
    
        .image-containerjj img {
            width: 80px; /* کاهش اندازه تصاویر برای تبلت */
            height: 80px; /* کاهش اندازه تصاویر برای تبلت */
        }
    
        .hover-boxjj {
            position: absolute;
            top: 0;
            left: 80px;
            width: 450px;
            background: rgba(255, 255, 255, 0.795); /* اضافه کردن شفافیت */
            color: black;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            display: none;
        }
    
        .testimonial-titleejj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold; 
            margin-left: 6px;
    
        }
        .testimonial-titleejjj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold;
            margin-left: -20px;
        }
    }
    
    @media screen and (max-width: 768px) {
        .newjj {
            flex-direction: column;
            align-items: left;
            gap: 70px;
            margin-top: 30px;
        }
    
        .image-containerjj {
            margin-top: 50px;
            margin: 20px 0;
        }
    
        .image-containerjj img {
            width: 80px; /* کاهش اندازه تصاویر برای تبلت */
            height: 80px; /* کاهش اندازه تصاویر برای تبلت */
        }
    
        .hover-boxjj {
            position: absolute;
            top: 0;
            left: 80px;
            width: 450px;
            background: rgba(255, 255, 255, 0.795); /* اضافه کردن شفافیت */
            color: black;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            display: none;
        }
    
        .testimonial-titleejj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold; 
            margin-left: 6px;
    
        }
        .testimonial-titleejjj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold;
            margin-left: -20px;
        }
    }
    

    @media screen and (max-width: 450px) {
        .newjj {
            flex-direction: column;
            align-items: left;
            gap: 70px;
            margin-top: 10px;
        }
    
        .image-containerjj {
            margin-top: 20px;
            margin: 20px 0;
        }
    
        .image-containerjj img {
            width: 60px; /* کاهش اندازه تصاویر برای تبلت */
            height: 60px; /* کاهش اندازه تصاویر برای تبلت */
        }
    
        .hover-boxjj {
            position: absolute;
            top: 0;
            left: 80px;
            width: 300px;
            background: rgba(255, 255, 255, 0.795); /* اضافه کردن شفافیت */
            color: black;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-size: 12px;
            display: none;
        }
    
        .testimonial-titleejj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-size: 12px;
            font-weight: bold; 
            margin-left: 6px;
    
        }
        .testimonial-titleejjj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold;
            font-size: 12px;

            margin-left: -10px;
        }
    }
    
    @media screen and (max-width: 450px) {
        .newjj {
            flex-direction: column;
            align-items: left;
            gap: 70px;
            margin-top: 10px;
        }
    
        .image-containerjj {
            margin-top: 20px;
            margin: 20px 0;
        }
    
        .image-containerjj img {
            width: 60px; /* کاهش اندازه تصاویر برای تبلت */
            height: 60px; /* کاهش اندازه تصاویر برای تبلت */
        }
    
        .hover-boxjj {
            position: absolute;
            top: 0;
            left: 80px;
            width: 240px;
            background: rgba(255, 255, 255, 0.795); /* اضافه کردن شفافیت */
            color: black;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            font-size: 11px;
            display: none;
        }
    
        .testimonial-titleejj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-size: 12px;
            font-weight: bold; 
            margin-left: 6px;
    
        }
        .testimonial-titleejjj {
            color: white;
            text-align: left;
            margin-top: 10px;
            font-weight: bold;
            font-size: 12px;

            margin-left: -10px;
        }
    }
    