.theme-yellow {
    --theme-accent: #528252;
    --theme-accent-dark: #3f6d43;
}

.theme-blue {
    --theme-accent: #528252;
    --theme-accent-dark: #003c1a;
}

.theme-orange {
    --theme-accent: #f05a28;
    --theme-accent-dark: #bc3e18;
}

.theme-green {
    --theme-accent: #528252;
    --theme-accent-dark: #003c1a;
    --theme-accent-light: #eef5ee;
}

.theme-green .topbar-style-2,
.theme-green .header-style-3 .navigation,
.theme-green .site-footer .copyright-info {
    background-color: var(--theme-accent-dark);
}

.theme-green .site-footer .upper-footer {
    background-color: #0b2f1c;
}

.theme-green .hero .slide-caption h2 span,
.theme-green .hero .slide-caption h1 span,
.theme-green .cta h2 span {
    color: #f4f7ef;
}

.hero .hero-slider .slide-caption > h1 {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3em;
    margin: 0 0 0.27em;
    opacity: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption > h1 {
    animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.page-title h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 800;
    margin: 1em 0 0.23em;
}

@media (max-width: 1199px) {
    .hero .hero-slider .slide-caption > h1 { font-size: 2.33333rem; }
    .page-title h1 { font-size: 2.8rem; }
}

@media (max-width: 991px) {
    .page-title h1 { font-size: 2.33333rem; }
}

@media (max-width: 767px) {
    .hero .hero-slider .slide-caption > h1 { font-size: 1.86667rem; }
    .page-title h1 { font-size: 1.86667rem; font-weight: bold; }
}

.site-header .site-logo img {
    max-height: 108px;
    width: auto;
}

.site-header .navigation {
    min-height: 118px;
}

.header-style-3 .site-logo {
    margin-top: 4px;
}

.header-style-3 .navigation-holder {
    margin-right: 0;
}

@media screen and (min-width: 992px) {
    .header-style-3 #navbar > ul > li > a {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}

@media (max-width: 767px) {
    .site-header .site-logo img {
        max-height: 72px;
    }
}

.hero-slider .slide .slider-bg,
.offer-section .offer-pic img {
    object-fit: cover;
}

.offer-section .offer-pic:after {
    display: none;
}

.theme-green .cta:before {
    background-color: rgba(11, 47, 28, 0.9);
}

.services-s3 .img-holder img {
    aspect-ratio: 600 / 365;
    object-fit: cover;
    width: 100%;
}

.contact-section .contact-women {
    opacity: 0.12;
}

.contact-section .contact-women img {
    max-width: 520px;
}

.contact-form-s1 form > .contact-message {
    width: 100%;
    clear: both;
}

.contact-form-s1 .contact-message textarea {
    min-height: 130px;
    border: 0;
    resize: vertical;
}

.site-footer .footer-logo img {
    max-width: 170px;
}

.theme-btn,
.theme-btn-s2:hover,
.theme-btn-s5,
.slick-prev,
.slick-next,
.services-s3 .details,
.feature-grid .icon,
.contact-form-s1 .submit-btn-wrap input,
.site-footer .widget h3:after,
.section-title-s3 h2:after,
.section-title-s6 h2:after,
.section-title-s7 h2:after,
.section-title-white h2:after {
    background-color: var(--theme-accent);
    border-color: var(--theme-accent);
}


.theme-green .theme-btn,
.theme-green .theme-btn-s2,
.theme-green .theme-btn-s3,
.theme-green .theme-btn-s4,
.theme-green .theme-btn-s5,
.theme-green .theme-btn:hover,
.theme-green .theme-btn:focus,
.theme-green .theme-btn-s2:hover,
.theme-green .theme-btn-s2:focus,
.theme-green .theme-btn-s3:hover,
.theme-green .theme-btn-s3:focus,
.theme-green .theme-btn-s4:hover,
.theme-green .theme-btn-s4:focus,
.theme-green .theme-btn-s5:hover,
.theme-green .theme-btn-s5:focus,
.theme-green input.theme-btn,
.theme-green input.theme-btn:hover,
.theme-green input.theme-btn:focus {
    color: #fff;
    border-color: #fff;
}

.theme-green .theme-btn i,
.theme-green .theme-btn-s2 i,
.theme-green .theme-btn-s3 i,
.theme-green .theme-btn-s4 i,
.theme-green .theme-btn-s5 i,
.theme-green .theme-btn svg,
.theme-green .theme-btn-s2 svg,
.theme-green .theme-btn-s3 svg,
.theme-green .theme-btn-s4 svg,
.theme-green .theme-btn-s5 svg {
    color: #fff;
    border-color: #fff;
    fill: currentColor;
    stroke: currentColor;
}
.theme-btn-s2,
.features-title,
.contact-section-contact-box {
    border-color: var(--theme-accent);
}

.hero .slide-caption h2 span,
.cta h2 span,
.topbar-style-2 .topbar-contact-info > div > i,
.site-footer .contact-info i,
.service-links-widget ul li:before,
.quick-links-widget ul li:before,
.feature-grid .more {
    color: var(--theme-accent);
}

.topbar-style-2 .whatsapp-link {
    display: block;
    color: inherit;
}

.topbar-style-2 .whatsapp-link:hover,
.topbar-style-2 .whatsapp-link:focus {
    text-decoration: none;
}

.topbar-style-2 .whatsapp-link > i {
    position: absolute;
    left: 0;
    color: var(--theme-accent);
    font-size: 18px;
}

.topbar-style-2 .whatsapp-link .details {
    display: block;
}

.topbar-style-2 .whatsapp-link .whatsapp-number {
    display: block;
    margin-bottom: 0.2em;
    color: #fff;
    font-size: 13px;
    line-height: 1;
}

.topbar-style-2 .whatsapp-link:hover .whatsapp-number,
.topbar-style-2 .whatsapp-link:focus .whatsapp-number {
    color: var(--theme-accent);
}

.theme-btn:hover,
.theme-btn-s5:hover {
    background-color: var(--theme-accent-dark);
    border-color: var(--theme-accent-dark);
}

.page-title {
    background-image: url("../images/metalmaicam/agricola/blog-fallback.jpg") !important;
    background-position: center 48%;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .page-title {
        height: 360px;
    }

    .page-title .container {
        padding-top: 110px;
    }

    .header-style-3 #navbar > ul > li > a[aria-current="page"] {
        color: var(--theme-accent);
    }

    .header-style-3 #navbar > ul > li > a[aria-current="page"]:before {
        width: 12px;
    }
}

