.elementor-5 .elementor-element.elementor-element-9ce43db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5 .elementor-element.elementor-element-fc4f8e5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-6d1a2df *//* ====== Modern Premium Lifted Grid ====== */

/* Section Background */
.tools-section {
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
  margin: 40px auto;
  max-width: 1400px;
  border-radius: 16px;
}

/* Heading */
.tools-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #d32f2f;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  position: relative;
}

.tools-section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #ff3b3b, #ff8a65);
  border-radius: 2px;
}

/* Grid Layout */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0 20px;
  justify-content: center;
}

/* Tool Cards */
.tool-card {
  background: #ffffff;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 14px;
  padding: 1.8rem 1rem;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
  cursor: pointer;
}

/* Hover - uplift & shadow enhance */
.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #e53935;
}

/* Subtle Gloss Overlay */
.tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 14px 14px 0 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tool-card:hover::before {
  opacity: 1;
}

/* Icon */
.tool-card-icon {
  font-size: 2.6rem;
  color: #e53935;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.tool-card:hover .tool-card-icon {
  transform: scale(1.12);
}

/* Title */
.tool-card-title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 0.4rem;
}

/* Description */
.tool-card-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Fade-up Animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1200px) {
  .tools-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .tools-grid { grid-template-columns: repeat(1, 1fr); }
}

/* ====== MSME & Govt Schemes Premium Style ====== */
#msme-tools {
  background: linear-gradient(135deg, #f4f7ff 0%, #edf1f9 100%);
}

#msme-tools .tool-card {
  border: 1px solid rgba(180, 180, 200, 0.4);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

#msme-tools .tool-card:hover {
  border-color: #c62828;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

#msme-tools .tool-card-icon {
  color: #d32f2f;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a96194 *//* ====== Modern Premium Lifted Grid ====== */

/* Section Background */
.tools-section {
  padding: 60px 40px;
  text-align: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
  margin: 40px auto;
  max-width: 1400px;
  border-radius: 16px;
}

/* Heading */
.tools-section h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #d32f2f;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
  position: relative;
}

.tools-section h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #ff3b3b, #ff8a65);
  border-radius: 2px;
}

/* Grid Layout */
.tools-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 0 20px;
  justify-content: center;
}

/* Tool Cards */
.tool-card {
  background: #ffffff;
  border: 1px solid rgba(200, 200, 200, 0.4);
  border-radius: 14px;
  padding: 1.8rem 1rem;
  text-align: center;
  transition: all 0.35s ease;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(0);
  cursor: pointer;
}

/* Hover - uplift & shadow enhance */
.tool-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  border-color: #e53935;
}

/* Subtle Gloss Overlay */
.tool-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent);
  border-radius: 14px 14px 0 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.tool-card:hover::before {
  opacity: 1;
}

/* Icon */
.tool-card-icon {
  font-size: 2.6rem;
  color: #e53935;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}
.tool-card:hover .tool-card-icon {
  transform: scale(1.12);
}

/* Title */
.tool-card-title {
  font-weight: 600;
  font-size: 1.05rem;
  color: #222;
  margin-bottom: 0.4rem;
}

/* Description */
.tool-card-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Fade-up Animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 1200px) {
  .tools-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .tools-grid { grid-template-columns: repeat(1, 1fr); }
}

/* ====== MSME & Govt Schemes Premium Style ====== */
#msme-tools {
  background: linear-gradient(135deg, #f4f7ff 0%, #edf1f9 100%);
}

#msme-tools .tool-card {
  border: 1px solid rgba(180, 180, 200, 0.4);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
}

#msme-tools .tool-card:hover {
  border-color: #c62828;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

#msme-tools .tool-card-icon {
  color: #d32f2f;
}/* End custom CSS */