Month: March 2026
-
/* ==========================================================================
ARUN BLOGGER TIPS - PREMIUM 3D CLICKBAIT POST CARD
========================================================================== */
/* 1. Main Card - Ubhra Huwa (3D) Effect aur Unique Border */
.custom-post-card {
background-color: #111;
border-radius: 12px;
border: 3px solid #2a2a2a; /* Normal Dark Border */
overflow: hidden;
position: relative;
/* Normal state mein hi card ko 3D look dene ke liye shadow */
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0,0,0,0.5);
/* Bouncy effect transition (Card smooth spring ki tarah upar aayega) */
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27);
margin-bottom: 25px;
cursor: pointer;
}
/* 2. Hover Effect - Tagda Clickbait Glow */
.custom-post-card:hover {
transform: translateY(-12px); /* Card hawa mein upar uthega */
border-color: #ff3d00; /* Glowing Neon Orange/Red Border */
/* Double Shadow: Ek black shadow depth ke liye, aur dusri Orange shadow glow ke liye */
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 61, 0, 0.6);
}
/* 3. Featured Image - Fixed Size aur Zoom Effect */
.post-thumbnail-wrap {
margin: 0;
padding: 0;
display: block;
}
.post-image {
width: 100%;
height: 260px; /* Sabhi images ek barabar dikhengi */
object-fit: cover; /* Image fatega nahi, perfectly fit hoga */
display: block;
transition: transform 0.6s ease, filter 0.3s ease;
}
/* Hover par image bada hoga aur thoda dark hoga taki title chamke */
.custom-post-card:hover .post-image {
transform: scale(1.15);
filter: brightness(0.7);
}
/* 4. Clickbait Title ke liye Black Gradient Background */
.post-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
/* Niche se upar ki taraf dark black fading shadow */
background: linear-gradient(to top, #000000 20%, rgba(0,0,0,0.85) 60%, transparent 100%);
padding: 40px 10px 12px 10px;
text-align: center;
z-index: 2;
}
.post-caption a {
text-decoration: none !important;
}
/* 5. Extra Bold Title Text (Dikhne mein ek dam aakarshak) */
.post-title {
color: #ffffff;
font-size: 16.5px;
font-weight: 900; /* Sabse zyada bold */
margin: 0;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.5px;
/* Text ke piche double glow shadow */
text-shadow: 3px 3px 6px #000000, 0 0 12px #ff9800;
transition: color 0.3s ease;
/* Agar title bada ho toh aage '...' lag jayega (2 lines limit) */
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Hover par Text Color Yellow/Gold ho jayega */
.custom-post-card:hover .post-title {
color: #ffeb3b;
}
/* 6. Extra Clickbait Play/View Button Overlay (Optional - thumb-hover ke liye) */
.thumb-hover {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.5);
opacity: 0;
background: rgba(255, 61, 0, 0.85);
color: white;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
z-index: 3;
pointer-events: none;
}
.thumb-hover::after {
content: "View Now"; /* Button ka text */
}
/* Hover par View Now button samne aayega */
.custom-post-card:hover .thumb-hover {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}
-
/* ==========================================================================
ARUN BLOGGER TIPS - PREMIUM 3D CLICKBAIT POST CARD
========================================================================== */
/* 1. Main Card - Ubhra Huwa (3D) Effect aur Unique Border */
.custom-post-card {
background-color: #111;
border-radius: 12px;
border: 3px solid #2a2a2a; /* Normal Dark Border */
overflow: hidden;
position: relative;
/* Normal state mein hi card ko 3D look dene ke liye shadow */
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.8), inset 0 0 10px rgba(0,0,0,0.5);
/* Bouncy effect transition (Card smooth spring ki tarah upar aayega) */
transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.27);
margin-bottom: 25px;
cursor: pointer;
}
/* 2. Hover Effect - Tagda Clickbait Glow */
.custom-post-card:hover {
transform: translateY(-12px); /* Card hawa mein upar uthega */
border-color: #ff3d00; /* Glowing Neon Orange/Red Border */
/* Double Shadow: Ek black shadow depth ke liye, aur dusri Orange shadow glow ke liye */
box-shadow: 0 20px 30px rgba(0, 0, 0, 0.9), 0 0 20px rgba(255, 61, 0, 0.6);
}
/* 3. Featured Image - Fixed Size aur Zoom Effect */
.post-thumbnail-wrap {
margin: 0;
padding: 0;
display: block;
}
.post-image {
width: 100%;
height: 260px; /* Sabhi images ek barabar dikhengi */
object-fit: cover; /* Image fatega nahi, perfectly fit hoga */
display: block;
transition: transform 0.6s ease, filter 0.3s ease;
}
/* Hover par image bada hoga aur thoda dark hoga taki title chamke */
.custom-post-card:hover .post-image {
transform: scale(1.15);
filter: brightness(0.7);
}
/* 4. Clickbait Title ke liye Black Gradient Background */
.post-caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
/* Niche se upar ki taraf dark black fading shadow */
background: linear-gradient(to top, #000000 20%, rgba(0,0,0,0.85) 60%, transparent 100%);
padding: 40px 10px 12px 10px;
text-align: center;
z-index: 2;
}
.post-caption a {
text-decoration: none !important;
}
/* 5. Extra Bold Title Text (Dikhne mein ek dam aakarshak) */
.post-title {
color: #ffffff;
font-size: 16.5px;
font-weight: 900; /* Sabse zyada bold */
margin: 0;
line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.5px;
/* Text ke piche double glow shadow */
text-shadow: 3px 3px 6px #000000, 0 0 12px #ff9800;
transition: color 0.3s ease;
/* Agar title bada ho toh aage '...' lag jayega (2 lines limit) */
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
/* Hover par Text Color Yellow/Gold ho jayega */
.custom-post-card:hover .post-title {
color: #ffeb3b;
}
/* 6. Extra Clickbait Play/View Button Overlay (Optional - thumb-hover ke liye) */
.thumb-hover {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%) scale(0.5);
opacity: 0;
background: rgba(255, 61, 0, 0.85);
color: white;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
text-transform: uppercase;
transition: all 0.3s ease;
z-index: 3;
pointer-events: none;
}
.thumb-hover::after {
content: "View Now"; /* Button ka text */
}
/* Hover par View Now button samne aayega */
.custom-post-card:hover .thumb-hover {
opacity: 1;
transform: translate(-50%, -50%) scale(1);
}