.feature-style-one [class*=col-md]:nth-child(2) {
    background: #008738 !important;
    padding: 0;
}


.header-navigation .container .right-side-box a.rqa-btn {

    background: #fe0000 !important;

}

.header-navigation .container .right-side-box a.rqa-btn:after {
  
    background: #ff0000 !important;
 
}

.main-slider .theme-btn {
 
    background: #008738 !important;
 

}


.header-top .logo:before {
  
    background: #fff !important;
}

.header-navigation .container .main-navigation {
   
    border-radius: 300px !important;
}




.main-slider h2 {

    color: #008738 !important;
   
}

.about-style-one .about-content h3 span {
  color: #008738 !important;
  
}

/* Product section spacing improvements */
.portfolio-style-two.sec-pad {
    padding-top: 80px;
    padding-bottom: 80px;
}

.product-item-box .row.masonary-layout .col-md-4,
.product-item-box .row.masonary-layout .col-sm-6 {
    margin-bottom: 40px;
}

.product-item-box {
    padding-bottom: 20px;
}

.product-item-box .single-service-style-four {
    margin-bottom: 30px;
}

/* View All Products button styling */
.view-all-products-btn {
    background-color: #fe0000 !important;
    border: 2px solid #fe0000 !important;
    color: white !important;
    padding: 18px 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.view-all-products-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #008738 !important;
    transition: all 0.3s ease;
    z-index: -1;
}

.view-all-products-btn:hover:before {
    left: 0;
}

.view-all-products-btn:hover {
    color: white !important;
    border-color: #008738 !important;
    text-decoration: none;
}

.view-all-products-btn i {
    margin-left: 10px;
    transition: all 0.3s ease;
}

/* Contact section alignment fixes - 3 column layout */
.contact-info-style-one .row {
    align-items: center;
}

.contact-info-style-one .title {
    padding-right: 20px;
}

.contact-info-style-one .title h3 {
    margin-bottom: 15px;
}

.contact-info-style-one .title p {
    margin: 0;
    line-height: 1.6;
}

.contact-info-style-one .single-contact-infos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
}

.contact-info-style-one .single-contact-infos .icon-box {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fe0000;
    border-radius: 50%;
    color: white;
    font-size: 24px;
}

.contact-info-style-one .single-contact-infos .text-box {
    flex: 1;
}

.contact-info-style-one .single-contact-infos .text-box h3 {
    margin: 0 0 8px 0;
    color: #fe0000;
    font-size: 20px;
    font-weight: 600;
}

.contact-info-style-one .single-contact-infos .text-box p {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-info-style-one .row {
        flex-direction: column;
        text-align: center;
    }
    
    .contact-info-style-one .title {
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .contact-info-style-one .single-contact-infos {
        justify-content: center;
        margin-bottom: 20px;
    }
    
    .contact-info-style-one .single-contact-infos .text-box p {
        font-size: 28px;
    }
}

.view-all-products-btn:hover i {
    transform: translateX(5px);
}

.product-title h4 a {
    color: #fe0000 !important;
}

.product-title h4 a:hover {
    color: #008738 !important;
}

/* Product Gallery Styles */
.product-gallery {
    background: #f8f9fa;
}

.product-gallery .sec-title h2 {
    color: #333;
    margin-bottom: 15px;
}

.product-gallery .sec-title p {
    color: #666;
    margin-bottom: 50px;
}

.gallery-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.gallery-item img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item .overlay i {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.gallery-item:hover .overlay i {
    transform: scale(1.2);
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* Service Gallery Styles */
.service-gallery .sec-title h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 28px;
}

.service-gallery .sec-title p {
    color: #666;
    margin-bottom: 30px;
}

about-style-one .about-content a.about-btn {
    margin-top: 40px;
    display: inline-block;
    background: #00c964;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 54px;
    width: 295px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.about-style-one .about-content a.about-btn {
   
    background: #008738 !important;
   
}



element.style {
}
.sec-title span {
    color: #ffd658;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#FE0000), to(#FE0000));
    background: linear-gradient(to right, #07a120 0%, #FE0000 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.award-winning .title h3 span {
    color: #FE0000;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear, left top, right top, from(#FE0000), to(#FE0000));
    background: linear-gradient(to right, #008738 0%, #008738 100%)!important;
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent!important;
}

/* Brand Carousel Styles for Logo Images */
.brand-carousel-area .brand-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 10px;
}

.brand-carousel-area .brand-carousel .item img {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.7);
    transition: all 0.3s ease;
}

.brand-carousel-area .brand-carousel .item:hover img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}

.brand-carousel-area .brand-carousel .item i {
    font-size: 40px;
    color: #666;
    transition: all 0.3s ease;
}

.brand-carousel-area .brand-carousel .item:hover i {
    color: #333;
    transform: scale(1.1);
}

/* Service card clickable styles */
.service-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: 100%;
}

.service-card-link:hover,
.service-card-link:focus {
    text-decoration: none;
    color: inherit;
}

/* Ensure the flip hover effect still works with clickable links */
.service-card-link .single-service-style-one {
    width: 100%;
    height: 100%;
}

.service-card-link .single-service-style-one .front,
.service-card-link .single-service-style-one .back {
    cursor: pointer;
}

/* Add smooth transition for better UX */
.service-card-link .single-service-style-one {
    transition: transform 0.3s ease;
}

.service-card-link:hover .single-service-style-one {
    transform: translateY(-3px);
}

/* Product Page Styles */
.product-item-box .single-service-style-four .box .content .category-tag {
    font-size: 12px;
    color: #fe0000;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0;
    display: block;
}

.product-item-box .single-service-style-four .img-box {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-item-box .single-service-style-four .img-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.product-item-box .single-service-style-four .box {
    background: rgb(0 0 0 / 18%);
    backdrop-filter: blur(1px);
}


.product-item-box .single-service-style-four .box .content h3 {
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.product-item-box .single-service-style-four .box .content .category-tag {
    color: #fe0000;
    background: rgba(255, 255, 255, 0.9);
    padding: 2px 8px;
    border-radius: 3px;
    display: inline-block;
}

.product-item-box .single-service-style-four .box .content .more {
    color: #ffffff;
    border-color: #ffffff;
}

.product-item-box .single-service-style-four .box .content .more:hover {
    background: #fe0000;
    border-color: #fe0000;
}

/* Footer Links Styling */
.bottom-footer .footer-links {
    margin-top: 8px;
    font-size: 12px;
}

.bottom-footer .footer-links a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.bottom-footer .footer-links a:hover {
    color: #d32f2f;
    text-decoration: underline;
}