*{  margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    user-select: none;
}

:root {
	--bg-dark: #111827;
	--bg-card: #1f2937;
	--text-main: #f9fafb;
	--text-muted: #9ca3af;
	--accent: #3b82f6;
	--accent-hover: #2563eb;
	--border-color: #374151;
  }

html {
	scroll-behavior: smooth;
}

body {
	color: #000;
	font-size: 17px;
    background-color: #fff;	
}

.cart, button, a {
	cursor: pointer;
}

header {
	background: #f2f4f2;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	padding: 6px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 2px 2px 2px #ddd;
}

header .leftmenu {
	display: flex;
	align-items: center;
}

header .leftmenu div{
	padding: 6px;
}

header .leftmenu div:hover nav a:hover{
	background-color: #fff;
}

header .leftmenu div small{
	color: #000;
}

header h1 {
	letter-spacing: 2px;
	margin-bottom: -5px;
}

header small {
    font-size: 13px;
}

header h1, header label{
    font-size: 20px;
}

header h1, header small, header label, header nav ul li a{
	color: #000; 
}

header nav ul{
	list-style: none;
}

header nav ul li{
	position: relative;
	float: left;
}

header nav ul li a{
	font-size: 16px;
	padding: 10px 15px;
	display: block;
	align-items: center;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 500;
    transition: color 0.2s;
}

header nav ul li a:hover, .cart:hover {
    color: #ff4757;
	background-color: #fff;
}

header nav ul li a i{
	background-color: #fc0707;
	font-size: 12px;
	color: #fff;
	border-radius: 35%;
	padding: 2px;
	vertical-align: top;
	margin-left: -12px;
	font-style: normal;
}

header .logo{
	display: flex;
	align-items: center;
}

header .logo span {
    color: #ff4757;
}


header img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 12px;
}

header .nav ul li a:hover, header .nav ul li .active-page {
	border-bottom: 2px solid red;
}

header nav ul li .active-page {
	background: #ccc;
	color: #003366; 
}

header nav ul li .active-page-sub {
	background: #333;
	color: #fff; 
}

header nav ul li ul{
	position: absolute;
	left: 0;
	width: 200px;
	background: #fff;
	display: none;
}

header nav ul li ul li{
	width: 100%;
	border-top: 1px solid rgba(0,0,0,1);
}

header nav ul li ul li a:hover{
	background-color: #ccc;

}

header nav ul li ul li ul{
	left: 200px;
	top: 0;
}

header nav ul li:focus-within>ul, header  nav ul li:hover>ul{
	display: initial;
}

#menu-bar {
	display: none;
}

header label {
	cursor: pointer;
	display: none;
}

#rotator, #worship{
	cursor: pointer;
	overflow: hidden; 	
	position: relative; 	
	width: 100%; 	
	height: 260px; 
	margin:0 auto; 
}

#rotator img, #worship img{	
	border: 0; 	
	cursor: pointer; 	
	width: 100%; 	
	height: 260px;
}


.search-container {
    display: flex;
    flex: 1;
    max-width: 500px;
    position: relative;
}

.search-container input {
    width: 100%;
    padding: 10px 45px 10px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 50px;
    outline: none;
    transition: all 0.2s ease;
    background-color: #f1f2f6;
}

/* Highlight the search bar when clicked */
.search-container input:focus {
    border-color: #ff4757;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 71, 87, 0.1);
}

.search-container button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 10px;
}

.mainrow, .row {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
}

.left-col {
	flex-basis: 75%;
}

.left-col ol, .left-col ul {
	margin-left: 25px;
	margin-bottom: 25px;
}

.right-col {
	position: -webkit-sticky;
	position: sticky;
	flex-basis: 30%;
	top: -600px;
	
}


.right-col aside{
	border: 1px #ddd solid;
	margin-bottom: 40px;
}

.right-col .head{
	padding: 12px;
	background-color: #f2f2f2;
	color: #000;
	font-weight: bold;
}

.allblog, .recentblogs {
	display: flex;
	margin-bottom: 24px;
	border: 1px #ddd solid;
	border-radius: 12px;
	padding: 12px;
	background-color: #fff4;
}

.allblog h3 {
	margin-bottom: 12px;
	color: #000;
}

