/*
 Theme Name:	Astra Child
 Theme URI:		https://www.zhaket.com/store/web/nagatheme/
 Description:	Astra Child Theme Developed By NagaTheme
 Author:		NagaTheme
 Author URI:	https://NagaTheme.com
 License:		GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 text-domain:	astra-child
 Template:		astra
 Version:		4.11.9
*/

/* = Theme customization starts below here = is blocked by functions.php
------------------------------------------------------------------------ */

@font-face {
  font-family: 'Dana';
  src: url('fonts/Dana-Regular.woff2') format('woff2'),
       url('fonts/Dana-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/Dana-DemiBold.woff2') format('woff2'),
       url('fonts/Dana-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dana';
  src: url('fonts/Dana-Black.woff2') format('woff2'),
       url('fonts/Dana-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


body {
  font-family: 'Dana';
	background-color: #cdcdcd;
	margin: 0;
}
h1, h2, h3, h4, h5, h6,input, textarea {
  font-family: 'Dana';
}

body, button, input, select, textarea, .ast-button, .ast-custom-button {
  font-family: 'Dana';

}




.ast-primary-header-bar , .site-below-footer-wrap {
    margin: 20px auto;
    border: 0 !important;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 1200px;
}
.ast-primary-header-bar{
	padding: 0px !important;
}
.site-below-footer-wrap {
	padding: 30px !important;
}
.wp-element-button {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.hero-home:after {
    content:"";
    left:-40px;
    top:-40px;
    position:absolute;
    width: 400px;
    height: 400px;
    background: #e90226;
    border-radius: 50%;
    opacity: 0.15;
    filter: blur(60px);
    animation: float 25s infinite linear;
}
.hero-home:before {
    content:"";
    right:-40px;
    top:-40px;
    position:absolute;
    width: 200px;
    height: 200px;
    background: #e90226;
    border-radius: 50%;
    opacity: 0.15;
    filter: blur(60px);
    animation: float 25s infinite linear;
}

.ast-site-identity .site-title a {
    padding-right: 10px;
    font-size: 18px;
}
header .custom-logo-link img {
    max-width: 60px;
    width: 60px;
    border-radius: 10px;
}

.has-medium-font-size {
    font-weight: 400;
}





/* استایل کلی تب‌ها */
.latest-podcasts-tabs {
  font-family: inherit;
  margin: 20px 0;
}

/* دکمه‌های تب */
/* دکمه‌های تب مربع با گوشه گرد */
.tabs-buttons {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tab-button {
    width: 90px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.tab-button .count {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.tab-button .label {
  font-size: 13px;
  color: #666;
}

.tab-button:hover {
  background: #eee;
}

.tab-button.active {
  background: #333;
  border-color: #333;
}
.tab-button.active .count,
.tab-button.active .label {
  color: #fff;
}

/* لیست پادکست‌ها به صورت گرید */
.podcast-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* کارت پادکست */
.podcast-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  text-align:right;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.podcast-item:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transform: translateY(-2px);
}

/* کاور */
.podcast-cover img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

/* متن کنار کاور */
.podcast-details h3 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bold;
}
.podcast-details .guest {
  font-size: 14px;
  color: #666;
  margin: 0 0 3px;
}
.podcast-details .date {
  font-size: 13px;
  color: #999;
  margin: 0;
}

/* لینک نمایش بیشتر */
.show-more {
  text-align: left;
  margin-top: 15px;
}
.show-more a {
    padding: 8px 15px;
    border-radius: 10px;
    border: 1px solid #333;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    margin: 10px auto;
}
.show-more a:hover {
  background: #333;
  color: #fff;
}

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {
    .latest-podcasts-tabs .tabs-header {
        flex-direction: column;
        gap: 20px;
    }
	.ast-primary-header-bar, .site-below-footer-wrap{
		    width: 95% !important;
	}
    .podcast-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .podcast-item {
        display: grid;
        grid-template-columns: 30% 70%;
        gap: 10px;
        padding: 10px;
        border: 1px solid #eee;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

    .podcast-item:hover {
        transform: translateY(-2px);
    }

    .podcast-cover {
        width: 100%;
        height: auto;
    }

    .podcast-cover img {
        width: 100%;
        height: auto;
        object-fit: cover; /* یا contain اگر میخوای کل تصویر دیده بشه */
        border-radius: 8px;
    }

    .podcast-details {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 8px;
    }

    .podcast-details h3 {
        font-size: 14px;
        line-height: 25px;
    }

    .podcast-details .guest,
    .podcast-details .date {
        font-size: 13px;
    }
}


















.latest-posts-70-30 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* ستون چپ: 3 پست کوچک */
.posts-left {
    flex: 7; /* 70% */
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* کارت کوچک */
.post-small {
    display: flex;
    gap: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    min-height: 150px; /* ارتفاع بیشتر */
    align-items: center; /* وسط چین عمودی */
}

.post-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* تصویر بزرگ‌تر */
.post-small .thumbnail img {
    width: 150px; /* بزرگ‌تر */
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* متن وسط چین */
.post-small .content {
    padding: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; /* وسط چین عمودی */
}

/* تیتر و متا */
.post-small h3 {
    margin: 0 0 6px 0;
    font-size: 0.95rem;
}

.post-small .meta {
    font-size: 0.8rem;
    color: #555;
}
    .blog .site-content .ast-container {
        display: block !important;
    }
/* اضافه کردن نویسنده و کامنت */
.post-small .meta span {
    margin-right: 10px;
    display: inline-block;
}

/* ستون راست: پست بزرگ */
.post-right {
    flex: 3; /* 30% */
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    flex-direction: column;
}

.post-right:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.post-right .thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.post-right .content {
    padding: 15px;
}

.post-right .meta {
    font-size: 0.8rem;
    color: #555;
}

.post-right .meta span {
    margin-right: 10px;
    display: inline-block;
}
.latest-posts {
    margin-top: 20px;
}
@media (max-width: 768px) {
	.dafineh-minimal-box {
    padding: 10px !important;
}
	.dafineh-minimal-boxes {
    gap: 15px !important;
    padding: 20px 0 !important;
}
.site-below-footer-wrap {
		margin: 0px auto !important;
	}
.latest-posts-70-30 .excerpt {
    display: none;
}

    .latest-posts-70-30 {
        display: flex;
        flex-direction: column;
        gap: 15px; /* فاصله بین کارت‌ها */
    }

    /* همه کارت‌ها یک شکل مثل پادکست */
    .post-right,
    .post-small {
        display: grid;
        grid-template-columns: 30% 70%; /* تصویر 30%، متن 70% */
        gap: 10px;
        padding: 10px !important;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 3px 10px rgba(0,0,0,0.08);
        transition: all 0.3s ease;
min-height: min-content;
        align-items: center;
    }

    .post-right:hover,
    .post-small:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    /* تصویر 30% */
    .post-right .thumbnail,
    .post-small .thumbnail {
        width: 100%;
        height: auto;
    }

    .post-right .thumbnail img,
    .post-small .thumbnail img {
        width: 100%;
        height: auto;
        object-fit: cover; /* یا contain اگر میخوای کل تصویر دیده بشه */
        border-radius: 8px;
        display: block;
    }

    /* متن 70% وسط چین */
    .post-right .content,
    .post-small .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0px;
    }


.posts-grid h4 , .post-right h2, .post-small h3 , .post-right h4 {
		line-height:25px;
        font-size: 14px;
        margin: 0 0 5px 0;
        font-weight: bold;
    }

    .post-right .meta,
    .post-small .meta {
        font-size: 13px;
        color: #999;
        margin: 0;
    }

    .post-right .meta span,
    .post-small .meta span {
        margin-right: 10px;
        display: inline-block;
    }
}












.podcast-archive.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    color: #1a1a1a;
}

.archive-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3rem;
    gap: 2rem;
    flex-wrap: wrap;
}

.archive-left {
    flex: 1 1 60%;
}

.topic-slogan {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ea0325;
    margin-bottom: 0.5rem;
}

.term-description-wrapper {
    position: relative;
}

.term-description {
    max-height: 4em;
    overflow: hidden;
    transition: max-height 0.35s ease;
    line-height: 1.6;
    text-align: justify;
}

.fade-bottom {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2em;
    pointer-events: none;
}


.show-more {
    margin-top: 0.5rem;
    color: #ea0325;
    cursor: pointer;
    transition: color 0.3s, transform 0.2s;
}
.show-more:hover {
    color: #ea0325;
    transform: translateY(-2px);
}

.archive-right {
    flex: 0 0 20%;
}

.episode-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
    padding: 1rem 1.5rem;
    border: 2px solid #ea0325;
    border-radius: 10px;
    min-width: 160px;
}

.episode-count {
    font-size: 2rem;
    font-weight: 700;
    color: #ea0325;
}

.term-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
}

.podcast-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.podcast-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    transition: transform 0.25s ease;
}
.podcast-card:hover {
    transform: translateY(-5px);
}

.pagination {
    margin-top: 3rem;
    text-align: center;
}

@media (max-width: 900px) {
    .archive-top {
        flex-direction: column;
        align-items: stretch;
    }
    .archive-right {
        flex: 1 1 100%;
        margin-top: 1.5rem;
    }
}



.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link {
    color: #E90226;
}
.ast-builder-menu-1 .menu-item:hover > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item:hover > .ast-menu-toggle {
    color: #E90226;
} 



















.section-title {
    margin: 10px 0px 0 0;
}
.section-description {
    margin-bottom: 10px;
}
.latest-posts-70-30 {
  display: flex;
  gap: 15px;
}

/* باکس پست بزرگ و کوچک */
.post-right,
.post-small,
.post-grid-item {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.post-right:hover,
.post-small:hover,
.post-grid-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.post-right img,
.post-small img,
.post-grid-item img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: block;
}

/* بخش گرید */
.posts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.posts-grid h4 , .post-right h2, .post-right h4 , .podcast-details h3 {
    font-size: 16px;
    margin: 12px 0 6px;
    font-weight: 600;
    height: 50px;
    line-height: 25px;
}

.posts-grid .time {
  font-size: 13px;
  color: #777;
}

/* متای نویسنده و زمان */
.meta {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.meta span {
  display: inline-block;
}

/* صفحه‌بندی */
.pagination {
  margin-top: 40px;
  text-align: center;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease;
}

.pagination a:hover {
  background: #333;
  color: #fff;
}



/******************/
   .dafineh-contact-boxes {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin: 40px 0;
    }

    .dafineh-contact-boxes .contact-box {
        flex: 1 1 30%;
        background: #fff;
        padding: 30px 20px;
        border-radius: 14px;
        text-align: center;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .dafineh-contact-boxes .contact-box:hover {
        transform: translateY(-6px);
    }

    .dafineh-contact-boxes .icon {
        font-size: 40px;
        color: #ff5e5e;
        margin-bottom: 15px;
    }

    .dafineh-contact-boxes h4 {
        margin-bottom: 10px;
        font-weight: 600;
        color: #222;
        font-size: 18px;
    }

    .dafineh-contact-boxes p {
        margin: 6px 0;
        color: #666;
        font-size: 14px;
        line-height: 1.6;
    }

    .dafineh-contact-boxes p a {
        color: #555;
        text-decoration: none;
        transition: color 0.3s;
    }
.gform_wrapper {
    background: rgb(255, 255, 255);
    padding: 30px 20px;
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0 !important;
    }
    .dafineh-contact-boxes p a:hover {
        color: #ff5e5e;
    }

    .dafineh-contact-boxes .area-code {
        font-size: 14px;
    }

    .dafineh-contact-boxes .main-number {
        font-size: 20px;
        font-weight: 600;
        margin-left: 4px;
    }

    .dafineh-contact-boxes .media-icons {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        gap: 10px 15px;
        margin-top: 10px;
    }

    .dafineh-contact-boxes .media-icons a {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 16px;
        color: #555;
        text-decoration: none;
        transition: color 0.3s, transform 0.2s;
    }

    .dafineh-contact-boxes .media-icons a:hover {
        color: #ff5e5e;
        transform: translateY(-2px);
    }

    @media (max-width: 768px) {
		.dafineh-grid {
			margin-bottom:15px !important;
		}
		.hero-home:after {
    left: 0px !important;

}
        .dafineh-contact-boxes .contact-box {
            flex: 1 1 100%;
        }

        .dafineh-contact-boxes .media-icons {
            grid-template-columns: repeat(2, 1fr);
        }
    }





    .site-content .ast-container {
        display: block !important;
    }






.comments-section {
    margin: 20px auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}
.comment-respond {
    padding-top: 0 !important;
}

.comment-form-wrapper, .comment-list-wrapper {
    background:#fff;
    padding:20px;
    border-radius:10px;
}

#custom_messages_form input::placeholder,
#custom_messages_form textarea::placeholder {
    font-size: 0.9em;  /* کوچیک‌تر */
    color: #999;       /* کمرنگ‌تر */
    opacity: 1;        /* برای فایرفاکس */
    font-weight: 400;
}
/* فقط روی فیلدهای متنی و textarea اعمال بشه */
#custom_messages_form input[type="text"],
#custom_messages_form input[type="email"],
#custom_messages_form input[type="tel"],
#custom_messages_form textarea {
    font-weight: 600;
    color: #000;
}



.related-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; }
.related-grid a {
    display:block;
    padding:15px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 3px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}
.related-grid a:hover { transform:translateY(-5px); box-shadow:0 6px 25px rgba(0,0,0,0.1); }

@media(max-width:900px){
    .podcast-hero { grid-template-columns:1fr; text-align:center; }
    .podcast-player-inline { margin:20px auto 0; }
    .comments-section { grid-template-columns:1fr; }
}









@media (max-width: 768px) {
    .episode-container {
        grid-template-columns: 1fr !important;
    }
	.episode-title {
    font-size: 16px;
}
 .episode-main {
        order: 2;
    }
    .episode-sidebar {
        order: 1;
    }
}


.episode-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

.episode-main {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}

.episode-sidebar {
  border-radius: 12px;
  position: sticky;
}

.episode-thumbnail img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}
.episode-meta {
margin-bottom:15px
}
.episode-meta span {
  display: flex;
  align-items: center;  
  gap: 8px;
  font-size: 15px;
  line-height: 1.6;
}

