.learning-offer-title{
    background-color: #000;
    align-items: center;
    border-color: #d5d8dc;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-grow: var(--n-menu-title-flex-grow);
    gap: 10px;
    justify-content: space-between;
    list-style: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
}
.learning-courses-we-offer .learning-offer-title {
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    background: #000;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
  font-size: 16px;
    font-weight: 500;
}

.learning-courses-we-offer .learning-offer-desc {
    display: none;
    padding: 10px 15px;
    background: #fff;
    border-left: 3px solid #ddd;
    margin-bottom: 10px;
}

.learning-courses-we-offer .learning-offer-title.active {
    background-color: #2F57EF;
}
.learning-courses-we-offer .learning-offer-title.active {
    background-color: #2F57EF;
}


/* Sandip css */
.sub-course .elementor-widget-heading h2 {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sub-course .elementor-widget-text-editor p {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-course .lc-category-title {
	  font-size: 20px;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    font-family: 'Nunito';
    font-weight: 700;
}
.main-course .lc-category-view-button {
	  
    font-family: "DM Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    fill: #ffffff;
    color: #ffffff;
    background: linear-gradient(90deg, #2f57ef 0%, #5694e5 100%) !important;
    transition-duration: 1s;
    border-radius: 100px 100px 100px 100px !important;
    padding: 12px 50px 12px 25px !important;
    position: relative;
}

.main-course .lc-category-view-button:hover {
	background: linear-gradient(90deg, #5694e5 0%, #2f57ef 100%) !important;
}
.main-course .lc-category-view-button::after {
	content: "\e9c5";
    position: absolute;
    font-family: elementskit !important;
    font-style: normal;
    font-weight: 400;
    top: 5px;
    right: 5px;
    background: #ffffff;
    border-radius: 100px;
    z-index: 1;
    padding: 7px 11px 7px 11px;
    color: #000000;
}
.course-details-page .course-content .elementor-element-b169347 {
	padding:0px;
}
.course-details-page .course-content p, .course-details-page .course-content h2, .course-details-page .course-content h3, .course-details-page .course-content li {
	color:#000000;
}
.course-details-page .course-content h2 {
	  font-size: 24px;
    font-weight: 700;
    font-family: 'Nunito';
	  margin-top:15px;
}

.course-details-page .course-content h3, .course-details-page .course-content h4 {
      font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito';
    margin-top: 15px;
      color:#000000;

}

/* End Sandip css */





