.green-btn svg {
    width: 40px;
    height: 40px;
}
.green-btn span.elementor-button-text {
    display: flex;
    align-items: center;
}
ul {
    list-style: none;
    padding-left: 0;
}
.homelogos img.swiper-slide-image {
    min-width: 200px !important;
}
.homelogos .elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    min-width: 200px !important;
}
.main-banner span.swiper-pagination-bullet {
    background-color: #528B33;
    color: #528B33;
}
.main-banner .elementor-widget-n-carousel .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 6px;
    background: #FFFFFF33 !important;
}
.main-banner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 45px;
    background: #528B33 !important;
}.header-menu-bar {
    transition: background 0.3s ease;
}
.header-menu-bar.bg-black {
    background: #000000a8;
}
.formbtn span.elementor-button-icon  svg {
    width: 40px;
}

.testimonial-sec .elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    margin: 0px;
    width: 100% !important;
}
ul#menu-header-menu a.ekit-menu-nav-link {
    
    padding: 0px 6px 0px 6px !important;
}
section.services-section .services-grid {
    padding-bottom: 60px;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .testimonial-sec .e-con.e-flex>.e-con-inner {
        margin-right: 0px !important;
        max-width: 1335px !important;
    }
    ul#menu-header-menu {
    justify-content: space-around;
}
ul#menu-header-menu a.ekit-menu-nav-link {
    padding: 0px 7px 0px 7px !important;
    font-size: 14px !important;
}
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {

    body .testimonial-sec .e-con.e-flex>.e-con-inner{
        margin-right: 0px!important;
        max-width: 1700px;
        width: 100%;
    }
} 
@media screen and (min-width: 1600px) and (max-width: 1700px) {

    .testimonial-sec .e-con.e-flex>.e-con-inner{
        margin-right: 0px !important;
        max-width: 1640px;
    } 
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {

    .testimonial-sec .e-con.e-flex>.e-con-inner{
        margin-right: 0px !important;
        max-width: 1720px;
    } 
} 

.testimonial-sec .elementor-testimonial__image img {
    object-fit: contain;
}
.testimonial-sec {
    overflow: hidden;
}


.products-section {
    padding: 15px;
    max-width: 1430px;
    margin: auto;
}

.products-wrapper {
    overflow: hidden;
    width: 100%;
}

.products-grid {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}

.product-card {
    text-align: center;
    border-radius: 14px;
    transition: all 0.3s ease;
    min-width: calc((100% - 96px) / 5);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.product-card img {
    object-fit: contain;
    margin-bottom: 15px;
    border: 1px solid #0000001A;
    width: 260.79998779296875px;
    height: 280px;
    opacity: 1;
    border-radius: 4px;
    border-width: 1px;
    padding: 15px;
}

.product-card h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 6px;
    color: #000;
}

.product-card p {
    font-size: 15px;
    color: #555;
}

.product-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 40px;
}

.nav-arrow {
    border: none;
    background: none;
    cursor: pointer;
    padding: 10px;
}
.prev-btn {
    transform: rotate(180deg);
}
.products-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(280deg, #196035 0%, #528B33 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 2px;
}
.products-cta svg {
    width: 40px;
    height: 40px;
}

@media (max-width: 1100px) {
    .product-card {
        min-width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin: 20px !important;
    }
    .product-card {
        min-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 480px) {
    .product-card {
        min-width: 100%;
    }
}
.blog-section {
    max-width: 1430px;
    margin: auto;
    padding: 15px;
}
.blog-wrapper {
    overflow: hidden;
}
.blog-grid {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}
.blog-card {
    min-width: calc((100% - 72px) / 4);
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 12px 0px #0000001A;
}
.blog-card img {
    object-fit: cover;
    width: 332px;
    height: 280px;
    opacity: 1;
    border-radius: 4px;
}
.blog-content {
    padding: 18px 21px;
}
.blog-date {
    font-size: 15px;
    font-weight: 500;
    color: #4d8b3a;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat';
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    text-align: center;
    font-family: 'Montserrat';
}
.blog-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 30px;
}
button.nav-arrow:hover {
    opacity: 121212;
}
.nav-arrow {
    background: transparent;
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 6px;
    opacity: 0.3;
}

.prev-btn {
    transform: rotate(180deg);
}


.blog-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(280deg, #196035 0%, #528B33 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 2px;
}
.blog-cta svg {
    width: 40px;
    height: 40px;
}
button.nav-arrow {
    background: none !important;
}

button.nav-arrow img {
    width: 25px !important;
    display: flex;
    align-items: center;
}
@media (max-width: 1100px) {
    .blog-card {
        min-width: calc((100% - 48px) / 3);
    }
}