.metal-blog .metal-blog-card .entry-media {
    display: block;
    height: 320px;
    overflow: hidden;
}

.metal-blog .metal-blog-card .entry-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.metal-blog .metal-blog-summary {
    margin-bottom: 18px;
}

.metal-blog .metal-blog-summary > :last-child {
    margin-bottom: 0;
}

.metal-blog-more {
    color: #242c33;
    font-weight: 600;
}

.metal-blog-more:hover,
.metal-blog-more:focus {
    color: var(--theme-accent);
}

.metal-blog-empty {
    padding: 30px;
    border-left: 4px solid var(--theme-accent);
    background: #f5f5f5;
    color: #242c33;
}

.metal-blog-contact p {
    margin-bottom: 20px;
}

.metal-blog-single .post-title-meta h1 {
    margin: 15px 0;
    font-size: 34px;
    line-height: 1.25;
}

.metal-blog-single .media img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.metal-blog-content {
    font-size: 16px;
    line-height: 1.75;
}

.metal-blog-content img {
    max-width: 100%;
    height: auto;
}

.metal-blog-gallery-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e4e4e4;
}

.metal-blog-gallery-section h2 {
    margin: 0 0 20px;
    font-size: 26px;
}

.metal-blog-gallery {
    margin: 0 -6px;
}

.metal-blog-gallery .grid-item {
    display: block;
    width: 33.3333%;
    padding: 6px;
}

.metal-blog-gallery .grid-item img {
    display: block;
    width: 100%;
    height: auto;
}

.metal-blog-gallery .grid-item:hover img,
.metal-blog-gallery .grid-item:focus img {
    opacity: 0.82;
}