.allblog span{
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.allblog img {
	width: 150px;
	height: 150px;
	margin-right: 15px;
}

.recentblogs {
	border: 0px #ddd solid;
}

.recentblogs span{
	color: #333;
	font-size: 12px;
	line-height: 1.2;
}

.recentblogs img {
	width: 70px;
	height: 70px;
	margin-right: 15px;
}

section{
	padding: 30px 4%;
}

section h1 {
	padding: 15px 0;
	border-bottom: 1px #ccc solid;
	margin-top: 15px;
	margin-bottom: 18px;
	font-size: 25px;
}

section h2 {
	text-align: center;
	padding: 15px 0;
}

section .content {
	line-height: 2;
	font-size: 17px;
}

section small{
	color: red;
} 

.site-footer {
	background-color: var(--bg-dark);
	color: var(--text-main);
	line-height: 1.5;
  }
  
  .footer-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 1.5rem;
  }
  
  /* 1. Trust Bar */
  .footer-trust-bar {
	border-bottom: 1px solid var(--border-color);
	padding: 2rem 0;
  }
  
  .trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.5rem;
  }
  
  .trust-item {
	display: flex;
	align-items: center;
	gap: 0.75rem;
  }
  
  .trust-icon {
	font-size: 1.5rem;
  }
  
  .trust-item h4 {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
  }
  
  .trust-item p {
	margin: 0;
	font-size: 0.8rem;
	color: var(--text-muted);
  }
  
  /* 2. Main Footer Area */
  .footer-main {
	padding: 3.5rem 0 2.5rem;
  }
  
  .main-grid {
	display: grid;
	grid-template-columns: 2fr repeat(3, 1fr);
	gap: 2.5rem;
  }
  
  /* Brand & Newsletter */
  .footer-logo {
	font-size: 1.5rem;
	font-weight: 800;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.05em;
  }
  
  .brand-desc {
	color: var(--text-muted);
	font-size: 0.9rem;
	margin: 0.75rem 0 1.5rem;
	max-width: 300px;
  }
  
  .newsletter-title {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
  }
  
  .newsletter-form {
	display: flex;
	gap: 0.5rem;
	max-width: 320px;
  }
  
  .newsletter-form input {
	flex: 1;
	padding: 0.6rem 0.8rem;
	border-radius: 6px;
	border: 1px solid var(--border-color);
	background: var(--bg-card);
	color: #ffffff;
	font-size: 0.875rem;
  }
  
  .newsletter-form input:focus {
	outline: 2px solid var(--accent);
	border-color: transparent;
  }
  
  .newsletter-form button {
	background: var(--accent);
	color: #ffffff;
	border: none;
	padding: 0.6rem 1.2rem;
	border-radius: 6px;
	font-weight: 600;
	cursor: pointer;
	transition: background 0.2s ease;
  }
  
  .newsletter-form button:hover {
	background: var(--accent-hover);
  }
  
  /* Navigation Columns */
  .footer-col h3 {
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin: 0 0 1rem;
	color: #ffffff;
  }
  
  .footer-col ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .footer-col li {
	margin-bottom: 0.6rem;
  }
  
  .footer-col a {
	color: var(--text-muted);
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.2s ease;
  }
  
  .footer-col a:hover {
	color: #ffffff;
  }
  
  /* 3. Bottom Bar */
  .footer-bottom {
	border-top: 1px solid var(--border-color);
	padding: 1.5rem 0;
	background: #0b0f19;
  }
  
  .bottom-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.8rem;
	color: var(--text-muted);
  }
  
  .legal-links {
	display: flex;
	gap: 1rem;
  }
  
  .legal-links a {
	color: var(--text-muted);
	text-decoration: none;
  }
  
  .legal-links a:hover {
	text-decoration: underline;
  }
  
  .payment-badges {
	display: flex;
	gap: 0.5rem;
  }
  
  .payment-badge {
	background: var(--bg-card);
	border: 1px solid var(--border-color);
	padding: 0.2rem 0.5rem;
	border-radius: 4px;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
  }
  
  /* Responsive Adjustments */
  @media (max-width: 900px) {
	.main-grid {
	  grid-template-columns: 1fr 1fr;
	}
  }
  
  @media (max-width: 600px) {
	.main-grid {
	  grid-template-columns: 1fr;
	}
	
	.bottom-flex {
	  flex-direction: column;
	  align-items: flex-start;
	}
  }

#task {
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.6);
	inset: 0 0 0 0;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	color: #fff;
}


#salert{
	display: none;
	z-index: 200;
	position: fixed;
	inset: 0 0 0 0;
}

#salert #smsg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
