custom_css

👤 admin 📅 Jun 17, 2026 🕐 3 min read

/* === Homepage Hero Background Image === */
.hero {
background-image: url(‘https://www.robovisionhub.com/wp-content/uploads/2026/06/Futuristic_high_tech_banner_ba_2026-06-17T16-16-51.png’) !important;
background-position: center center !important;
background-size: cover !important;
background-repeat: no-repeat !important;
min-height: 520px !important;
}
.hero::before {
position: absolute !important; top:0; left:0;
width:100% !important; height:100% !important;
background: linear-gradient(135deg, rgba(10,14,26,0.72) 0%, rgba(13,25,48,0.60) 50%, rgba(10,14,26,0.78) 100%) !important;
z-index: 0;
}
.hero .hero-content { position:relative; z-index:2; }

/* ===== CamReview Pro – News Page Modern Styles ===== */
/* News Page Header */

.page-newspage .entry-header,

.page-id-156 .entry-header,

body[class*=”news”] .site-main > .page-header {

background: linear-gradient(135deg, #0f0c29 0%, #302b63 50%, #24243e 100%) !important;

padding: 60px 0 50px !important;

text-align: center !important;

margin: 0 !important;

position: relative !important;

}

.page-newspage .entry-header h1,

.page-id-156 .entry-header h1 {

font-size: 2.8rem !important;

font-weight: 800 !important;

color: #fff !important;

margin-bottom: 10px !important;

}
/* News Grid – Card Layout */

.news-grid {

display: grid !important;

grid-template-columns: repeat(3, 1fr) !important;

gap: 24px !important;

}

@media (max-width: 1024px) {

.news-grid { grid-template-columns: repeat(2, 1fr) !important; }

}

@media (max-width: 640px) {

.news-grid { grid-template-columns: 1fr !important; }

}
/* Article Card Styling */

.card {

background: #141428 !important;

border-radius: 12px !important;

overflow: hidden !important;

transition: transform 0.3s, box-shadow 0.3s !important;

border: 1px solid rgba(255,255,255,0.06) !important;

display: flex !important;

flex-direction: column !important;

}

.card:hover {

transform: translateY(-6px) !important;

box-shadow: 0 16px 32px rgba(0,0,0,0.3) !important;

}

.card .card-visual {

height: 180px !important;

background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%) !important;

display: flex !important;

align-items: center !important;

justify-content: center !important;

position: relative !important;

overflow: hidden !important;

}

.card .card-body {

padding: 20px !important;

display: flex !important;

flex-direction: column !important;

flex: 1 !important;

}

.card .card-title {

font-size: 1.05rem !important;

font-weight: 600 !important;

margin-bottom: 10px !important;

line-height: 1.4 !important;

}

.card .card-title a {

color: #fff !important;

text-decoration: none !important;

transition: color 0.2s !important;

}

.card .card-title a:hover {

color: #818cf8 !important;

}

.card .card-meta {

display: flex !important;

gap: 12px !important;

color: rgba(255,255,255,0.45) !important;

font-size: 0.8rem !important;

margin-bottom: 10px !important;

}

.card .card-excerpt {

color: rgba(255,255,255,0.6) !important;

font-size: 0.9rem !important;

line-height: 1.5 !important;

margin-bottom: 16px !important;

flex: 1 !important;

}

.card .btn-outline {

align-self: flex-start !important;

font-size: 0.85rem !important;

padding: 8px 20px !important;

border-radius: 6px !important;

border: 1px solid rgba(99,102,241,0.4) !important;

color: #818cf8 !important;

background: transparent !important;

transition: all 0.3s !important;

text-decoration: none !important;

}

.card .btn-outline:hover {

background: rgba(99,102,241,0.15) !important;

border-color: #6366f1 !important;

}
/* Featured Article */

.featured-card {

background: linear-gradient(135deg, #1a1a3e 0%, #2d1b69 100%) !important;

border-radius: 16px !important;

overflow: hidden !important;

display: grid !important;

grid-template-columns: 1fr 1fr !important;

min-height: 360px !important;

margin-bottom: 40px !important;

border: 1px solid rgba(255,255,255,0.08) !important;

}

@media (max-width: 1024px) {

.featured-card { grid-template-columns: 1fr !important; }

}

.featured-content {

padding: 40px !important;

display: flex !important;

flex-direction: column !important;

justify-content: center !important;

}

.featured-content h2 {

font-size: 1.6rem !important;

font-weight: 700 !important;

color: #fff !important;

line-height: 1.3 !important;

margin-bottom: 14px !important;

}

.featured-content h2 a {

color: #fff !important;

text-decoration: none !important;

}

.featured-content h2 a:hover {

color: #818cf8 !important;

}
/* Category Badge */

.cat-badge, .card-category {

display: inline-block !important;

background: rgba(99,102,241,0.2) !important;

color: #818cf8 !important;

font-size: 0.75rem !important;

font-weight: 600 !important;

padding: 4px 12px !important;

border-radius: 4px !important;

margin-bottom: 14px !important;

text-transform: uppercase !important;

letter-spacing: 0.5px !important;

}
/* Pagination */

.pagination {

display: flex !important;

justify-content: center !important;

gap: 8px !important;

padding: 30px 0 !important;

}

.pagination .page-numbers {

padding: 8px 14px !important;

border-radius: 8px !important;

color: rgba(255,255,255,0.6) !important;

text-decoration: none !important;

font-size: 0.9rem !important;

border: 1px solid rgba(255,255,255,0.08) !important;

}

.pagination .page-numbers:hover {

background: rgba(99,102,241,0.15) !important;

color: #818cf8 !important;

}

.pagination .page-numbers.current {

background: #6366f1 !important;

color: #fff !important;

border-color: #6366f1 !important;

}
/* Sidebar Widgets */

.sidebar .widget {

background: #141428 !important;

border-radius: 12px !important;

padding: 24px !important;

margin-bottom: 24px !important;

border: 1px solid rgba(255,255,255,0.06) !important;

}

.sidebar .widget h3,

.sidebar .widget .widget-title {

font-size: 1rem !important;

font-weight: 700 !important;

color: #fff !important;

margin-bottom: 16px !important;

padding-bottom: 12px !important;

border-bottom: 1px solid rgba(255,255,255,0.08) !important;

}
/* Tag Cloud */

.tagcloud a,

.widget .tag-cloud-link {

background: rgba(255,255,255,0.06) !important;

color: rgba(255,255,255,0.6) !important;

font-size: 0.8rem !important;

padding: 5px 12px !important;

border-radius: 4px !important;

text-decoration: none !important;

display: inline-block !important;

margin: 0 4px 8px 0 !important;

transition: all 0.2s !important;

}

.tagcloud a:hover,

.widget .tag-cloud-link:hover {

background: rgba(99,102,241,0.2) !important;

color: #818cf8 !important;

}
/* Comment Form Styling */

.comment-form input,

.comment-form textarea {

background: #141428 !important;

border: 1px solid rgba(255,255,255,0.1) !important;

color: #fff !important;

border-radius: 8px !important;

padding: 10px 14px !important;

}

.comment-form input:focus,

.comment-form textarea:focus {

border-color: #6366f1 !important;

outline: none !important;

}

.comment-form .submit,

.form-submit .submit {

background: #6366f1 !important;

color: #fff !important;

border: none !important;

padding: 10px 24px !important;

border-radius: 8px !important;

font-weight: 600 !important;

cursor: pointer !important;

transition: background 0.2s !important;

}

.comment-form .submit:hover,

.form-submit .submit:hover {

background: #818cf8 !important;

}
/* ===== End News Page Styles ===== */

Leave a Reply

Your email address will not be published. Required fields are marked *