<!-- start Simple Custom CSS and JS -->
<style type="text/css">
.lcm-programs-section {
  padding-left: 50px;
    background: #ffffff;
    padding-right: 50px;
}

.lcm-programs-label {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #EA7024;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.lcm-programs-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.3;
  color: #003332;
  margin: 0;
}

.lcm-programs-title strong {
  font-weight: 700;
}

.lcm-view-all-btn {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  background-color: #86B5B7;
  color: #002928;
  padding: 14px 32px;
  border-radius: 100px;
  text-decoration: none;
}

.lcm-program-card {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lcm-program-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}

.lcm-program-body {
  padding: 8px 28px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.lcm-program-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #003332;
  margin: 0 0 12px;
}

.lcm-program-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #6D6D6D;
  margin: 0 0 20px;
}

.lcm-program-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.lcm-feature-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.lcm-feature-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #003332;
  margin: 0;
}

.lcm-feature-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6D6D6D;
  margin: 0;
}

 .lcm-view-program-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 180px;
    height: 40px;

    padding: 0 20px;
    box-sizing: border-box;

    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;

    background-color: #003332;
    color: #FFFFFF;

    border-radius: 100px;
    text-decoration: none;
    text-align: center;

    margin: 0 auto;

}

@media (max-width: 991px) {
  .lcm-programs-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .lcm-programs-title {
    font-size: 26px;
  }
  .lcm-program-body {
    padding: 8px 20px 20px;
  }
}


.lcm-bannerHeading{
	font-size: 42px;
    color: #86B5B7;
    line-height: 50px;
    padding-bottom: 30px;
    padding-top: 10px;
}
.lcm-bannerHeading span{
	font-weight:600;
}



.lcm-secondary-button {
    background-color: #86B5B7;
    fill: #002928;
    color: #002928;
    border-radius: 100px 100px 100px 100px;
}


.pricing-content-wrapper .sub-title
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #EA7024;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.pricing-content-wrapper .sec-title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #003332;
    margin: 0 0 16px;
}

.pricing-content-wrapper .sub-title span{
	display:none;
}

.pricing-content-wrapper .sec-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6D6D6D;
  margin: 0;
}


.pricing-section.style-3 .pricing-single-box::before{
	background: #003332;
}