@media (max-width: 768px) {
    .blog-card {
        min-width: calc((100% - 24px) / 2);
    }
}
@media (max-width: 480px) {
    .blog-card {
        min-width: 100%;
    }
}
input#form-field-field_4aafd62 {
    border: 1px solid #C8D5DC;
    padding: 10px 10px;
    width: 100%;
}

.services-section {
    max-width: 1430px;
    margin: auto;
}
.services-wrapper {
    overflow: hidden;
}
.services-grid {
    display: flex;
    gap: 24px;
    transition: transform 0.5s ease;
}
.services-card {
    min-width: calc((100% - 72px) / 4);
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 12px 0px #0000001A;
    display: grid;
    gap: 20px
}
.services-card img {
    width: 100%;
    height: 277px;
    object-fit: cover;
    object-position: center center;
}
.services-learnmore img {
    max-width: 13px;
    height: auto;
}
.services-content p {
    line-height: 1.4;
    padding: 0px 25px 0px 25px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom:0px
}
.services-cta {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
section.services-section {
    margin-top: -277px;
}
.services-content {
    padding: 0px 20px;
    display: grid;
    gap: 20px;
    padding-bottom: 15px !important;
}
.services-learnmore a {
    text-transform: capitalize;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #196035;
    color: #196035;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    text-decoration: NONE;
}
.services-title {
    line-height: 1.4;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #000000;
}
.services-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(280deg, #196035 0%, #528B33 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 2px;
}
.services-cta svg {
    width: 40px;
    height: 40px;
}
@media (max-width: 1100px) {
    .services-card {
        min-width: calc((100% - 48px) / 3);
    }
}
@media (max-width: 668px) {
    .services-grid {
        display: grid;
    }
  body  .flexUser {
    gap: 5px !important;
}
body .header-menu-bar .green-btn svg {
    width: 30px !important;
    height: 30px !important;
}
body .header-menu-bar .green-btn a  {
        padding: 3px 03px 3px 10px;
}
.products-cta a {
    font-size: 14px;
}
}
@media (max-width: 768px) {
    .services-card {
        min-width: calc((100% - 24px) / 2);
    }
    section.services-section {
        margin-top: 0 !important;
    }
    .services-content p {
        padding: 0px;
    }
    .services-content {
        padding: 0px 15px;
    }
        body .carticon-header ul li svg{
    display:none !important;
}
.services-learnmore a {
    justify-content: start;
}

.services-title {
    text-align: start;
}
.search-filter {
    justify-content: start;
    padding: 0px 20px;
}
.services-content p {
    text-align: start;
}

}
@media (max-width: 480px) {
    .services-card {
        min-width: 100%;
    }
}
/* ===== Case Studies Section ===== */
.case-studies-section {
    padding:  20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.case-studies-section h2 {
    font-size: 32px;
    color: #1f2937;
    text-align: center;
    margin-bottom: 20px;
}

.case-studies-section p {
    max-width: 800px;
    margin: 0 auto 40px auto;
    text-align: center;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
}
.case-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
/* Case Card */
.case-card {
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
/* Image / Video */
.case-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}
/* Card Content */
.case-content {
    padding: 20px;
}
.case-date {
    font-size: 14px;
    font-weight: 500;
    color: #4d8b3a;
    margin-bottom: 8px;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Montserrat';
}
.case-title {
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.case-description {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.5;
    margin-bottom: 15px;
}
/* PDF Download Button */
.case-download {
    transition: background 0.3s ease, transform 0.3s ease;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
    border-style: solid;
    border-radius: 15px 2px 15px 2px;
    padding: 10px 20px 10px 20px;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
}

.case-download:hover {
    background-color: #e3e3e3;
    transform: translateY(-2px);
    color: #fff;
}
/* ===== Responsive ===== */
@media (max-width: 1200px) {
    .case-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .case-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 676px) {
    .case-grid {
        grid-template-columns: 1fr;
    }
    .case-studies-section h2 {
        font-size: 28px;
    }
    .case-studies-section p {
        font-size: 15px;
    }
    case-cta a {
        font-size: 13px;
    }
}
.case-navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding-top: 30px;
    margin-top:40px;
}
button.nav-arrow:hover {
    opacity: 121212;
}
.case-cta a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 3px 3px 3px 20px;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(280deg, #196035 0%, #528B33 100%);
    border-top-left-radius: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 2px;
}
button.case-arrow {
    background: none;
    border: none;
}
.case-cta svg {
    width: 40px;
    height: 40px;
}
aside.download-box {
    width: 100%;
}
.resourcescatalog .e-con-inner {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    align-items: stretch;
}
.download-box h1 {
    font-size:25px !important;
}
.download-link {
    background-color: transparent;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
    border-style: solid;
    border-radius: 15px 2px 15px 2px;
    padding: 11px 20px 11px 20px;}

body.search main#content {
    padding-top: 190px;
    display: grid;
    gap: 25px;
    padding-bottom: 90px;
}
body.search main#content h1{
    font-size: 35px;
    margin: 0px;
    font-weight:600;
    color:000;
}
body.search main#content .page-content {
    display: grid;
    gap: 15px;
}

