.guzelgrid-table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
}
.guzelgrid-table th, .guzelgrid-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.guzelgrid-table th {
    background: #f5f5f5;
    color: #2c3e50;
    font-weight: bold;
}
.guzelgrid-table tr:hover {
    background: #f8f9fa;
}

/* گرید کارت‌ها */
.guzelgrid-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}
.guzelgrid-card {
  background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 1px 8px rgba(0, 0, 0, 0.12); */
    position: relative;
    transition: 0.3s;
}
.guzelgrid-card:hover {
    transform: translateY(-10px);
    
}
.guzelgrid-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.guzelgrid-tag {
position: absolute;
    top: 0px;
    left: 0px;
    /* background: #0000005c; */
    color: white;
    padding: 6px 10px;
    font-size: 12px;
    z-index: 2;
    background: linear-gradient(90deg, #1ccff7a6, #c934dbb0);
}
.guzelgrid-card-content {
    padding: 12px;
	text-align: left;
}
.guzelgrid-title a {
    font-size: 22px;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
}
.guzelgrid-location {
    font-size: 14px;
    color: #dd679e;
    margin: 12px 0px 6px 0px;
    font-weight: 400;
   
}
.guzelgrid-excerpt {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
}
.guzelgrid-rating {
    font-size: 20px;
    color: #f19d0f;
    margin-bottom: 2px;
    font-weight: normal;
}
.guzelgrid-btn {
   display: inline-block;
    background: #dd679e;
    color: white;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none;
   font-size: 13px;
    font-weight: 300;
}

.guzelgrid-btn:hover {
   
    background: #e5b5cb;
    color: #000;
    transition: 0.6s;
   
}


/* اسلایدر */
.guzelgrid-slider-wrapper {
    margin: 40px 0;
}
.guzelgrid-swiper {
    padding-bottom: 50px;
}
.swiper-button-next, .swiper-button-prev {
    color: #dd679e;
    background: white;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
}
.swiper-pagination-bullet {
    background: #ddd;
}
.swiper-pagination-bullet-active {
    background: #dd679e;
}


/* icon-city-category */
.guzelgrid-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
    margin: 11px 0;
    text-align: center;
}
.guzelgrid-icon-item {
   background: white;
    border-radius: 7px;
    /* padding: 2px 2px; */
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.7);
    transition: 0.3s;
    text-decoration: none;
    color: #2c3e50;
    display: ruby;
}
.guzelgrid-icon-item:hover {
    transform: translateY(-5px);
   
}
.guzelgrid-icon {
    font-size: 19px;
   
}
.guzelgrid-icon-item h4 {
    font-size: 16px;
    
}
.guzelgrid-icon-count {
    font-size: 14px;
    color: #dd679e;
    font-weight: bold;
	
}




.guzelgrid-barchasb-2 {
    position: absolute;
    top: 0px;
    right: 0px;
    background: linear-gradient(90deg, #c934dbb0, #1ccff7a6);
    color: white;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 3;
}