.pricing-section.style-3 .pricing-single-box.current .plan-custom-header {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.pricing-section.style-3 .pricing-single-box.current .plan-description p {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	padding-top:10px;
}

.pricing-section.style-3 .pricing-single-box.current .pricing-list li {
    color: #ffffff !important;
	font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.pricing-section.style-3 .pricing-single-box.current .theme-btn.bg-theme3 {
    background-color: #EA7024!important;
	color: var(--white-color);
	padding: 7px 30px!important;
    margin-top: 30px;
}



/* Header */
.plan-custom-header {
    color: #003332;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}




.pricing-section.style-3 .pricing-single-box .pricing-box-right .pricing-list li{
	  color: #6D6D6D;
		font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.pricing-section.style-3 .pricing-single-box .plan-description p {
    color: #6D6D6D !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
	padding-top:10px;
}

.pricing-section.style-3 .pricing-single-box .theme-btn.bg-theme3 {
     background-color: #003332!important;
    color: #ffffff!important;
	padding: 7px 30px!important;
    margin-top: 30px;
}

.greyBlock {
	background:#86B5B7;
}


.greyBlock-sub-title
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #003332;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.greyBlock-sec-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.greyBlock-sec-desc {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #303030;
  margin: 0;
}



.lcm-main-form-wrapper {
  /*background-color: #FFFFFF;
  border-radius: 20px;
  padding: 48px 48px 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);*/
}

.lcm-main-form-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #003332;
  margin: 0 0 32px;
}

/* Rows */
.lcm-main-form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 0px;
}

.lcm-main-form-row--single {
  display: block;
}

/* Columns */
.lcm-main-form-col {
  flex: 1;
}

.lcm-main-form-col--full {
  width: 100%;
}

/* All inputs, select, textarea */
.lcm-main-form-wrapper input[type="text"],
.lcm-main-form-wrapper input[type="email"],
.lcm-main-form-wrapper input[type="tel"],
.lcm-main-form-wrapper select,
.lcm-main-form-wrapper textarea {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #303030;
  background-color: #F4F7F7;
  border: 1px solid #F5F7FA;
  border-radius: 10px;
  padding: 16px 18px;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.lcm-main-form-wrapper input[type="text"]:focus,
.lcm-main-form-wrapper input[type="email"]:focus,
.lcm-main-form-wrapper input[type="tel"]:focus,
.lcm-main-form-wrapper select:focus,
.lcm-main-form-wrapper textarea:focus {
  outline: none;
  border-color: #86B5B7;
  background-color: #FFFFFF;
}

/* Placeholder */
.lcm-main-form-wrapper input::placeholder,
.lcm-main-form-wrapper textarea::placeholder {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9A9A9A;
  opacity: 1;
}

.lcm-main-form-wrapper input::-webkit-input-placeholder,
.lcm-main-form-wrapper textarea::-webkit-input-placeholder {
  color: #9A9A9A;
}

.lcm-main-form-wrapper input::-moz-placeholder,
.lcm-main-form-wrapper textarea::-moz-placeholder {
  color: #9A9A9A;
  opacity: 1;
}

/* Textarea */
.lcm-main-form-wrapper textarea {
  min-height: 140px;
  resize: vertical;
}

/* Select */


.lcm-main-form-wrapper select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #F4F7F7 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23303030' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 12px 8px !important;
  padding-right: 44px !important;
}

.lcm-main-form-wrapper select::-ms-expand {
  display: none;
}


.lcm-main-form-wrapper select:valid {
  color: #303030;
}

.lcm-main-form-wrapper select option {
  color: #303030;
}

/* Submit row */
.lcm-main-form-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 16px;
}

.lcm-main-form-submit p {
  width: 100%;
  max-width: 360px;
  margin: 0;
  text-align: center;
  position: relative;
}

.lcm-main-form-submit input[type="submit"] {
  width: 100%;
  max-width: 360px;
  background-color: #EA7024;
  color: #FFFFFF;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 100px;
  padding: 16px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
margin-top: 35px;
}

.lcm-main-form-submit input[type="submit"]:hover {
  background-color: #D9621A;
}

.lcm-main-form-submit .wpcf7-spinner {
  position: absolute;
  margin-left: 8px;
}

/* Note */
.lcm-main-form-note {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #002928;
  text-align: center;
  margin: 0;
}

/* Validation */
.lcm-main-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #C0392B;
  margin-top: 4px;
  display: block;
}

.lcm-main-form-wrapper .wpcf7-response-output {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  border-radius: 8px;
  margin-top: 16px;
  text-align: center;
}

@media (max-width: 768px) {
  .lcm-main-form-wrapper {
    padding: 32px 24px;
  }
  .lcm-main-form-title {
    font-size: 22px;
  }
  .lcm-main-form-row {
    flex-direction: column;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .lcm-main-form-wrapper {
    padding: 24px 16px;
    border-radius: 14px;
  }
  .lcm-main-form-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .lcm-main-form-submit input[type="submit"] {
    font-size: 15px;
    padding: 14px 0;
  }
}




.contact-content-wrap .sub-title{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #EA7024;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.contact-content-wrap .sec-title{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #003332;
    margin: 0 0 16px;
}

.contact-content-wrap .sec-text{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #6D6D6D;
    margin: 0 0 32px;
}
.contact-form .title{
	font-size: 22px;
}
.contact-item .icon{
	color: #003332!important;
    background-color: #C3DDDE!important;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .title {
    font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
	margin-bottom: 5px;
}
.contact-section.style-2 .contact-content-wrap .contact-info .contact-item .info .content {
    color: #303030;
    font-size: 14px;
    font-weight: bold;
}
.lcm-cntct-icon{
	color: #003332!important;
	fill:#003332!important;
    background-color: #C3DDDE!important;
}
.lcm-cntct-heading{
	font-size: 16px;
    color: #6D6D6D;
    font-weight: 400;
	margin-bottom: 5px;
}
.lcm-cntct-content{
	color: #303030!important;
    font-size: 14px!important;
    font-weight: bold!important;
}
.lcm-cntct-content a{
	color: #303030!important;
    font-size: 14px!important;
    font-weight: bold!important;
}


.choose-section.style-6 .choose-right-wrapper .featured-box .content h4{
	font-size: 18px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 600;
    margin: 0;
}
.choose-section.style-6 .choose-right-wrapper .featured-box .content p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
}