body.search main#content article.post {
    display: grid;
    gap: 15px;
}
body.search main#content h2 {
    font-size: 30px;
    margin: 0px;
    font-weight:600;
    color:#000;
}
body.search main#content a {
    color:#000;
}
body.search main#content p {
    font-family: 'Montserrat';
    margin: 0px;
}
body.search .header-menu-bar{
    background: #000000a8;
}
.elementor-2614 .elementor-element.elementor-element-4af20ea .elementskit-post-body .entry-title {
    margin-bottom: 10px !important;
}
body.wp-singular.post-template-default.single.single-post main#content {
    padding-top: 150px;
    padding-bottom: 90px;
}

/* course page css */

.filters {
    display: flex;
    gap: 25px;
    font-weight: bold;
}
.filters .filter {
    position: relative;
    cursor: pointer;
}
.filters ul.filter-options {
    position: RELATIVE;
    background: #fff;
    margin: 0px;
    width: 100%;
    z-index: 10;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
}
.filters ul.filter-options li {
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.filters ul.filter-options li:hover {
    background: #f0f0f0;
}
.reset {
    margin-left: auto;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: max-content;
    padding: 16px 20px;
    background: #307234;
}
.course-grid {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.card-header .content {
    display: grid;
    gap: 11px;
}
.course-card {
    border: 1px solid #00000040;
    border-radius: 4px;
    overflow: hidden;
}
.card-header {
    display: flex;
    gap: 15px;
    padding: 20px;
    cursor: pointer;
    align-items: flex-start;
    transition: 0.3s;
}
.card-header:hover {
    background: #fafafa;
}
.card-header img {
    width: 90px;
    height: 70px;
    object-fit: cover;
}
.content h3 {
    font-size: 16px !important;
    margin: 0px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat';
}
.content p {
    font-size: 13px;
    color: #171616;
    margin: 0px;
    font-family: 'Montserrat';
}
.tag {
    font-size: 11px;
    padding: 4px 8px;
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 4px;
    font-weight: 600;
}
.marketing {background: #f4b400;margin: 0px;width: max-content;}
.design {background: #00c853;width: max-content;}
.arrow {
    margin-left: auto;
    font-size: 22px;
    transition: transform 0.3s ease;
}
.accordion {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
}
.course-card.active .accordion {
    display: grid;
    gap: 14px;
}
.course-card.active .arrow {
    transform: rotate(90deg);
}
.accordion a {
    background-color: transparent;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
    border-style: solid;
    border-radius: 15px 2px 15px 2px;
    padding: 10px 23px 10px 23px;
    text-decoration:none;
    display: block;
    width: max-content;
}.filter-options .innfeiter ul {
    display: none;
    margin-left: 15px;
}

.filter-options .innfeiter ul.show {
    display: block;
}
.filter-options .innfeiter ul.show {
    position: absolute;
    top: 49px;
    margin: 0px;
    left: 0;
    background: #ffff;
    display: grid;
    gap: 10px;
    box-shadow: 0px 5px 12px #eee;
}
.filter-options .innfeiter ul.show li {
    border: none;
    padding: 10px;
    font-weight: 500;
}
.filters ul.filter-options li svg{
    width: 12px;
}
.card-header .content small {
    background: #307234;
    width: 100%;
    max-width: max-content;
    padding: 3px 7px;
    color: #fff;
    text-transform: capitalize;
    font-family: "Montserrat", Sans-serif;
    font-size:10px;
}


@media (max-width: 668px) {
    .filters {
        flex-wrap: wrap;
    }

    .course-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .card-header {
        flex-wrap: wrap;
    }
    .current-wapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }
    body .woocommerce ul.products li {
        margin-right: 0px !important;

    }
    body .event-details-contant {
        grid-template-columns: 100% ;
    }
    body .resourcescatalog  .e-con-inner {
        flex-wrap: wrap;
        display: flex;
    }
}
@media screen and (max-width: 998px) and (min-width: 669px) { 
    .course-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .current-wapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

}

.Career-grid {
    background-image: url(https://kaleenwala.co/seq/wp-content/uploads/2026/01/Blog_5-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-wapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.Career-grid a {
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.Career-grid h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;

}

.Career-grid p {
    color: #fff;
    line-height: 1.4;

}
.career-content-box {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    padding: 50px;
    background: #000000b3;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: translateY(0px); 
}
.Career-grid:hover .career-content-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* .single .header-menu-bar {
background: #0000005c; 
} */
.single main#main {
    padding-top: 190px;
}
body.archive.tax-product_cat main#main {
    padding-top: 190px;
}
body.archive.tax-product_cat .header-menu-bar {
    background: #00000078;
}
.woocommerce ul.products {
    display: flex;
    margin: 0px;
    justify-content: start;
    flex-wrap: wrap;
}
.woocommerce ul.products li {
    margin-bottom: 40px !important;
    padding: 20px !important;
    border: 1px solid #dddd;
    margin-right: 20px !important;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 14%);
}
h2.woocommerce-loop-category__title {
    color: #000;
    line-height: 1.4;
}
body.archive.tax-product_cat div#primary {
    padding-top: 40px;
    background: #1960350D;
}
p.woocommerce-result-count {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
h1.woocommerce-products-header__title.page-title {
    text-align: start;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 30px;
    margin: 0px;
}
h2.woocommerce-loop-product__title {
    color: #000;
    font-size: 18px !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #027436 !important;
    font-family: 'Montserrat';
    font-weight: 500;
}
.woocommerce ul.products li.product .button {
    color: #FFFFFF;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
    border-style: solid;
    border-radius: 15px 2px 15px 2px;
    padding: 10px 23px 10px 23px;
    text-transform: capitalize;
    font-family: 'Montserrat';
    line-height: 1.4;
}
nav.woocommerce-breadcrumb ,a {
    font-family: 'Montserrat';
}
body.logged-in .carticon-header {
    display: block !important;
}
body .carticon-header {
    display: none;
}
body.search main#content .page-content img {
    max-width: 700px;
    object-fit: contain;
}
tbody th,td {
    text-align: start;
}
.woocommerce table.shop_attributes td p {
    padding-left: 10px;
    color: #000 !important;
}
body .woocommerce table.shop_attributes td p a {
    color: #000;
    font-style: normal !important;
}
.woocommerce-tabs.wc-tabs-wrapper h2 {
    font-size: 20px !important;
    font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
    font-family: 'Montserrat';
}
form.cart .variations th {
    font-size: 18px !important;
}
.woocommerce-variation-description p {
    font-size: 16px;
    font-family: 'Montserrat';
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
    color: #000;
}
button.single_add_to_cart_button.button.alt {
    margin-left: 0px  !important;
}
.woocommerce div.product p.stock {
    margin: 15px 0px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat';
}
a.reset_variations {
    font-weight: 600;
}

