.elementor-kit-1415{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1415 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === NaMo Style News Card CSS === */

/* Base Card */
.namo-card {
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

/* Hover Lift */
.namo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
}

/* Card Image Zoom */
.namo-card .elementor-widget-image img {
  transition: transform .3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.namo-card:hover .elementor-widget-image img {
  transform: scale(1.05);
}

/* Category Badge */
.namo-card .elementor-widget-post-terms {
  position: absolute !important;
  top: 12px;
  left: 12px;
  background: #007bff; /* Accent color – apni brand color use karo */
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  z-index: 5;
}

/* Title Clamp (2 lines) */
.namo-card h3.elementor-heading-title,
.namo-card .elementor-post__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

/* Excerpt Clamp (3 lines) */
.namo-card .elementor-widget-post-excerpt .elementor-widget-container {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

/* Post Info (date) */
.namo-card .elementor-widget-post-info {
  font-size: 12px;
  color: #999;
}

/* Read More Button */
.namo-card .elementor-button {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease;
}

.namo-card .elementor-button:hover {
  background: #007bff; /* Accent color */
  color: #fff;
  border-color: #007bff;
}/* End custom CSS */