/* body {
  font-family: 'Segoe UI', sans-serif;
} */

:root {
    --theme-purple: #4B0082;
    --theme-purple-hover: #6d05b7;
    --theme-yellow: #FFB600;
    --theme-yellow-hover: #f5c856;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
blockquote,
input,
textarea,
button,
span,
strong,
em {
    font-family: 'Exo 2', sans-serif !important;
}


div#navbarNav>ul>li>a:hover {
    font-weight: 600;
    color: var(--theme-purple);
}

.g-btn:hover {
    transform: translateY(5px);
}

.g-btn {
    transition: ease 0.6s;
}

/* jobs iframe code   */
section#jobs .inline-flex.items-center.justify-center.w-full.sm\:w-auto.px-4.sm\:px-6.py-2\.5.sm\:py-3.bg-primary.hover\:bg-primary\/90.text-primary-foreground.rounded-lg.font-\[400\].transition-all.duration-200.group-hover\:shadow-lg.group-hover\:scale-105.text-sm.sm\:text-base {
    background: rebeccapurple;
    background-color: #4B0082;
    color: white;
    border-radius: 0.5rem;
    font-weight: 500;
    padding: 0.5rem 1.25rem;
}


section#jobs .absolute.inset-0.bg-gradient-to-r.from-primary\/0.group-hover\:from-primary\/5.to-transparent.transition-all.duration-300 {
    background: #4b008214;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    transition: 0.3s;
}

section#jobs h3.text-xl.font-\[400\].text-gray-900.group-hover\:text-primary.transition-colors.mb-2 {
    color: #4b0082;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: 'Exo 2', sans-serif !important;
}

section#jobs span.inline-flex.items-center.px-3.py-1\.5.rounded-lg.text-sm.font-medium.bg-primary\/10.text-primary.border.border-primary\/20 {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
    font-weight: 500;
    background-color: #4b008226;
    color: #000000;
}

section#jobs svg.w-3\.5.h-3\.5.sm\:w-4.sm\:h-4.text-primary {
    font-size: 0.95rem;
    /* margin-right: 0.3rem; */
    color: #4B0082;
}
/* jobs iframe code   */



/* global  */
.g-btn {
    background: var(--theme-purple);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
    max-width: fit-content;
}
.g-btn-outline {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-purple);
    border: 1.5px solid var(--theme-purple);
    font-weight: 500;
}
.g-btn-outline:hover {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--theme-purple);
    border: 3px solid var(--theme-purple);
    font-weight: 500;
}
.g-btn:hover {
    background: var(--theme-purple-hover);
    color: white !important;
}

.section-head>.sub-title {
    font-size: 21px;
    font-family: 'Lora' !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #2fff2d;
    text-shadow: 0px 0px 13px #00ff09;
}



/* header code */

.cc_navbar_brand>img {
    max-height: 60px;
     
}

/* .sign-uo-wrap button {
    background-color: var(--theme-purple);
} */

div#navbarNav>ul>li>a {
    font-weight: 500;
    color: black;
    transition: ease 0.5s;
    cursor: pointer;
}
/* header code */
.hero-txt-wrap>h2 {
    /* max-width: 1068px; */
    /* width: 100%; */
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.49);
}
.hero-section {
  background: url('../images/hero-img-new.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  background-position-y: -91px;
  text-align: center;
  padding: 120px 20px;
  min-height: calc(100vh - 60px);
}
section.hero-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
}
.hero-section .hero-txt-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.lead-from-front-sec .we-lead-ig-wrap>img:first-child {
  position: absolute;

}

.lead-from-front-sec img.we-lead-flower {
  position: absolute;
  bottom: 0px;
  right: 0%;
  max-width: 500px;
}