ol.flex-control-nav.flex-control-thumbs {
    width: 100%;
    max-width: 700px;
    overflow: scroll !important;
    display: flex;
    overflow-y: hidden !important;
    gap: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 108px !important;
    width: 100%;
}
h1.entry-title {
    display: none !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 118px;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
.alignwide {
    margin: 0px !important;
}
.wc-block-components-product-badge {
    padding: 10px;
    font-family: 'Montserrat';
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
}
a.wc-block-components-product-name {
    text-decoration: none;
    font-weight: 700;
}
.wc-block-components-product-badge {
    padding: 5px 10px !important;
    font-family: 'Montserrat';
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    text-decoration: none;
}

a.wc-block-components-product-name {
    text-decoration: none;
    font-weight: 700;
}

button.wc-block-cart-item__remove-link {
    background: #3f7c3b !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-family: 'Montserrat';
    font-size: 15px !important;
    padding: 5px 10px !important;
    color: #fff !important;
}
.woocommerce table.shop_table.wishlist_table tr td a {
    color: #000;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 15px;
}
body.archive.post-type-archive.post-type-archive-product main#main {
    padding-top: 190px;
}
body.archive.post-type-archive.post-type-archive-product  .header-menu-bar {
    background: #00000087;
}
/* ===== Events Section ===== */
.events-section {
    padding: 60px 0;
    background: #f7f9f8;
}