.episode-meta i {
  font-size: 18px;
  color: #555;
  flex-shrink: 0; 
  margin-top: 1px; 
}


.episode-description h2, .episode-description h3, .episode-description h4, .episode-description h5, .episode-description h6 {
    font-size: 20px;
    margin-bottom: 10px;
}










.podcast-player-inline {
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
    z-index: 999;
    background: #fff;
}
.podcast-player-inline iframe {
    width: 100%;
    height: 200px;
    border:none;
}
.post-hero {
    padding: 20px 0;
}

.post-hero-box {
    display: flex;
    gap: 30px;
    align-items: center;
}

.post-hero-content {
    flex: 0 0 60%;
}

.post-hero-content h1 {
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.post-hero-content p {
    font-size: 15px;
    color: #555;
    margin: 4px 0;
}

.post-hero-image {
    flex: 0 0 40%;
}

.post-hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* فقط تصویر سایه داشته باشه */
    object-fit: cover;
}






.comments-section .comment {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fef6f2;
    padding: 18px 20px; 
    border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.comments-section .comment:hover {
    transform: translateY(-2px);
}

.comments-section .comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.comments-section .comment-author .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-shrink: 0;
}

.comments-section .comment-author cite.fn {
    font-weight: 600;
    font-style: normal;
}

