.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-24 .elementor-element.elementor-element-4086d518:not(.elementor-motion-effects-element-type-background), .elementor-24 .elementor-element.elementor-element-4086d518 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-24 .elementor-element.elementor-element-4086d518 > .elementor-background-overlay{background-color:var( --e-global-color-blocksy_palette_8 );opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-24 .elementor-element.elementor-element-4086d518{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-24 .elementor-element.elementor-element-4702f024:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-24 .elementor-element.elementor-element-4702f024 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-blocksy_palette_8 );}.elementor-24 .elementor-element.elementor-element-4702f024 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-24 .elementor-element.elementor-element-4702f024 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-53baba82 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Arial, sans-serif;
}

body {
  background: #fff;
}

/* 🔹 Top Header */
.top-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border-bottom: 1px solid #eee;
  background: #fff;
}

/* Logo */
.logo img {
  height: 45px;   /* Logo ka size yahan control karo */
  width: auto;
}

/* Search Box */
.search-box {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: 550px;
  margin: 0 25px;
  background: #f5f7f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}
.search-box input {
  flex: 1;
  padding: 10px 12px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
}
.search-box button {
  background: #0077cc;
  border: none;
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
}

/* Right Buttons */
.right-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cat-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}
.cat-btn:hover {
  background: #f5f5f5;
}

/* 🔹 Categories Bar */
.categories-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  background: #fdfdfd;
}
.categories-bar a {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: 0.3s;
}
.categories-bar a:hover {
  color: #0077cc;
}
/* Main Section */
.main-section {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
}

/* Section Header */
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  border-left: 4px solid #0077cc;
  padding-left: 10px;
}
.section-header h2 {
  font-size: 20px;
  color: #333;
}
.section-header .view-all {
  text-decoration: none;
  color: #0077cc;
  font-weight: 500;
  font-size: 14px;
}

/* Software List */
.software-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.software-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
}
.software-item:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.07);
}

/* Icon */
.software-item .icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Details */
.software-item .details h3 {
  font-size: 16px;
  color: #222;
  margin-bottom: 4px;
}
.software-item .details p {
  font-size: 14px;
  color: #666;
  margin-bottom: 6px;
}
.software-item .details .category {
  font-size: 13px;
  color: #0077cc;
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}

/* Meta Info */
.meta {
  display: flex;
  gap: 18px;
  font-size: 13px;
  color: #444;
}
.meta .platform {
  color: #0077cc;
}
.meta .reputation {
  color: #f4b400;
}
.meta .size {
  color: #222;
  font-weight: bold;
}
/* Remove extra top-bottom space */
.trending-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* Also fix container spacing if Elementor adds padding */
.elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}/* End custom CSS */
/* Start custom CSS *//* 🌈 FileCR-style Gradient Background */
body, .elementor {
  background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%) !important;
  color: #222 !important;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 🧭 Header + Footer Full Width and Center Alignment */
.elementor-location-header,
.elementor-location-footer {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* 🧩 “All Rights Reserved” Text Hide */
.elementor-widget-container:has(p:contains("All rights reserved")),
.elementor-widget-container p:contains("All rights reserved"),
p:contains("All rights reserved") {
  display: none !important;
}

/* 🧭 Site Title / Default Text Hide */
.site-title,
.site-description,
h1.site-title,
.elementor-heading-title:contains("Home") {
  display: none !important;
}

/* 💻 Responsive Design */
@media (max-width: 1024px) {
  .elementor {
    padding: 15px !important;
  }
}

@media (max-width: 768px) {
  .elementor {
    font-size: 15px !important;
  }
}

@media (max-width: 480px) {
  .elementor {
    font-size: 14px !important;
  }
}

/* 🌙 Dark Mode (future compatible) */
[data-theme="dark"] body, [data-theme="dark"] .elementor {
  background: #1e1e1e !important;
  color: #f1f1f1 !important;
}/* End custom CSS */