                /*!
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Description: A plain-vanilla & lightweight theme for Elementor page builder
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor
*/                


.dev-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.dev-box:hover {
    transform: translateY(-5px);
}

.dev-img-wrap {
    position: relative;
}

.dev-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.dev-category {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--e-global-color-accent);
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.dev-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px;
    margin: 0;
    line-height: 26px !important;
}
.developmentSwiper {
    padding: 10px !important;
}
.developmentSwiper .swiper-pagination {
    position: relative !important;
    padding-top: 35px !important;
}
.roadmap li.elementor-icon-list-item {
    background: #ffffff1a;
    padding: 20px !important;
    border-radius: 18px;
    padding-bottom: 16px !important;
    border: 1px solid #ffffff1a;
}
.profile-image img {
    background: #fff;
}
.pgafu-post-grid-content {
    padding-bottom: 40px;
    border-radius: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.pgafu-post-categories {
    pointer-events: none;
}
.pgafu-post-image-bg {
    height: 250px !important;
    object-fit: cover;
    border-radius: 12px;
}
ul#pgafu-filtr-1 {
    margin-bottom: 20px;
}
.pgafu-filter li a {
    border-radius: 50px;
}
ul#pgafu-filtr-1 {
    padding: 0px;
}
.news-container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
}

.back-link {
    color: #2e7d32;
    font-weight: 600;
    margin-bottom: 15px;
}

.back-link a {
    text-decoration: none;
    color: #2e7d32;
}

.category-tag {
    display: inline-block;
    background: #2e7d32;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.news-title {
    font-size: 34px;
    font-weight: 700;
    margin: 10px 0;
}

.meta {
    color: #777;
    font-size: 14px;
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.featured-image img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.content p {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.share {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    padding: 8px 14px;
    border-radius: 8px;
    color: #fff !important;
    text-decoration: none;
    font-size: 14px;
}

.whatsapp {
    background: #25D366;
}

.facebook {
    background: #1877F2;
}
.category-tag a {
    color: #fff;
}
.bg-grade {
    background: linear-gradient(135deg, #d45f11, #e8b130, #2d764b);
    /* background: linear-gradient(135deg, hsl(var(--saffron)), hsl(var(--gold)), hsl(var(--green-deep))); */
}
.all-work .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}

span.read-more {
    padding: 14px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-top: 0px;
}
.all-work .swiper.developmentSwiperArrow {
    padding: 10px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev,.swiper-button-prev {
    color: white !important;
}    

/* Banner */
.dev-banner {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.dev-banner-overlay {
    background: rgba(0,0,0,0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dev-banner h1 {
    color: #fff;
}

/* Container */
.dev-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
}

/* Top Section */
.dev-top {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.dev-left img {
    width: 100%;
    border-radius: 10px;
}

.dev-left {
    flex: 1;
}

.dev-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.dev-excerpt {
    line-height: 1.6;
}

/* Gallery */
.devGallerySwiper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* Content */
.dev-content {
    margin-top: 40px;
}
.devGallerySwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative !important;
}
.devGallerySwiper .swiper-pagination-bullet-active {
    background: #6b2424;
}
ul, ol {
    margin-bottom: 20px;
}
/* Responsive */
@media(max-width: 768px) {
    .dev-top {
        flex-direction: column;
    }

    .dev-banner h1 {
        text-align: center;
        padding: 0 10px;
    }
}