.metal-blog-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 45px;
    padding-top: 25px;
    border-top: 1px solid #e4e4e4;
}

.metal-blog-navigation > div {
    min-width: 0;
}

.metal-blog-navigation .next {
    text-align: right;
}

.metal-blog-navigation span {
    display: block;
    margin-bottom: 6px;
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
}

.metal-blog-navigation a {
    display: inline-block;
    color: #242c33;
    font-weight: 600;
}

@media (max-width: 767px) {
    .metal-blog .metal-blog-card .entry-media {
        height: 220px;
    }

    .metal-blog-single .post-title-meta h1 {
        font-size: 28px;
    }

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

    .metal-blog-navigation .next {
        text-align: left;
    }

    .metal-blog-gallery .grid-item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .metal-blog-gallery .grid-item {
        width: 100%;
    }
}

/* Blog gallery lightbox */
.mfp-bg {
    z-index: 99998;
    background: #080b0d;
}

.mfp-wrap {
    z-index: 99999;
    background: transparent;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.72;
}

.mfp-gallery .mfp-content {
    max-width: calc(100vw - 180px);
}

.mfp-gallery img.mfp-img {
    max-width: calc(100vw - 180px);
    max-height: calc(100vh - 80px) !important;
}

.mfp-gallery button.mfp-arrow {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    opacity: 1;
    background: rgba(8, 11, 13, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 2px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.mfp-gallery button.mfp-arrow:hover,
.mfp-gallery button.mfp-arrow:focus {
    background: var(--theme-accent);
    border-color: var(--theme-accent);
}

.mfp-gallery .mfp-arrow-left {
    left: 24px;
}

.mfp-gallery .mfp-arrow-right {
    right: 24px;
}

.mfp-gallery .mfp-arrow:before {
    display: none;
}

.mfp-gallery .mfp-arrow:after {
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: 0;
    border: solid #fff;
}

.mfp-gallery .mfp-arrow-left:after {
    border-width: 0 0 3px 3px;
    transform: translate(-35%, -50%) rotate(45deg);
}

.mfp-gallery .mfp-arrow-right:after {
    border-width: 3px 3px 0 0;
    transform: translate(-65%, -50%) rotate(45deg);
}

.mfp-image-holder .mfp-close {
    top: 0;
    right: 0;
    width: 44px;
    padding: 0;
    text-align: center;
    opacity: 1;
    background: rgba(8, 11, 13, 0.78);
}

.mfp-bottom-bar {
    font-size: 13px;
}

@media (max-width: 767px) {
    .mfp-gallery .mfp-content,
    .mfp-gallery img.mfp-img {
        max-width: calc(100vw - 20px);
    }

    .mfp-gallery button.mfp-arrow {
        width: 48px;
        height: 56px;
        margin-top: -28px;
    }

    .mfp-gallery .mfp-arrow-left {
        left: 4px;
    }

    .mfp-gallery .mfp-arrow-right {
        right: 4px;
    }
}

.theme-green .hero .slick-prev,
.theme-green .hero .slick-next,
.theme-green .slick-prev,
.theme-green .slick-next {
    background-color: var(--theme-accent-dark);
    border-color: var(--theme-accent-dark);
    color: #fff;
}

.theme-green .hero .slick-prev:hover,
.theme-green .hero .slick-next:hover,
.theme-green .slick-prev:hover,
.theme-green .slick-next:hover {
    background-color: var(--theme-accent);
    border-color: var(--theme-accent);
}

.theme-green .hero .slick-prev:before,
.theme-green .hero .slick-next:before,
.theme-green .slick-prev:before,
.theme-green .slick-next:before {
    color: #fff;
}

.theme-green .hero .slick-dots li button,
.theme-green .site-footer .widget .footer-logo:before {
    background-color: var(--theme-accent);
}

.theme-green .hero .slick-dots li.slick-active button {
    background-color: var(--theme-accent-dark);
}

.theme-green .topbar-style-2 .topbar-contact-info p,
.theme-green .topbar-style-2 .topbar-contact-info span,
.theme-green .topbar-style-2 .topbar-contact-info a {
    color: #fff;
}

.theme-green .topbar-style-2 .topbar-contact-info > div > i,
.theme-green .topbar-style-2 .whatsapp-link > i {
    color: var(--theme-accent-light);
}

.theme-green .header-style-3 #navbar > ul > li > a:hover,
.theme-green .header-style-3 #navbar > ul > li > a:focus,
.theme-green .header-style-3 #navbar > ul > li > a[aria-current="page"] {
    color: #fff;
}

.theme-green .header-style-3 #navbar > ul > li > a:before,
.theme-green .header-style-3 #navbar > ul > li > a[aria-current="page"]:before {
    background-color: var(--theme-accent);
}

