p {
    text-align: justify !important;
}

.p {
    text-align: justify !important;
}

.breadcump-center {
    margin-left: -3px !important;
}

.elementor-98 .elementor-element.elementor-element-66c4331 .elementor-icon-list-item>a {
    line-height: 140% !important;
}

.logo-home {
    width: 100px;
}

.iso-certi:hover .link_certi {
    opacity: 1;
    scale: 0.88 0.95;
    border-radius: 10px !important;
}

i.e-waste-img {
    width: 60px !important;
    height: 60px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 40px !important;
    line-height: 1 !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif !important;
    font-weight: 900 !important;
    object-fit: contain !important;
}





/* Force FontAwesome icons to be visible if they are missing content */
.e-waste-img::before {
    display: inline-block !important;
}

/* Homepage Hero Fallback */
.hero-fallback-bg {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Prevent scrolling when menu is open */
body.no-scroll {
    overflow: hidden;
}

.iso-certi {
    width: 37%;
    position: relative;
}

.link_certi {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #21523cd6;
    scale: 0.4;
    font-size: 21px;
    color: rgb(255, 255, 255);
    opacity: 0;
    inset: 0px;
    border-radius: 0px;
    transition: 0.3s;
    cursor: pointer;
}

.elementor-2 .elementor-element.elementor-element-733eeaf6 {
    --display: flex;
    justify-content: center;
}


.service-card {
    flex-wrap: wrap !important;
}

.service-card-bg {
    border: 2px solid #FFE175;
    background-color: #F7F0DC3D;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    flex: 24% !important;
}

.service-card-bg .serv-icon {
    display: block;
    margin-bottom: 10px;
    width: 60px !important;

}

.sustainability-welimg {
    border-radius: 20px;
    overflow: hidden;
}

.service-card-bg h4 {
    text-align: left;
}

.banner-bg1 {
    background-image: url(../image/about-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg2 {
    background-image: url(../image/contact-us-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg3 {
    background-image: url(../image/sustainability-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg9 {
    background-image: url(../image/how-it-works-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg10 {
    background-image: url(../image/categories-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg4 {
    background-image: url(../image/e-waste-management-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg5 {
    background-image: url(../image/waste-collection-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg6 {
    background-image: url(../image/industrial-waste-solution-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg7 {
    background-image: url(../image/recycling-process-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg8 {
    background-image: url(../image/customized-waste-solutions-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-flex !important;
    height: 500px !important;
}

.banner-bg-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.banner-txt {
    font-size: 50px;
    color: #ffffff !important;
    text-align: center;
    margin-top: 55px !important;
}

.service-card-bg:hover .e-waste-img {
    animation: tada 1s linear;
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    z-index: 999;
}

.whatsapp-icon img {
    width: 100%;
    height: 100%;
}

.text-white {
    color: #fff !important;
}

.elementskit-post-image-card {
    height: 100%;
}

.elementor-2 .elementor-element.elementor-element-3c360557 .elementskit-post-footer>p,
.elementor-2 .elementor-element.elementor-element-3c360557 .elementskit-post-body>p {
    height: 55px;
}

.banner-txt2 {
    color: #ffffff !important;
}

.img {
    width: 60px !important display: block;
}

.all-page-banner {
    min-height: 200px;
    overflow: hidden;
    height: 400px !important;
}

.nav-abl {
    position: absolute;
    width: 100%;
    z-index: 999;
}

.col_sm88 {
    width: 85% !important;
}

.col_sm8 {
    width: 30% !important;
}

.brd-rad {
    border-radius: 20px !important;
    overflow: hidden;
}

.box-shw {
    box-shadow: none !important;
}

.icon-w {
    width: 87px;
    display: block;
}

.pad1 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.about-wel2-tp {
    padding-top: 30px !important;
}

.jkit-menu-wrapper.top-header {
    background: none !important;
}

.elementor-2 .elementor-element.elementor-element-1dcc5bed {
    --min-height: 80vh !important;
}

.elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a {
    color: #000;
}

.active {
    color: #0eaa23 !important;
}

.elementor-2 .elementor-element.elementor-element-1e3b8973.elementor-view-stacked .elementor-icon:hover {
    background-color: #0eaa23 !important;
    color: #FFF !important;
}

.elementor-98 .elementor-element.elementor-element-76fd610.elementor-widget-container {
    padding-bottom: 10px !important;
}

.elementor-2 .elementor-element.elementor-element-1e3b8973.elementor-view-stacked .elementor-icon {
    color: #000 !important;
}

.bnr-text {
    color: #FFF !important;
}

.elementor-2 .elementor-element.elementor-element-63265555.elementor-view-framed .elementor-icon:hover {
    background-color: var(--e-global-color-89ec73e);
    color: #000 !important;
}

.elementor-2 .elementor-element.elementor-element-31360d7e.elementor-view-framed .elementor-icon:hover {
    background-color: var(--e-global-color-89ec73e);
    color: #000 !important;
}

.elementor-2 .elementor-element.elementor-element-1b73d927.elementor-view-framed .elementor-icon:hover {
    background-color: var(--e-global-color-89ec73e);
    color: #000 !important;
}

.elementor-98 .elementor-element.elementor-element-a7a14ba .elementor-social-icon:hover svg {
    fill: #FFF !important;
}

.header-fff {
    background-color: #FFF;
    border-radius: 20px !important;
    height: 100px !important;
    box-shadow: 5px 5px 3px 1px #00000038;
}

.elementor-99 .elementor-element.elementor-element-e024552 .elementor-button {
    color: #FFF !important;
    fill: #FFF !important;
}

.elementor-2 .elementor-element.elementor-element-3f1fd012 .elementor-button {
    color: #FFF !important;
    fill: #FFF !important;
}

.elementor-2 .elementor-element.elementor-element-7e97c158 .qodef-m-text-item {
    -webkit-text-stroke-color: #ffffff !important;
    -webkit-text-stroke-width: 1px;
}

.elementor-2 .elementor-element.elementor-element-7e97c158 .qodef-e-icon-holder {
    color: #ffffff !important;
    font-size: 60px;
}

.elementor-2 .elementor-element.elementor-element-1b318a21 .qodef-m-text-item {
    -webkit-text-stroke-color: #004D7B !important;
    -webkit-text-stroke-width: 1px;
}

.elementor-2 .elementor-element.elementor-element-1b318a21 .qodef-e-icon-holder {
    color: #004D7B !important;
    font-size: 60px;
}

.elementor-2 .elementor-element.elementor-element-36728e9c:not(.elementor-motion-effects-element-type-background),
.elementor-2 .elementor-element.elementor-element-36728e9c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #1b5c82 !important;
}

a.elementor-button.elementor-button-link.elementor-size-sm {
    color: #FFF !important;
    fill: #FFF !important;
}

.pb-15 {
    padding-top: 15px;
}

.ft-w-700 {
    font-weight: 700 !important;
}

.elementor-2 .elementor-element.elementor-element-691ec2b5:not(.elementor-motion-effects-element-type-background),
.elementor-2 .elementor-element.elementor-element-691ec2b5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-6f4509f2.elementor-view-framed .elementor-icon {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-57741ca6:not(.elementor-motion-effects-element-type-background),
.elementor-2 .elementor-element.elementor-element-57741ca6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-42b41c4.elementor-view-framed .elementor-icon {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-24d8699c:not(.elementor-motion-effects-element-type-background),
.elementor-2 .elementor-element.elementor-element-24d8699c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-7eb7339d.elementor-view-framed .elementor-icon {
    background-color: #004D7B !important;
}

.elementor-2 .elementor-element.elementor-element-3d105617.jkit-equal-height-enable,
.elementor-2 .elementor-element.elementor-element-3d105617.jkit-equal-height-enable .elementor-widget-container,
.elementor-2 .elementor-element.elementor-element-3d105617.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box,
.elementor-2 .elementor-element.elementor-element-3d105617.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    height: auto !important;
}

.special-boxed .body-inner {
    border: none !important;
    margin: auto;
}

.elementor-2 .elementor-element.elementor-element-3d105617 .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    box-shadow: 4px 5px 10px 3px #0000001c !important;
    border-radius: 20px !important;
    margin-top: -50px !important;
    width: 90% !important;
    padding: 25px !important;
    margin-top: -50% !important;
}

.elementor-2 .elementor-element.elementor-element-3d105617 .jeg-elementor-kit.jkit-image-box .image-box-header img {
    border-radius: 20px !important;
}

.elementor-2 .elementor-element.elementor-element-2935b716.jkit-equal-height-enable,
.elementor-2 .elementor-element.elementor-element-2935b716.jkit-equal-height-enable .elementor-widget-container,
.elementor-2 .elementor-element.elementor-element-2935b716.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box,
.elementor-2 .elementor-element.elementor-element-2935b716.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    height: auto !important;
}

.elementor-2 .elementor-element.elementor-element-2935b716 .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    box-shadow: 4px 5px 10px 3px #0000001c !important;
    border-radius: 20px !important;
    margin-top: -50px !important;
    width: 90% !important;
    padding: 25px !important;
    margin-top: -50% !important;
}

.elementor-2 .elementor-element.elementor-element-2935b716 .jeg-elementor-kit.jkit-image-box .image-box-header img {
    border-radius: 20px !important;

}

.elementor-2 .elementor-element.elementor-element-cf4c226.jkit-equal-height-enable,
.elementor-2 .elementor-element.elementor-element-cf4c226.jkit-equal-height-enable .elementor-widget-container,
.elementor-2 .elementor-element.elementor-element-cf4c226.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box,
.elementor-2 .elementor-element.elementor-element-cf4c226.jkit-equal-height-enable .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    height: auto !important;
}

.elementor-2 .elementor-element.elementor-element-cf4c226 .jeg-elementor-kit.jkit-image-box .image-box-body .body-inner {
    box-shadow: 4px 5px 10px 3px #0000001c !important;
    border-radius: 20px !important;
    margin-top: -50px !important;
    width: 90% !important;
    padding: 25px !important;
    margin-top: -50% !important;
}

.elementor-2 .elementor-element.elementor-element-cf4c226 .jeg-elementor-kit.jkit-image-box .image-box-header img {
    border-radius: 20px !important;
}

.mb-0 {
    margin-bottom: 0;
}

.elementor-2 .elementor-element.elementor-element-48ea5cdb {
    --display: grid;
    --e-con-grid-template-columns: repeat(1, 1fr) !important;
}

.elementor-2 .elementor-element.elementor-element-36c7b892:not(.elementor-motion-effects-element-type-background),
.elementor-2 .elementor-element.elementor-element-36c7b892>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #004d7b !important;
}

.elementor-2 .elementor-element.elementor-element-7bb86c38 .elementor-button {
    background-color: #0eaa23 !important;

}

.elementor-2 .elementor-element.elementor-element-3c360557 .elementskit-btn {
    color: #FFF !important;
    fill: #FFF !important;
}

.metal-box {
    background-image: url('../image/metal.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.special-boxed .body-title.icon-position-before {
    font-size: 26px !important;
}

button.jkit-close-menu {
    background-color: #FFFF !important;
}

.elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a {
    margin-bottom: 30px !important;
}

.elementor-2 .elementor-element.elementor-element-7e97c158 .qodef-m-text-item,
.elementor-2 .elementor-element.elementor-element-1b318a21 .qodef-m-text-item {
    font-size: 50px !important;
}

.elementor-2 .elementor-element.elementor-element-6c987f3a,
.elementor-2 .elementor-element.elementor-element-23b9e214 {
    padding-top: 10px;
    padding-bottom: 10px;

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .elementor-99 .elementor-element.elementor-element-06c6399,
    .elementor-99 .elementor-element.elementor-element-b8f17ab.e-con {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .elementor-99 .elementor-element.elementor-element-73a0b5a.elementor-element {
        align-self: unset;
    }

    .jkit-sticky-element--enabled {
        position: sticky !important;
        top: 20px;
        z-index: 999;
    }

}

@media only screen and (max-width: 1024px) {

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-hamburger-menu {
        color: #000 !important;
    }

}

@media (max-width: 767px) {
    .gap-btn {
        gap: 39px !important;
    }

    .pad-lr {
        padding: 0 3% !important;
    }

    .bullet ul {
        padding-left: 20px;
    }

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper {
        background-color: #FFF !important;
    }

    .elementor-99 .elementor-element.elementor-element-f9a578a {
        --width: 40% !important;
    }

    .jkit-sticky-element--enabled {
        position: sticky !important;
        top: 20px;
        z-index: 999;
    }


    .elementor-element.elementor-element-b8f17ab.e-con-full.e-flex.e-con.e-child {
        padding-top: 0;
        margin-right: 15px;
    }

    .service-card-bg {
        flex: 48% !important;
    }
}

@media (max-width: 480px) {

    .service-card-bg {
        flex: 98% !important;
    }

    .elementor-2 .elementor-element.elementor-element-7e97c158 .qodef-m-text-item,
    .elementor-2 .elementor-element.elementor-element-1b318a21 .qodef-m-text-item {
        font-size: 42px !important;
    }

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu.break-point-tablet .jkit-menu-wrapper {
        background-color: #FFF !important;
    }

    .elementor-2 .elementor-element.elementor-element-1dcc5bed {
        --min-height: 65vh !important;
    }

    .elementor-99 .elementor-element.elementor-element-f9a578a {
        --width: 40% !important;
    }

    .elementor-element.elementor-element-4536d73a.elementor-widget.elementor-widget-image.animated.fadeIn {
        display: none;
    }

    .elementor-element.elementor-element-36728e9c.e-con-full.e-flex.e-con.e-child.animated.fadeIn {
        display: none;
    }

    .elementor-element.elementor-element-22c70c10.elementor-widget.elementor-widget-image.animated.fadeIn {
        display: none;
    }

    .elementor-98 .elementor-element.elementor-element-66c4331 .elementor-icon-list-items.elementor-inline-items {
        gap: 15px !important;
    }

    .elementor-element.elementor-element-708c7417.e-grid.e-con-boxed.e-con.e-child {
        margin-top: -45px;
    }

    .elementor-element.elementor-element-5210b75b.e-con-full.e-flex.e-con.e-child {
        margin-left: 15px;
    }
}

@media (max-width: 768px) {
    .contact-bg {
        height: auto !important;
    }

    .elementor-element-3d105617,
    .elementor-element-2935b716,
    .elementor-element-cf4c226 {
        position: sticky;
        top: 80px;
        /* adjust gap from top */
        z-index: 99;
    }
}

a.elementor-button.elementor-button-link.elementor-size-sm:hover {
    background-color: #1b5c82 !important;
}

.get-started-bg {
    color: #fff !important;
    background-color: #0EAA23 !important;
}

.get-started-bg:hover {
    color: #000 !important;
    background-color: #fff !important;
}

.elementor-2 .elementor-view-framed .elementor-icon:hover,
.elementor-2 .elementor-view-default .elementor-icon:hover svg {
    fill: #FFFF !important;
    color: #FFF !important;
}

@media (max-width: 768px) {

    .popup img {
        width: 90% !important;
    }

    .arrow {
        top: 75% !important;
    }

    .arrow.left {
        left: 35% !important;
        right: unset;
    }

    .arrow.right {
        right: 35% !important;
    }

    .md-logo-center {
        display: block !important;
        margin: 0 auto !important;
    }

    /* Target the parent flex container */
    .elementor-element-239f48d1 .e-con-inner {
        display: flex !important;
        flex-direction: column !important;
    }

    .elementor-element.elementor-element-50493f5.elementor-widget.elementor-widget-text-editor {
        line-height: 35px;
    }

    /* Content section comes first */
    .elementor-element-15f4375f {
        order: 1 !important;
    }

    /* Image section comes after */
    .elementor-element-17315b0 {
        order: 2 !important;
    }

    .elementor-element.elementor-element-8d34669.e-con-full.e-flex.e-con.e-child {
        padding-top: 0;
    }
}

.nwdco-clickable {
    color: #000 !important;
}

h2.entry-title a {
    font-size: 25px !important;
}

a.elementskit-btn.whitespace--normal:hover {
    background-color: #004d7b !important;
}

@media (max-width: 1500px) {

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a {
        font-size: 16px !important;
    }

}

@media (max-width: 767px) {
    .elementor-icon-box-title a {
        width: 100%;
        display: block;
        font-size: 26px;
        line-height: 120%;
    }

    #readMoreContent {
        max-height: 80px;
        /* adjust as needed */
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    #readMoreContent.expanded {
        max-height: 1000px;
        /* large enough to show all */
    }

    .read-more-btn {
        display: inline-block;
        margin-top: 10px;
        background: #0073e6;
        color: #fff;
        border: none;
        padding: 6px 12px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .read-more-btn {
        display: none;
        /* hide button on desktop */
    }
}


.elementor-98 .elementor-element.elementor-element-d17f90b:not(.elementor-motion-effects-element-type-background),
.elementor-98 .elementor-element.elementor-element-d17f90b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f7f8f0 !important;
}

.elementor-98 .elementor-icon-box-title {
    color: #000 !important;
}

.elementor-98 .elementor-icon-box-description {
    color: #000 !important;
}

.elementor-element-93f9620 .elementor-heading-title.elementor-size-default {
    color: #000 !important;
}

.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-framed .elementor-icon,
.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-default .elementor-icon {
    color: #0eaa23 !important;
    border-color: #0eaa23 !important;
}

.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-framed .elementor-icon,
.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-default .elementor-icon svg {
    fill: #0eaa23 !important;
}

.elementor-98 .elementor-icon-list-text {
    color: #000 !important;
}

.elementor-98 .elementor-element.elementor-element-50493f5 {
    color: #000 !important;
}

.elementor-element.elementor-element-dde8e80.e-con-full.e-flex.e-con.e-child {
    border-top: 1px solid #000 !important;
}

.elementor-element.elementor-element-c4b3d37.e-con-full.e-flex.e-con.e-child {
    border-top: 1px solid #000 !important;
}

.elementor-2 .elementor-element.elementor-element-4a43d7d7.elementor-view-framed .elementor-icon,
.elementor-2 .elementor-element.elementor-element-4a43d7d7.elementor-view-default .elementor-icon {
    color: #000 !important;
    border-color: #000 !important;
}

.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-framed .elementor-icon {
    color: #000 !important;
    border-color: #000 !important;
}

.elementor-98 .elementor-element.elementor-element-4d3598c.elementor-view-framed .elementor-icon:hover {
    color: #0eaa23 !important;
    border-color: #0eaa23 !important;
}

.elementor-2 .elementor-element.elementor-element-4a43d7d7.elementor-view-framed .elementor-icon:hover {
    color: #0eaa23 !important;
    border-color: #0eaa23 !important;
}

.text-center .elementor-widget-container {
    display: flex;
    justify-content: center
}

.elementor-2 .elementor-element.elementor-element-47d3b165.elementor-view-framed .elementor-icon:hover {
    color: #0eaa23 !important;
    border-color: #0eaa23 !important;
}

.elementor-2 .elementor-element.elementor-element-3c360557 .elementskit-btn {
    gap: 6px !important;
}

#readMoreBtn {
    background-color: #0EAA23 !important;
    color: #fff;
}

#readMoreBtn i {
    position: relative;
    top: 1px;
}

#readMoreBtn:hover {
    background-color: #FFF !important;
    color: #000 !important;
}

/* Top Bottom Padding */

.elementor-2 .elementor-element.elementor-element-179404df {
    padding-top: 30px !important;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-179404df.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-532209a1 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-532209a1.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-46931e68 {
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-46931e68.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-4e17adbe {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-4e17adbe.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-25e9fdcb {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-25e9fdcb.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-74225c41 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-74225c41.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-2 .elementor-element.elementor-element-239f48d1 {
    padding-top: 65px;
    padding-bottom: 65px !important;
}

.elementor-element.elementor-element-239f48d1.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

.elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li:hover>a {
    margin-bottom: 0px;
}

/* Outer Form Container */
.form-container {
    padding: 30px 40px;
    border-radius: 4px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    width: 80%;
    margin: 30px auto 0;
}

/* Title Styling */
/* h2 {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 30px;
            padding-bottom: 15px; 
            position: relative;
        }

        h2::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: #ddd;
        }
        h2::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 80px; 
            height: 3px;
            background-color: #e44d26;
            z-index: 2;
        }  */

/* Layout for two fields per row */
.form-group-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

/* Input Group (for Floating Label Effect) */
.input-group {
    flex: 1;
    position: relative;
    padding-top: 0;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px 15px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    background: transparent;
    transition: border-color 0.3s ease;
}

/* Remove default height for textarea from the general selector */
.input-group textarea {
    resize: vertical;
    min-height: 120px;
}

/* 2. When the input is focused OR has content, move the placeholder up and shrink it */
.input-group input:focus+.placeholder,
.input-group input:not(:placeholder-shown):valid+.placeholder,
.input-group textarea:focus+.placeholder,
.input-group textarea:not(:placeholder-shown):valid+.placeholder {
    top: -10px;
    /* Move up outside the box */
    left: 10px;
    font-size: 12px;
    /* Shrink */
    color: #e44d26;
    /* Change color */
}

/* Placeholder/Label Styling (This text is inside the box initially) */
.placeholder {
    position: absolute;
    /* Initial position is inside the input box, matching the screenshot */
    top: 13px;
    left: 15px;
    font-size: 16px;
    color: #888;
    pointer-events: none;
    transition: all 0.2s ease-out;
    background-color: #fff;
    padding: 0 5px;
    line-height: 1;
}

/* --- THE KEY EFFECT: FLOATING LABEL AND HIGHLIGHT --- */

/* 1. When the input is focused, highlight the border (Red) */
.input-group input:focus,
.input-group textarea:focus {
    border-color: #0eaa23 !important;
    /* Highlight border */
}

/* 2. When the input is focused OR has content, move the placeholder up and shrink it */
.input-group input:focus+.placeholder,
.input-group input:not(:placeholder-shown):valid+.placeholder,
.input-group textarea:focus+.placeholder,
.input-group textarea:not(:placeholder-shown):valid+.placeholder {
    top: -10px;
    /* Move up outside the box */
    left: 10px;
    font-size: 12px;
    /* Shrink */
    color: #0eaa23;
    /* Change color */
}

/* Message input is slightly taller, needs a slight adjustment for the label */
.textarea-group .placeholder {
    top: 15px;
}

.textarea-group textarea:focus+.placeholder,
.textarea-group textarea:not(:placeholder-shown):valid+.placeholder {
    top: -10px;
}

/* Styling for the reCAPTCHA and Submit button */

.form-bottom-row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

/* reCAPTCHA Box Styling (to match the screenshot) */
.recaptcha-box {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    width: 150px;
    /* Fixed width to mimic the screenshot */
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.recaptcha-box input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #999;
}

.recaptcha-text {
    font-size: 14px;
    color: #333;
}

.recaptcha-icon {
    /* Placeholder for reCAPTCHA logo/link */
    font-size: 8px;
    color: #999;
    text-align: center;
    line-height: 1;
    margin-left: auto;
    /* Push to the right */
}

.recaptcha-icon img {
    width: 20px;
    /* Placeholder image size */
    height: 20px;
    display: block;
    margin: 0 auto 2px auto;
}

.submit-btn {
    display: flex !important;
    padding: 16px 0px !important;
    background-color: #333;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    transition: background-color 0.3s;
    box-shadow: none;
    width: 180px !important;
    justify-content: center;
    border: none !important;
}

.submit-btn:hover {
    background-color: #1b5c82 !important;
}

.submit-btn .arrow {
    margin-left: 3px;
    font-size: 2.2em;
    display: block;
    /* background-color: #000; */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 10px;
    text-align: center;
    transition: transform 0.2s;
}

.submit-btn:hover .arrow {
    transform: translateX(3px);
}


@media (max-width: 480px) {

    .form-group-row {
        flex-direction: column;
    }

    .md-map {
        padding: 0 !important;
        margin: 20px 0 !important;
    }

    .elementor-2 .elementor-element.elementor-element-179404df {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-179404df.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-532209a1 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-532209a1.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-46931e68 {
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-46931e68.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-4e17adbe {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-4e17adbe.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-25e9fdcb {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-25e9fdcb.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-74225c41 {
        padding-top: 15px !important;
        padding-bottom: 30px !important;
    }

    .marg-tp {
        margin-top: -10px;
    }

    .elementor-element.elementor-element-74225c41.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .elementor-2 .elementor-element.elementor-element-239f48d1 {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .elementor-element.elementor-element-239f48d1.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded .e-con-inner {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .banner-txt {
        font-size: 30px !important;
    }

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li.menu-item-has-children .sub-menu {
        margin: -25px 0px 0px 0px !important;
        padding: 0px 10px 10px 10px !important;
        color: #000 !important;
    }
}

@media (max-width: 400px) {

    .pos {
        object-position: 9% !important;
    }

    .elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text {
        font-size: .95rem !important;

    }

    .elementor-98 .elementor-element.elementor-element-00252f6 {
        padding-bottom: 0 !important;
    }

    .elementor-98 .elementor-element.elementor-element-ec035eb {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .elementor-98 .elementor-element.elementor-element-8818097 {
        padding-top: 0 !important;
    }

    .elementor-element.elementor-element-c4b3d37.e-con-full.e-flex.e-con.e-child {
        margin-top: 0 !important;
    }
}

.icon-down-arrow1 {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}

.icon-down-arrow1.rotate-arrow {
    transform: rotate(180deg);
}

.elementor-widget-image img {
    mix-blend-mode: darken !important;
}

/* .jeg-elementor-kit.jkit-nav-menu .jkit-menu li.menu-item-has-children:hover > a .icon-down-arrow1 {
  transform: rotate(180deg);
  transition: trans.form 0.3s ease;
} */

.abhi {
    font-family: "DM Sans";
    color: white;
}



@media (min-width: 768px) and (max-width: 1300px) {
    .elementor-99 .elementor-element.elementor-element-f9a578a {
        --width: 16% !important;
    }

    .elementor-99 .elementor-element.elementor-element-06c6399 {
        --width: 20% !important;
    }

    .elementor-99 .elementor-element.elementor-element-73a0b5a .jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu>li>a {
        font-size: 10px !important;
        padding: 10px 14px !important;
    }
}


/* Global Page Banner Styles */
.global-page-banner {
    position: relative;
    background: linear-gradient(135deg, #004d7b 0%, #1b5c82 100%);
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    /* Offset for the absolute header */
    text-align: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.global-page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

.banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 20px;
}

.banner-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 700;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    text-transform: capitalize;
    line-height: 1.2;
}

.banner-breadcrumb .breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.banner-breadcrumb a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.banner-breadcrumb a:hover {
    color: #0eaa23 !important;
}

.banner-breadcrumb .separator {
    color: rgba(255, 255, 255, 0.7);
    font-size: 10px;
    display: flex;
    align-items: center;
}

.banner-breadcrumb .current {
    color: #0eaa23 !important;
    font-weight: 600;
}

/* Page Content Area */
.page-content-area {
    padding: 80px 0;
    background-color: #ffffff;
    min-height: 400px;
}

.content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsive Fixes for Global Banner */
@media (max-width: 1024px) {
    .banner-title {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .global-page-banner {
        min-height: 280px;
        padding-top: 120px;
        /* More space on mobile if header stacks */
    }

    .banner-title {
        font-size: 32px;
    }

    .page-content-area {
        padding: 50px 0;
    }
}

@media (max-width: 480px) {
    .global-page-banner {
        min-height: 250px;
        padding-top: 100px;
    }

    .banner-title {
        font-size: 28px;
    }
}

/* Blog Archive & Grid Styles */
.blog-archive-area {
    padding: 80px 0;
    background-color: #f4f7f9;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.blog-card {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .post-thumbnail img {
    transform: scale(1.1);
}

.post-thumbnail.no-img {
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-img-placeholder {
    font-size: 50px;
    color: #ced4da;
}

.post-categories {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.post-categories a {
    background-color: #0eaa23;
    color: #ffffff !important;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.5px;
}

.post-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.post-meta i {
    color: #0eaa23;
    margin-right: 5px;
}

.post-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.post-title a {
    color: #004d7b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.post-title a:hover {
    color: #0eaa23;
}

.post-excerpt {
    font-size: 15px;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-footer {
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #004d7b;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 14px;
    transition: all 0.3s ease;
}

.read-more-btn:hover {
    color: #0eaa23;
    gap: 12px;
}

/* Pagination Styles */
.blog-pagination {
    margin-top: 60px;
}

.blog-pagination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.blog-pagination .page-numbers {
    min-width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffffff;
    color: #004d7b;
    text-decoration: none !important;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover {
    background: #0eaa23;
    color: #ffffff;
}

.blog-pagination .page-numbers.dots {
    background: transparent;
    box-shadow: none;
    color: #888;
}

/* Responsive Grid */
@media (max-width: 1100px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .blog-archive-area {
        padding: 60px 0;
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .post-thumbnail {
        height: 220px;
    }

    .post-title {
        font-size: 20px;
    }
}

/* Single Post Styles */
.single-post-area {
    padding: 80px 0;
    background-color: #ffffff;
}

.single-post-container {
    max-width: 900px;
    margin: 0 auto;
}

.post-meta-single {
    margin-bottom: 25px;
    display: flex;
    gap: 20px;
    color: #888;
    font-size: 14px;
}

.post-meta-single .meta-item i {
    color: #0eaa23;
    margin-right: 5px;
}

.post-featured-image {
    margin-bottom: 40px;
    border-radius: 15px;
    overflow: hidden;
}

.post-featured-image img {
    width: 100%;
    height: auto;
}

.post-content-entry {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.post-content-entry p {
    margin-bottom: 25px;
}

.post-footer-single {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.tags-title {
    font-weight: 700;
    color: #004d7b;
    margin-right: 10px;
}

.post-tags a {
    display: inline-block;
    padding: 5px 15px;
    background: #f4f7f9;
    color: #004d7b;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none !important;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.post-tags a:hover {
    background: #0eaa23;
    color: #fff;
}

.post-navigation {
    margin-top: 50px;
}

.post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.post-navigation a {
    color: #004d7b;
    font-weight: 700;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s ease;
}

.post-navigation a:hover {
    color: #0eaa23;
}

.post-categories-single {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.post-categories-single a {
    background: #0eaa23;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
}

/* Mobile Menu Fixes */
.jkit-nav-menu-container,
.jkit-menu-wrapper,
.jkit-nav-menu-mobile {
    z-index: 100000 !important;
    /* Higher than the header's 9999 */
}

/* Ensure the hamburger is clickable */
.jkit-hamburger-menu {
    position: relative;
    z-index: 100001 !important;
    cursor: pointer !important;
}

/* Prevent overlap from the global banner on mobile */
@media (max-width: 768px) {
    .nav-abl {
        z-index: 9999 !important;
    }

    .global-page-banner {
        z-index: 1;
        /* Ensure it stays below the header */
    }
}

@media (max-width: 768px) {
    .single-post-area {
        padding: 50px 0;
    }

    .post-content-entry {
        font-size: 16px;
    }

    .post-navigation .nav-links {
        flex-direction: column;
        gap: 15px;
    }
}

/* Load More Button Styles */
.load-more-wrapper {
    margin-top: 50px;
    text-align: center;
}

#load-more-btn {
    background-color: #004d7b;
    color: #ffffff !important;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

#load-more-btn:hover {
    background-color: #0eaa23;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#load-more-loader {
    font-size: 16px;
    color: #004d7b;
    font-weight: 600;
}

#load-more-loader i {
    margin-right: 10px;
    color: #0eaa23;
}

/* Ensure sub-menu is visible when active on mobile */
@media (max-width: 1024px) {

    .menu-item-has-children.jkit-menu-item-active>.sub-menu,
    .menu-item-has-children.active>.sub-menu {
        display: block !important;
        visibility: visible !important;
    }

    /* DEEP TARGET SUBMENU BLACKOUT */
    .sub-menu, 
    .sub-menu *, 
    .jkit-menu .sub-menu, 
    .jkit-menu .sub-menu li a, 
    .jkit-menu .sub-menu li a * {
        color: #000000 !important;
        -webkit-text-fill-color: #000000 !important;
        fill: #000000 !important;
    }
    .sub-menu li a {
        background-color: #ffffff !important;
        border-bottom: 1px solid #eee !important;
        padding: 12px 20px !important;
        display: block !important;
    }
}

/* ==========================================================================
   Modern Blog Archive CSS
   ========================================================================== */

/* Hero Section */
.news-media-banner {
    background-image: url('../image/blog-banner.jpg'); /* fallback if needed, or inline from theme */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    text-align: center;
    position: relative;
}
.news-media-banner::before {
    content: '';
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    background: rgba(14, 170, 35, 0.75); /* Green overlay as seen in image */
}
.news-media-banner .banner-content {
    position: relative;
    z-index: 2;
}
.news-media-banner .banner-title {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}
.news-media-banner .banner-subtitle {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.banner-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.banner-socials a {
    color: #ffffff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition: 0.3s;
}
.banner-socials a:hover {
    background: #ffffff;
    color: #0eaa23;
}

/* Filters */
.blog-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}
.filter-btn {
    background-color: #0d284f; /* dark blue */
    color: #ffffff !important;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.filter-btn:hover, .filter-btn.active {
    background-color: #0eaa23; /* active green */
}

/* Grid Layout */
.modern-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

/* Card Design */
.modern-blog-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 400px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.modern-blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.modern-blog-card .card-link-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.modern-blog-card .card-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}
.modern-blog-card:hover .card-bg-image {
    transform: scale(1.05);
}
.modern-blog-card .placeholder-bg {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #ccc;
}

/* Overlay Gradient */
.modern-blog-card .card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

/* Category Badge */
.card-category-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0eaa23;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 2;
}

/* Content Area */
.modern-blog-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.modern-blog-card .card-date {
    color: #f0f0f0;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 500;
}

.modern-blog-card .card-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    transition: color 0.3s;
}

.modern-blog-card .card-read-more {
    background-color: #0eaa23;
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
    transition: background-color 0.3s ease;
}
.modern-blog-card:hover .card-read-more {
    background-color: #0b8c1c;
}

/* Load More Button */
.load-more-wrapper {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.modern-load-more {
    background-color: #0eaa23;
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}
.modern-load-more:hover {
    background-color: #0b8c1c;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .modern-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .news-media-banner .banner-title {
        font-size: 36px;
    }
    .news-media-banner .banner-subtitle {
        font-size: 14px;
    }
    .modern-blog-card {
        height: 350px;
    }
}