.notification {
    width: 100%;
    height: 30px;
    background-color: var(--white-ceream-high);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.notification span {
    color: var(--gray-800);
    margin-left: 15px;
}

.notification a {
    font-size: 12px;
    color: var(--white-ceream-high);
}

section h2:first-child {
    font-family: 'gohar';
    font-size: 1.75rem;
    margin-bottom: 20px;
    text-align: center;
}

.link-button {
    padding: 10px 25px;
    background-color: var(--gray-800);
    color: var(--white);
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.link-button:hover {
    background-color: var(--gray-800-hover);
}

.banner {
    width: 100%;
    position: relative;
    z-index: -1;
}

.banner img {
    width: 100%;
    max-height: 900px;
}

.banner .logo-move {
    position: absolute;
    left: 25%;
    top: 28%;
    width: 50%;
}

/* Lastest Work  */
.latest-work {
    background-color: var(--white-shiri);
    background-size: cover;
    padding: 80px 0;
}

.mySwiper {
    padding: 50px 0 !important;
}

.swiper-slide {
    width: 350px;
    height: 500px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    opacity: 0.5;
    transform: scale(0.8);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: transform 0.5s ease, opacity 0.5s ease;
    -moz-transition: transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: transform 0.5s ease, opacity 0.5s ease;
    -o-transition: transform 0.5s ease, opacity 0.5s ease;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1.1) !important;
    z-index: 10;
}

.swiper-pagination-bullet {
    background: var(--black);
    opacity: 0.2;
}

.swiper-pagination-bullet-active {
    background: #8b735b;
    opacity: 1;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(139, 112, 95, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 5;
}

.slide-overlay span {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    transform: translateY(20px);
    transition: 0.4s ease;
}

.swiper-slide:hover .slide-overlay {
    opacity: 1;
    visibility: visible;
}

.swiper-slide:hover .slide-overlay span {
    transform: translateY(0);
}

/* END Lastest Work */

/* Partners */
/* Partners New Style */
.partners-section {
    padding: 30px 0;
    background-color: var(--white);
    overflow: hidden;
}

.partners-section .swiper-slide {
    height: 120px !important;
}

.partners-title {
    text-align: center;
    font-weight: bold;
    color: var(--white-ceream-high);
    margin-bottom: 50px;
    font-size: 1.6rem;
}

/* افکت محو شدن طرفین فقط وقتی اسلایدر حرکت می‌کند */
.partnersSwiper.is-moving {
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.partnersSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    transition-timing-function: linear !important;
    /* حرکت نرم خطی */
}

/* تنظیم چیدمان وقتی تعداد کمه و اسلایدر نیست */
.partnersSwiper:not(.is-moving) .swiper-wrapper {
    justify-content: center;
}

.partnersSwiper .swiper-slide {
    width: auto;
    min-width: 120px;
    max-width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    /* فاصله بین لوگوها */
}

.partnersSwiper .swiper-slide img {
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.partnersSwiper .swiper-slide:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}

/* End Partners */

/* About */
.about-modern {
    padding: 100px 0;
    background-color: var(--white-shiri);
    overflow: hidden;
}

.about-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.about-content {
    flex: 1;
    position: relative;
}

.about-title {
    font-size: 3.5rem;
    color: var(--white-ceream-high);
    margin-bottom: 25px;
    font-weight: bold;
}

.about-text {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #444;
    max-width: 500px;
}

.about-images-stack {
    flex: 1;
    position: relative;
    height: 650px;
}

.main-img-wrapper {
    position: relative;
    width: 80%;
    float: left;
    z-index: 1;
}

.img-big {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 4px;
}

.overlay-img-wrapper {
    position: absolute;
    top: 15%;
    left: -10%;
    width: 50%;
    z-index: 2;
    box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.1);
}

.img-small {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 10px solid #fff;
}

.vertical-text {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: rotate(-90deg);
    font-size: 0.8rem;
    color: #888;
    white-space: nowrap;
}

.image-caption {
    position: absolute;
    bottom: 50px;
    right: 20px;
    color: var(--gray-800);
    z-index: 3;
    font-size: 1rem;
    font-family: 'gohar';
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.flower-sketch {
    position: absolute;
    bottom: -80px;
    left: -50px;
    opacity: 0.4;
    width: 250px;
}

@media (max-width: 992px) {
    .about-flex-container {
        flex-direction: column;
    }

    .about-images-stack {
        height: 500px;
        width: 100%;
        margin-top: 50px;
    }

    .overlay-img-wrapper {
        left: 0;
        width: 60%;
    }
}

@media (max-width: 426px) {
    .overlay-img-wrapper {
        left: 165px;
        top: 74px;
    }

    .about-content {
        text-align: center;
    }
}

/* End About */

/* Portfolio */
.services-overlap {
    padding: 120px 0;
    background-color: var(--white-shiri);
    overflow: hidden;
}

.services-header {
    margin-bottom: 80px;
}

.services-main-title {
    font-size: 2.5rem;
    color: #7a736a;
}

.services-main-title span {
    font-style: italic;
    font-weight: 300;
}

.overlap-wrapper {
    position: relative;
    height: 700px;
}

.overlap-item {
    position: absolute;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s ease;
}

.overlap-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.overlap-item.big {
    width: 45%;
    height: 600px;
    top: 0;
    left: 0;
    z-index: 1;
}

.overlap-item.medium {
    width: 35%;
    height: 350px;
    top: 100px;
    left: 40%;
    z-index: 2;
}

.overlap-item.small {
    width: 30%;
    height: 300px;
    bottom: 50px;
    right: 5%;
    z-index: 3;
}

@media (max-width: 426px) {
    .overlap-item.small {
        width: 75% !important;
    }

    .overlap-item.medium {
        width: 60%;
    }
}


.overlap-item:hover img {
    transform: scale(1.05);
}

.overlap-item:hover {
    z-index: 10;
}

/* End Portfolio */

/* OUR TEAM  */
.team-section {
    padding: 100px 0;
    background-color: var(--white);
}

.team-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.team-card {
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: center;
}

.team-img {
    position: relative;
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    /* حالت هنری سیاه و سفید */
    transition: 0.5s ease;
}

.team-card:hover .team-img img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.team-social {
    position: absolute;
    bottom: -87px;
    left: 0;
    width: 100%;
    background: var(--white-ceream-high);
    padding: 15px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    transition: 0.4s ease;
}

.team-card:hover .team-social {
    bottom: 0;
}

.team-info h3 {
    font-size: 1.3rem;
    color: var(--white);
    margin-bottom: 8px;
}

.team-info span {
    color: var(--white-shiri);
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
}

/* END OUR TEAM */

/* Portfolio */
.portfolio-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
    gap: 20px;
}

.masonry-item {
    overflow: hidden;
    border-radius: 8px;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
}

.masonry-item.tall {
    grid-row: span 2;
}

.masonry-item:hover img {
    transform: scale(1.08);
}

/* End Portfolio */

/* Pricing */
.pricing-section {
    padding: 100px 0;
    background-color: var(--white);
}

.pricing-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
    flex-wrap: wrap;
}