.theme-green .page-title .breadcrumb li,
.theme-green .page-title .breadcrumb li a,
.theme-green .page-title .breadcrumb li a:hover,
.theme-green .page-title .breadcrumb > li + li:before {
    color: #fff;
}

.theme-green .back-to-top,
.theme-green .back-to-top:hover,
.theme-green .back-to-top:focus {
    background-color: var(--theme-accent-dark);
    color: #fff;
}

.theme-green .back-to-top i {
    color: #fff;
}

.theme-green .site-header .site-logo img,
.theme-green .site-footer .footer-logo img,
.theme-green .contact-women img {
    background: transparent;
}

.theme-green .features .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.theme-green .features .row > [class*="col-"] {
    float: none;
    display: flex;
}

.theme-green .features-title,
.theme-green .feature-grid {
    width: 100%;
    min-height: 300px;
}

.theme-green .features-title {
    padding: 34px 30px;
}

.theme-green .features-title h2 {
    font-size: 28px;
    line-height: 1.15;
    overflow-wrap: anywhere;
}

.theme-green .feature-grid {
    padding: 0 26px;
    text-align: center;
}

.theme-green .feature-grid .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.theme-green .feature-grid .icon i:before {
    color: #fff;
}

.theme-green .feature-grid .more,
.theme-green .feature-grid .more i {
    color: var(--theme-accent-dark);
}

.theme-green .contact-section,
.theme-green .contact-section-contact-box {
    background-color: rgba(11, 47, 28, 0.92);
}

.theme-green .section-title-white h2:after,
.theme-green .site-footer .widget h3:after {
    background-color: #fff;
}

.theme-green .contact-section .details li i,
.theme-green .site-footer .contact-info i,
.theme-green .service-links-widget ul li:before,
.theme-green .quick-links-widget ul li:before {
    color: #fff;
}

.theme-green .agri-focus {
    background: #fff;
}

.theme-green .agri-focus-alt {
    background: #eef5ee;
}

.theme-green .agri-focus-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.theme-green .agri-focus-media img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.theme-green .agri-focus-text {
    padding: 30px 10px 30px 35px;
}

.theme-green .agri-focus-alt .agri-focus-text {
    padding: 30px 35px 30px 10px;
}

.theme-green .agri-focus-text span {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--theme-accent-dark);
    font-weight: 700;
    text-transform: uppercase;
}

.theme-green .agri-focus-text h2 {
    margin: 0 0 18px;
    color: #0b2f1c;
    font-size: 34px;
    line-height: 1.2;
}

.theme-green .agri-focus-text p,
.theme-green .agri-focus-text li {
    color: #3e4f43;
    font-size: 16px;
    line-height: 1.7;
}

.theme-green .agri-focus-text ul {
    margin: 18px 0 24px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .theme-green .features .row,
    .theme-green .features .row > [class*="col-"],
    .theme-green .agri-focus-row {
        display: block;
    }

    .theme-green .features-title,
    .theme-green .feature-grid {
        min-height: 0;
        margin-bottom: 28px;
    }

    .theme-green .agri-focus-text,
    .theme-green .agri-focus-alt .agri-focus-text {
        padding: 28px 0 0;
    }
}