.events-intro {
    max-width: 850px;
    margin-bottom: 40px;
}
.events-grid {
    display: grid;
    grid-template-columns:32%  32% 32%;
    gap: 25px;
}
.event-card {
    background: #ffffff;
    padding: 25px;
    border-left: 5px solid #2e7d32;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: grid;
    gap: 8px;
}
.event-details-contant {
    gap: 10px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.event-card h3 {
    margin: 0px;
    font-size:22px;
    font-weight:600;
    color:#000;
}
.event-meta {
    font-size: 0.9em;
    color: #555;
    margin-bottom: 0px;
    line-height: 22px;
    font-family: 'Montserrat';
    color: #000;
}
.event-details {
    font-size: 0.9em;
    margin-bottom: 0px;
}
.event-details span {
    display: block;
    font-family: 'Montserrat';
    color: #000;
}
.event-card p {
    margin: 0px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
}
body.wp-singular.product-template-default.single.single-product h1.product_title.entry-title.elementor-heading-title.elementor-size-default {
    display: flex;
    justify-content: center;
}
ol.flex-control-nav.flex-control-thumbs li {
    list-style: none;
}
div#radio_1768887192_field ul {
    display: flex;
    padding: 7px;
    border: 1px solid #eee;
    align-items: center;
    gap: 10px;
}
div#radio_1768887192_field ul li {
    display: flex;
    align-items: center;
    gap: 0px;
}
div#radio_1768887192_field ul li label.radio {
    margin: 0px;
}
body .ur-submit-button {
    border: none !important;
    border-radius: 15px 0px 15px 0px  !important;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%) !important;
}
nav.woocommerce-MyAccount-navigation li {
    padding: 10px;
    background: #257047;
    color: #fff;
    margin-bottom: 10px;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
}
nav.woocommerce-MyAccount-navigation .woocommerce-notices-wrapper p {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-notices-wrapper p a {
    display: flex;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li a br {
    display: none;
}

.woocommerce-Addresses h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px !important;

}
.woocommerce-Addresses address {
    font-style: normal;
}
.woocommerce-account .addresses .title .edit br {
    display: none;
}
.woocommerce-account .addresses .title .edit {
    background: #1a918d;
    padding: 10px;
    color: #fff;
    float: none;
    display: block;
}
.woocommerce-Addresses p {
    margin-bottom: 0px;
}
.woocommerce form .form-row br {
    display: none;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    border-color: #ddd;
    line-height: 1.5;
}

fieldset {
    border-color: #ddd;
}
button.woocommerce-Button.button {
    padding: 10px 20px;
    background: #257047;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.4;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 30px !important;
    background: #196035;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h2 {
    color: #fff;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 form.woocommerce-form.woocommerce-form-login.login {
    border: none;
    padding: 0px;
}
.woocommerce .col2-set .col-1 p.woocommerce-LostPassword.lost_password a {
    color: #18fff4ee;
}
.woocommerce .col2-set .col-1 button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #fff;
    color: #000;
}
.woocommerce .col2-set .col-1 p.form-row {
    padding-top: 10px;
}

.woocommerce .col2-set .col-2 form.woocommerce-form.woocommerce-form-register.register {
    border: none;
    padding: 0px;
}
.u-column2.col-2 {
    padding: 30px !important;
}
.woocommerce .col2-set h2 {
    margin: 0px;
}

button.user-registration-Button.button.ur-submit-button {
    margin-top: 15px;
}
form.user-registration-form.user-registration-form-login.login span {
    font-family: 'Montserrat';
    font-weight: 500;
}
form.user-registration-form.user-registration-form-login.loginlabel {
    font-family: 'Montserrat';
    font-weight: 500;
}

div#ur-frontend-form p {
    font-family: 'Montserrat';
}
div#ur-frontend-form input.user-registration-Button.button.ur-reset-password-btn {
    background: #257047;
}
.ur-frontend-form.login #user_login {
    padding: 10px !important;
    line-height: 1.5;
    height: 45px !important;
    max-height: 45px !important;
}
div#radio_1768887192_field ul li {
    margin-bottom: 0px;
}
input.user-registration-Button.button.button-primary {
    background: #257047 !important;
}
.user-registration-myaccount-notice-box {
    border-color: #257047 !important;
}
form.user-registration-EditProfileForm.edit-profile p {
    font-family: 'Montserrat';
}
div#user-registration a {
    font-family: 'Montserrat' !important;
}
.user-registration-MyAccount-content input {
    font-family: 'Montserrat';
}
#user-registration.vertical .user-registration-MyAccount-navigation--wrapper ul .user-registration-MyAccount-navigation-link.is-active a {
    color: #257047 !important;
}
#user-registration.vertical .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    border-color: #257047 !important;
}
.ur-thank-you-page .thank-you-page-container .ur-button-wrapper .ur-redirect-btn {
    background: #1b6b30;
}
.elementskit-megamenu-panel {
     max-width:700px !important;
    left: 0 !important;
    top:28px !important;
    width:100%;
}
ul.product-categories li a {
    color: #000;
    font-family: 'Montserrat';
}
.elementor-10 .elementor-element.elementor-element-2a1f96d .elementskit-navbar-nav > li > a .elementskit-submenu-indicator {
    fill: #fff;
}


  .media-section {
  padding: 80px 20px;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
}

