.section,
.bg-cover,
.merga-section-padding,
.cta-bg3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wishlist_icon svg path {
    stroke: #000;
    /* default outline color */
    fill: transparent;
    transition: all 0.3s ease;
}

.wishlist_icon:hover svg path {
    fill: #ff4d4d;
    /* hover fill color */
    stroke: #ff4d4d;
}

.wishlist_icon.active svg path {
    fill: #ff4d4d;
    /* active state fill color */
    stroke: #ff4d4d;
}

.merga-hero-slider-item::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-color: #00000094;
    /* background-image: url('../img/hero/overlay.png') !important; */
}

.merga-service-contact {
    background-image: url('../img/service/bg.png');
}

.merga-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.merga-counter-wrap {
    background-image: url('../img/v2/counter-bg.png');
}

.merga-hero-section {
    background-image: url('../img/hero/bg1.png');
}

.merga-service-contact {
    background-image: url('../img/service/bg.png');
}

.custom_image {
    background-image: url('../img/cta/cta-bg2.png');
}

.merga-hero-section4 {
    background-image: url('../img/hero/bg3.png');
}

.tech-agency-img {
    background-image: url('../img/hero/bg2.png');
}

.merga-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.merga-hero-section8 {
    background-image: url('../img/hero/bg4.png');
}

.custom-image-two {
    background-image: url('../img/cta/cta-bg3.png');
}

.custom-image-two-home {
    background-image: url('../img/cta/cta-bg2.png') !important;
}

.cookie_consent_modal {
    width: 350px;
    padding: 30px;
    background-color: var(--white-color);
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.cookie_consent_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.cookie_consent_modal h5 {
    font-size: 22px;
    font-weight: 500;
}

.cookie_consent_modal p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.cookie_consent_modal .thm-btn-two {
    margin-top: 20px;
}

.shop_sidebar_item_box_main.fst {
    min-height: 240px !important;
    height: 0px !important;
}

.dashbord_sidebar {
    border-radius: 0px !important;
    border-right: 1px solid #e3e3ec;
}

.dashbord_bg {
    background: #fff !important;
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, 0.0784313725) !important;
}

.dashbord_item {
    padding: 0 !important;
    flex-direction: row !important;
    text-align: start !important;
}

.dashbord_item_icon {
    width: 54px !important;
    height: 54px !important;
}

.dashbord_item_text .d-item-label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dashbord_table_main .table thead tr th {
    background: #EEF1FF !important;
    white-space: nowrap !important;
}

.d_review_box_head {
    background: #EEF1FF !important;
}

.dashbord_table_main .table tbody tr td {
    min-width: 150px !important;
}

/* Portfolio Swiper Styles */
.portfolio-swiper-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.portfolio-main-swiper {
    position: relative;
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.portfolio-main-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.portfolio-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-image-wrapper:hover img {
    transform: scale(1.05);
}

.portfolio-thumbs-swiper {
    width: 100%;
    height: 80px;
    position: relative;
}

.portfolio-thumbs-swiper .swiper-slide {
    width: 80px;
    height: 80px;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    opacity: 0.6;
}

.portfolio-thumbs-swiper .swiper-slide-thumb-active {
    border-color: var(--color-primary, #007bff);
    opacity: 1;
}

.portfolio-thumb-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.portfolio-thumb-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Buttons */
.portfolio-swiper-next,
.portfolio-swiper-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    color: #333;
    font-size: 20px;
    z-index: 10;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.portfolio-swiper-next:hover,
.portfolio-swiper-prev:hover {
    background: #667eea;
    color: white;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.portfolio-swiper-prev {
    left: 20px;
}

.portfolio-swiper-next {
    right: 20px;
}

/* Pagination */
.portfolio-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.portfolio-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    border: 3px solid rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.portfolio-pagination .swiper-pagination-bullet:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.portfolio-pagination .swiper-pagination-bullet-active {
    background: #667eea;
    color: white;
    transform: scale(1.3);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    border-color: #667eea;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .portfolio-main-swiper {
        height: 450px;
    }
}

@media (max-width: 992px) {
    .portfolio-main-swiper {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .portfolio-main-swiper {
        height: 350px;
    }

    .portfolio-swiper-next,
    .portfolio-swiper-prev {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .portfolio-swiper-prev {
        left: 15px;
    }

    .portfolio-swiper-next {
        right: 15px;
    }

    .portfolio-thumbs-swiper {
        height: 70px;
    }

    .portfolio-thumbs-swiper .swiper-slide {
        width: 70px;
        height: 70px;
    }
}

@media (max-width: 480px) {
    .portfolio-main-swiper {
        height: 300px;
        margin-bottom: 10px;
    }

    .portfolio-swiper-next,
    .portfolio-swiper-prev {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .portfolio-swiper-prev {
        left: 10px;
    }

    .portfolio-swiper-next {
        right: 10px;
    }

    .portfolio-thumbs-swiper {
        height: 60px;
    }

    .portfolio-thumbs-swiper .swiper-slide {
        width: 60px;
        height: 60px;
    }
}
