﻿/*استایل اضافه شده برای صفحه اول*/
.team-card__social__list {
    background-color: transparent !important;
}

.custom-service-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .custom-service-list li {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        width: 100%;
    }

        .custom-service-list li:last-child {
            border-bottom: none;
        }

        .custom-service-list li span {
            font-style: italic;
        }




.video-icon {
    font-size: 48px;
    color: #D18548;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}

hr {
    margin: 6px 0 !important;
}

/* استایل برای پس‌زمینه مودال */
.modal {
    display: none; /* مودال پیش‌فرض مخفی باشد */
    position: fixed; /* برای ثابت کردن مودال */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* پس‌زمینه شفاف */
    z-index: 1000; /* بالاترین لایه */
    overflow: hidden; /* جلوگیری از اسکرول */
}

/* محتوای مودال */
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* مرکز کردن محتوا */
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    width: fit-content; /* تطبیق اندازه با محتوا */
    text-align: center;
}

.close {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f44336;
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

    .close:hover {
        background-color: #d32f2f;
        transform: scale(1.1);
    }

    .close:active {
        transform: scale(0.9);
    }


@media (max-width: 768px) {
    .mobile, .about-two__contentcol__printed {
        display: block !important;
    }

    .video-icon {
        display: none;
    }
}


@media (min-width: 769px) {
    .mobile, .about-two__contentcol__printed {
        display: none;
    }
}

@media (min-width: 769px) {
    .about-two__contentcol__printed {
        display: block;
    }
}

@media (max-width: 768px) {
    .about-two__contentcol__printed, .about-two__contentcol__btnwrap {
        display: none;
    }
}

@media (max-width: 768px) {
    .about-two__imagecol__imagesmall {
        top: 353px;
    }

    .main-slider-one__bg {
        background-repeat: no-repeat;
          background-size: cover !important;
    }
}

.linephoto {
    object-fit: cover;
    object-position: center center;
    border-radius: 15px;
    padding: 3px;
    height: 500px;
}

.p_AboutMe {
    text-align: justify;
}

.sampleimg {
    height: 500px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
    padding: 10px;
}

.mystyle {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 38px;
    bottom: 24px;
    background-color: var(--wallpi-base, #d18548);
    border: 1px solid var(--wallpi-base, #d18548);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--wallpi-white, #fff);
}
.personoimg {
    object-fit: cover;
    object-position: center center;
}

/*پایان اضافه شده برای صفحه اول*/
/* برای عکس جزئیات خبر*/
.newsimg {
    height: 460px !important;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    border-radius: 40px;
}












.newverstyle {
     width: 150px;
     border-radius: 15px;
     margin-right: 90px;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: all 0.3s ease-in-out;
 }

.newverstyle a {
    margin-left: 40%;
}

.newverstyle img {
    width: 150px; /* اندازه اولیه عکس */
}

.shrink {
    height: 60px !important; /* ارتفاع کمتر هنگام اسکرول */
}

.shrink img {
    width: 100px !important; /* اندازه کوچک‌تر هنگام اسکرول */
}

@media (min-width: 768px) {
     .newverstyle {
         display: none;
     }
 }

@media (max-width: 768px) {
     .main-header__inner {
         background-color: white !important; /* رنگ جدید برای موبایل */
     }

     .main-header {
         background-color: white !important;
     }

     .main-header__inner::before {
         background-color: white !important;
     }

     .mobile-nav__btn span {
         background-color: #000000;
     }

     .user-profile a {
         color: #000000;
     }
 }



/* استفاده از فونت دلخواه برای سایت */
h1, h2, h3 {
     font-family: 'Traditional Arabic', serif !important;
     font-size: 20px !important;
 }

/* استفاده از Poppins برای متن‌های عمومی */
body {
    font-family: 'Traditional Arabic', serif !important;
    font-size: 20px !important;
}

/* استفاده از Cormorant Garamond برای متون خاص */
p.special-text {
    font-family: 'Traditional Arabic', serif !important;
    font-size: 20px !important;
}

/* استفاده از Montserrat برای دکمه‌ها */
button {
    font-family: 'Traditional Arabic', serif !important;
    font-size: 20px !important;
}

/* استفاده از Great Vibes برای نام برند */
.brand-name {
    font-family: 'Traditional Arabic', serif !important;
    font-size: 20px !important;
}

@media only screen and (max-width: 768px) {
     .scroll-to-top {
         display: flex;
         align-items: center;
         height: 35px;
         background: transparent;
         position: fixed;
         bottom: 60px;
         left: 52% !important;
         z-index: 99;
         text-align: center;
         opacity: 0;
         visibility: hidden;
         transform: rotate(0deg) !important;
         cursor: pointer;
         transition: all 0.2s ease;
     }
 }

* {
    font-family: 'Traditional Arabic', serif !important;
   
}

infoSelectService {
    font-size: 24px;
}










.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid #4a4a4b !important;
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn
Specificity: (0,1,0)
 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
   border: var(--bs-btn-border-width) solid #4a4a4b !important;
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}



.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #4a4a4b;
    /* --bs-btn-hover-color: #fff; */
    /* --bs-btn-hover-bg: #0b5ed7; */
    /* --bs-btn-hover-border-color: #0a58ca; */
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    /* --bs-btn-active-bg: #0a58ca; */
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    /* --bs-btn-disabled-border-color: #0d6efd; */
}
span {
    font-size: 18px !important;
}
button.accordion-button
Specificity: (0,1,1)
 {
    height: 65px !important;
}

.Videoply{
	
	margin-top: 20px; width: 100%; height: 600px; overflow: hidden;
}
/* برای گوشی‌ها: وقتی عرض صفحه کمتر از 768px باشد */
@media (max-width: 767px) {
    .Videoply {
        height: auto; /* یا height: 0; اگر بخوای کاملاً حذف بشه */
    }
}