.media-section {
  padding: 80px 20px;
  background: #f7f7f7;
  font-family: Arial, sans-serif;
  padding-top: 190px;
}
.media-container {
    max-width: 1200px;
    margin: 0 auto;
}
.media-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    max-width: 50%;
    margin: 0 auto;
    height: fit-content;
}
section.media-section  .media-flex {
    gap: 35px;
}
.media-box video,
.media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
 .media-section .content-box h2 {
  font-size: 36px !important;
  font-weight: 700;
  color: #111;
  margin-bottom: 16px;
}
 .media-section .content-box p {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 28px;
  font-family: 'Montserrat';
}
.primary-btn {
  display: inline-block;
  padding: 14px 34px;
  background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}
@media (max-width: 900px) {
 .media-section .content-box h2 {
    font-size: 28px;
  }
}

body.wp-singular.seq_case_studies-template-default .header-menu-bar {
    background: #0000007a;
}
.content-box {
    max-width: 50%;
}
a.secondary-btn {
    color: #ffffff;
    padding: 17px 20px;
    background: #289895;
    border-radius: 100px;
    font-weight: 600;
}
body.wp-singular.seq_careers-template-default .header-menu-bar {
    background: #00000082 !important;
}
.career-content-box a {
    text-decoration: none;
}
.career-content-box a:hover {
    color: #fff;
}
.services-cta a:hover{
    color: #fff;
}
.products-cta a:hover {
    color: #fff;
}
.blog-cta a:hover {
    color: #fff;
}
/* ================= traning course page css start====================== */

        .hero-overlay {
            height: 100%;
            background: rgba(0, 0, 0, 0.55);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-align: center;
            padding: 20px;
        }

        .search-filter {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: center;
        }

        .search-filter input,
        .search-filter select {
            padding: 12px 15px;
            border: none;
            border-radius: 4px;
            width: 220px;
            font-size: 14px;
        }

        .search-filter button {
            padding: 12px 25px;
            background: #196035;
            border: none;
            color: #fff;
            font-size: 14px;
            border-radius: 4px;
            cursor: pointer;
        }

        .search-filter button:hover {
            background: #196035;
        }

        .course-contant-box {
            padding: 10px;
        }

        .course-container {
            max-width: 1200px;
            margin: 40px auto;
            display: grid;
            grid-template-columns: 23.33% 23.33% 23.33% 23.33%;
            justify-content: center;
            gap: 20px;
        }

        .course-container .course-card {
            background: #fff;
            border-radius: 6px;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }

        .course-container .course-card:hover {
            transform: translateY(-5px);
        }

        .course-container .course-card img {
            width: 100%;
            height: 140px;
            object-fit: cover;
        }

        .course-container .course-card h4 {
            margin: 12px 0 5px;
            font-size: 16px;
            font-weight: bold;
            text-transform: capitalize;
            font-family: "Montserrat", Sans-serif;
        }

        .course-container .course-card p {
            margin: 0 0 12px;
            font-size: 13px;
            color: #777;
            font-family: "Montserrat", Sans-serif;
        }

        .course-container .course-card .btn {
            display: block;
            margin-bottom: 15px;
            padding: 8px 25px;
            background: #196035;
            color: #fff;
            font-size: 13px;
            font-weight: bold;
            text-decoration: none;
            border-radius: 3px;
            transition: background 0.3s ease;
            font-family: "Montserrat", Sans-serif;
            margin-top: 10px;
        }

        .course-contant-box  .course-taxonomy {
            width: 100%;
            
        }
        .course-container .course-card .btn:hover {
            background: #a61b1b;
        }

        .select-wrapper {
            position: relative;
            display: inline-block;
        }

        .select-wrapper::after {
            content: "";
            background-image: url("https://kaleenwala.co/seq/wp-content/uploads/2026/02/icon.png");
            width: 12px;
            height: 12px;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background-size: cover;
            pointer-events: none;
        }

        .select-wrapper  select {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-right: 30px;
        }

        /* ========== */
     @media screen and (max-width: 668px){

        .course-container {
            grid-template-columns: 100%;
        display: 100%;
        padding: 20px 20px;
    }
        .course-container .course-card img {
        object-fit: cover;
        height: 300px;
    }
        }

        @media screen and (max-width: 768px) and (min-width: 1024px) {
 .course-container {
            grid-template-columns: 45% 45%;
        display: 100%;
        padding: 20px 20px;
    }
         }


         /* ============ */