.comments-section .comment-author .says {
    font-weight: 400;
    color: #555;
    margin-left: 5px;
}
.comments-section .comment-meta {
    font-size: 12px;
    color: #888;
}
.comments-section p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.reply a.comment-reply-link {
    font-size: 13px;
    color: #ea0325;
    text-decoration: none;
    transition: color 0.2s;
    background: #ffffff;
    display: block;
    width: fit-content;
}
.comments-section .reply a.comment-reply-link:hover {
    color: #e60020;
}

.comments-section .children {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media(max-width:900px){
    .comments-section .children {
        margin-left: 0;
    }
}

.comment-form #submit {
    border-radius: 10px;
}


.podcast-description p {
    margin-bottom: 10px !important;
    font-size: 18px;
}


    .ast-narrow-container .site-content > .ast-container {
        max-width: 1200px;
    }
.podcast-hero-thumbnail img {
    max-width: 200px;
    height: auto;
    margin-top: 15px;
    border-radius: 10px; 
}


.site-header {
    background: #fef6f2;
}
footer {
    background: #fef6f2;
}



/*
.home .site-header {
    background: transparent !important;
}
*/
    .ast-plain-container, .ast-page-builder-template {
        background-color: #fef6f2 !important;
        background-image: none;
    }
.row-donate {
  padding: 0px !important;
}
.item-donate {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  transition: transform 0.2s;
}
/*****************/
.dafineh-minimal-boxes {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 0 auto;
  padding: 2rem 0;
}