.pricing-card {
    background: var(--white-shiri);
    padding: 50px 40px;
    border-radius: 20px;
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: 0.4s ease;
    position: relative;
}

.pricing-card.featured {
    background: var(--brown);
    color: var(--white);
    transform: scale(1.05);
    z-index: 2;
}

.pricing-card.featured .price-header h3 {
    color: var(--white-ceream-high);
}

.pricing-card.featured .price {
    color: #fff;
}

.pricing-card.featured .price-btn {
    background: var(--white-ceream);
    color: #fff;
}

.price-header h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--white-ceream-high);
}

.price {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: vazir;
    margin-bottom: 30px;
    color: var(--white-ceream-high);
}

.price span {
    font-size: 0.9rem;
    font-weight: normal;
}

.price-features {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    text-align: right;
}

.price-features li {
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: inherit;
    opacity: 0.8;
}

.price-features li i {
    margin-left: 10px;
    color: var(--white-ceream-high);
}

.price-features li.disabled {
    text-decoration: line-through;
    opacity: 0.4;
}

.price-btn {
    display: block;
    padding: 15px 20px;
    border: 1px solid var(--white-ceream-high);
    ;
    color: var(--white-ceream-high);
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.price-btn:hover {
    background: var(--gray-800-hover);
    color: #fff;
}

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--white-ceream-high);
    color: #fff;
    padding: 5px 15px;
    font-size: 0.7rem;
    border-radius: 20px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-wrapper {
        gap: 20px;
    }
}