body.wp-singular.course-template-default.single main#content {
    padding-top: 200px;
}
body.wp-singular.course-template-default.single .header-menu-bar {
    background: #0000005e;
}
html body a.download-link:hover {
    color: #fff;
}
body .elementskit-megamenu-panel {
    max-width: 700px !important;
    left: 0 !important;
    top: 25px !important;
    width: 100%;
}
.career-content-box a {
    margin-top: 10px !important;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    color: #000 !important;
    border-radius: 10px 0px 10px 0px;
    padding: 10px;
    display: block;
    width: max-content;
}
.woocommerce-product-gallery__image.flex-active-slide  a img {
    width: 100%;
    object-fit: cover;
}

ol.flex-control-nav.flex-control-thumbs li img {
    max-width: 100px;
}

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

	body.wp-singular.product-template-defaul h2 {
    font-size: 30px !important;
}

h2.product_title.entry-title.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
	    text-align: start;
}
body.wp-singular.product-template-default.single.single-product h2 {
    font-size: 30px;
	    text-align: start;
}
.elementor-2816 .elementor-element.elementor-element-abede3d.elementor-wc-products ul.products {
    display: block;
    padding-bottom: 30px;
}
.elementor-2816 .elementor-element.elementor-element-abede3d.elementor-wc-products ul.products 	li.product.type-product {
    display: block;
}


body.wp-singular.product-template-default.single.single-product p {
    text-align: start;
}
body.wp-singular.product-template-default.single.single-product 	.download-link {
    background-color: transparent;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
}
}

body.wp-singular.product-template-default.single.single-product h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 25px;
    padding-top: 10px;
}
ul.tabs.wc-tabs {
    display: flex;
    justify-content: start;
    gap: 20px;
    padding-bottom: 30px;
}
ul.tabs.wc-tabs li a {
    color: #000;
     border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 18px;
}
form.cart {
    gap: 10px;
}
ul.tabs.wc-tabs li.active a {
    background: #458133;
    
}
ul.tabs.wc-tabs li.active a {
    color: #fff !important;
}


body.wp-singular.product-template-default.single.single-product h2 {
    font-size: 25px !important;
    list-style: none;
    line-height: 1.4;
}
body.wp-singular.product-template-default.single.single-product h3 {
    font-size: 20px !important;
    list-style: none;
    line-height: 1.4;
}

.search-filter input#course-search {
    width: 300px !important;
}
.search-filter button#course-filter-btn {
    border: navajowhite;
    padding: 10px 20px;
}
 .meta-item {
    font-family: "Montserrat", Sans-serif;
    padding: 10px 0px 0px 0px;
}
 span.meta-item {
    padding: 10px 0px 0px 0px !important;
    FONT-SIZE: 12PX;
}
.meta-item {
    display: inline-block;
    padding: 10px 20px 10px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 12px;
    padding: 0px;
}
 .course-taxonomy {
padding: 5px 0px;
    font-size: 12px;
      font-family: "Montserrat", Sans-serif;
} 

body.wp-singular.course-template-default.single .career-description p {
    font-family: "Montserrat", Sans-serif;
}

body.archive.post-type-archive.post-type-archive-course .page-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: stretch;
}
body.archive.post-type-archive.post-type-archive-course img.attachment-large.size-large.wp-post-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
body.archive.post-type-archive.post-type-archive-course .page-content article.post {
    width: 31%;
    border: 1px solid #dddd;
    border-radius: 10px;
    max-height: 100%;
}
body.archive.post-type-archive.post-type-archive-course .page-content h2.entry-title {
    font-size: 18px  !important;
    padding: 10px 20px;
    margin: 0px;
}
 body.archive.post-type-archive.post-type-archive-course  main#content {
    padding-top: 190px;
} 
/* .elementor-element.elementor-element-5103b9d.e-con-full.header-menu-bar.e-flex.e-con.e-child {
    background: #00000073;
} */
body.archive.post-type-archive.post-type-archive-course .page-content p {
    padding: 10px 20px;
}
@media (max-width: 768px) {
   body.archive.post-type-archive.post-type-archive-course .page-content {
    display: block;
   
}
body.archive.post-type-archive.post-type-archive-course .page-content article.post {
    width: 100%;
}
.course-container .course-card .btn {
    width: 70%;
}
}
@media (max-width:1024px) {
  
.course-container .course-card .btn {
    width: 70% !important;
}
}
.course-container .course-card .btn {
    position: absolute;
    bottom: 0%;
    width: 100%;
    max-width: 200px;
    left: 13%;
}
.course-contant-box {padding-bottom: 60px;}

