.elementor-14028 .elementor-element.elementor-element-7195f77{--display:flex;}/* Start custom CSS for html, class: .elementor-element-337be51 *//* =========================
   RESOURCE MENU DESIGN
   Clean card style
========================= */

.resource-design{
  display:grid;
  gap:18px;
  margin-top:20px;
}

/* Link reset */
.resource-design a,
.resource-design a:hover,
.resource-design a:focus,
.resource-design a:active{
  text-decoration:none !important;
  outline:none;
}

/* Single card */
.resource-design .resource-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:18px 20px;
  border-radius:18px;
  text-decoration:none !important;
  background:linear-gradient(135deg,#fff5f7,#ffffff);
  border:1px solid rgba(232,17,64,0.16);
  box-shadow:0 12px 28px rgba(232,17,64,0.08);
  position:relative;
  overflow:hidden;
  transition:.28s ease;
}

/* top accent */
.resource-design .resource-link:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:#E81140;
  opacity:.9;
}

/* right arrow */
.resource-design .resource-link:after{
  content:"›";
  font-size:28px;
  font-weight:700;
  color:#E81140;
  opacity:.6;
  transition:.25s ease;
  flex-shrink:0;
  line-height:1;
}

/* hover */
.resource-design .resource-link:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 38px rgba(232,17,64,0.14);
  background:#E81140;
  border-color:rgba(232,17,64,0.35);
}

.resource-design .resource-link:hover:after{
  color:#fff;
  opacity:.95;
  transform:translateX(3px);
}

/* left content */
.resource-design .resource-left{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  flex:1;
}

/* icon box */
.resource-design .resource-icon{
  width:58px;
  height:58px;
  min-width:58px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(232,17,64,0.10);
  color:#E81140;
  transition:.25s ease;
}

.resource-design .resource-icon svg{
  width:28px;
  height:28px;
  stroke-width:2.1;
}

/* title */
.resource-design .resource-title{
  font-size:21px;
  font-weight:800;
  color:#111827;
  line-height:1.25;
  transition:.25s ease;
  text-decoration:none !important;
  border-bottom:none !important;
  box-shadow:none !important;
}

/* remove any inherited underline from inner elements */
.resource-design .resource-title,
.resource-design .resource-title:hover,
.resource-design .resource-title:focus,
.resource-design .resource-link span{
  text-decoration:none !important;
}

/* hover text/icon */
.resource-design .resource-link:hover .resource-title,
.resource-design .resource-link:hover .resource-icon{
  color:#ffffff;
}

.resource-design .resource-link:hover .resource-icon{
  background:rgba(255,255,255,0.16);
}

/* individual icon colors */
.resource-design .resources-desk .resource-icon{
  background:#fff1f2;
  color:#E81140;
}

.resource-design .live-exam .resource-icon{
  background:#fff4e6;
  color:#f59e0b;
}

.resource-design .live-medifire .resource-icon{
  background:#fff0eb;
  color:#f97316;
}

.resource-design .recorded-class .resource-icon{
  background:#f3e8ff;
  color:#9333ea;
}

.resource-design .practice-exam .resource-icon{
  background:#ecfeff;
  color:#06b6d4;
}

.resource-design .practice-mediafire .resource-icon{
  background:#ecfdf5;
  color:#10b981;
}

/* mobile */
@media (max-width:767px){
  .resource-design{
    gap:12px;
    margin-top:14px;
  }

  .resource-design .resource-link{
    padding:14px 14px;
    border-radius:14px;
  }

  .resource-design .resource-icon{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:12px;
  }

  .resource-design .resource-icon svg{
    width:22px;
    height:22px;
  }

  .resource-design .resource-title{
    font-size:17px;
  }

  .resource-design .resource-link:after{
    font-size:24px;
  }
}/* End custom CSS */