.elementor-2760 .elementor-element.elementor-element-66b57b5{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-2760 .elementor-element.elementor-element-f198ad6{--display:flex;}.elementor-2760 .elementor-element.elementor-element-8fca0f3{--display:flex;}.elementor-2760 .elementor-element.elementor-element-619e0a3{--display:flex;}.elementor-2760 .elementor-element.elementor-element-e2a9213{--e-n-carousel-swiper-slides-gap:10px;--e-n-carousel-slide-height:auto;--e-n-carousel-slide-container-height:100%;--e-n-carousel-arrow-prev-left-align:0%;--e-n-carousel-arrow-prev-translate-x:0px;--e-n-carousel-arrow-prev-left-position:0px;--e-n-carousel-arrow-prev-top-align:50%;--e-n-carousel-arrow-prev-translate-y:-50%;--e-n-carousel-arrow-prev-top-position:0px;--e-n-carousel-arrow-next-right-align:0%;--e-n-carousel-arrow-next-translate-x:0%;--e-n-carousel-arrow-next-right-position:0px;--e-n-carousel-arrow-next-top-align:50%;--e-n-carousel-arrow-next-translate-y:-50%;--e-n-carousel-arrow-next-top-position:0px;}@media(max-width:1024px){.elementor-2760 .elementor-element.elementor-element-e2a9213{--e-n-carousel-swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-2760 .elementor-element.elementor-element-e2a9213{--e-n-carousel-swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-734e259 *//* Profile Card New Style */
.profile-card.profile-newstyle-1 {
    background-color: #9c27b0; /* پس‌زمینه بنفش */
    border-radius: 16px;
    border: none; /* مرز حذف شد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: white; /* تمام متن‌ها سفید بشن */
}

/* Header Section */
.profile-card.profile-newstyle-1 .header {
    display: flex;
    justify-content: center; /* فقط اسم وسط چین بشه */
    align-items: center;
    margin-bottom: 20px;
}

.profile-card.profile-newstyle-1 .header .left,
.profile-card.profile-newstyle-1 .header .left * {
    display: none; /* سابقه کار و آیکون ساعت حذف شد */
}

.profile-card.profile-newstyle-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: white;
}

/* Separator Line */
.profile-card.profile-newstyle-1 .separator {
    width: 100%;
    height: 1px;
    background-color: white; /* رنگ خط جداکننده سفید شود */
    margin: 10px 0;
}

/* Content Section */
.profile-card.profile-newstyle-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-card.profile-newstyle-1 .info {
    width: 60%;
}

.profile-card.profile-newstyle-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-card.profile-newstyle-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.profile-card.profile-newstyle-1 .item span:first-child {
    color: white;
}

.profile-card.profile-newstyle-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%) brightness(100%); /* برای نگه داشتن رنگ آیکون‌ها ولی با کنتراست بالا */
}

/* Footer Button */
.profile-card.profile-newstyle-1 .button {
    background-color: white; /* پس‌زمینه دکمه سفید */
    color: black; /* رنگ متن دکمه مشکی */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-card.profile-newstyle-1 .button:hover {
    background-color: #f8bbd0; /* یاسی خوب */
    color: black;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf0a5e0 *//* فقط برای اسلاید اول */
.profile-style-1 .profile-card {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.profile-style-1 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.profile-style-1 .header .left span {
    color: #666;
    margin-right: 10px;
}

.profile-style-1 .clock-icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
}

.profile-style-1 .separator {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}

.profile-style-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-style-1 .info {
    width: 60%;
}

.profile-style-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-style-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.profile-style-1 .item span:hover {
    color: #9c27b0;
}

.profile-style-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .image-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.profile-style-1 .profile-image {
    width: 100%;
    border-radius: 10px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
}

.profile-style-1 .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #2F528F;
    color: white;
}

.profile-style-1 .button:hover {
    background-color: #ddd;
    color: black;
}

.profile-style-1 .profile-card:hover {
    background-color: #f4f4f4;
}

.profile-style-1 .profile-card:hover .item span {
    color: #2F528F;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-734e259 *//* Profile Card New Style */
.profile-card.profile-newstyle-1 {
    background-color: #9c27b0; /* پس‌زمینه بنفش */
    border-radius: 16px;
    border: none; /* مرز حذف شد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: white; /* تمام متن‌ها سفید بشن */
}

/* Header Section */
.profile-card.profile-newstyle-1 .header {
    display: flex;
    justify-content: center; /* فقط اسم وسط چین بشه */
    align-items: center;
    margin-bottom: 20px;
}

.profile-card.profile-newstyle-1 .header .left,
.profile-card.profile-newstyle-1 .header .left * {
    display: none; /* سابقه کار و آیکون ساعت حذف شد */
}

.profile-card.profile-newstyle-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: white;
}

/* Separator Line */
.profile-card.profile-newstyle-1 .separator {
    width: 100%;
    height: 1px;
    background-color: white; /* رنگ خط جداکننده سفید شود */
    margin: 10px 0;
}

/* Content Section */
.profile-card.profile-newstyle-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-card.profile-newstyle-1 .info {
    width: 60%;
}

.profile-card.profile-newstyle-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-card.profile-newstyle-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.profile-card.profile-newstyle-1 .item span:first-child {
    color: white;
}

.profile-card.profile-newstyle-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%) brightness(100%); /* برای نگه داشتن رنگ آیکون‌ها ولی با کنتراست بالا */
}