@media(min-width: 900px){
  .dafineh-minimal-boxes {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dafineh-minimal-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.dafineh-minimal-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}

.dafineh-box-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.box-icon {
    font-size: 2rem;
    color: #111;
    transition: all 0.3s ease;
    width: 60px;
    background: #f9f9f9;
    padding: 8px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.dafineh-box-right .box-title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding: 10px 0;
}
.homesix-wheretolisten-inner {
    display: grid;
    grid-template: auto / 1fr 1fr 1fr;
    gap: 10px;
}
.homesix-wheretolisten-inner a {
    background: #f0f8fe;
    color: #1e4869 !important;
    padding: 6px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.dafineh-box-right span {
  font-size: 14px;
  color: #555;
}

.dafineh-box-left {
  display: flex;
  align-items: right;
  justify-content: center;
}

.dafineh-box-left a {
  font-size: 20px;
  color: #111;
  transition: all 0.3s ease;
}


.dafineh-box-left.socials a svg {
  width: 24px;
  height: 24px;
  fill: #111;
  transition: all 0.3s ease;
}

.dafineh-box-left.socials a:hover svg {
  fill: #2563eb;
}





.breadcrumbs {
    margin-bottom: 15px;
}


.dafineh-form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap; /* اجازه میده فیلدها بشکنن */
}

.dafineh-form-field {
    position: relative;
    flex: 1;
}

.dafineh-form-field-name,
.dafineh-form-field-contact {
    flex: 2;
}

.dafineh-form-field-subject {
    flex: 1;
}

.dafineh-form-field input,
.dafineh-form-field select,
.dafineh-form-field textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.dafineh-form-field textarea {
    min-height: 120px;
}

.dafineh-form-field label {
    position: absolute;
    top: -8px;
    right: 10px;
    background: #fff;
    padding: 0 5px;
    font-size: 12px;
    color: #555;
}

.dafineh-form-error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
}

.dafineh-form-submit {
    padding: 10px 20px;
    cursor: pointer;
}

/* ریسپانسیو موبایل */
@media (max-width: 768px) {
    .dafineh-form-row {
        flex-direction: column; /* هر فیلد زیر هم */
    }

    .dafineh-form-field-name,
    .dafineh-form-field-contact,
    .dafineh-form-field-subject {
        flex: 1; /* هر فیلد تمام عرض */
    }
}



#ast-scroll-top {
    background-color: #333333;
    font-size: 15px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 60px;
}

.episode-title {
    font-size: 25px;
}
.episode-description {
    text-align: justify;
}

p.gform_required_legend {
    display: none !important;
}