/* End pricing */

/* Reserve */
.booking-section {
    padding: 100px 0;
    background-color: var(--white-shiri);
}

.booking-container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(54, 39, 17, 0.05);
}

.booking-header {
    text-align: center;
    margin-bottom: 40px;
}

.booking-header h2 span {
    color: var(--white-ceream-high);
    font-family: 'serif';
}

.form-step {
    display: none;
    animation: fadeIn 0.5s ease;
}

.form-step.active {
    display: block;
}

.service-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.service-card-option input {
    display: none;
}

.option-content {
    border: 2px solid #eee;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.option-content i {
    font-size: 2rem;
    color: #ccc;
    margin-bottom: 10px;
    display: block;
}

.service-card-option input:checked+.option-content {
    border-color: var(--white-ceream-high);
    background: rgba(139, 112, 95, 0.05);
}

.service-card-option input:checked+.option-content i {
    color: var(--white-ceream-high);
}


.input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 30px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: var(--white-ceream-high);
}

.input-group input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    outline: none;
}

.full-width {
    grid-column: span 2;
}

/* دکمه‌ها */
.btn-next,
.btn-submit {
    background: var(--gray-800);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    float: left;
}

.btn-prev {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.booking-header h2 {
    font-family: 'gohar';
    color: var(--white-ceream-high);
    font-size: 2.2rem;
}

.booking-header h2 span {
    color: var(--white-ceream-high);
    font-family: 'gohar';
}


.option-content {
    border: 2px solid #f1f1f1;
    background: #fafafa;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.service-card-option:hover .option-content {
    border-color: var(--white-ceream-high);
    transform: translateY(-5px);
}


.form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.btn-next,
.btn-submit {
    background: var(--gray-800);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    transition: 0.3s;
    font-weight: bold;
}

.btn-next:hover,
.btn-submit:hover {
    background: var(--gray-800-hover);
    box-shadow: 0 10px 20px rgba(139, 112, 95, 0.2);
}


.input-group input:focus {
    border-color: var(--white-ceream-high);
    box-shadow: 0 0 0 4px rgba(139, 112, 95, 0.1);
}


@media (max-width: 768px) {
    .input-grid {
        grid-template-columns: 1fr;
    }

    .full-width {
        grid-column: span 1;
    }

    .booking-container {
        padding: 30px 20px;
    }
}

.btn-next,
.btn-submit {
    background: var(--gray-800);
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.form-step {
    display: none;
    flex-direction: column;
}

.form-step.active {
    display: flex;
}

.form-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    width: 100%;
}

/* End reserv */
/* Blog */
.blog-section {
    padding: 100px 0;
    background-color: var(--white);
}

.blog-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.blog-card {
    background: var(--white);
    transition: 0.4s;
}

.blog-img {
    position: relative;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s ease;
}

.blog-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    color: var(--white-ceream-high);
    padding: 5px 15px;
    font-size: 0.8rem;
    font-family: vazir;
    border-radius: 5px;
    font-weight: bold;
}

.blog-content .blog-category {
    color: var(--white-ceream-high);
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.blog-content h3 a {
    color: var(--white-ceream-high);
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.4;
    transition: 0.3s;
}

.blog-content h3 a:hover {
    color: var(--white-ceream-high);
}

.blog-content p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.8;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    color: var(--white-ceream-high);
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.read-more:hover {
    gap: 20px;
    color: var(--white-ceream-high);
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.btn-all-posts {
    display: inline-block;
    padding: 12px 35px;
    border: 2px solid var(--gray-800-hover);
    color: var(--white-ceream-high);
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
}

.btn-all-posts:hover {
    background: var(--gray-800-hover);
    color: #fff;
    box-shadow: 0 10px 20px rgba(139, 112, 95, 0.2);
}

/* End Blog */