.course-card {
    position: relative;
}
section.media-section span {
    font-size: 14px !important;
}
.media-section .course-taxonomy {
    font-size: 14px;
}
.media-section .meta-item {
    font-size: 14px;
    padding-bottom: 10px;
}
.career-description p {
    margin-bottom: 10px !important;
}
body.archive.post-type-archive.post-type-archive-course .page-content h2.entry-title a {
    color: #000;
    font-weight: 700;
}
.course-pagination .page-numbers.current {
    background: #196035;
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.course-pagination {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.course-pagination a {
    color: #000;
    text-decoration: none !important;
    font-size: 20px;
    font-family: 'Montserrat';
}
#form1929 .elementor-message.elementor-message-success.elementor-message-svg , #user-registration-form-3456 .user-registration-message {
    background: #e6f9f0;
    border: 2px solid #28a745;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}
/* Chrome, Edge, Safari */
.mobile_number input::-webkit-outer-spin-button,
.mobile_number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.mobile_number input[type=number] {
    -moz-appearance: textfield;
}

.password-input-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 15px;
    transform: translateY(-50%);
    font-size: 18px;
}

#ur-full-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.96);
    z-index: 999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.ur-loader-content {
    text-align: center;
}

.ur-big-spinner {
    width: 75px;
    height: 75px;
    border: 6px solid #eee;
    border-top: 6px solid #2e7d32;
    border-radius: 50%;
    animation: urspin 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes urspin {
    100% { transform: rotate(360deg); }
}

#ur-full-loader p {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px;
}

body div#user-registration-form-3456 {
        max-width: 100% !important;
}

.elementor-63 .elementor-element.elementor-element-b9b0c2f .elementor-message.elementor-message-danger {
    color: #FF2222 !important;
}
main#content {
    min-height:200px;
}


.e-con-inner .download-link.download-button {
    display: block !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 80px !important; /* SAME HEIGHT FIXED */
    min-height: 80px !important;
    max-height: 80px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}
h2#reply-title small {
    padding-left: 15px;
}

li.share-button > p {
    display: none !important;
}
/* Remove unwanted line breaks */
.share-button a br,
.share-button a p {
    display: none !important;
}

/* Make all share buttons equal size */
.share-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    line-height: 38px;
    padding: 0 !important;
}

/* Make SVG size consistent */
.share-button a svg {
    width: 16px;
    height: 16px;
}

/* Remove extra spacing */
.share-button {
    list-style: none;
    margin: 0 5px 0 0;
}
.download-box h1 {
    min-height: 70px;
}
body.wp-singular.page-template-default main#content.post-4958 {
    padding-top: 0px !important;
}


body.wp-singular.our_services-template-default .elementor-element.elementor-element-5103b9d.e-con-full.header-menu-bar.e-flex.e-con.e-child {
    background: #0000007a;
}
.elementor-element.elementor-element-5103b9d.e-con-full.header-menu-bar.e-flex.e-con.e-child.bg-black {
    background: #0000007a;
}
body.wp-singular.our_services-template-default main#content{
    padding-top: 190px;
}

.download-box img.wp-post-image {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.dlm-xhr-loading-gif {
    width:30px !important;
    
}
.ekit-template-content-footer 
.elementor-message.elementor-message-success.elementor-message-svg {
    
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    background: #fafafa;
    color: #121212;
    padding: 35px 70px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
    
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    
    z-index: 9999;
    animation: popupFade 0.4s ease-in-out;
}

/* Optional smooth animation */
@keyframes popupFade {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.ekit-template-content-footer .elementor-message-svg:before{
    background-size:20px;
    
}
.user-name {
    font-size: 14px !important;
    color: #FFFFFFCC !important;
    transition: color 0.3s !important;
    align-self: center;
    padding-inline-start: 5px;
}
.flexUser span {
    display: flex;
    align-items: center;
    color: #FFFFFFCC !important;
}
.empty-cart-shop-btn {
    margin-top: 50px;
    background-image: linear-gradient(180deg, #196035 0%, #528B33 100%);
    padding: 15px;
    color: #fff;
    text-decoration: inherit !important;
    font-weight: 600;
    font-family: 'Montserrat';
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
}

.empty-cart-shop-btn:hover {
    background: #218838;
     color: #FFFFFF;
}

span.user-name.flex {
    display: flex;
    align-items: center;
    gap: 4px;
}
.cartIcon a#elementor-menu-cart__toggle_button {
    border: none !important;
}

.elementor-menu-cart__toggle {
    border: none !important;
}
a#elementor-menu-cart__toggle_button {
    border: none !important;
}