.card1751526255 {
    
}

.card1751526255 .mhead {
    text-align: center;
}

.card1751526255 .mtitle {
    color: #FFD700;
    font-weight: bold;
    font-size: 43px;
}

.card1751526255 .mdesc {
    
}

.card1751526255 .mbody {
    
}

.card1751526255 .mcontent {
    
}

/*Module specific style*/
.card1751526255 .card {
    margin:15px;
        border:none;
    border-radius:0;
    overflow:hidden;
        background:transparent !important;
}

.card1751526255 .card-background {
    position:absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-size:100% 100%;
    z-index:1;
}

.card1751526255 .card-foreground {
    background:transparent;
    border:none;
    z-index:2;
}

.card1751526255 .card-header {
    text-align:center;
}

.card1751526255 .card-title {
    text-align:center;
    margin-top: -5.5em;
    z-index: 10;
    position: relative;
    left: -3em;
    font-size: 27px;

}
.card1751526255 .card-title a{
        color:white;
    border-bottom:1px solid;

}
.card1751526255 .card-body {
    text-align:justify;
    background:transparent !important;
}

.card1751526255 .card-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.card1751526255 .card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #E7B9A9;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.card1751526255 .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
  transform: scale(1);
  transition: transform 0.6s ease; /* ✅ این بخش مهمه */
}

.card1751526255 .card-image:hover::before {
  opacity: 1;
}

.card1751526255 .card-image:hover img {
  transform: scale(0.8); /* ✅ فقط transform بدون animation */
}
.card1751526255 .card-icon {
    text-align: center;
    font-size: 35px;
    padding: 15px 0;
}

.card1647172899 .card-text {
    font-size:small;
    text-align:center;
}

.card1647172899 .image-link {
    text-align:center;
}

.card1751526255 .list-group {
    font-size:smaller;
}

.card1751526255 .list-group li {
    background:rgba(255,255,255,0.9);
}

.card1751526255 .card-link {
    font-size:smaller;
}
/*Module specific style*/

@media (max-width: 767px) {
	.card1751526255 .mtitle {
    color: #FFD700;
    font-weight: bold;
    font-size: 25px;
}
    .card1751526255 .card-title {
    text-align:center;
    margin-top: -7em;
    z-index: 10;
    position: relative;
    left: -5em;
    font-size: 20px;

}
    .card1751526255 .card-image img {
        width: 93%;
        text-align:center;
        margin: 0 auto;
    }
        .card1751526255 .card-image {
 
margin: 0 auto;
 
text-align: center;
 
}
    .card1751526255 .card-body {
 margin:0;
        padding:1px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    
}
@media (min-width: 992px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) {
	
}