/*
Theme Name: thecft theme
Author: EBS
Version: 1.0.0

*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
}

/* Hero Section */
.hero {
  position: relative;
  height: 100vh;
  background: no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #432e57;
  opacity: 0.5;
  transition: all 0.3s;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero h1 {
  color: #ffffff;
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.hero p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}

.hero-buttons .btn {
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  margin: 0 0.5rem;
  font-weight: 500;
  border-radius: 4px;
  background-color: #572b82;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.hero-buttons .btn:hover {
  background-color: #ffffff;
  color: #572b82;
}

.hero-content-heading {
  display: flex;
  justify-content: center;
}
/* .heading-svg {
  margin-top: 15px;
} */
.bg-personal-growth-Journey {
  position: relative;
  height: 100vh;
  background: linear-gradient(180deg, #a06cae 5.98%, #572b82 77.73%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  padding: 100px 0 50px;
}
.personal-growth-Journey_container {
  max-width: 1100px !important;
}
.bg-personal-growth-Journey h1 {
  color: #ffffff;
  font-family: "Cardo", Sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.bg-personal-growth-Journey p {
  padding: 0px 36px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.below_vdo_para p {
  padding: 0px 170px;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
.personal-growth-Journey-content {
  position: relative;
  max-width: 100%;
  padding: 0 20px;
}
.personal-growth-Journey {
  display: flex;
  justify-content: center;
}
.personal-growth-Journey-video-section {
  border-radius: 43px;
  background: #fff;
  overflow: hidden;
  padding: 15px;
  max-width: 850px;
}
.sm-p-2 {
  display: flex;
  justify-content: center;
}
.personal-growth-Journey-video-section video {
  border-radius: 43px;
}
.below_vdo_para {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}

.video-wrapper {
  position: relative;
  max-width: 825px;
  margin: auto;
  overflow: hidden;
}

video {
  width: 100%;
  display: block;
  border-radius: 8px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.play-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.triangle {
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.below_vdo_para_timer_part {
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  color: #ffffff;
}

/* timer section start*/
.next-session {
  text-align: center;
  padding: 20px;
  color: #fff;
  font-family: "Cardo", Sans-serif;
}

.session-text {
  font-size: 1rem;
  max-width: 700px;
  margin: 0 auto 30px;
  font-weight: 300;
}

.countdown-heading {
  font-size: 36px;
  font-family: "Cardo", Sans-serif;
  margin-bottom: 20px;
}

.countdown {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}

.countdown span {
  font-size: 2.5rem;
  font-weight: bold;
  display: block;
}

.countdown .label {
  font-size: 1rem;
  margin-top: 5px;
  font-weight: 400;
}

.form-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 25px;
}

.form-section input {
  text-align: center;
  background-color: transparent;
  color: #fff;
  border-style: solid;
  border-radius: 5px;
  padding: 15px 45px;
  border: 1px solid #fff;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.form-section input::placeholder {
  color: #eee;
}

.cta-button {
  border-radius: 10px;
  display: inline-block;
  width: 270px;
  background-color: #ffffff;
  color: #572b82;
  padding: 15px 30px;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  border: none;

  /* background: #fff;
  color: #814fc9;
  padding: 12px 30px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease; */
}

.cta-button:hover {
  background: #f0d6ff;
}
.countdown p {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* timer section end*/

/* service section */
.services_section {
  margin: 100px 0 0;
}
.services_section_container {
  max-width: 1000px !important;
}
.services_section_content {
  text-align: center;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}
.services_section_content h2 {
  font-size: 36px;
  font-family: "Cardo", Sans-serif;
}
.services_section_content p {
  text-align: center;
  font-size: 20px;
  font-family: "Raleway", Sans-serif;
  margin: 20px 0;
}
.services_section_content_grid_row {
  max-width: 800px;
}
.services_section_content_grid_row img {
  object-fit: cover;
  object-position: center;
  height: 140px;
  border-radius: 12px;
  width: 180px;
}

.services_section_content_grid_row .grid_row {
  text-align: center;
}
.services_section_content_grid {
  display: flex;
  justify-content: center;
}
.services_section_content_grid_row p {
  display: flex;
  justify-content: center;
  padding: 10px 38px;
  color: #000000;
  font-family: "Cardo", Sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.services_section_content_grid_row .row {
  margin: 50px 0;
}
/* .testimonials_section {
  margin-bottom: 100px;
} */

.testimonials_section_heading {
  font-size: 36px;
  font-family: "Cardo", serif;
}

.facilitator-section {
  background-color: #fffaf5;
  padding: 100px 0;
}
.facilitator-section-container {
  max-width: 1000px !important;
}
.facilitator-section-right {
  flex-direction: column;
  display: flex;
  justify-content: center;
}
.zalah-image {
  height: 100%;
}
.zalah-image img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.facilitator-section-heading {
  font-family: "Cardo", serif;
  display: flex;
  justify-content: center;
}
.facilitator-section-heading h2 {
  font-size: 36px;
}
.facilitator-section-paragraph p {
  font-size: 18px;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  color: #ffffff;
}
.about_section_block {
  border-radius: 10px;
  padding: 20px;
  background: #572b82;
}
.about_facilitator-buttons {
  display: flex;
  justify-content: center;
}
.facilitator-buttons .btn {
  border: 1px solid #572b82;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 16px 48px;
  margin: 20px 0;
  font-weight: 500;
  border-radius: 4px;
  background-color: #ffffff;
  color: #572b82;
  text-decoration: none;
  transition: background 0.3s ease;
}

.facilitator-buttons .btn:hover {
  background-color: #572b82;
  color: #ffffff;
}

.Consciousness-section {
  background-color: #572b82;
  padding-bottom: 100px;
}
.Consciousness-section-container {
  max-width: 1100px !important;
}
.consciousness-section_heading_parent {
  display: flex;
  justify-content: center;
}
.consciousness-section_heading h2 {
  border-bottom: 1px solid #ffffff;
  max-width: 800px !important;
  color: #ffffff;
  font-family: "Cardo", serif;
  font-weight: 400;
  line-height: 1.2em;
  font-size: 36px;
  text-align: center;
  margin: 50px 2px;
  padding: 20px 0;
}

.Consciousness-section-paragraph {
  margin-top: 50px;
}
.Consciousness-section-paragraph p {
  font-size: 18px;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.upper_footer_part {
  background-color: #fffaf5;
  padding: 50px 0;
}
.transformative_section {
  margin-bottom: 50px;
}
.transformative_section_container {
  max-width: 1200px !important;
}
/* .bg_transformative_section {
  
} */
.transformative_section_content {
  background-color: #a06cae;
  padding: 66px;
  text-align: center;
  border-radius: 20px;
}
.transformative_section_content h2 {
  color: #ffffff;
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

.transformative-buttons .btn {
  border: 1px solid #ffffff;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 16px 48px;
  margin: 20px 0;
  font-weight: 500;
  border-radius: 4px;
  background-color: #a06cae;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.transformative-buttons .btn:hover {
  background-color: #ffffff;
  color: #a06cae;
}
.advance_section {
  margin-bottom: 100px;
}
.advance_section_container {
  max-width: 1200px !important;
}
.advance_section_content {
  background-color: #572b82;
  padding: 66px;
  text-align: center;
  border-radius: 20px;
}
.advance_section_content h2 {
  color: #ffffff;
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}
.advance_section_content p {
  margin-top: 20px;
  width: 570px;
  text-align: center;
  color: #ffffff;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}
.advance_section_content_p {
  display: flex;
  justify-content: center;
}
.advance-buttons .btn {
  border: 1px solid #ffffff;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  padding: 16px 48px;
  margin: 20px 0;
  font-weight: 500;
  border-radius: 4px;
  background-color: #572b82;
  color: #ffffff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.advance-buttons .btn:hover {
  background-color: #ffffff;
  color: #572b82;
}
.subscribe_section_content h2 {
  color: #042825;
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}
.subscribe_section_content {
  padding: 40px;
  text-align: center;
}
.subscribe_section_content2 {
  padding: 40px 0;
  text-align: center;
}
.subscribe_section_content p {
  margin-top: 20px;
  text-align: center;
  color: #042825;
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

/* subscribe area start*/
.subscribe_section_content2 input[type="email"] {
  display: inline-block;
  width: 95%;
  padding: 18px 36px;
  margin: 8px 0;
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  height: 70px;
  margin-top: 18px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
}
.subscribe_section_content2 input,
input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 3;
}

.bt {
  margin-left: -160px;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;

  /* Only necessary for .btn */
  border: none;
  cursor: pointer;
  background-color: #572b82;
  color: #fff;
}
/* subscribe area end*/

/* for mobile responsive menubar */
.desktop_view {
  display: block;
}

/* Sidebar Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background-color: #f8f9fa;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease-in-out;
  z-index: 1050;
  padding: 1.5rem;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu .close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 992px) {
  .desktop_view {
    display: none;
  }
  .mobile_view {
    display: block;
  }
}

/* navbar transparent start*/
.navbar {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0 !important;
}

.navbar_mobile {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.mobile_view,
.desktop_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.hero {
  background-image: url("your-image.jpg"); /* Replace with your actual image */
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding-top: 80px; /* prevent content from hiding behind navbar */
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background-color: #112a43;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease-in-out;
  z-index: 1050;
  padding: 1.5rem;
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu .close-btn {
  color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.5rem;
  cursor: pointer;
}
.mobile_menu_nav_img img {
  width: 55%;
}
/* navbar transparent end*/
.left-menu_position {
  margin-right: 30px;
}

.nav-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-family: "Raleway", Sans-serif;
  color: #ffffff !important;
}
.navbar-nav .active a {
  font-size: 18px;
  font-weight: 600;
  color: #a06cae !important;
  border-bottom: 4px solid #ffffff;
  display: inline-block;
}
.navbar-nav {
  gap: 30px;
}
.logo_header img {
  margin: 0 60px;
}
/* .footer_part {
  background-color: #6c6c6c;
  padding: 50px 0;
}
.footer_part ul li {
  text-decoration: none;
} */

.footer .container {
  max-width: 1170px !important;
  margin: auto !important;
}
.footer .row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.footer ul {
  padding-left: 0 !important;
  list-style: none !important;
}
.footer {
  background: linear-gradient(180deg, #572b82 5.98%, #9e6bad 77.73%);
  padding-top: 70px;
}
.footer-col {
  width: 100%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;

  display: block;
  transition: all 0.3s ease;
}
.footer_col {
  border-right: 1px solid #ffffff;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}
.copyrt_part {
  margin-top: 3rem;
}
.copyrt_part_link {
  color: #ffffff !important;
}
.copyrt_part_link a {
  color: #ffffff !important;
}
.Consciousness-section container {
  max-width: 1187px !important;
}

/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}
.footer-col p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Raleway", Sans-serif;
}
.footer-image {
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
  .hero h1 {
    font-size: 35px;
  }
  .services_section_content_grid_row .row {
    margin: 0;
  }
  .services_section_content {
    padding: 0;
  }

  .Consciousness-section {
    padding: 20px 0;
  }
  .facilitator-section {
    padding: 20px 0;
  }
  .consciousness-section_heading h2 {
    padding: 10px 0;
    margin: 0px 15px;
  }
  .transformative_section_content {
    padding: 30px;
    margin-bottom: 25px;
  }

  .about_section_block {
    margin: 0;
  }
}

/* about us css start */

.hero-content_about_page {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
.about_page_container {
  max-width: 1100px !important;
}
.hero-content_left_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about_heading_padding {
  padding: 75px;
}
.about_section_banner {
  overflow: hidden;
  position: relative;
  .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-20%);
  }
}

.after_banner_section_container {
  max-width: 1000px !important;
}
.after_banner_section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.content_full {
  background-color: #572b82;
  padding: 50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 50px;
}
.upper_img img {
  border-radius: 30px;
}
.after_img_content {
  margin-top: 20px;
  text-align: center;
}
.after_img_content p {
  color: #ffffff;
}
.content_full_right {
  background-color: #9e6bad;
  padding: 50px;
  border-radius: 50px;
}
.content_full_right_lower {
  margin-top: 250px;
}
.after_img_content_heading h1 {
  color: #ffffff;
  font-family: "Cardo", Sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}
/* gobinda css start */
.about_us_hero_section {
  padding: 100px 70px;
  background-color: #573d6e;

  color: #ffffff;
}

.about_us_hero_section .deatils_hero_section h2 {
  font-family: "Cardo", serif;
  font-size: 48px;
  z-index: 1;
}

.about_hero_section_image img {
  border-radius: 20px;
}
.about_vision_section {
  background-color: #a06cae;
  color: #ffffff;
}
.about_vision_section h3 {
  font-family: "Cardo", serif;
}
.about_vision_section p {
  font-family: "Raleway", sans-serif;
}

.about_vision_section .vision_list {
  list-style-type: none;
  line-height: 35px;
}

.about_benefits_section {
  background-color: #a06cae;
  color: #ffffff;
}
.about_benefits_section h5 {
  font-family: "Cardo", serif;
}
.about_benefits_section p {
  font-family: "Raleway", sans-serif;
}
.why_choose_us h2 {
  font-family: "Cardo", serif;
  font-size: 45px;
}

.about_facilitator_section h3 {
  font-family: "Cardo", serif;
  font-size: 30px;
}

.about_facilitator_section p {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
}
.why_choose_us p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
}

.about_cta_section h4 {
  font-family: "Cardo", serif;
}

.about_cta_section p {
  font-family: "Raleway", sans-serif;
}

/* about us css end */

/* course section start */
.course_hero_section {
  background: #572b82;
  padding: 80px;
  color: #ffffff;
}
.course_page_container {
  max-width: 1000px !important;
}
.course_heading_padding {
  padding: 20px;
}
.course-content-heading h1 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Cardo", serif;
}
.course-content-heading {
  border-bottom: 3px solid #ffffff;
}
.course-content-after-heading p {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
.course-content-after-heading {
  margin-top: 15px;
  border-bottom: 3px solid #ffffff;
}
.course_right_content p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.course_hero_section .button_class {
  background-color: #9063bd;
  padding: 15px 30px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  color: white;
  transition: all 0.4s linear;
  text-decoration: none;
}
.course_hero_section .button_class:hover {
  background-color: #ffffff;
  color: #572b82;
}

.course_hero_section .course_hero_section_details h1 {
  font-family: "Cardo", serif;
}

.course_hero_section .course_hero_section_details p {
  font-family: "Raleway", sans-serif;
}

.course_hero_section_image img {
  border-radius: 10px;
  height: 350px;
}

.course_main_section {
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course_overview_container_main p {
  padding: 0 50px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}
.course_overview {
  background-color: #572b82;
  padding: 60px 0;
}
.course_overview_container {
  max-width: 750px !important;
}
.course_overview p.lead {
  font-size: 1.2rem;
  max-width: 900px;
  margin: 0 auto;
  color: #444;
  font-weight: 500;
  line-height: 1.6;
}
.course_overview h2 {
  color: #ffffff;
}

.course_overview .item_list a {
  text-decoration: none;
  color: #000;
}

/* .course_overview h5 {
  background-color: #ffffff;
  padding: 20px 15px;
  margin-top: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
 width:100%;
  color: #343a40;
  font-weight: 600;
  transition: transform 0.3s ease;
} */

.course_overview .item_list {
  background-color: #ffffff;
  padding: 20px;
  /* margin-top: 45px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  width: 100%;
  color: #343a40;
  font-weight: 600;
  transition: transform 0.3s ease;
  border-radius: 100px;
  /* clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 99%, 10% 99%, 0% 50%); */
}

.course_overview .item_list i {
  font-size: 25px;
  margin-bottom: 20px;
}

.course_overview .container {
  max-width: 1030px;
}

.course_overview h5 {
  font-size: 20px;
  font-family: "Cardo", serif;
}
.course_overview h2 {
  font-size: 36px;
  font-family: "Cardo", serif;
}
.course_overview h3 {
  font-size: 30px;
  font-family: "Cardo", serif;
  color: #ffffff;
  padding: 0 50px;
}
.course_overview p {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.item_list_left_part {
  border-radius: 100%;
  background-color: #572b82;
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.item_list_left_part h2 {
  padding: 0 20px;
  color: #ffffff;
  font-size: 20px;
  font-family: "Cardo", serif;
}
.course_details_explanation p {
  line-height: 35px;
}
.course_details_explanation .course_details_list li {
  list-style-type: none;
  line-height: 37px;
}

.course_details_explanation h2 {
  font-family: "Cardo", serif;
  font-size: 38px;
}
.course_details_explanation p {
  font-family: "Raleway", sans-serif;
}

.swiper-slide_bg {
  background-color: #572b82 !important;
  /* border-radius: 20px !important; */
}
.testimonials_container {
  max-width: 1000px !important;
}
.testimonial_msg {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 10px;
}
.testimonial_msg_name {
  color: #ffffff !important;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  font-style: italic;
  padding-top: 10px;
}
.Other_course a {
  text-decoration: none;
  color: #000;
  font-family: "Cardo", serif;
  font-size: 20px;
  transition: all 0.4s linear;
}

.Other_course a:hover {
  color: slateblue;
  transition: all 0.4s linear;
}

.Other_course h4 {
  font-family: "Cardo", serif;
  font-size: 35px;
  color: slateblue;
}
.Other_course h5 {
  font-family: "Cardo", serif;
}

.Other_course p {
  font-family: "Raleway", sans-serif;
}
.Other_course .card {
  border-bottom: 3px solid slateblue;

  cursor: pointer;
  transition: all 0.4s linear;
}
.transformation_course_section {
  padding: 30px 0;
}
.Enroll_btn {
  justify-content: center;
  display: flex;
}
.Other_course .button_class {
  background-color: #9063bd;
  padding: 5px 30px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  border-radius: 10px;
  color: white;
  transition: all 0.4s linear;

  font-size: 15px;
}

.Other_course .button_class:hover {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #000;
  transition: all 0.4s linear;
}

/* .Other_course .card:hover{
 transform: translateY(-10px);
 box-shadow: 2px 4px 8px rgba(0,0,0,0.3);
} */

.othere_courses_section {
  padding: 50px 0;
  background: linear-gradient(to bottom, #572b82, #a06cae, #572b82);
  height: 600px;
}
.othere_courses_section_items {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  background: #572b82;
}
.othere_courses_section_items h3 {
  font-size: 20px;
  font-family: "Cardo", serif;
}
.othere_courses_section_items a {
  text-decoration: none;
  color: #ffffff;
}
.othere_courses_heading {
  margin: 30px 0;
}
.othere_courses_section_2nd_row_items {
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  background: #a06cae;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.othere_courses_section_2nd_row_items h3 {
  font-size: 20px;
  font-family: "Cardo", serif;
}
.othere_courses_section_2nd_row_items a {
  text-decoration: none;
  color: #ffffff;
}
.othere_courses_section_single_row_items {
  display: flex;
  justify-content: center;
}
/* course section end */

.course_details_hero_section a {
  text-decoration: none;
  color: #000;
}

.img_inner img {
  border-radius: 10px;
}

/* gobinda css end */

.breadcrumb_banner {
  height: 300px;
}
.breadcrumb_banner_child {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.breadcrumb_banner_content {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.breadcrumb-item a,
p {
  font-size: 15px;
}
.home_breadcrumb_banner_content a {
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.page_title_breadcrumb_banner h2 {
  text-transform: uppercase;
  font-size: 20px;
  color: #ffffff;
  padding-left: 10px;
  margin-bottom: 0 !important;
}
.contact_us_section {
  margin: 100px 0;
}
.contact_us_section_social ul {
  list-style-type: none;
  padding-left: 0;
}
.contact_us_section_social_prnt {
  justify-content: center;
  flex-direction: column;
  display: flex;
  height: 100%;
}
.contact_us_section_social a {
  color: #000000 !important;
}

@media only screen and (max-width: 480px) {
  html,
  body {
    overflow-x: hidden;
  }

  #openMenu:focus {
    box-shadow: none;
  }

  .personal-growth-Journey-video-section {
    padding: 5px;
  }
  .bg-personal-growth-Journey h1 {
    font-size: 36px;
  }
  .countdown-heading {
    font-size: 30px;
  }
  .bg-personal-growth-Journey p {
    padding: 0;
  }
  .testimonials_section h2 {
    font-size: 35px;
  }
  .advance_section_content {
    padding: 30px;
  }
  .subscribe_section_content {
    padding: 15px;
  }
  .subscribe_section_content input {
    width: 97%;
    padding: 15px 15px;
  }
  .bt {
    margin-left: -110px;
    font-size: 16px;
    padding: 10px 13px;
  }
  .below_vdo_para p {
    padding: 0;
  }
  .cta-button {
    border-radius: 10px;
    display: inline-block;
    width: 161px;
    background-color: #ffffff;
    color: #572b82;
    padding: 15px 30px;
    font-family: "Raleway", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6em;
    border: none;
  }
  .about_us_hero_section .deatils_hero_section h2 {
    font-size: 35px;
  }
  .about_us_hero_section {
    padding: 50px 0;
  }
  .deatils_hero_section {
    margin-bottom: 20px;
  }
  .why_choose_us {
    padding: 0 !important;
  }
  .course_overview p {
    font-size: 14px;
  }
  .course_overview h5 {
    font-size: 25px;
    line-height: 10px;
  }
  .contact_section {
    margin: 0 !important;
  }
  .tp-breadcrumb-title {
    font-size: 40px !important;
  }
  .contact_img img {
    margin-bottom: 20px !important;
    height: 250px !important;
  }
  .tp-contact-from {
    margin-left: 0 !important;
    padding: 60px 25px !important;
  }
  .tp-section-title {
    font-size: 40px !important;
    margin-bottom: 0;
  }
  .zalah-image {
    padding-bottom: 20px;
  }
  .course_overview .item_list a {
    line-height: 30px;
  }
  .consciousness_img_child {
    padding: 20px 25px !important;
  }
}

@media only screen and (max-width: 992px) {
  html,
  body {
    overflow-x: hidden;
  }
  .below_vdo_para p {
    padding: 0;
  }
}

/* Sarfaraj css Start  */
.contact_section {
  margin: 80px;
  background-color: #fefcfe;
}
.contact_img img {
  height: 600px;
  object-fit: cover;
  border-radius: 15px;
}
.tp-contact-from {
  margin-left: 70px;
  border-radius: 10px;
  padding: 60px 50px;
  background-color: var(--tp-common-white);
  box-shadow: 0 20px 40px 0 rgba(36, 7, 66, 0.13);
}

.tp-contact-input .tp-input,
.tp-contact-input .tp-textarea {
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  height: 54px;
  background-color: #f4f4f4;
  border: 1.5px solid #f4f4f4;
  color: var(--tp-common-black);
  letter-spacing: 0.02em;
}
/* .tp-contact-input .tp-input, .tp-contact-input .input[type=email]{
  outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-heading-1);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
} */
.tp-contact-from input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-heading-1);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #e0e2e3;
  margin: 10px;
}

.tp-contact-from input[type="email"] {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--tp-heading-1);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #e0e2e3;
  margin: 10px;
}
textarea {
  line-height: 1.4;
  padding-top: 18px;
  padding-bottom: 17px;
}
.mb-20 {
  margin-bottom: 20px;
}
.tp-contact-input .tp-textarea {
  resize: none;
  height: 200px;
}
.tp-btn-gradient {
  border-radius: 10px;
  display: inline-block;
  width: 270px;
  background-color: #ffffff;
  color: #fffaf5;
  padding: 15px 30px;
  font-family: "Raleway", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6em;
  border: none;
}
.tp-gradient-bg {
  background-color: #9063bd;
}

.inner-contact-info-item {
  padding: 45px;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(3, 4, 28, 0.06);
}

.inner-contact-info-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #96969c;
  margin-bottom: 15px;
  text-decoration: underline;
}
.inner-contact-info-icon span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  background-color: #fcf2f5;
  color: var(--tp-common-black);
}
.inner-contact-info-icon span .phone {
  transform: rotate(-30deg);
}

.inner-contact-info-item > a {
  font-weight: 500;
  font-size: 22px;
  color: #03041c;
  line-height: 1.36;
  display: inline-block;
  letter-spacing: -0.02em;
}
.inner-contact-info-icon {
  margin-bottom: 25px;
}

.fa-envelope-badge:before,
.fa-envelope-dot:before {
  content: "\e16f";
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.inner-contact-social {
  padding-top: 5px;
}
.inner-contact-social a {
  color: #b9b9bf;
  margin: 0 15px;
  font-size: 20px;
}

.tp-section-title {
  font-size: 60px;
  margin-bottom: 36px;
  color: #9063bd;
  font-family: "Cardo", Sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

.tp-breadcrumb-title {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  letter-spacing: -2.8px;
  color: #9063bd;
  margin-top: 40px;
  font-family: "Cardo", Sans-serif;
}
/* Sarfaraj Css end */

/* Comment form wrapper */
.comment-respond {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 10px;
  margin: 40px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.comment-respond h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
}

/* Input fields and textarea */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  font-size: 16px;
  transition: 0.3s border ease-in-out;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: #6c63ff;
  outline: none;
}

/* Textarea styling */
.comment-form textarea {
  min-height: 150px;
  resize: vertical;
}

/* Submit button */
.comment-form input[type="submit"] {
  background: #6c63ff;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
  background: #4e47d0;
}

/* Optional: Cancel Reply Link */
#cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}
/* Comment form wrapper End */
.lp-single-course__header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(http://localhost/thecft/wp-content/uploads/2025/07/growth.png);
  padding-top: 150px;
  color: #fff;
}
.learn-press-breadcrumb {
  li {
    &:nth-child(2),
    &:nth-child(3) {
      display: none;
    }
  }
}

.lp-single-course__header .course-instructor-category {
  margin-bottom: 0 !important;
}
.lp-list-courses-related {
  display: none;
}
.list-group-flush {
  border-radius: 10px;
}
.list-group-item {
  padding: 15px !important;
}
.lp-archive-courses .learn-press-breadcrumb {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(http://localhost/thecft/wp-content/uploads/2025/07/growth.png);
  padding-top: 150px !important;
  color: #fff !important;
  margin-bottom: 50px !important;
  max-width: 100% !important;
}
.lp-archive-courses .learn-press-breadcrumb li {
  display: none !important;
}

.consciousness_img_section {
  position: relative;
  display: inline-block;
}

.consciousness_img_child {
  width: 100%;
  padding: 50px 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.consciousness_img_child h4 {
  font-family: "Cardo", Sans-serif;
  color: white;
  font-size: 20px;
  text-align: center;
}
.consciousness_img_child h3 {
  font-family: "Cardo", Sans-serif;
  color: white;
  font-size: 24px;
  text-align: center;
}
.subscribe_section_image {
  display: flex;
  justify-content: center;
}

footer {
  overflow: hidden;
  position: relative;
  .top-right {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
  }
  .top-left {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
  }
}
