/*
Theme Name: VijayBlog
Theme URI: https://example.com/vijayblog
Author: Vijay Yadav
Author URI: https://example.com
Description: A clean, responsive blog theme by Vijay Yadav.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, responsive, clean, simple
Text Domain: vijayblog
*/

/* Developer: Vijay Yadav | Mobile: 9661377294 */
/* Full Header Background */

/* Reset and Safe box model */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ==== HEADER STYLING ==== */
.gov-style-header {
  background: #fff;
  border-top: 5px solid #e84993;
  border-bottom: 5px solid #8cc63f;
  font-family: sans-serif;
}

.gov-header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

/* Layout */
.gov-header-left {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.gov-header-center {
  flex: 1;
  text-align: center;
}
.gov-header-center img {
  height: 50px;
  width: 150px;
  object-fit: contain;
}
.gov-header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

/* Buttons */
.gov-menu-toggle,
.gov-search-button {
  background: #0c1e41;
  border: none;
  padding: 10px 12px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/* ======================= */
/* 🔍 Search Dropdown CSS  */
/* ======================= */

/* 🔹 Default/Desktop View */
.gov-search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background: #ffffff;
  padding: 16px 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
  border-radius: 10px;
  z-index: 999;
  min-width: 300px;
  transition: all 0.3s ease;
}

.gov-search-dropdown form {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}

.gov-search-dropdown input[type="search"] {
  flex: 1 1 auto;
  padding: 10px 14px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}

.gov-search-dropdown input[type="search"]:focus {
  border-color: #0073aa;
}

.gov-search-dropdown input[type="submit"] {
  background: #0073aa;
  border: none;
  color: #fff;
  padding: 10px 18px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
}

.gov-search-dropdown input[type="submit"]:hover {
  background: #005e8a;
}

/* 🔹 Responsive: Mobile Full-Width View */
@media screen and (max-width: 768px) {
  .gov-search-dropdown {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 14px 15px;
    border-radius: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    z-index: 9999;
  }

  .gov-search-dropdown form {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
  }

  .gov-search-dropdown input[type="search"],
  .gov-search-dropdown input[type="submit"] {
    font-size: 15px;
    padding: 10px;
  }

  .gov-search-dropdown input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
  }

  .gov-search-dropdown input[type="submit"] {
    flex: 0 0 auto;
    width: auto;
    padding: 10px 16px;
  }
}

/* Accordion Menu */
.accordion-menu {
  background: #f9f9f9;
}
.accordion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 17px;
  font-weight: bold;
  cursor: pointer;
  background: #f2f2f2;
  color: #333;
}
.accordion-toggle .symbol {
  font-size: 20px;
  color: #999;
  transition: 0.3s ease;
}
.accordion-item.active .symbol {
  color: #000;
}

/* Submenu — Default Hidden */
.submenu {
  display: none;
  background: #fff;
  padding: 15px 20px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

/* Submenu Active Show */
.accordion-item.active .submenu {
  display: grid;
}

.submenu li {
  list-style: none;
}
.submenu li a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
}
.submenu li a:hover {
  color: #0073aa;
}

/*Scrolling CSS image*/

/* ЁЯФ▓ Scroll Wrapper with black background */
.step-scroll-wrapper {
  position: relative;
  overflow: hidden;
  background: #000; /* тЬЕ Black background */
  padding: 10px 0;
}