/* Footer Button */
.profile-card.profile-newstyle-1 .button {
    background-color: white; /* پس‌زمینه دکمه سفید */
    color: black; /* رنگ متن دکمه مشکی */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-card.profile-newstyle-1 .button:hover {
    background-color: #f8bbd0; /* یاسی خوب */
    color: black;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf0a5e0 *//* فقط برای اسلاید اول */
.profile-style-1 .profile-card {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.profile-style-1 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.profile-style-1 .header .left span {
    color: #666;
    margin-right: 10px;
}

.profile-style-1 .clock-icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
}

.profile-style-1 .separator {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}

.profile-style-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-style-1 .info {
    width: 60%;
}

.profile-style-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-style-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.profile-style-1 .item span:hover {
    color: #9c27b0;
}

.profile-style-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .image-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.profile-style-1 .profile-image {
    width: 100%;
    border-radius: 10px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
}

.profile-style-1 .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #2F528F;
    color: white;
}

.profile-style-1 .button:hover {
    background-color: #ddd;
    color: black;
}

.profile-style-1 .profile-card:hover {
    background-color: #f4f4f4;
}

.profile-style-1 .profile-card:hover .item span {
    color: #2F528F;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-734e259 *//* Profile Card New Style */
.profile-card.profile-newstyle-1 {
    background-color: #9c27b0; /* پس‌زمینه بنفش */
    border-radius: 16px;
    border: none; /* مرز حذف شد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: white; /* تمام متن‌ها سفید بشن */
}

/* Header Section */
.profile-card.profile-newstyle-1 .header {
    display: flex;
    justify-content: center; /* فقط اسم وسط چین بشه */
    align-items: center;
    margin-bottom: 20px;
}

.profile-card.profile-newstyle-1 .header .left,
.profile-card.profile-newstyle-1 .header .left * {
    display: none; /* سابقه کار و آیکون ساعت حذف شد */
}

.profile-card.profile-newstyle-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: white;
}

/* Separator Line */
.profile-card.profile-newstyle-1 .separator {
    width: 100%;
    height: 1px;
    background-color: white; /* رنگ خط جداکننده سفید شود */
    margin: 10px 0;
}

/* Content Section */
.profile-card.profile-newstyle-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-card.profile-newstyle-1 .info {
    width: 60%;
}

.profile-card.profile-newstyle-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-card.profile-newstyle-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.profile-card.profile-newstyle-1 .item span:first-child {
    color: white;
}

.profile-card.profile-newstyle-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%) brightness(100%); /* برای نگه داشتن رنگ آیکون‌ها ولی با کنتراست بالا */
}

