/* .blog-section {
    display: grid;
    
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-left: 60px;
    padding-right: 60px;
}
.blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.1s linear;
    transform-style: preserve-3d
}
.blog-card:hover {
    transform: perspective(1000px) rotateX(10deg) rotateY(10deg);
}
.blog-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
}
.blog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 0, 128, 0.9); 
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.blog-card:hover img {
    opacity: 0;
}
.blog-card:hover .blog-content {
    opacity: 1;
}
.blog-content h3 {
    font-size: 32px; 
    font-weight: bold;
    color: white; 
    margin-bottom: 10px;
}
.blog-content p {
    font-size: 15px; 
    font-weight: 500;
    color: white; 
}
.rounded-Arrow{
    overflow: hidden;
    top: -35px;
    right: -35px;
    position: absolute;
    border:2px solid white;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.Arrow {
    font-size: 30px;
    transform: scale(1); 
    transition: transform 0.3s ease-in-out; 
}
.Arrow:hover {
    transform: scale(1.2);
}
.rounded-Arrow {
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.rounded-Arrow:hover {
    background: white;
    color: rgba(128, 0, 128, 0.9);
    border: 2px solid black;
    cursor: pointer;
}

.rounded-Arrow:hover .Arrow {
    transform: scale(1.3);
}
.rounded-Arrow .Arrow {
    transition: transform 0.3s ease-in-out; 
}
.myBlogs{
    padding-left: 60px;
    font-size: 50px;
    padding-bottom: 30px;
    color: white;
    font-weight: bold;
}
.cursor-shadow {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(128, 0, 128, 0.5); 
    border-radius: 50%;
    box-shadow: 0 0 20px 10px rgba(128, 0, 128, 0.7);
    pointer-events: none; 
    transform: translate(-50%, -50%);
    transition: transform 0.05s linear; 
}


@media (max-width: 1024px) {
    .blog-section {
        grid-template-columns: repeat(2, 1fr);
        padding-left: 40px;
        padding-right: 40px;
    }
}


@media (max-width: 768px) {
    .blog-section {
        grid-template-columns: repeat(1, 1fr); 
        padding-left: 20px;
        padding-right: 20px;
    }
} */
.blog-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.blog-card {
  background: #000; /* Black background */
  border: 1px solid white; /* White border */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-5px); /* Subtle lift on hover */
}

.blog-card img {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  border-bottom: 2px solid #fff; /* White divider line */
}

.blog-content {
  padding: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.blog-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.blog-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2 lines only */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-content .read-more {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  align-self: flex-start;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.blog-content .read-more:hover {
  color: #9b59b6; /* Purple hover */
  border-color: #9b59b6;
}

/* Responsive Grid */
@media (max-width: 1024px) {
  .blog-section {
    grid-template-columns: repeat(2, 1fr); /* 2 per row tablet */
  }
}

@media (max-width: 768px) {
  .blog-section {
    grid-template-columns: repeat(1, 1fr); /* 1 per row mobile */
  }
}

















.keyword-top{
    top: 25% !important;
}

.keyword-bottom {
    bottom: 20% !important;
    right: 20% !important;
}
@media (max-width: 768px){
    .page-header-keywords {
        position: absolute;
        top: -5vw !important;
        width: 100%;
        height: 25rem;
        
    }
    .keyword-bottom {
        bottom: 16% !important;
        right: 15% !important;
    }   
    .keyword-top{
        top: 42% !important;
    }
}
@media (max-width: 1024px){
    .keyword-bottom {
        bottom: 37% ;
        right: 20% ;
    }   
    .s-keyword-heading{
        font-size: 30px
    }
}
@media (min-width: 1920px){
    .keyword-bottom {
        bottom: 37% ;
        right: 20% ;
    }   
    .s-keyword-heading{
        font-size: 30px
    }
     .keyword-top{
        top: 32% !important;
        left: 25% !important;
    }
     .s-keyword-heading{
        font-size: 36px !important;
    }
}
















/* pagination.css */

.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 20px 0;
    width: 100%;
}

.pagination-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-item {
    margin: 0 5px;
}

.pagination-link {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #fff; /* White text color */
    background-color: #333; /* Dark background for buttons */
    border: 1px solid #444;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.pagination-link:hover:not(.active) {
    background-color: #555; /* Slightly lighter on hover */
    transform: translateY(-2px);
}

.pagination-link.active {
    background-color: #7000BF; /* Red for the active page, matching the separator-red */
    border-color: #7000BF;
    cursor: default;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Style for disabled/inactive buttons */
.pagination-link.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: #333;
    transform: none;
}























/* blog-filters.css */

/* --- Insights Text Styling --- */
.explore-insights-text {
    text-align: center;
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.explore-heading {
    font-size: 24px;
    font-weight: 700;
    /* Create the subtle gradient effect matching the example image */
    background: linear-gradient(90deg, #4ce0d2, #3976ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.explore-description {
    color: #aaa;
    line-height: 1.6;
}

/* --- Filter Bar Layout --- */
.blog-filter-section {
    width: 100%;
    padding: 30px 40px;
     /* Slightly lighter than pure black body for contrast */
    
}

.filter-container {

    padding: 0 20px;
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: center;
    gap: 10px; 
}
.combine{
    display: flex;
    gap: 20px;
}
/* Common styling for input/select fields */
.filter-group input[type="text"],
.filter-group select,
.filter-group input[type="date"] {
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 6px;
    background-color: #1a1a1a; /* Dark input background */
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.filter-group input:focus,
.filter-group select:focus {
    border-color: white; /* Highlight color on focus */
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

/* Specific group styles */
.filter-search {
    flex-basis: 30%; 
    min-width: 300px;

}
.filter-search input[type="text"] {
    width: 100%;
}

.filter-category select {
    appearance: none; /* Remove default arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 14px;
    cursor: pointer;
    padding-right: 40px;
}

.filter-date-range {
    display: flex;
    gap: 10px;
    align-items: center;
    
}
.filter-date-range label {
    color: #ccc;
    font-size: 14px;
    white-space: nowrap; 
}

/* Date Input Specific Styling */
.filter-date-range input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Makes the calendar icon white for dark mode */
    cursor: pointer;
    margin-left: 5px;
}
.filter-date-range input[type="date"] {
    max-width: 150px;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .filter-container {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-group {
        width: 100%;
    }
    .filter-date-range {
        justify-content: space-between;
    }
}