* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #ffffff;

      -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* सामान्य */
}
.container ins.adsbygoogle {
  display: none !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}
h1 {
    text-align: center;
    margin-bottom: 20px;
}
/* Header CSS Start */
.header {
  background-color: #002266;
  padding: -0.5rem 1rem; /* हेडर की ऊँचाई कम की */
  color: white;
  display: flex;
  align-items: center;
}

.logo img {
  height: 100%; /* लोगो को पूरा हेडर कवर करने के लिए */
  max-height: 52px; /* लोगो का साइज बढ़ाया */
  margin-right: -18px;
  margin-top: 5px;
}
.desktop-nav a {
  color: #fff !important;
  text-decoration: none;
  margin-left: 15px;
  font-size: 16px;
}

.desktop-nav a:hover {
  text-decoration: underline;
}

/* Hamburger menu */
.hamburger-menu {
  display: none;
}

/* Hamburger icon */
.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  cursor: pointer;
  z-index: 2;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: white;
  border-radius: 3px;
  transition: all 0.3s ease;
}

/* Hide checkbox */
#menu-toggle {
  display: none;
}

/* Mobile navigation */
.mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #2b1d22;
  flex-direction: column;
  z-index: 1;
}

.mobile-nav a {
  color: #fff !important;
  text-decoration: none;
  padding: 12px 26px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
}

.mobile-nav a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Show mobile menu when checkbox is checked */
#menu-toggle:checked ~ .mobile-nav {
  display: flex;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
  .desktop-nav {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .logo img {
    margin-left: -19px;
  }
}
.header {
  background: #2b1d22;
  color: #fff !important;
  padding: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .logo {
  display: flex;
  align-items: center;
}
/* Header CSS End */
/* Footer CSS Start */
.footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    text-align: center;
    margin-top: 30px; /* Add margin to separate footer from content */
}

.footer a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons {
    margin-bottom: 15px; /* Add gap between social icons and other footer content */
}

.footer .social-icons a {
    margin: 0 10px;
}

.footer .social-icons img {
    width: 24px;
    height: 24px;
}

.footer .credit {
    margin-top: 15px;
    font-size: 12px;
}
.h1-ke-niche{
    margin-bottom: 10px;
    font-size: small;
}
/* Footer CSS End */
/* paragraf ka css Niche */
.paragraf{
    width: 66%;
    padding-left: 20px;
}
.paragraf h2{
    text-align: left;
}

@media screen and (max-width: 768px) {
    .paragraf {
        width: 95%;
    }
}
/* paragraf ka css upar */
/* Default spacing for headings, paragraphs, and lists */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px; /* Add space below headings */
}

p {
    margin-bottom: 15px; /* Add space below paragraphs */
}

ul, ol {
    margin-bottom: 15px; /* Add space below unordered/ordered lists */
    padding-left: 20px; /* Add indentation for list items */
}

li {
    margin-bottom: 10px; /* Add space between list items */
}
.image-size{
    width: 100%;
    height: auto;
}
/* Breadcrumb Code Start */
.breadcrumb {
  background-color: #f8f9fa;
  padding: 10px 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  list-style: none;
  font-size: 16px;
}

.breadcrumb-item {
  position: relative;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
}

.breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb-item::after {
  content: "›";
  color: #6c757d;
  margin: 0 10px;
}

.breadcrumb-item:last-child::after {
  content: "";
}

.breadcrumb-active {
  color: #6c757d;
  font-weight: bold;
}
/* Breadcrumb Code End */
/* Calculator Hindi First Ads Start */
.ads-container {
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: 10px auto;
  max-width: 100%;
}

.ads-placeholder {
  width: 100%;
  max-width: 728px;
  height: 302px !important;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
/* Calculator Hindi First Ads End */
/* search box Code Start */
/* Main search container with a gradient background */
.search-container {
  position: relative;
  max-width: 550px;
  margin: 25px auto;
  font-family: 'Arial', sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 8px;
  border-radius: 60px;
}

/* Search input with unique styling */
#searchBox {
  width: 100%;
  padding: 16px 25px;
  font-size: 16px;
  border: none;
  border-radius: 50px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-sizing: border-box;
}

#searchBox:focus {
  background-color: #ffffff;
  transform: scale(1.02);
  box-shadow: inset 0 0 0 2px #ff6b6b;
}

#searchBox::placeholder {
  color: #7d8597;
  font-style: italic;
  transition: opacity 0.3s;
}

#searchBox:focus::placeholder {
  opacity: 0.5;
}

/* Suggestions container with custom styling */
.suggestions {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  max-height: 320px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: none;
  border-left: 4px solid #ff6b6b;
}

/* Custom scrollbar for suggestions */
.suggestions::-webkit-scrollbar {
  width: 8px;
}

.suggestions::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.suggestions::-webkit-scrollbar-thumb {
  background: #ff6b6b;
  border-radius: 10px;
}

/* When suggestions are visible */
.suggestions.active {
  display: block;
  animation: slideDown 0.3s ease-out forwards;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Individual suggestion items */
.suggestion-item {
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
}

.suggestion-item:last-child {
  border-bottom: none;
}

.suggestion-item:hover {
  background-color: #fff8f8;
  padding-left: 25px;
}

.suggestion-item::before {
  content: "•";
  color: #ff6b6b;
  margin-right: 10px;
  font-size: 18px;
}

/* Custom search icon with animation */
.search-container::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  border-radius: 50%;
  pointer-events: none;
  transition: all 0.3s;
}

.search-container:hover::after {
  transform: translateY(-50%) scale(1.2);
  box-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .search-container {
    max-width: 92%;
    border-radius: 40px;
  }
  
  #searchBox {
    padding: 14px 20px;
    font-size: 15px;
  }
}
/* search box Code End */