@media (max-width: 991px) {
    .theme-green .site-header #navbar {
        background-color: #0b2f1c;
    }

    .theme-green .site-header #navbar ul,
    .theme-green .site-header #navbar .navbar-nav {
        background-color: #0b2f1c;
    }

    .theme-green .site-header #navbar ul a,
    .theme-green .site-header #navbar ul a:hover,
    .theme-green .site-header #navbar ul a:focus,
    .theme-green .site-header #navbar ul li.current a,
    .theme-green .site-header #navbar .close-navbar,
    .theme-green .site-header #navbar .close-navbar i {
        color: #fff;
    }

    .theme-green .site-header #navbar > ul > li,
    .theme-green .site-header #navbar .sub-menu li,
    .theme-green .site-header #navbar .navbar-nav {
        border-color: rgba(255, 255, 255, 0.16);
    }

    .theme-green .site-header .navbar-header button,
    .theme-green .site-header #navbar .close-navbar {
        background-color: var(--theme-accent-dark);
    }

    .theme-green .site-header .navbar-header button span {
        background-color: #fff;
    }
}
.theme-green .services-s3-grids .grid .details {
    background-color: var(--theme-accent);
    border: 1px solid var(--theme-accent);
}

.theme-green .services-s3-grids .grid h3 a {
    color: #fff;
    font-weight: 600;
}

.theme-green .services-s3-grids .grid:hover .details,
.theme-green .services-s3-grids .grid:focus-within .details {
    background-color: #fff;
    border-color: var(--theme-accent);
}

.theme-green .services-s3-grids .grid:hover h3 a,
.theme-green .services-s3-grids .grid:focus-within h3 a,
.theme-green .services-s3-grids .grid h3 a:hover,
.theme-green .services-s3-grids .grid h3 a:focus {
    color: var(--theme-accent);
    text-decoration: none;
}
.theme-green {
    --theme-warning: #e4b500;
    --theme-warning-dark: #c89d00;
}

.theme-green .topbar-style-2 .whatsapp-contact {
    padding-left: 0;
}

.theme-green .topbar-style-2 .whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 18px;
    border: 2px solid #fff;
    border-radius: 4px;
    background-color: var(--theme-accent);
    color: #fff;
    font-weight: 700;
    line-height: 1;
}

.theme-green .topbar-style-2 .whatsapp-button > i {
    position: static;
    color: #fff;
    font-size: 18px;
}

.theme-green .topbar-style-2 .whatsapp-button .whatsapp-number {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 19px;
    line-height: 1;
}

.theme-green .topbar-style-2 .whatsapp-button:hover,
.theme-green .topbar-style-2 .whatsapp-button:focus {
    background-color: #fff;
    border-color: #fff;
    color: var(--theme-accent);
}

.theme-green .topbar-style-2 .whatsapp-button:hover > i,
.theme-green .topbar-style-2 .whatsapp-button:focus > i,
.theme-green .topbar-style-2 .whatsapp-button:hover .whatsapp-number,
.theme-green .topbar-style-2 .whatsapp-button:focus .whatsapp-number {
    color: var(--theme-accent);
}

.theme-green .topbar-style-2 .get-quote .quote-btn {
    background-color: var(--theme-accent);
    border-color: #fff;
    color: #fff;
}

.theme-green .topbar-style-2 .get-quote .quote-btn:hover,
.theme-green .topbar-style-2 .get-quote .quote-btn:focus {
    background-color: #fff;
    border-color: #fff;
    color: var(--theme-accent);
}

@media (max-width: 767px) {
    .theme-green .topbar-style-2 .whatsapp-button {
        justify-content: center;
        width: 100%;
    }
}

.theme-green .contact-form-s1 .submit-btn-wrap input,
.theme-green .contact-form-s1 .submit-btn-wrap input:hover,
.theme-green .contact-form-s1 .submit-btn-wrap input:focus,
.theme-green .contact-form-s1 .submit-btn-wrap input:active {
    background-color: var(--theme-accent);
    border-color: var(--theme-accent);
    color: #fff;
}
/* METALMAICAM navigation size */
.theme-green .header-style-3 #navbar > ul > li > a {
    font-size: 19px;
}

@media (max-width: 991px) {
    .theme-green .site-header #navbar ul a {
        font-size: 19px;
    }
}
