.center-slider{
    position: relative;
    padding-bottom: 140px;   
}
/* Slider arrows */
.center-slider .slick-prev,.center-slider .slick-next {
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #6ea816; 
    border: 2px solid #6ea816;
 
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Shadow effect */
    cursor: pointer;
}

.center-slider .slick-prev {
    left: -25px; /* Adjust left arrow position */
}

.center-slider .slick-next {
    right: -25px; /* Adjust right arrow position */
}



/* Create the left and right arrows with pure CSS */
.center-slider .slick-prev::before, .center-slider .slick-next::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
       
    }

    /* Left arrow */
.center-slider .slick-prev::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 16px solid ; /* Green left arrow */
        left: 15px; /* Adjust position */
    }

    /* Right arrow */
.center-slider .slick-next::before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 16px solid ; /* Green right arrow */
        right: 15px; /* Adjust position */
    }

/* Slider image */
.center-slider .vcard-img {
    border-radius: 20px; /* Add slight rounding to images */
    margin: 10px;
    padding: 10px;
    transition: transform 0.3s ease-in-out;
  
}

.center-slider .vcard-img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}

/* Highlight the active slide */
.center-slider .slick-slide {
    opacity: 0.5; /* Dim non-active slides */
    transition: opacity 0.3s ease-in-out;
    overflow: hidden;
   /* Smooth transition */
}

.center-slider .slick-current {
    opacity: 1; /* Full opacity for active slide */
    transform: scale(1.05);
}

/* Slider container */
.feature-slider {
    position: relative;

}
    /* Arrows positioned at top-right */
    .feature-slider .slick-prev,
     .feature-slider .slick-next {
        position: absolute;
        z-index: 2;
        width: 40px;
        height: 40px;
        border: none;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
  
/* 
   /* .feature-slider .slick-prev {
        right: 60px; /* Space out left arrow */
     */ */
    


   .feature-slider .slick-prev::before,.feature-slider .slick-next::before {
        content: '';
        position: absolute;
        top: 50%;
        
        transform: translateY(-50%);
        width: 0;
        height: 0;
     
    }

    .feature-slider .slick-next {
       z-index: 20;
       right:-2px; 
       position:absolute;
       
    }


    .feature-slider .slick-prev {
      z-index: 20;
      left:-2px;
      position:absolute;
    }


    /* Left arrow */
   .feature-slider .slick-prev:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        /* border-right: 16px solid white; White left arrow */
        left: auto;
        border-left: none;
        opacity: 1;
    }

    /* Right arrow */
    .feature-slider .slick-next:before {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        /* border-left: 16px solid white; White right arrow */
        left: auto;
        border-left: none;
        opacity: 1;

    }
    .feature-slider .slick-next:before, .feature-slider .slick-prev:before{
        font-family:slick;
        font-size: 40px;
        line-height: 1; 
        color:#6ea816;
        z-index: 20;
    }

   .feature-slider .slick-prev:hover,.feature-slider .slick-next:hover {
        background-color: transparent; 
    }

    .feature-slider .feature-card {
        background: #ffffff; /* Light background for cards */
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 10px;

    }
    
   .feature-slider .card-body p {
        color: #6c757d; /* Text color */
    }

    .feature-slider .fs-18 {
        font-size: 18px;
    }

    .feature-slider .mb-3 {
        margin-bottom: 1rem;
    }

    
    .pricing-slider {
        max-width: 1200px;
        margin: auto;
    }

    .pricing-card {
        background: #ffffff;
        border: 1px solid #e7e7e7;
        border-radius: 8px;
        padding: 20px;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        margin: 6px;
    }

    .pricing-card .card-title {
        font-size: 1.5rem;
       
    }

    .pricing-card .price {
        font-size: 2rem;
        color: #6ea816;
        font-weight: bold;
    }

    .pricing-plan-list {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
    }

    .pricing-plan-list li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: #333;
    }

    .pricing-plan-list li .check-box {
        margin-right: 10px;
        
    }


    .check-box {
    color: #6ea816;
     font-family: Arial, sans-serif;
     font-weight: bold;
    }
    
    .pricing-plan-list li .check-out {
        margin-right: 10px;
        
    }

    .check-out{
        color:red;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }
    .pricing-slider .slick-prev,
    .pricing-slider .slick-next {
        
        border: none;
        color: #6ea816;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        z-index: 20;

    }

    .pricing-slider .slick-next:before, .pricing-slider .slick-prev:before{
        font-family:slick;
        font-size: 40px;
        line-height: 1; 
        color:#6ea816; 

        opacity: 1;
    }

    
    .pricing-slider .slick-next {
        right:-14px; /* Keep next arrow closer to the edge */
    }


    .pricing-slider .slick-prev {
        left:-14px; /* Keep next arrow closer to the edge */
    }
    
    /* .pricing-slider .slick-current .pricing-card{
        background-color: #f3f3ff;
        border: 2px solid #f3f3ff;
    }
 */

    /* Custom styles for better performance */
    img { max-width: 100%; height: auto; }
    .slick-slide img { width: 100%; height: auto; }
    
    /* Disable AOS on mobile to improve performance */
    @media (max-width: 768px) {
        [data-aos] { opacity: 1 !important; transform: none !important; }
    }
    .navmenu a.active {
        color: #6ea81a !important;  /* Use your preferred color */
        /* font-weight: bold; */
        /* border-bottom: 2px solid #FFFFA247; Optional underline */
    }

    /* General Button Styling */
