.event-section {
    padding: 4rem 0 0;
    position: relative;
}

.event-card {
      background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}


.event-img-wrapper {
  position: relative;
}

.event-card-img {
  width: 100%;
  /*height: 280px;*/
  object-fit: cover;
}

.event-badge {
    position: absolute;
    top: 15px;
    right: -17px;
    background: white;
    padding: 4px 26px 2px 12px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    border: 5px solid rgb(246 234 238);
    color: #333;
}

.event-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-title a{
    font-size: 17px;
    font-weight: 700;
    line-height:1.4;
    margin: 0;
    color: #825574;
    font-family:Plus Jakarta Sans;
    text-transform: capitalize;
    /*max-width:300px;*/
}

.side-character {
      display: flex;
    flex-direction: column;
    gap: 10px;
    /*margin-top: 8px;*/
}

.event-meta,
.event-time,
.event-online{
  display: flex;
  align-items: center;
  font-size: 13.5px;
  margin: 2;
  gap: 8px;
}

.event-meta {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
}

.event-time {
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}

/* Shared Icon Style */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Specific Icons */
.area-icon {
  background-image: url('../images/svg/location.svg'); /* update path as needed */
}

.time-icon {
  background-image: url('../images/svg/event-date.svg'); /* update path as needed */
}

.time-online {
  background-image: url('../images/svg/live-streaming.svg'); /* update path as needed */
}




.facilitator-wrapper {
  position: absolute;
  right: 16px;
  top: -32px;
  text-align: center;
}

.course-founder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.course-name {
  margin-top: 4px;
}

.facilitator-label,
.facilitator-name {
  margin: 0;
  line-height: 1.2;
}

.facilitator-label {
  font-size: 12px;
  color: #666;
}

.facilitator-name {
  font-weight: 600;
  font-size: 14px;
}

/* Card Footer Alignment */
.card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*margin-top: -49px;*/
}

.ticket-price {
  font-size: 18px;
  font-weight: 600;
  color: #28a745;
}

/* Button */
.event-ticket-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #28a745;
  border: 1.5px solid #28a745;
  border-radius: 4px;
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  line-height: 1;
}

.event-ticket-btn::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../images/svg/tickets.svg'); 
  background-size: contain;
  background-repeat: no-repeat;
}

/*.event-card {*/
/*  margin-bottom: 24px;*/
/*}*/

.course-section .event-card-body{
    position:relative;
}

.course-service {
  position: absolute;
    top: -2rem;
    right: 1rem;
     /*width: 120px;*/
    text-align: center;
    z-index: 5;
}

.course-founder {
  width: 65px;
  height: 63px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.course-name {
  margin-top: 6px;
}

.facilitator-label {
  font-size: 12px;
  color: #00000078;
  margin: 0;
  line-height: 1.2;
}

.facilitator-name {
  font-size: 12px;
  color: #00000078;
  margin: 0;
  line-height: 1.2;
}

.course-section .event-card{
    width:420px;
}

.book-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #28a745;
    border: 1.5px solid #28a745;
    border-radius: 4px;
    background-color: #ffffff;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1;
    font-weight: 450;
}

.course-section .card-footer {
  display: block;
 
  margin-top:0px;
}

.course-section .price-and-button {
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-section .ticket-price {
    font-size: 18px;
    font-weight: 700;
    color: #28a745;
    margin-right: 10px;
    margin-bottom: auto;
}

.course-section .event-meta {
    color: #000000b8;
   font-size:11px;
    margin-bottom: 3px;
}

.event-online {
    color: #000;
    margin-bottom: 3px;
}

.privacy-policy{
    position:relative;
    padding:3rem 0;
}

.policy-active h2{
    font-size: 24px;
}

.visualize-manifest{
    position: relative;
    padding: 4rem 0;
}
.visualize-manifest .work-space-btn{
     margin: 21px 0 0;
    gap: 30px;
    justify-content: unset;
}
.visualize-sector .common-title {
    margin-bottom: 20px;
}
.visualize-timed li{
    line-height: 1.8;
    display: flex;
    text-align: center;
    align-items: center;
    gap: 14px;
}

.sector-itler{
       color: #32403FE5;
    font-size: 19px;
}
.visualize-timed ul{
    padding-left: 0rem;
}

.visualize-timed i{
    font-size: 25px;
}
.visualize-sector .secondary-title{
    font-size: 29px;
    font-weight: 700;
    color: #825574;
}

.visualize-timed .book-btn{
   background-color: #51ac7859;
    padding: 12px 27px;
    font-weight: 800;
}

.visualize-sector{
    position:relative;
   /*padding-left: 40px;*/
}
.visualize-corporate img{
        border-radius: 20px;
}
.visualize-corporate{
    position:relative;
}
.visualize-corporate::before {
    position: absolute;
    content: "";
    top: -3rem;
    left: -5rem;
    width: 348px;
    height: 200px;
    background-image: url(../images/bg/element-shape.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}


.visualize-manifest::before{
   position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 209px;
    height: 378px;
    background-image: url(../images/bg/shakara-peace-therapy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: 1; */
    /* z-index: 0; */
    transform: rotate(360deg);
}

.comment-sec-desin::before {
    position: absolute;
    content: "";
    left: -2rem;
    top: 15rem;
    margin: 0 auto;
    width: 209px;
    height: 378px;
    background-image: url(../images/bg/shakara-peace-therapy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* z-index: 1; */
    z-index: 0;
    transform: rotate(179deg);
}

.visualize-fgre{
    position: relative;
    display: flex;
    gap: 30px;
}
.card-footer i{
    color:#28a745;
    margin-right: 5px;
    /*border: 1px solid;*/
    /*border-radius: 50px;*/
    /*height: 30px;*/
    /*position: relative;*/
    /*width: 30px;*/
    /*display: flex;*/
    /*flex-direction: column-reverse;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}
.course-section .card-footer{
    margin-top: 0px;
    display: flex !important;
    justify-content: flex-start;
    gap: 20px;
}
.call-now-regs{
    display: flex;
    align-items: center;
    color: #7C5190;
    font-weight: 600;
   padding:6px 14px;
    border: 1.5px solid #7C5190;
    border-radius: 4px;
    background-color: #ffffff;
    text-decoration: none;
    
    font-weight: 450;
    font-size:16px;
}
.error-page {
    position: relative;
    display: block;
    padding: 200px 0 33px;
    z-index: 1;
}
.error-page-inner {
    position: relative;
    display: block;
    text-align: center;
}
.error-patitle-box {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.error-page-title {
    position: relative;
    display: inline-block;
    font-size: 350px;
    line-height: 1;
    font-weight: 500;
    color: #7c5190;
    z-index: 2;
}
.error-page-tagline {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.error-pargrapgh {
    font-size: 20px;
}

.error-page .contact-cta-btn{
    margin-top:0;
    background-color:#7c5190;
}
.event-meta i{
    height: 25px;
    font-size: 25px;
    line-height: 0;
    
}