body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

.article-section a {
 text-decoration: none;
}

.article-section a:hover {
 color: red;
}

.offer-header {
	background: #fff;
    margin: 0 auto 10px auto;
    padding: 10px 0;
    box-shadow: 0px -10px 12px #000;
    border-bottom: 1px solid #e9e9e9;
}

.header-image {
    width: 150px;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.header-image img {
    width: 100%;
    height: auto;
    display: block;
}

.description {
    max-width: 1100px;
    margin: 0 auto 5px auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
}

.description p{
    margin: 0 10px;
	font-size: 15px;
}

.main-heading {
	text-align: center;
}

.main-heading h1 {
    font-size: 23px;
    color: #333;
    margin: 0;
}

.telegram-button {
    display: inline-flex;
    align-items: center;
    background-color: #0088cc;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
	animation: shake 0.5s infinite;
    transition: all 0.3s ease;
}

.telegram-button:hover {
    background-color: #006699;
	animation: none;
    transform: translateY(0px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.telegram-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 1200px;
    margin: 0 10px;
	margin-bottom: 15px;
}

.product-card {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px;
    flex-direction: column;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    position: relative;
	display: block;
    text-decoration: none;
    color: inherit;
}

.product-card:hover {
    border: 1px solid #000;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.product-card:hover {
    text-decoration: none;
}

.product-image-container {
    position: relative;
    overflow: hidden;
	padding-top: 60%;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.product-card:hover .product-image {
    transform: scale(1.05);
}

.product-tag {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 4px 6px;
    font-size: 8px;
    font-weight: bold;
    color: white;
    border-radius: 7px 0 7px 0;
    z-index: 2;
}

.amazon-tag {
    background-color: #FF9900;
}

.flipkart-tag {
    background-color: #2874F0;
}

.post-time {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #00000040;
    padding: 2px 2px;
    border-radius: 2px;
}

.Clock-Svg {
    width: 10px;
    height: 10px;
    margin-right: 1px;
    fill: #fff;
}

.product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 5px;
}

.product-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2.4em;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.2;
}

.price-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.price-details {
    display: flex;
    flex-direction: column;
}

.discounted-price {
    color: #0086ff;
    font-weight: bold;
    font-size: 20px;
}

.original-price {
    color: #565959;
    text-decoration: line-through;
    font-size: 12px;
}

.discount-percentage {
    color: #e74c3c;
    font-weight: bold;
    font-size: 20px;
}

.discount-off {
    font-weight: normal;
    font-size: 16px;
}

.buy-button {
    background-color: #007782;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s;
    margin-top: auto;
    font-size: 14px;
}

.buy-button:hover {
    background-color: #0194a1;
}

.Buy-Svg {
    margin-right: 3px;
    fill: white;
    width: 20px;
    height: 20px;
}

.error-message {
    color: red;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.article {
	max-width: 1200px;
    margin: 0 10px;
    background: #fff;
	border-radius: 8px;
}

.article-section {
	    padding: 15px;
}

h2.article-heading{
	    margin: 0;
    margin-bottom: -5px;
    font-size: 23px;
    text-align: center;
    color: #000;
}

.article-section h3{
	    margin: 0;
		font-size: 19px;
        color: #000;
}

.faq-container {
            margin-top: 0px;
        }
        .faq-item {
            border: 1px solid #ddd;
            margin-bottom: 10px;
            border-radius: 5px;
            overflow: hidden;
        }
        h3.faq-question {
            background-color: #f9f9f9;
            padding: 15px;
            margin: 0;
            font-size: 1.1em;
            border-bottom: 1px solid #ddd;
        }
        .faq-answer {
            padding: 10px 15px;
            background-color: #fff;
        }
		
		.faq-answer p {
            margin:10px 0;
        }

.footer {
            background-color: #f8f9fa;
            padding: 20px 0;
            margin-top: 20px;
            width: 100%;
			margin-bottom: 50px;
        }

.footer-links {
    max-width: 1200px;
    margin: 0 auto 15px auto;
    text-align: center;
    padding: 0 10px;
}

.footer-links a {
    display: inline-block;
    margin: 0 10px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-content {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            font-size: 13px;
            color: #2b2b2b;
			padding:0 10px;
        }

.copyright{
    margin-top: 5px;
	font-size: 14px;
}

.copyright a {
text-decoration:none;
color:#2b2b2b
}

.page-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

.page-content h1 {
    font-size: 28px;
    color: #111;
    margin-bottom: 20px;
	text-align:center;
}

.page-content h2 {
    font-size: 22px;
    color: #111;
    margin-top: 30px;
    margin-bottom: 15px;
}

.page-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #111;
    margin-bottom: 15px;
}

.contact-section {
    max-width: 600px;
    margin: 0 auto 20px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
    text-align: center;
}

.contact-options {
    margin-top: 20px;
}

.email-contact {
    font-size: 16px;
    margin-top: 15px;
}

.email-contact a {
    color: #007782;
    text-decoration: none;
}

.email-contact a:hover {
    text-decoration: underline;
}


.load-more-button {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007782;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.load-more-button:hover {
    background-color: #0194a1;
}

.load-more-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

/* Fixed Telegram Banner */
.fixed-telegram-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #0088cc;
    color: white;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.fixed-telegram-banner p {
    margin: 0 10px 0 0;
    font-size: 16px;
}

.fixed-telegram-banner .telegram-button {
    background-color: white;
    color: #0088cc;
    border: none;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.fixed-telegram-banner .telegram-button:hover {
    background-color: #f0f0f0;
}

.fixed-telegram-banner .telegram-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
		margin:0 auto;
		margin-bottom: 20px;
    }

    body {
        padding: 0;
    }
	
	.header-image {
    width: 200px;
    margin: 0 auto 0 auto;
    }
	
	.description {
    max-width: 1000px;
    margin: 0 auto 5px auto;
	font-size: 16px;
}

    .product-card {
        padding: 10px;
    }

    .product-image-container {
        padding-top: 60%;
    }

    .product-title {
        font-size: 14px;
    }

    .product-details {
        padding: 10px 0 0 0;
    }

    .buy-button {
        padding: 10px 15px;
        font-size: 16px;
    }
	
	.article {
    margin: 0 auto;
    }
	
	.footer {
			margin-bottom: 50px;
        }
	
	.fixed-telegram-banner {
        padding: 10px;
    }

    .fixed-telegram-banner p {
        font-size: 18px;
    }

    .fixed-telegram-banner .telegram-button {
        padding: 8px 16px;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader {
    border: 8px solid #f0f0f0;
    border-top: 8px solid #0086ff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shake {
            0% { transform: translate(1px, 1px) rotate(0deg); }
            10% { transform: translate(-1px, -2px) rotate(-1deg); }
            20% { transform: translate(-3px, 0px) rotate(1deg); }
            30% { transform: translate(3px, 2px) rotate(0deg); }
            40% { transform: translate(1px, -1px) rotate(1deg); }
            50% { transform: translate(-1px, 2px) rotate(-1deg); }
            60% { transform: translate(-3px, 1px) rotate(0deg); }
            70% { transform: translate(3px, 1px) rotate(-1deg); }
            80% { transform: translate(-1px, -1px) rotate(1deg); }
            90% { transform: translate(1px, 2px) rotate(0deg); }
            100% { transform: translate(1px, -2px) rotate(-1deg); }
        }
		
		
.scrollable-cards-container {
    position: relative;
    margin: 15px 10px 10px 10px;
    padding: 0 40px;
}
.scrollable-cards {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
}
.scrollable-cards::-webkit-scrollbar {
    display: none;
}

.scrollable-cards .card {
    cursor: pointer; 
}

.card {
    flex: 0 0 auto;
    width: 200px;
    margin-right: 15px; /* Consistent right margin */
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease;
}

.card:last-child {
    margin-right: 0; /* Remove margin from the last card to prevent extra space */
}
.card img {
    width: 100%;
    object-fit: cover;
}
.card h2 {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}
.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.scroll-button.left {
    left: 0;
}
.scroll-button.right {
    right: 0;
}
@media (max-width: 768px) {
    .scrollable-cards-container {
        padding: 0px;
		margin-top: 10px;
        margin-bottom: 5px; /* Add space for the scrollbar */
    }
    .scrollable-cards {
        scrollbar-width: thin;
        scrollbar-color: #e84c2e #f1f1f1;
        padding-bottom: 5px; /* Add space for the scrollbar */
    }
    .scrollable-cards::-webkit-scrollbar {
        display: block;
        height: 6px;
    }
    .scrollable-cards::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 3px;
    }
    .scrollable-cards::-webkit-scrollbar-thumb {
        background: #e84c2e;
        border-radius: 3px;
    }
    .scrollable-cards::-webkit-scrollbar-thumb:hover {
        background: #c73d24; /* Slightly darker shade for hover effect */
    }
    .card {
        width: 150px;
    }
    .card h2 {
        font-size: 14px;
    }
    .scroll-button {
        display: none; /* Hide scroll buttons on mobile */
    }
	.footer-links {
        margin-bottom: 10px;
    }
    
    .footer-links a {
        margin: 0 5px;
        font-size: 12px;
    }
	
	.page-content {
    margin: 0 10px;
	}
}

.coupon-info {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(0 0 0 / 20%);
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    z-index: 1;
    width: 90%;
	text-shadow: 1px 1px 6px #2a2a2a;
}

@media (max-width: 768px) {
  .coupon-info {
    font-size: 13px;
    padding: 6px;
  }
}

.category-filter-container {
    max-width: 1200px;
    margin: 15px auto 10px auto;
    position: sticky;
    top: -10px; /* Offset by 5px to match early trigger */
    z-index: 100;
    width: 100%;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-filter-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.category-filter-container.sticky {
    transform: translateY(10px); /* Move down 5px when sticky */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 0 5px 0;
    max-width: 100%;
}

.category-filter-container.sticky::before {
    opacity: 1;
}

.category-filter-container.hide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.category-filter-buttons {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 5px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.category-filter-buttons::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.filter-button {
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevent text wrapping */
    flex: 0 0 auto; /* Don't allow buttons to shrink */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.filter-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.filter-button.active {
    background: linear-gradient(135deg, #1A8DFF, #0066CC);
    color: white;
    border-color: #1A8DFF;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(26, 141, 255, 0.3);
}

@media (max-width: 768px) {
    .category-filter-container {
        margin: 5px 0;
        padding: 0;
        will-change: transform;
    }
    
    .category-filter-container.sticky {
        padding: 5px 0;   
    }
    
    .category-filter-buttons {
        padding: 5px 10px;
        gap: 6px;
    }
    
    .filter-button {
        padding: 6px 10px;
        font-size: 12px;
    }
}