/* ЁЯУж Scroll container */
.step-scroll-container {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* ЁЯОп Flex row of all items */
.step-scroll-track {
  display: flex;
  gap: 5px; /* тЬЕ Reduced gap between items */
}

/* ЁЯУ▒ Mobile: 4 items per row */
.step-scroll-item {
  flex: 0 0 calc(25% - 5px);
  border: 2px solid #f90;
  border-radius: 6px;
  overflow: hidden;
  background: #111; /* Optional: dark background inside item */
}

/* ЁЯЦ╝я╕П Image */
.step-scroll-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* ЁЯТ╗ Desktop: 8 items */
@media (min-width: 768px) {
  .step-scroll-item {
    flex: 0 0 calc(12.5% - 5px);
  }
}

/* тмЕя╕ПтЮбя╕П Arrow buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ff9800;
  border: none;
  color: white;
  font-size: 24px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
  opacity: 0.9;
}

/* Arrow Hover Effect */
.scroll-btn:hover {
  background: #e65100;
}

/* тмЕя╕П Left Arrow */
.left-btn {
  left: 10px;
}

/* тЮбя╕П Right Arrow */
.right-btn {
  right: 10px;
}

/* Category scrolling home page */

/* Remove default spacing from page */
body, html {
  margin: 0;
  padding: 0;
}

.category-scroll-bar {
  display: flex;
  overflow-x: auto;
  padding: 0 12px;
  background: #ffffff;
  margin: 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  scroll-behavior: smooth;
  font-family: 'Segoe UI', sans-serif;
}

/* Hide scrollbar */
.category-scroll-bar::-webkit-scrollbar {
  display: none;
}
.category-scroll-bar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Fix spacing between text and underline */
.category-link {
  flex-shrink: 0;
  padding: 10px 14px 6px 14px; /* top right bottom left */
  font-size: 15px;
  font-weight: 500;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  border-bottom: 2px solid transparent;
  display: inline-block;
  line-height: 1;
}

.category-link:hover {
  color: #0073aa;
  border-bottom: 2px solid #0073aa;
}

/* Top head powered by notification */

.notification-dropdown {
    position: relative;
    background: #0033cc;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    padding: 6px 15px;
    font-size: 14px;
    text-align: right;
    z-index: 9999;
}

.notification-toggle {
    position: relative;
    display: inline-block;
}

.notification-toggle .notif-name {
    font-weight: bold;
    color: #ffcc00;
    text-decoration: none;
    padding-left: 4px;
}

.notif-dropdown-content {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.notification-toggle:hover .notif-dropdown-content {
    display: block;
}

.developer-credit {
    text-align: center;
    color: #555;
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

/* Home page category CSS */

/* === Google Font (Add in header.php) === */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
}

/* === Uniform Section Wrapper === */
.homepage-category-wrapper {
  padding: 10px 5px;
  max-width: 1140px;
  margin: auto;
}

/* === Category Block === */
.category-block {
  margin-bottom: 10px;
  padding: 0;
}

/* === Category Header === */
.category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(to right, #ff9900, #ff6600);
  padding: 6px 12px;
  border-radius: 4px;
  margin: 10px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Category Title */
.category-header h2 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 4px 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
}

/* All View Button */
.view-all {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 4px 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  transition: background 0.3s ease, color 0.3s ease;
}

.view-all:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* === Post Grid === */
.post-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
}

/* === Post Card === */
.post-card {
  padding: 0;
  margin: 0;
  text-align: center;
}

/* === Post Image === */
.thumb img {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  transition: 0.3s ease;
}


/* === Post Title === */
.post-card h3 {
  font-size: 20px;
  margin: 4px 0;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  line-height: 1.4;
  transition: 0.3s ease;
}

.post-card h3 a,
.post-card h3 a:visited,
.post-card h3 a:hover,
.post-card h3 a:active,
.post-card h3 a:focus {
  text-decoration: none !important;
  color: #000 !important;
}

/* === Responsive Grid === */
@media (max-width: 1200px) {
  .post-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  .post-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .post-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .category-header h2 {
    font-size: 16px;
  }
  .view-all {
    font-size: 12px;
  }
  .post-card h3 {
    font-size: 14px;
  }
}

/* === Border Colors for Image === */
.border-color-1 { border-color: #f90 !important; }
.border-color-2 { border-color: #e74c3c !important; }
.border-color-3 { border-color: #2ecc71 !important; }
.border-color-4 { border-color: #3498db !important; }
.border-color-5 { border-color: #9b59b6 !important; }
.border-color-6 { border-color: #f39c12 !important; }
.border-color-7 { border-color: #1abc9c !important; }
.border-color-8 { border-color: #e67e22 !important; }
.border-color-9 { border-color: #ff69b4 !important; }
.border-color-10 { border-color: #00bcd4 !important; }
.border-color-11 { border-color: #8e44ad !important; }
.border-color-12 { border-color: #16a085 !important; }
.border-color-13 { border-color: #c0392b !important; }
.border-color-14 { border-color: #2980b9 !important; }
.border-color-15 { border-color: #fd79a8 !important; }

/* ----------------------------- */
/* ├░┼╕┬ж┬╢ FOOTER STYLING */
/* ----------------------------- */
.site-footer {
  background: linear-gradient(to right, #111, #222);
  color: #f1f1f1;
  padding: 20px 0;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  border-top: 4px solid #ff6600;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  flex: 1;
  text-align: left;
  font-size: 15px;
  color: #ccc;
}

.footer-right {
  flex: 1;
  text-align: right;
  font-size: 14px;
}

.footer-links a {
  color: #f1f1f1;
  text-decoration: none;
  font-weight: 500;
  margin: 0 8px;
  position: relative;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ff6600;
}

.footer-separator {
  color: #777;
  margin: 0 4px;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
    padding: 10px 15px;
  }

  .footer-left,
  .footer-right {
    text-align: center;
    margin: 4px 0;
  }

  .footer-links {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Next button CSS */

/* Pagination container */
.archive-pagination {
  margin-top: 10px;
  text-align: center;
}

/* Button container (WordPress adds .nav-links) */
.archive-pagination .nav-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

/* All pagination buttons */
.archive-pagination .page-numbers {
  display: inline-block;
  padding: 5px 12px;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Active (current) page */
.archive-pagination .page-numbers.current {
  background-color: #f90;
  color: #fff;
}

/* Hover effect */
.archive-pagination .page-numbers:hover {
  background-color: #f90;
  color: #fff;
  transform: translateY(-1px);
}

/*Post info CSS*/

.post-meta-info {
  font-size: 14px;
  color: #ccc;
  margin: 5px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  text-align: center;
}

.post-meta-info span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.post-meta-info i {
  color: #f39c12;
}

/*All title CSS*/

.movie-section-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 0 5px;
  margin: 0;
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
}
.movie-section-title i {
  color: #f39c12;
}
/*IMDb data CSS*/

.imdb-block-vertical {
  max-width: 600px;
  margin: 0 auto;
  padding: 10px 15px;
  font-family: sans-serif;
  font-size: 14px;
  text-align: center;
  background: #f9fbfe;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.5;
}

.imdb-block-vertical h3 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #111;
}

.imdb-block-vertical p {
  margin: 3px 0;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.imdb-block-vertical i {
  color: #f39c12;
  min-width: 14px;
  font-size: 14px;
}

.imdb-block-vertical strong {
  font-weight: 700;
  color: #000;
}

/* Feature image CSS */

.post-feature-image {
  width: 100%;
  max-width: 220px;  /* тЬЕ Chhota size */
  margin: 3px auto;   /* тЬЕ Minimal top/bottom gap */
  overflow: hidden;
  border: 2px solid #f39c12;
  border-radius: 6px;
}

.post-feature-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
  margin: 0;
}

.post-feature-image:hover img {
  transform: scale(1.03);
}

/* Share button CSS */

.post-share-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 4px auto;  /* тЬЕ Top/Bottom gap minimized */
  font-family: sans-serif;
  font-size: 14px;
  justify-content: center;
  padding: 0;
}

.post-share-buttons span {
  font-weight: 600;
  color: #333;
  margin-right: 4px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-size: 14px;
  cursor: pointer;
  border: none;
}

.share-btn.facebook  { background-color: #3b5998; }
.share-btn.whatsapp  { background-color: #25D366; }
.share-btn.twitter   { background-color: #1DA1F2; }
.share-btn.copy      { background-color: #666; }

.share-btn:hover {
  opacity: 0.85;
}

/* Screenshot image CSS */

/* Gallery Title Styling */
.vijay-gallery-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding: 6px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 10px 0;
}

/* Main Gallery Grid */
.vijay-image-gallery-wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important; /* Fixed 3 columns for desktop */
  gap: 5px !important;
  margin: 5px 0 !important;
}

/* Force exactly 2 columns on mobile */
@media only screen and (max-width: 768px) {
  .vijay-image-gallery-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Image Box */
.vijay-img-box {
  border: 2px solid #f90;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

/* Image Itself */
.vijay-img-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Related post CSS */

.related-scroll-posts {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 5px;
  padding: 0;
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  scroll-behavior: smooth;
}

.related-scroll-posts::-webkit-scrollbar {
  display: none;
}

.related-scroll-card {
  flex: 0 0 calc(12.5% - 10px); /* тЬЕ 8 per row = 100/8 = 12.5% */
  scroll-snap-align: start;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s;
  margin: 0;
}

.related-scroll-card:hover {
  transform: scale(1.03);
}

.related-scroll-card .thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.related-scroll-card h3 {
  display: none;
}

.related-posts-section {
  margin: 0;
}
.related-posts-section h2 {
  font-size: 22px;
  margin: 10px 0;
}

/* тЬЕ Mobile: 4 per frame */
@media (max-width: 768px) {
  .related-scroll-card {
    flex: 0 0 calc(25% - 10px); /* 100/4 = 25% */
  }
}

/* тЬЕ Optional small device: 3 per frame */
@media (max-width: 480px) {
  .related-scroll-card {
    flex: 0 0 calc(33.33% - 10px);
  }
}

/* Downloading button CSS */

/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

.download-sections {
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* 1 column always */
  gap: 5px;
  padding: 0;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

.download-box {
  background: #fffdf8;
  border: 1px solid #ffd180;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.download-box:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.download-box h3 {
  text-align: center;
  margin-bottom: 5px;
  color: #e65100;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.download-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0;
  padding: 0;
}

.download-btn {
  background: linear-gradient(to right, #ffa726, #fb8c00);
  color: white;
  text-decoration: none;
  padding: 5px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease, transform 0.2s ease;
}

.download-btn:hover {
  background: linear-gradient(to right, #fb8c00, #e65100);
  transform: scale(1.03);
}

/* Homepage button CSS */

/* White box wrapper */
.white-box {
  background-color: #fff;
  color: #000;
  padding: 15px 10px;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* Website title */
.site-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

/* Button group spacing */
.button-group {
  text-align: center;
  margin-bottom: 10px;
}

/* Buttons */
.button-group a {
  display: inline-block;
  padding: 6px 10px;
  margin: 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.button-group a:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Individual button colors */
.green-btn { background-color: #4CAF50; }
.red-btn { background-color: #f44336; }
.blue-btn { background-color: #2196F3; }
.orange-btn { background-color: #ff9800; }
.yellow-btn {
  background-color: #fbc02d;
  color: #000;
}

/* Notice bar */
.notice-bar {
  background-color: #4CAF50;
  padding: 6px;
  color: white;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
  margin-top: 12px;
  position: relative;
}

.notice-bar b {
  font-weight: bold;
}

.notice-bar a {
  color: #0000ff;
  font-weight: bold;
  text-decoration: none;
}

.notice-bar .close {
  position: absolute;
  right: 10px;
  top: 3px;
  font-size: 16px;
  cursor: pointer;
}

/*A to z CSS*/

.atoz-header {
  text-align: center;
  margin: 5px 0;
}

.atoz-title {
  font-size: 20px;
  margin: 0;
}

.atoz-description {
  font-size: 13px;
  color: #555;
  margin: 2px 0 5px 0;
}

.atoz-menu {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 4px 0;
}

.atoz-button {
  text-decoration: none;
  color: #333;
  padding: 3px 6px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}

.atoz-button:hover {
  background-color: #f39c12;
  color: #fff;
}

.atoz-button.active {
  background-color: #e74c3c;
  color: #fff;
  font-weight: bold;
}

/* 404 CSS */
.error-container {
  max-width: 600px;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}

.error-block {
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.error-icon {
  font-size: 70px;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.error-code {
  font-size: 8rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}

.message {
  font-size: 1.8rem;
  color: #fff;
}

.description {
  font-size: 1rem;
  color: #f0f0f0;
  text-transform: capitalize;
}

.btn-home {
  padding: 12px 30px;
  background-color: #ffffff;
  color: #ff6a00;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.btn-home:hover {
  background-color: #222;
  color: #fff;
}

@media (max-width: 600px) {
  .error-code {
    font-size: 5rem;
  }

  .message {
    font-size: 1.4rem;
  }

  .error-icon {
    font-size: 50px;
  }
}

/* Top button CSS */

/* === Scroll To Top Button (Medium Size) === */
#scrollToTopBtn {
  position: fixed;
  bottom: 60px; /* тЬЕ Footer рд╕реЗ рдКрдкрд░ */
  right: 20px;
  width: 50px;  /* тЬЕ рд╕рдВрддреБрд▓рд┐рдд рдЪреМрдбрд╝рд╛рдИ */
  height: 50px; /* тЬЕ рд╕рдВрддреБрд▓рд┐рдд рдКрдВрдЪрд╛рдИ */
  background: linear-gradient(135deg, #ff9900, #ff6600);
  color: #fff;
  border-radius: 50%;
  font-size: 22px; /* тЬЕ рдЖрдЗрдХрди рд╕рд╛рдЗрдЬрд╝ рд╣рд▓реНрдХрд╛ рдЫреЛрдЯрд╛ */
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: all 0.3s ease;
}

#scrollToTopBtn:hover {
  transform: scale(1.08);
  background: linear-gradient(135deg, #ff6600, #cc5200);
}

#scrollToTopBtn i {
  font-size: 24px; /* тЬЕ рдЖрдЗрдХрди рдереЛрдбрд╝рд╛ рдЫреЛрдЯрд╛ */
}

/* Contact CSS */

/* === Headline Styling (H2–H6) === */
.pro-content-section h2,
.pro-content-section h3,
.pro-content-section h4,
.pro-content-section h5,
.pro-content-section h6 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 6px 0 4px;
  line-height: 1.3;
  font-family: 'Poppins', sans-serif;
  background: none !important;
}

/* === Paragraph Styling === */
.pro-paragraph {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  margin: 4px 0 6px;
  text-align: justify;
  font-family: 'Segoe UI', sans-serif;
  word-spacing: normal;
  letter-spacing: normal;
  background: none !important;
}

/* === Inline Formatting === */
.pro-paragraph strong {
  font-weight: 700;
  color: #000;
}

.pro-paragraph em {
  font-style: italic;
  color: #444;
}

.pro-paragraph a {
  color: #007acc;
  text-decoration: underline;
}

.pro-paragraph span {
  color: inherit;
}

/* === Responsive === */
@media (max-width: 768px) {
  .pro-content-section h2,
  .pro-content-section h3 {
    font-size: 17px;
    margin: 5px 0 3px;
  }

  .pro-paragraph {
    font-size: 14px;
    line-height: 1.4;
    margin: 3px 0 5px;
  }
}

/*WhatsApp group join CSS*/

.fixed-wa-button-center {
  position: fixed;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
}

.fixed-wa-button-center a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  gap: 0;
}

.wa-btn-icon {
  background-color: #25D366;
  color: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-btn-icon i {
  font-size: 18px;
}

.wa-btn-text {
  background-color: #25D366; /* same green or use different if needed */
  color: white;               /* white text color */
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-left: 4px;
  line-height: 1.2;
  display: inline-block;
}

/* Comment box CSS */

/* === Super Compact Comment Form === */
.comment-box-container {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.comment-heading {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff6600;
  display: inline-block;
}
.comment-box-container input,
.comment-box-container textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}
.comment-box-container input:focus,
.comment-box-container textarea:focus {
  border-color: #ff6600;
  outline: none;
}
.styled-submit-button {
  background: #ff6600;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}
.styled-submit-button:hover {
  background: #e65300;
}

/* === Super Compact Approved Comments === */
.approved-comments-section {
  max-width: 800px;
  margin: 10px auto 0;
  background: #f7f7f7;
  border-radius: 10px;
  padding: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.styled-comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-comment {
  display: flex;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 10px;
  gap: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
/* === Custom Icon Avatar Style === */
.custom-icon-avatar .icon-circle {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-icon-avatar .icon-circle i {
  font-size: 18px;
  color: #555;
}
.comment-content {
  flex: 1;
}
.comment-meta {
  margin-bottom: 2px;
}
.comment-author {
  font-weight: 600;
  color: #222;
  font-size: 13px;
}
.comment-date {
  font-size: 11px;
  color: #777;
  margin-left: 4px;
}
.comment-text {
  font-size: 13px;
  color: #444;
  line-height: 1.3;
  margin: 0;
}

/*User reaction CSS*/

/* === Reaction Box === */
.reaction-box {
    background: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    max-width: 600px;
    width: 100%;
}

/* === Title and Subtitle === */
.reaction-title {
    font-size: 18px;
    margin: 0 0 5px;
    color: #000;
    font-weight: bold;
}

.reaction-subtitle {
    color: #007bff;
    font-size: 13px;
    margin-bottom: 12px;
}

/* === Button Grid === */
.reaction-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

/* === Each Button === */
.reaction-button {
    background: #333;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 5px 2px;
    font-size: 12px;
    width: 18%; /* Roughly 100% / 5 = 20%, with some gap */
    max-width: 90px;
    min-width: 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    flex: 1 1 18%;
}

/* === Inner Elements === */
.reaction-button .emoji {
    font-size: 16px;
    margin-bottom: 2px;
}

.reaction-button .label {
    font-size: 10px;
    font-weight: 500;
}

.reaction-button .count {
    font-size: 9px;
    margin-top: 2px;
    color: #ccc;
}

/* === Hover and Active States === */
.reaction-button:hover {
    transform: scale(1.03);
    background: #444;
}

.reaction-button.active {
    background: #007bff;
    color: #fff;
    box-shadow: 0 0 8px rgba(0,123,255,0.6);
}

/* === Bounce Animation === */
.reaction-button.clicked {
    animation: reactBounce 0.35s ease;
}

@keyframes reactBounce {
    0% { transform: scale(1); }
    40% { transform: scale(1.12); }
    60% { transform: scale(0.96); }
    100% { transform: scale(1); }
}

/* Joining button CSS */

.side-social-icons {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

/* Common Style for All Icons */
.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 0 50% 50% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    opacity: 0;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

/* Background Colors */
.social-icon.whatsapp { background-color: #25D366; }
.social-icon.facebook { background-color: #3b5998; }
.social-icon.telegram { background-color: #0088cc; }

/* Animations */
.slide-top    { animation-name: slideFromTop; }
.slide-bottom { animation-name: slideFromBottom; }
.slide-right  { animation-name: slideFromRight; }

@keyframes slideFromTop {
    0%   { transform: translateY(-40px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideFromBottom {
    0%   { transform: translateY(40px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}

@keyframes slideFromRight {
    0%   { transform: translateX(40px); opacity: 0; }
    100% { transform: translateX(0); opacity: 1; }
}

/* ===== Stylish Title and Centered Content ===== */

.styled-title {
  font-size: 30px;
  color: #e67e00;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 3px double #ffc107;
  letter-spacing: 1px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
}

.styled-title::after {
  content: "★";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ff9800;
}

.styled-content {
  font-size: 18px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  margin: 0 auto;
  max-width: 750px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.styled-content p {
  margin-bottom: 16px;
}

.styled-content a {
  color: #ff6600;
  text-decoration: none;
  font-weight: 600;
  position: relative;
}

.styled-content a::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ff6600;
  transition: width 0.3s;
  margin: auto;
}

.styled-content a:hover::after {
  width: 100%;
}

.styled-content a:hover {
  color: #e65c00;
}