.dual-btn {
color: #fff; /* White text */
padding: 12px 30px;
border: none;
border-radius: 5px;
text-decoration: none;
font-size: 16px;
transition: 0.3s;
background-size: 200% auto; /* Smooth gradient effect */
display: inline-block;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

/* Free button with dual-tone gradient */
.free-btn {
background-image: linear-gradient(135deg, #6CAC1C, #94C45C);
}

/* Premium button with a reversed dual-tone gradient */
.premium-btn {
background-image: linear-gradient(135deg, #94C45C, #6CAC1C);
}

/* Hover effect with gradient shift */
.dual-btn:hover {
background-position: right center; 
transform: scale(1.05); /* Slightly increase the button size */
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Section Styling */
.template-section {
background-color: #f9f9f9;
padding: 25px 0;
transition: 0.3s;
}

.sec-title {
text-align: center;
font-size: 32px;
margin-bottom: 40px;
color: #333;
}

/* Grid Layout */
.template-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); /* Auto-fit grid */
gap: 30px;
justify-content: center;
}

/* Template Card Styling */
.template-card {
background: #fff;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 12px;
overflow: hidden;
transition: transform 0.3s, box-shadow 0.3s;
text-align: center;
padding: 25px;
}

.template-card:hover {
transform: translateY(-10px);
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.template-card img {
width: 100%;
height: 200px;
object-fit: cover;
border-bottom: 1px solid #eee;
transition: 0.3s;
}

.template-card:hover img {
filter: brightness(1.1);
}

/* Template Title */
.template-card h3 {
font-size: 22px;
margin: 15px 0;
color: #444;
}

/* Pricing and Downloads */
.price {
font-size: 18px;
color: #28a745;
font-weight: bold;
margin-bottom: 10px;
}

.template-card p {
color: #555;
font-size: 14px;
margin: 10px 0;
}

/* Button Group */
.btn-group {
display: flex;
justify-content: space-between;
margin: 15px 0;
gap: 10px;
}

/* Live Preview Button */
.btn.live-preview {
background: linear-gradient(135deg, #94C45C, #6CAC1C);
color: #fff;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: 0.3s;
}

.btn.live-preview:hover {
background: linear-gradient(135deg,#94C45C, #6CAC1C);
}

.btn.live-preview:focus, .btn.live-preview:active, .btn.download-btn:focus, .btn.download-btn:active {
    box-shadow: none !important;
    outline: none !important;
}

/* Download Button */
.btn.download-btn {
background: linear-gradient(135deg, #94C45C, #6CAC1C);
color: #fff;
text-decoration: none;
padding: 10px 20px;
border-radius: 5px;
transition: 0.3s;
}

.btn.download-btn:hover {
background: linear-gradient(135deg,#94C45C, #6CAC1C);
}

/* Tag Styling */
.tags {
display: flex;
gap: 8px;
justify-content: center;
margin-bottom: 10px;
}

.tag {
background: #94C45C;
color: #fff;
font-size: 12px;
padding: 5px 15px;
border-radius: 20px;
transition: 0.3s;
}

.tag:hover {
background: #94C45C;
}

/* Button Hover Animations */
.btn-group .btn:hover {
transform: translateY(-3px);
box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Dual-tone Button Styling */
.btn.dual-btn {
display: inline-block;
padding: 12px 30px;
font-size: 16px;
color: #fff;
text-decoration: none;
border-radius: 30px;
transition: 0.3s;
background: linear-gradient(135deg, #94C45C, #6CAC1C);
}

.btn.dual-btn:hover {
opacity: 0.9;
}

/* Responsive Design */
@media (max-width: 1200px) {
.template-grid {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
.template-grid {
    grid-template-columns: 1fr; /* Single column for small screens */
}

.btn-group {
    flex-direction: column;
    gap: 10px;
}

/* .btn {
    width: 100%;
    text-align: center;
} */
}

/* Category Filter Styling */
.category-filter {
display: flex;
justify-content: center;
gap: 10px;
margin-bottom: 30px;
flex-wrap: wrap;
}

.filter-btn {
background: #94C45C;
color: white;
padding: 5px 15px;
border: none;
border-radius: 50px;
cursor: pointer;
transition: 0.3s;
}

.filter-btn:hover {
background: #94C45C;
transform: scale(1.05);
}

.filter-btn.active {
background: #94C45C;
}

/* Template Card Styling */
.template-card {
display: none;  /* Initially hidden until filtered */
}
