/*!
Theme Name: Ishpat
Theme URI: https://wp.storebuild.shop/ishpat
Author: Theme_Pure
Author URI: https://themeforest.net/user/theme_pure/
Description: Ishpat – Construction WordPress Theme
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ishpat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Portfolio Slider Arrow Styles */
.tp-portfolio-arrow-box,
.tp-portfolio-3-arrow-box,
.tp-project-6-arrow-box {
    display: flex;
    gap: 10px;
}

.tp-portfolio-arrow-box button,
.tp-portfolio-3-arrow-box button,
.tp-project-6-arrow-box button {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #ffffff;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.tp-portfolio-arrow-box button:hover,
.tp-portfolio-3-arrow-box button:hover,
.tp-project-6-arrow-box button:hover {
    background: #007cba;
    color: #ffffff;
    border-color: #007cba;
}
/* Portfolio Slider Pagination */
.tp-portfolio-pagination,
.tp-portfolio-3-pagination,
.tp-project-6-pagination {
    text-align: center;
    margin-top: 30px;
    position: relative;
}

.tp-portfolio-pagination .swiper-pagination-bullet,
.tp-portfolio-3-pagination .swiper-pagination-bullet,
.tp-project-6-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 8px;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.tp-portfolio-pagination .swiper-pagination-bullet-active,
.tp-portfolio-3-pagination .swiper-pagination-bullet-active,
.tp-project-6-pagination .swiper-pagination-bullet-active {
    background: #333;
    transform: scale(1.2);
}

.tp-portfolio-pagination .swiper-pagination-bullet:hover,
.tp-portfolio-3-pagination .swiper-pagination-bullet:hover,
.tp-project-6-pagination .swiper-pagination-bullet:hover {
    background: #666;
}