/* Footer Button */
.profile-card.profile-newstyle-1 .button {
    background-color: white; /* پس‌زمینه دکمه سفید */
    color: black; /* رنگ متن دکمه مشکی */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-card.profile-newstyle-1 .button:hover {
    background-color: #f8bbd0; /* یاسی خوب */
    color: black;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf0a5e0 *//* فقط برای اسلاید اول */
.profile-style-1 .profile-card {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.profile-style-1 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.profile-style-1 .header .left span {
    color: #666;
    margin-right: 10px;
}

.profile-style-1 .clock-icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
}

.profile-style-1 .separator {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}

.profile-style-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-style-1 .info {
    width: 60%;
}

.profile-style-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-style-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.profile-style-1 .item span:hover {
    color: #9c27b0;
}

.profile-style-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .image-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.profile-style-1 .profile-image {
    width: 100%;
    border-radius: 10px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
}

.profile-style-1 .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #2F528F;
    color: white;
}

.profile-style-1 .button:hover {
    background-color: #ddd;
    color: black;
}

.profile-style-1 .profile-card:hover {
    background-color: #f4f4f4;
}

.profile-style-1 .profile-card:hover .item span {
    color: #2F528F;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-734e259 *//* Profile Card New Style */
.profile-card.profile-newstyle-1 {
    background-color: #9c27b0; /* پس‌زمینه بنفش */
    border-radius: 16px;
    border: none; /* مرز حذف شد */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: white; /* تمام متن‌ها سفید بشن */
}

/* Header Section */
.profile-card.profile-newstyle-1 .header {
    display: flex;
    justify-content: center; /* فقط اسم وسط چین بشه */
    align-items: center;
    margin-bottom: 20px;
}

.profile-card.profile-newstyle-1 .header .left,
.profile-card.profile-newstyle-1 .header .left * {
    display: none; /* سابقه کار و آیکون ساعت حذف شد */
}

.profile-card.profile-newstyle-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: white;
}

/* Separator Line */
.profile-card.profile-newstyle-1 .separator {
    width: 100%;
    height: 1px;
    background-color: white; /* رنگ خط جداکننده سفید شود */
    margin: 10px 0;
}

/* Content Section */
.profile-card.profile-newstyle-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-card.profile-newstyle-1 .info {
    width: 60%;
}

.profile-card.profile-newstyle-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-card.profile-newstyle-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    color: white;
}

.profile-card.profile-newstyle-1 .item span:first-child {
    color: white;
}

.profile-card.profile-newstyle-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%) brightness(100%); /* برای نگه داشتن رنگ آیکون‌ها ولی با کنتراست بالا */
}

/* Footer Button */
.profile-card.profile-newstyle-1 .button {
    background-color: white; /* پس‌زمینه دکمه سفید */
    color: black; /* رنگ متن دکمه مشکی */
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-card.profile-newstyle-1 .button:hover {
    background-color: #f8bbd0; /* یاسی خوب */
    color: black;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf0a5e0 *//* فقط برای اسلاید اول */
.profile-style-1 .profile-card {
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 20px;
    transition: background-color 0.3s ease;
}

.profile-style-1 .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.profile-style-1 .header .left span {
    color: #666;
    margin-right: 10px;
}

.profile-style-1 .clock-icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .header .right h2 {
    font-size: 20px;
    font-weight: bold;
}

.profile-style-1 .separator {
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}

.profile-style-1 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile-style-1 .info {
    width: 60%;
}

.profile-style-1 .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.profile-style-1 .item span {
    font-size: 16px;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.profile-style-1 .item span:hover {
    color: #9c27b0;
}

.profile-style-1 .icon {
    width: 30px;
    height: 30px;
    filter: grayscale(100%);
}

.profile-style-1 .image-container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.profile-style-1 .profile-image {
    width: 100%;
    border-radius: 10px;
    background-color: lightgray;
    background-size: cover;
    background-position: center;
}

.profile-style-1 .button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #2F528F;
    color: white;
}

.profile-style-1 .button:hover {
    background-color: #ddd;
    color: black;
}

.profile-style-1 .profile-card:hover {
    background-color: #f4f4f4;
}

.profile-style-1 .profile-card:hover .item span {
    color: #2F528F;
}/* End custom CSS */