.choose-content-wrapper .sub-title span 
{
	display:none;
}

.choose-content-wrapper .sub-title
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #EA7024;
    text-transform: uppercase;
    
    margin-bottom: 12px;
}

.choose-content-wrapper .sec-title
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 1.2;
    color: #003332;
    margin: 0 0 16px;
}


.choose-content-wrapper .sec-text{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #6D6D6D;
    margin: 0 0 32px;
}


.lcm-assist-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-image: url('https://rajkamal.me/libertycollege/wp-content/uploads/2026/06/quickCta-side.png');
  background-size: cover;
  background-position: center;
}

.lcm-assist-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(7,51,46,0.92) 0%, rgba(7,51,46,0.75) 50%, rgba(7,51,46,0.85) 100%);
  z-index: 1;
}

.lcm-assist-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.lcm-assist-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #EDEDED;
  margin: 0 0 20px;
}

.lcm-assist-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  color: #EA7024;
  margin: 0 0 28px;
}

.lcm-assist-divider {
  height: 1px;
  background-color: rgba(237, 237, 237, 0.3);
  margin-bottom: 28px;
}

.lcm-assist-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.lcm-assist-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #B5772E;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #EA7024;
}

.lcm-assist-label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #86B5B7;
  margin: 0px;
}

.lcm-assist-value {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  margin: 0;
}

.lcm-assist-btn {
  display: block;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid rgba(237, 237, 237, 0.6);
  border-radius: 100px;
  padding: 10px 0;
  text-decoration: none;
  margin-top: 30px;
	width: 200px;
}

.lcm-assist-btn:hover {
  background-color: rgba(237, 237, 237, 0.1);
}





/* Container for the list */
#programAccordion .accordion-body ul {
    display: grid;
    grid-template-columns: 1fr; /* Single column by default */
    gap: 10px;
    padding-left: 0;
    list-style: none; /* Remove default bullets */
	margin-bottom: 20px;
}

/* If the list has more than 5 items, switch to 2 columns */
/* Note: Using :has() and :nth-child() to detect long lists */
#programAccordion .accordion-body ul:has(li:nth-child(6)) {
    grid-template-columns: 1fr 1fr;
}

/* Individual list items */
#programAccordion .accordion-body li {
    position: relative;
    padding-left: 25px; /* Space for the custom icon */
    line-height: 1.5;
}

/* Custom List Icon (your provided style) */
#programAccordion .accordion-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px; /* Adjusted slightly for alignment */
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #86B5B7;
    border: 2px solid #86B5B7;
}

/* Responsive adjustment: stack back to 1 column on small screens */
@media (max-width: 768px) {
    #programAccordion .accordion-body ul:has(li:nth-child(6)) {
        grid-template-columns: 1fr;
    }
}

.single-programs .faq-column .accordion{
	border: 0px; 
   border-radius: 0px;
border-bottom: 1px solid rgba(6, 50, 50, 0.1);
}</style>
<!-- end Simple Custom CSS and JS -->
