/*
Theme Name: Raya
Author: Harmony Agency
Description: Html Converted to WordPress
Author URI: https://harmony.agency
Version: 1.1.7
Text Domain: raya
*/
.section_box .property_box .property a {
    font-size: 14px;
    font-weight: 300;
    line-height: 170%;
    color: #636363;
    text-align: right;
    text-align-last: right;
    margin: 0 2px;
}
.introduction {
    margin-top: 2rem;
}
header .primary-menu {
    max-width: 900px;
}
.section_box .col-md-5 img {
    max-width: 124px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 1rem 0;
}
.introduction p , .introduction li{
    font-size: 16px;
    font-weight: 300;
    color: #636363;
    line-height: 170%;
    margin: 0 0 5px;
    text-align: justify;
    text-align-last: right;
}
.about-us-main .content{
	    max-width: 1160px;
}
/* .about-content {
    margin-bottom: 3rem;
} */


.info-item .item-value p {
    text-align: center;
}
@media only screen and (max-width: 768px) {
	.timeline-wrapper {
		flex-direction: column;
	}
	.award-item .item-desc {
    max-width: 110px;
	}
	.award-item .item-content {
       height: unset;
		min-height: 190px;
	}
	.award-item .years-text {
      font-size: 18px;
   }
	.logo-3d .text-section p {
    font-size: 14px;
	}

	.scroll-text {
    bottom: calc(6% + 60px);
	background-color: #fff;
	z-index: 999;
    }
	.scroll-icon {
        bottom: 1%;
    }
}

/* استایل پاپ‌آپ */
.image-popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  cursor: zoom-out;
  transition: opacity 0.2s ease;
}
.image-popup-overlay img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(255,255,255,0.3);
  animation: popupZoom 0.25s ease;
}
@keyframes popupZoom {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.item-media .popup-image {
    cursor: pointer;
}
.album-modal-content img {
    height: auto;
}
header .logo-image-wrapper img {
    max-width: 110px;
}

.album-modal-content {
    max-height: 600px;
    justify-content: center;
}
.card-slider img {
    width: 100%;
}
.lottie-card {
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.contact-item a {
    text-decoration: none;
    color: #000;
}
.cards-wrapper .card-content h3 {
    font-size: 16px;
    max-width: 252px;
    text-align: center;
}