#navbarNav li a{
  cursor: pointer;
}
.who_is_this_for {
  overflow: hidden;
  /* max-height: 95vh; */
  height: 100%;
  background: linear-gradient(117deg, #ffff, #4b008254);
  padding-top: 60px;
}

.who_is_this_for img.who_is_this-flower {
  position: absolute;
  top: 103px;
  left: 75px;
  max-width: 100px;
  filter: drop-shadow(2px 4px 6px rgb(32 0 0 / 24%));
}

img.who_is_this_flower-2 {
  position: absolute;
  bottom: 0px;
  /* left: 0; */
  right: 38%;
  margin: auto;
}

.who_is_this_for_list strong {
  margin-left: -26px;

}

.who_is_this_for img.img-fluid.who_is_this_img {
  max-width: 460px;
}

.who_is_this_for strong {
  font-size: 20px;
}

.who_is_this_for ul.who_is_this_for_list {
  padding: 0px;
  list-style: none;
  text-align: left;
}

.who_is_this_for_list {
  text-align: left;
  padding-left: 115px;
}

.who_is_this_for ul.who_is_this_for_list li {
  position: relative;
}

.who_is_this_for ul.who_is_this_for_list li:before {
  content: "";
  background: url(../images/bullets.png);
  position: absolute;
  top: 6px;
  /* bottom: 0; */
  left: -24px;
  /* margin: auto; */
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

.why_choose-img-wrap.position-relative img {
  max-width: 400px;
}
/* 
.what_we_offer_sec .section-title {
  color: var(--theme-purple);
  font-weight: 800;
} */

.highlight-bullet {
  color: limegreen;
  font-weight: bold;
} 


section.what_we_offer_sec.why_choose_corset .offer-card .icon-circle {
  width: 60px;
  height: 60px;
  background-color: var(--theme-purple);
  background-color: var(--theme-purple);
  color: white;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 10px;
}

img.why_chose_flower {
  position: absolute;
  left: 47%;
  bottom: 0;
  max-width: 750px;
}

section.what_we_offer_sec.why_choose_corset .offer-card .why_choose-img-wrap.position-relative {
  max-width: 420px;
  margin-left: auto;
}

.offer-card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.what_we_offer_sec .icon-circle {
    min-width: 60px;
    height: 60px;
    background-color: var(--theme-purple);
    background-color: var(--theme-purple);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 10px;
}

.holistic_health .therapy-card {
  border-radius: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  position: relative;
  /* background-color: #fff; */
  max-width: 320px;
  text-align: left;
  min-height: 300px;
  height: 100%;
}

.holistic_health .category-pill {
  background-color: #f0eae3;
  border-radius: 2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  display: inline-block;
  margin-bottom: 0.75rem;
  color: #333;
}

.holistic_health .card-title {
  color: var(--theme-purple);
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.holistic_health .card-description {
  font-size: 0.95rem;
  color: #666;
}

.holistic_health .avatar {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background-color: #ff7043;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.holistic_health .avatar img {
  width: 100%;
  height: auto;
}


.digital_summit_sec .who_is_this_for_list {
  text-align: left;
  padding-left: 26px;
}

section.who_is_this_for.digital_summit_sec.position-relative {
  background: white;
  padding-bottom: 60px;
}

.btn-contact {
  background-color: var(--theme-purple);
  color: white;
  font-weight: 600;
  border-radius: 0.5rem;
}

.btn-contact:hover {
  background-color: #5a329b;
}

*/ .section-head span {
  font-size: 30px;
  font-weight: 500;
  color: var(--theme-yellow) !important;
}

.section-head h1 {
  color: var(--theme-purple) !important;
  font-weight: 700;
}

.purple-section {
  background: #f6f3fe;
}
 
.section-title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #4e2189;
}

.btn-purple {
  background-color: #7e3ff2;
  color: white;
}

.btn-purple:hover {
  background-color: #652ed1;
}

.icon-box {
  background: white;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.testimonial {
  background: #f5f0ff;
  padding: 40px;
  border-radius: 12px;
}

.upcomming_events {
  background: #F7F3ED;
}

.holistic_health.upcomming_events .therapy-card {
  background-color: transparent !important;
  background: url(../images/uce.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 315px;
}

a.uce_link {
    background: #4B0082;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.holistic_health.upcomming_events {
    min-height: calc(100vh - 100px);
}
.holistic_health.upcomming_events .avatar {
    position: inherit;
}
.uce_date_time p {
    margin: 0px;
}
.uce_date_time p:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF7F50;
    position: absolute;
    left: 0px;
    top: 8px;
}
.uce_date_time p {
    position: relative;
    padding-left: 15px;
}

.cc_brands_sec svg {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
    height: 100%;
}
.testimonial_sec img.img-fluid.testimonial_img {
    max-width: 400px;
}


.testimonial_sec .testimonial-card {
      /* background-color: #fff;
      border-radius: 1rem;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1); */
      padding: 30px;
      margin: 0 15px;
      position: relative;
    }

    .testimonial_sec .testimonial-text {
      font-size: 0.95rem;
      color: #333;
    }

    .testimonial_sec .stars i {
      color: #f39c12;
    }

    .testimonial_sec .slick-prev:before,
    .testimonial_sec .slick-next:before {
      color: white;
      display: none;
    }

    /* .testimonial_sec .slick-arrow {
      background: #5c00cc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      z-index: 100;
    } */

    .testimonial_sec .section-title {
      font-size: 2rem;
      font-weight: 700;
    }

    .testimonial_sec .highlight {
      color: #5c00cc;
    }

    .testimonial_sec .custom-slider .slick-slide {
      outline: none;
    }

    .testimonial_sec .slick-prev {
      left: -50px;
    }

    .testimonial_sec .slick-next {
      right: -50px;
    }
.testimonial-card .testimonial_sec{
position: relative;
}
    .testimonial_sec img.block_quote_img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
}

.testimonial_sec {
    position: relative;
    overflow: hidden;
}

.testimonial_sec:before {
    content: "";
    background: url(../images/theme-shade.png);
    position: absolute;
    top: -56%;
    right: -23%;
    width: 1000px;
    height: 1000px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cc_slick_prev img,.cc_slick_next img {
    width: 40px;
    height: 40px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 24%));
}

.testimonial_sec .custom-slider {
    position: relative;
}

.testimonial_sec .custom-slider .cc_slick_next {
    position: absolute;
    right: 0px;
}

.testimonial_sec .custom-slider .cc_slick_prev {
    position: absolute;
    right: 98px;
}

.social_icons_wrap a {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    padding: 7px 6px;
    width: 30px;
    height: 30px;
    background: #4B0082;
    box-shadow: 0px 0px 8px #A848EE;
    border-radius: 5px;
    /* flex: none; */
    /* order: 0; */
    /* flex-grow: 0; */
    text-decoration: none;
}


/* =========================================================*/
/* =========================== Discussions ==================*/
/* =========================================================*/


.discussions-section .card-post {
    margin-bottom: 1.5rem;
  }
div#newest-comments img,div#top-comments img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
}
  .discussions-section .best-answer {
    background-color: #d1e7dd;
    color: #0f5132;
    border-radius: 0.375rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
  }

  .discussions-section .profile-card {
    text-align: center;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
  }

  .discussions-section .sidebar-section {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
  }

  .discussions-section .leaderboard-avatar img,
  .discussions-section .profile-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

   .discussions-section .filter-sidebar {
      background-color: #fff;
      padding: 1.5rem;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .discussions-section .form-check-label {
      cursor: pointer;
    }
/* ============== */



.discussions-section .card-post {
    margin-bottom: 1.5rem;
  }
div#newest-comments img,div#top-comments img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid lightgrey;
}
  .discussions-section .best-answer {
    background-color: #d1e7dd;
    color: #0f5132;
    border-radius: 0.375rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.75rem;
  }

  .discussions-section .profile-card {
    text-align: center;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
  }

  .discussions-section .sidebar-section {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
  }

  .discussions-section .leaderboard-avatar img,
  .discussions-section .profile-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

   .discussions-section .filter-sidebar {
      background-color: #fff;
      padding: 1.5rem;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }
    .discussions-section .form-check-label {
      cursor: pointer;
    }

   .discussions-section .list-group img {
    max-width: 40px;
    
}
    .discussions-section .list-group img {
    max-width: 40px; 
    
}
.discussions-section .cc_list_style_none{
  list-style: none !important;
}

.discussions-section .cc_jobs_list li:before {
    display:none !important;
    
}

.discussions-section .sidebar-section ul#leaderboardTabs .nav-link.active {
    border: 0px;
    border-radius: 10px;
    background: var(--theme-purple) !important;
    color: white !important;
    font-weight: 600;
}

.discussions-section .sidebar-section ul#leaderboardTabs .nav-link {
    font-size: 12px !important;
    padding: 6px 8px !important;
}

.discussions-section .profile-avatar-bg img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0px !important;
}

.discussions-section .profile-card .profile-avatar {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 78px;
}
/* .discussions-section .cc_jobs_card span {
    font-size: 13px;
} */


.cc_leaderboard_truncate_text {
     display: inline-block !important;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




      .discussions-section .card-post img {
                    max-width: 40px;
                    width: 100%;
                }

                .discussions-section .card-post small {
                    font-size: 11px;
                }

                .discussions-section .card-post a {
                    text-decoration: none;
                }
                .discussions-section .card-post {
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
}
.discussions-section .sidebar-section {
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}
.discussions-section .profile-card {
    text-align: center;
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}
/* ============================ Discussion END ============================*/
/* =========================================================*/


/* jobs code  */

.signupForm-wrapper {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


