body {
  font-family: "Poppins", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
}

h2 {
  font-family: "Poppins", sans-serif;
}

h3 {
  font-family: "Poppins", sans-serif;
}

h4 {
  font-family: "Poppins", sans-serif;
}

h5 {
  font-family: "Poppins", sans-serif;
}

h6 {
  font-family: "Poppins", sans-serif;
}

p {
  font-family: "Poppins", sans-serif;
}

.ticker-bar {
  background-color: #0a0a0a;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar {
  padding: 15px 0;
  background-color: #000;
  border-bottom: 1px solid #2d2d2d;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #fff !important;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 0.25rem;
}

.nav-link {
  font-weight: 500;
  color: #ffffff !important;
  margin: 0 10px;
}

.text-orange {
  color: #17b2aa;
}

.btn-orange {
  background-color: #17b2aa;
  color: white;
  font-weight: 600;
  border: none;
  transition: 0.3s;
}

.btn-orange:hover {
  background-color: #17b2aa;
  color: white;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .navbar-brand_logo {
    width: 60% !important;
  }

  .navbar {
    padding: 15px 15px;
    background-color: #000;
    border-bottom: 1px solid #2d2d2d;
  }
}

/* Hero Section */
.hero-section {
  padding: 80px 0;
}

.font-weight-extrabold {
  font-weight: 800;
}

.text-underline {
  position: relative;
  display: inline-block;
}

.text-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background: #17b2aa;
  bottom: 5px;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.3;
}

.hero-img-container img {
  max-width: 85%;
  height: auto;

  drop-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .hero-section {
    padding: 40px 0;
  }

  .display-4 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  .nav-btn-mobile {
    margin-top: 15px;
    padding-bottom: 10px;
  }

  .dropdown-menu {
    border: none;
    background-color: #f8f9fa;
    padding-left: 20px;
  }
}

.dropdown-item:active {
  background-color: #17b2aa;
}

.dropdown-item:hover {
  color: #17b2aa;
  background-color: #fff3e6;
}

.hero-section {
  background-color: #000;
}

.display-4_text {
  color: #fff;
}

.navbar-brand_logo img {
  width: 100%;
}

.navbar-brand_logo {
  width: 25%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.2rem !important;
  padding-left: 0rem !important;
}

.btn-hero {
  background-color: #17b2aa;
  color: white;
  font-weight: 600;
  border: none;
  transition: 0.3s;
  padding: 10px 30px;
}

.btn-hero:hover {
  background-color: #17b2aa;
  color: white;
  transform: translateY(-2px);
}

.hero_btn_top {
  margin-top: 30px;
}

/* --------------------about-us-start-------------------- */
.about-section_bgcolor {
  padding: 100px 0px;
  background-color: #141414;
}

.text-maroon {
  color: #17b2aa;
}

.btn-maroon {
  background-color: #17b2aa;
  color: white;
  font-weight: 500;
  transition: 0.3s;
}

.btn-maroon:hover {
  background-color: #7a1030;
  color: white;
}

.image-stack {
  position: relative;
  height: 500px;
  width: 100%;
}

.img-back {
  position: absolute;
  width: 65%;
  top: 0;
  left: 0;
  z-index: 1;
}

.img-front {
  position: absolute;
  width: 60%;
  bottom: 0;
  right: 5%;
  z-index: 2;
}

.experience-box {
  position: absolute;
  bottom: 40px;
  right: -40px;
  background: white;
  padding: 15px 25px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experience-box h2 {
  color: #17b2aa;
  font-weight: 800;
  font-size: 2.5rem;
  margin-right: 10px !important;
}

.experience-box p {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #555;
}

.main-heading {
  font-weight: 800;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

.quote-box {
  border-left: 3px solid #17b2aa;
  padding-left: 20px;
}

.quote-box p {
  color: #666;
  font-size: 1.05rem;
}

.icon-circle {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17b2aa;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.about_btn a {
  font-size: 17px;
  padding: 10px 25px;
}

/* Responsive Fixes */
@media (max-width: 991px) {
  .image-stack {
    height: 400px;
    margin-bottom: 50px;
  }

  .main-heading {
    font-size: 30px;
  }

  .experience-box {
    right: 0;
  }

  .section-title {
    font-size: 30px !important;
  }
}

@media (max-width: 576px) {
  .image-stack {
    height: 350px;
  }

  .img-back {
    width: 75%;
  }

  .img-front {
    width: 70%;
  }

  .experience-box {
    padding: 10px 15px;
  }

  .experience-box h2 {
    font-size: 1.8rem;
  }
}

.media-body_about_icon h6 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.media-body_about_icon p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

/* --------------------about-us-end-------------------- */

/* --------------------service-start-------------------- */

.section-title {
  font-weight: 800;
  font-size: 42px;
  color: #ffffff;
  text-transform: uppercase;
}

.text_color_blue {
  color: #17b2aa;
}

.section-subtitle {
  font-size: 16px;

  padding: 10px 0px 0px;
}

.course-card {
  border-radius: 10px;
  overflow: hidden;
  transition: 0.3s ease;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.card-img-container {
  padding: 15px;
}

.card-img-top {
  border-radius: 10px;
  object-fit: cover;
}

.course-title {
  color: #1a1a1a;
  font-size: 20px;
  text-transform: uppercase;

  text-align: left;
}

.badge-orange-fill {
  background-color: #17b2aa;
  color: white;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 50px;
  margin-right: 5px;
  font-size: 10px;
}

.badge-orange-light {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
}

.course-desc {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}

.course-desc strong {
  color: #17b2aa;
  font-weight: 600;
}

.btn-view-details {
  background-color: #f5f5f5;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 12px;
  transition: 0.3s;
}

.btn-view-details:hover {
  background-color: #17b2aa;
  color: white;
}

@media (max-width: 576px) {

  .badge-orange-fill,
  .badge-orange-light {
    margin-bottom: 10px;
    display: inline-block;
  }

  .course-title {
    font-size: 1.1rem;
  }
}

.programs-section_bgcolor {
  padding: 100px 0px;
  background-color: #000000;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 40px !important;
}

.slick-dots {
  position: absolute;
  bottom: -50px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.bottom-info_text {
  margin-top: 80px;
  margin-bottom: 0px;
  color: #fff;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------service-end-------------------- */

.bg-black-custom {
  background-color: #000000;
}

/* --------------------how-it-works-start-------------------- */
.journey-section_bgcolor {
  padding: 100px 0px;
  background-color: #141414;
}

.text-secondary-custom {
  color: #999999;
  font-size: 16px;
  line-height: 1.8;
}

.heading-main {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

.how_does_it_work_text {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 0px 0px;
  color: #ffffff !important;
  text-transform: uppercase;
}

.btn-orange-fill {
  background-color: #17b2aa;
  color: white !important;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.small-link {
  letter-spacing: 1px;
  text-decoration: none !important;
}

.shadow-orange {
  box-shadow: 0 4px 15px rgba(23, 178, 170, 0.23);
}

/* Step Card Styles */
.step-card {
  background-color: #ffffff;
  border: 1px solid #2a2a2a;
  padding: 25px 20px 25px 35px;
  border-radius: 15px;
  position: relative;
  transition: all 0.3s ease;
}

.step-card:hover {
  border-color: #17b2aa;
  transform: translateY(-5px);
}

.step-number {
  position: absolute;
  top: 20px;
  left: -15px;
  background-color: #17b2aa;
  color: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(23, 178, 170, 0.23);

  z-index: 2;
}

.step-content h6 {
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

.step-content p {
  color: #777777;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.small-link_start_your {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .heading-main {
    font-size: 30px;
  }

  .journey-section {
    text-align: center;
  }

  .d-flex {
    justify-content: left;
  }

  .step-number {
    left: 50%;
    transform: translateX(-50%);
    top: -17px;
  }

  .step-card {
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
  }

  .small-link_start_your {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) {
  .pt-md-5 {
    margin-top: 50px;
  }
}

.how_it_heading_color {
  color: #17b2aa;
}

/* --------------------how-it-works-end-------------------- */

/* --------------------how-it-works-program-start-------------------- */
.how-section {
  padding: 100px 0;
  background-color: #000000;
  color: #ffffff;
}

.how-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 20px;
  align-items: start;
  margin-bottom: 16px;
}

.how-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 32px;
  padding-top: 80px;
}

.how-card {
  border: 1.5px solid #17b2aa;
  border-radius: 15px;
  overflow: hidden;
  background: #141414;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.how-card:hover {
  transform: translateY(-5px);
}

.how-card-head {
  padding: 20px 20px 10px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.how-card-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #17b2aa;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.how-card-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #17b2aa;
  line-height: 1.4;
}

.how-card-body {
  padding: 0 20px 20px;
  flex: 1;
}

.how-card-desc {
  font-size: 14px;
  color: #cccccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

.how-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.how-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
}

.how-list-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #17b2aa;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Foundation 2 badge - alternate style */
.how-card:nth-child(3) .how-list-badge {
  background: #000000;
  color: #17b2aa;
  border: 1px solid #17b2aa;
}

.how-rule {
  margin-top: 30px;
  padding: 15px 20px;
  background: rgba(23, 178, 170, 0.05);
  border-left: 4px solid #17b2aa;
  border-radius: 0 10px 10px 0;
  font-size: 14px;
  color: #999999;
  line-height: 1.6;
  text-align: left;
}

.how-rule strong {
  color: #17b2aa;
}

@media (max-width: 768px) {
  .how-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .how-arrow {
    display: none;
  }
}

/* --------------------how-it-works-program-end-------------------- */

/* --------------------curriculum-accordion-start-------------------- */
.curriculum-section {
  padding: 80px 0;
  background-color: #141414;
}

.curriculum-module {
  border: 1px solid rgba(23, 178, 170, 0.2);
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #000000;
  transition: all 0.3s ease;
}

.curriculum-module:hover {
  border-color: rgba(23, 178, 170, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

.module-header {
  padding: 24px;
  background: rgba(23, 178, 170, 0.03);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 0.3s ease;
}

.module-header:hover {
  background: rgba(23, 178, 170, 0.08);
}

.module-info .module-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 6px;
  font-weight: 600;
}

.module-info .module-title {
  font-size: 20px;
  font-weight: 800;
  color: #17b2aa;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.module-info .module-subtitle {
  font-size: 13px;
  color: #666666;
}

.module-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(23, 178, 170, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #17b2aa;
  font-size: 24px;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: transparent;
  flex-shrink: 0;
}

.curriculum-module.active {
  border-color: #17b2aa;
}

.curriculum-module.active .module-header {
  background: rgba(23, 178, 170, 0.1);
}

.curriculum-module.active .module-icon-wrap {
  background: #17b2aa;
  color: #ffffff;
  transform: rotate(135deg);
  border-color: #17b2aa;
}

.module-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  background: #000000;
  opacity: 0;
}

.curriculum-module.active .module-body {
  max-height: 2000px;
  /* High enough value */
  opacity: 1;
  transition: all 0.5s cubic-bezier(1, 0, 1, 0);
  padding: 24px;
  border-top: 1px solid rgba(23, 178, 170, 0.1);
}

.topic-block {
  margin-bottom: 25px;
}

.topic-block:last-child {
  margin-bottom: 0;
}

.topic-title {
  font-size: 13px;
  font-weight: 700;
  color: #17b2aa;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.topic-title::after {
  content: "";
  height: 1px;
  background: linear-gradient(90deg, rgba(23, 178, 170, 0.3), transparent);
  flex: 1;
}

.topic-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.topic-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 10px 15px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.topic-item:hover {
  background: rgba(23, 178, 170, 0.05);
  border-color: rgba(23, 178, 170, 0.1);
  transform: translateX(5px);
}

.topic-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #17b2aa;
  margin-top: 6px;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(23, 178, 170, 0.5);
}

@media (max-width: 768px) {
  .module-header {
    padding: 20px;
  }

  .module-info .module-title {
    font-size: 17px;
  }
}

/* --------------------curriculum-accordion-end-------------------- */

/* --------------------testimonials-start--------------------  */

.sucess-stories-section_bgcolor {
  padding: 100px 0px;
  background-color: #f2f2f2ba;
}

.main-title {
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
}

.sub-title {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 0px 0px;
  color: #ffffff !important;
}

.testimonial-card {
  background: #fff;
  padding: 60px 30px 40px 30px;
  border-radius: 15px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-icon {
  position: absolute;
  top: -25px;
  left: 40px;
  background-color: #17b2aa;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quote-icon img {
  width: 20px;
}

.testimonial-text {
  font-style: italic;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  min-height: 150px;
}

.client-info {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.client-name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #1a2b48;
  margin-bottom: 5px;
}

.client-location {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  .testimonial-card_responsive_top {
    margin-top: 35px;
  }

  .testimonial-card {
    background: #fff;
    padding: 60px 30px 0px 30px !important;
    border-radius: 15px;
  }

  .testimonial-card_responsive_top2 {
    margin-top: 70px;
  }

  .our_event_bgcolor {
    padding: 50px 0px;
    background-color: #141414;
  }

  .media_event_img {
    padding: 15px;
    background-color: #000000;
    border-radius: 15px;
    margin-bottom: 20px;
    display: block;
  }

  .media_event_img img {
    width: 100% !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    margin-bottom: 30px !important;
  }

  .media_body_text .service_card_heading_event h3 {
    font-weight: 400;
    line-height: 30px;
    padding-left: 20px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    margin-bottom: 20px;
  }
}

.testimonial-section_bgcolor {
  padding: 100px 0px;
  background-color: #000;
}

/* --------------------testimonials-end--------------------  */

/* --------------------blog-start--------------------  */
.service_img_card_width img {
  width: 100% !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.service_card_heading h3 {
  color: #ffffff;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-top: 30px;
}

.service_card_heading p {
  color: #666;
}

.service_img_card_width {
  padding: 15px;
  background-color: #141414;
  border-radius: 15px;
}

.our_event_bgcolor {
  padding: 100px 0px;
  background-color: #000;
}

.media_event_img img {
  width: 25%;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}

.media_body_text .service_card_heading_event h3 {
  font-weight: 400;
  line-height: 30px;
  padding-left: 20px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

.btn-orange-fill_font_size {
  background-color: #17b2aa;
  color: white !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 3px 16px;
  margin-bottom: 7px;
}

.margin-left-event {
  margin-left: 20px;
}

.media_event_img {
  padding: 15px;
  background-color: #141414;
  border-radius: 15px;
  margin-bottom: 20px;
}

/* --------------------blog-end--------------------  */

.cta-section {
  background-color: #17b2aa;
  padding: 100px 0;
}

.cta-heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.5px;
}

.cta-highlight {
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.cta-description {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.6;
  color: #ffffff;
}

.btn-request {
  background-color: #000;
  color: white !important;
  padding: 15px 35px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  transition: background 0.3s ease;
}

.btn-request:hover {
  background-color: #fff;

  color: #17b2aa !important;
}

.btn-phone {
  background-color: white;
  color: #17b2aa !important;
  padding: 15px 35px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 18px;
  border: none;
  min-width: 250px;
}

.cta-footer-text {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  margin: 0px;
}

@media (max-width: 768px) {
  .cta-heading {
    font-size: 30px;
  }

  .cta-section {
    padding: 60px 20px;
  }

  .btn-request,
  .btn-phone {
    width: 100%;
    max-width: 300px;
  }

  .cta-description {
    font-weight: 300;
    font-size: 17px;
    line-height: 1.6;
    color: #e0e0e0;
    margin: 0px;
  }
}

/* --------------------testimonials-start--------------------  */
.footer-logo img {
  width: 86%;
}

.footer {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 0 30px 0;
}

.logo-text {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.logo-text small {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}

.footer-about {
  color: #b0b0b0;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: white;
  margin-right: 15px;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #17b2aa;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.footer-links li a:hover {
  color: #ffffff;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #b0b0b0;
}

.contact-item i {
  color: #17b2aa;
  margin-top: 5px;
  margin-right: 15px;
  font-size: 16px;
}

.contact-item span {
  font-size: 15px;
  line-height: 1.4;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.copyright,
.footer-bottom-links a {
  font-size: 15px;
  color: #888;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    padding: 50px 0 20px 0;
    text-align: left;
  }

  .footer-heading {
    margin-top: 20px;
  }
}

/* --------------------testimonials-end--------------------  */



.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -2;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 31%);
  z-index: -1;
}






.hero-content {
  text-align: center;
  color: white;
  max-width: 950px;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }
}

.hero-content h1 {
  font-size: 48px;
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 47%);
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 2px;
}

.hero-content p {
  margin-bottom: 30px;

}

.hero_middle_text {
  color: #09c7bd;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.btn-gold {
  background-color: #fff;
  color: #000;
}

.btn-gold {
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.btn-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-view-details {
  width: 75%;
  padding: 11px;
  margin: auto;
  background-color: #17b2aa;
  display: block;
  color: #fff;
}


















.process-steps {

  background-color: #ffffff;
}

.icon-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.icon-circle1 {
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  font-size: 26px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.icon-circle1:hover {
  transform: rotate(10deg) scale(1.1);
}

/* Colors with Gradients */
.bg-purple {
  background: linear-gradient(45deg, #17b2aa, #17b2aa);
}

.bg-cyan {
  background: linear-gradient(45deg, #17b2aa, #17b2aa);
}

.bg-pink {
  background: linear-gradient(45deg, #17b2aa, #17b2aa);
}

.bg-orange {
  background: linear-gradient(45deg, #17b2aa, #17b2aa);
}

/* The Dotted Line */
.step-line {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  border-top: 2px dotted #cfd8dc;
  z-index: 1;
}

/* Titles and Text */
.step-title {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
}

.step-text {
  font-size: 0.9rem;
  color: #ffffff;
  padding: 0 20px;
  line-height: 1.6;
}

/* Mobile responsive fixes */
@media (max-width: 991px) {
  .step-box {
    margin-bottom: 40px;
  }

  .icon-circle1 {
    width: 70px !important;
    height: 70px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 26px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }
}










/* Responsive Container */
.testimonial-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px;
  font-family: sans-serif;
}

/* Card Style */
.video-card {
  width: 95%;
  border-radius: 8px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}

/* Thumbnail wrapper for Play Button positioning */
.thumbnail-wrapper {
  position: relative;
  height: 400px;
}

.thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Red Play Button like YouTube Shorts */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff0000;
  /* Red color */
  width: 70px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* Play Triangle Icon */
.play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid white;
}

/* Bottom Text Section */
.card-info {
  padding: 15px;
  text-align: center;
}

.card-info h3 {
  margin: 5px 0;
  font-size: 18px;
}

.card-info p {
  color: #555;
  font-size: 14px;
}

/* Contact Badge */
.phone-tag {
  display: inline-block;
  background: #c5a044;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  margin-top: 10px;
  font-weight: bold;
}

/* Mobile Responsive */
@media (max-width: 600px) {
  .video-card {
    width: 100%;
    /* Mobile par full width dikhega */
  }
}

.iframe_review {
  width: 95%;
}


/* Container Box */
.small_testimonials {
  background: #ffffff;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: box-shadow 0.3s ease;
  margin-right: 10px;
}

.small_testimonials:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.card-header-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Profile Avatar Styles */
.profile-initial {
  width: 40px;
  height: 40px;
  background-color: #d32f2f;
  /* Red from image */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.profile-img-box {
  position: relative;
  width: 40px;
  height: 40px;
}

.profile-img-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.badge-icon {
  position: absolute;
  bottom: -2px;
  right: -2px;
  font-size: 10px;
  background: white;
  border-radius: 50%;
  padding: 1px;
}

/* Text Styles */
.user-name {
  margin: 0;
  color: #1a73e8;
  /* Google Blue */
  font-size: 15px;
  font-weight: 600;
}

.review-date {
  font-size: 12px;
  color: #70757a;
}

.g-logo {
  width: 18px;
}

/* Stars */
.star-rating {
  color: #fbbc05;
  /* Google Yellow */
  font-size: 13px;
  margin-bottom: 12px;
}

/* Review Text */
.review-content p {
  font-size: 14px;
  line-height: 1.5;
  color: #3c4043;
  margin: 0;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .small_testimonials {
    margin-bottom: 15px;
  }
}

.review-section_bgcolor {
  background-color: #141414;
  padding: 100px 0px;
}














/* Overall Section Styling */
.features-section {
  background-color: #0a0a0a;
  /* Dark background like the image */
  padding: 60px 20px;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Grid Layout */
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

/* Individual Card Styling */
.feature-card {
  background: #111111;
  /* Slightly lighter than background */
  border: 1px solid #222222;
  /* Subtle border */
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: #333333;
}

/* Icon Box Styling */
.icon-box {
  background-color: #2a1e12;
  /* Brownish background from image */
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #d4a373;
  /* Gold/Bronze icon color */
  font-size: 24px;
}

/* Typography */
.feature-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  color: #fff;
}

.feature-card p {
  color: #999999;
  /* Muted text color */
  font-size: 15px;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .card-grid {
    grid-template-columns: 1fr;
    /* Single column on mobile */
  }

  .feature-card {
    padding: 30px 20px;
  }
}









.faq-section {
  overflow: hidden;
}

/* Accordion Card Styling */
.custom-faq .card {
  background-color: #ff6a00;
  /* Exact Orange Color */
  border-radius: 4px !important;
}

.custom-faq .card-header {
  background-color: #000;
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border: none;
}

.custom-faq .card-header h6 {
  font-weight: 500;
  font-size: 1rem;
}

.custom-faq .plus-icon {
  font-size: 1.5rem;
  font-weight: bold;
}

/* Dropdown/Answer Styling */
.custom-faq .card-body {
  background-color: #fff;
  color: #333;
  border: 1px solid #ff6a00;
  border-top: none;
}

/* Image styling */
.faq-image-container img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .custom-faq .card-header h6 {
    font-size: 0.9rem;
  }
}

.faq-section_bgcolor {
  background-color: #141414;
  padding: 100px 0px;
}

@media (max-width: 600px) {
  .feature-card_top_bottom {
    margin: 30px 0px;
  }

}



















.about_innerpage_heading {
  background-image: url(assets/images/page-title.jpg);
  position: relative;
  padding: 80px 0px 80px;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #0000005e;
}

.pull-left {
  float: left;
}

.page-title h1 {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: capitalize;
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 3px;
  background-color: #fff;
}

.pull-right {
  float: right;
}

.page-title .page-breadcrumb {
  position: relative;
  margin-top: 25px;
}

.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.page-title .page-breadcrumb li a {
  color: #fff !important;
  font-weight: 500;
}

.page-title .page-breadcrumb li {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.page-title .page-breadcrumb li img {
  width: 45%;
  margin: auto;
  display: block;
}

.about_page_inner {
  padding: 100px 0px 350px;
}

.about-content {
  padding-left: 40px;
}

.section-title.style--two {
  margin-bottom: 40px;
}

.section-title {
  padding-left: 45px;
  position: relative;
  margin-bottom: 56px;
}

.section-title .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 44px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #17b2aa;
  font-weight: 600;
}

.section-title h2 {
  text-align: left;
  color: #000;
  font-size: 55px;
  font-weight: 700;
}

.section-title p {
  color: #0000009e;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: lowercase;
  font-size: 17px;
}

.section-title .subtitle:after {
  position: absolute;
  left: -40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 1px;
  background-color: #17b2aa;
}


.video_section_img_bgcolor {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(./assets/images/video-bg.jpg);
}

.about_banner_img {
  margin-bottom: 30px;
  margin-top: -245px;
}

.section-title_heading {
  padding-left: 45px;
  position: relative;
  margin-bottom: 56px;
}

.section-title_heading .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 44px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #17b2aa;
  font-weight: 600;
}

.section-title_heading .subtitle:after {
  position: absolute;
  left: -40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 1px;
  background-color: #17b2aa;
}

.section-title_heading h2 {
  margin-top: -4px;
  margin-bottom: 17px;
  text-align: left;
  color: #000;
  font-size: 55px;
  font-weight: 700;
}

.video_section_img_bgcolor:after {
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  background-color: #f2f2f2;
  top: 0;
}

.about_page_inner2 {
  padding: 100px 0px 100px;
}

.about_page_inner3 {
  padding: 100px 0px 100px;
}



.rts-section-gap {
  padding: 100px 0;
}

.single-contact-one-inner .content {
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: transparent;
}

.icone {
  margin-right: 10px;
}

.content .icone img {
  width: 60%;
}

.info span {
  color: #17b2aa;
  font-weight: 500;
}

.single-contact-one-inner .content .info a h5 {
  margin-bottom: 0;
  transition: 0.3s;
  color: #000;
  font-weight: 600;
}

.single-contact-one-inner {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  height: 100%;
}


.rts-section-gapbottom {
  margin-bottom: 100px;
}

.mian-wrapper-form {
  padding: 100px 135px;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
}

.section-title_heading {
  padding-left: 45px;
  position: relative;
  margin-bottom: 56px;
}

.section-title_heading .subtitle {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  left: 10px;
  top: 44px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #17b2aa;
  font-weight: 600;
}

.section-title_heading .subtitle:after {
  position: absolute;
  left: -40px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 32px;
  height: 1px;
  background-color: #17b2aa;
}

.section-title_heading p {
  color: #000;
  margin-top: 20px;
  line-height: 30px;
  font-weight: 400;
}

.contact-form-contact .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form-contact .name-email input {
  width: 48.8%;
  background: #f6f6f6;
  height: 55px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  padding: 15px 15px;
}

.contact-form-contact .name-email {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form-contact textarea {
  height: 150px;
  background: #f6f6f6;
  padding: 15px 15px;
  border: 1px solid transparent;
  width: 100%;
}

.hero-button_contact {
  text-align: center;
}

.hero-button .wprt-button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 0.65em 1.5em;
  background-color: #17b2aa;
  border: 2px solid #ffffff;
  color: #fff;
  -webkit-transition: allease 0.238s;
  -moz-transition: all ease 0.238s;
  transition: allease 0.238s;
  border-radius: 50px;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
  cursor: pointer;
  width: 200px;
  text-align: center;
  margin: 25px 0px 0px;
}

@media screen and (max-width: 992px) {
  .about_innerpage_heading {
    background-position: top;
    padding: 50px 0px 50px !important;
    height: 33vh !important;
  }
}

@media screen and (max-width: 992px) {
  .page-title h1 {
    font-size: 33px !important;
  }
}

.page-title h1:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 3px;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .pull-right {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .page-title .page-breadcrumb {
    text-align: right;
    width: 100%;
    display: contents !important;
  }
}

@media screen and (max-width: 992px) {
  .about_page_inner img {
    padding: 0px 0px 0px;
  }
}

@media screen and (max-width: 992px) {
  .about_inner_main_page img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .section-title h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 992px) {
  .about_banner_img {
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

@media screen and (max-width: 992px) {
  .section-title_heading {
    padding-left: 45px;
    position: relative;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .section-title_heading h2 {
    margin-top: -4px;
    margin-bottom: 17px;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 992px) {
  .section-title_heading {
    padding-left: 45px;
    position: relative;
    margin-bottom: 0px;
  }

  .about_page_inner {
    padding: 100px 0px 30px;
  }

  .about_page_inner3 {
    padding: 0px 0px 30px;
  }

}

@media screen and (max-width: 992px) {
  .single-contact-one-inner_responsive {
    margin: 30px 0px;
  }
}

@media screen and (max-width: 992px) {
  .mian-wrapper-form {
    padding: 30px 15px;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 24px 39px rgba(0, 0, 0, 0.05);
  }
}

@media screen and (max-width: 992px) {
  .section-title_heading {
    padding-left: 45px;
    position: relative;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 992px) {
  .section-title_heading h2 {
    margin-top: -4px;
    margin-bottom: 17px;
    text-align: left;
    color: #000;
    font-size: 30px;
    font-weight: 700;
  }
}

@media screen and (max-width: 992px) {
  .contact-form-contact .name-email input {
    margin-bottom: 17px;
  }
}






.heading h1 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.heading p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.card_main_radius {
  margin-top: 30px;
}

.card_main_radius {
  border-radius: 10px;
}

.card_main_radius img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}

.margin_blog_bottom {
  margin-bottom: 3px;
}

.user_date_blog_details_text a {
  text-decoration: none;
}

.user_date_blog_details_text p {
  font-size: 14px;
  color: #000;
}

.card_body_heading_title_blogs p {
  padding: 10px 0px;
}

.card_body_heading_title_blogs h2 a {
  text-decoration: none;
  color: #000;
}

.card_body_heading_title_blogs p {
  padding: 10px 0px 0px;
  /* margin: 2px; */
  margin-bottom: 10px;
}

.user_date_details_text p {
  font-size: 16px;
  color: #000;
}

.card_blog_btn {
  width: 170px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  background-color: #00b6ad;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600 !important;
  border: 2px solid #fff;
}

.card_blog_btn a {
  color: #fff;
  text-decoration: none;
}

.card_body_heading_title_blogs h2 {
  font-size: 23px;
  text-align: left;
  font-weight: 600;
}

.user_date_blog_details img {
  width: 14px;
  margin: 0px 5px 0px 0px;
}

.user_date_details img {
  width: 16px;
  margin: 0px 5px 0px 0px;
}

.docter_page_bgcolor {
  padding: 100px 0px 100px;
}





.sub-title1 {
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 10px 0px 0px;
  color: #000 !important;
}


.courses_bgcolor {
  padding: 100px 0px;
}

.course-card_top {
  margin-top: 30px;
}

.course-card_top_card {
  margin-top: 30px;
}

.text-center_bottom {
  margin-bottom: 30px;
}


@media screen and (max-width: 992px) {
  .courses_bgcolor_top_res {
    margin-top: 30px;
  }
}

/* new section */

.csw-btn {
  flex: 1;
  min-width: 68px;
  padding: 8px 6px;
  border-radius: 7px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  font-family: "Poppins", sans-serif;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  background: #fff;
  color: #999999;
  transition: all 0.15s;
}

.csw-btn:hover {
  background: rgba(23, 178, 170, 0.1);
  color: #17b2aa;
  border-color: rgba(23, 178, 170, 0.3);
}

.csw-btn.csw-active {
  background: #17b2aa;
  color: #fff;
  border-color: #17b2aa;
}

.course-switcher-header {
  padding: 14px 20px 12px;
  background: #141414;
  border-bottom: 1.5px solid rgba(23, 178, 170, 0.2);
  border-radius: 12px 12px 0 0;
}

.course-switcher-sub {
  font-size: 9px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 9px;
}

.course-switcher-container {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.course-hero-card {
  margin: 0;
  background: #141414;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-top: none;
  padding: 20px;
  text-align: left;
}

.course-hero-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 13px;
  border-radius: 100px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(23, 178, 170, 0.1);
  color: #17b2aa;
  border: 1px solid rgba(23, 178, 170, 0.3);
}

.course-hero-title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.course-hero-sub {
  font-size: 12px;
  color: #999999;
  margin-bottom: 14px;
}

.course-hero-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}

.course-hero-price {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 800;
  color: #17b2aa;
  letter-spacing: 1px;
}

.course-hero-dur {
  font-size: 12px;
  color: #999999;
}

.course-hero-enroll-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #17b2aa;
  color: #fff;
  padding: 13px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.course-hero-whatsapp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  background: rgba(37, 211, 102, 0.08);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.28);
  padding: 11px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
}

.course-hero-whatsapp-icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
  flex-shrink: 0;
}

.quick-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.quick-stat-box {
  background: #141414;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-radius: 10px;
  padding: 12px 8px;
  text-align: center;
}

.quick-stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #17b2aa;
  letter-spacing: 1px;
}

.quick-stat-label {
  font-size: 9px;
  color: #999999;
  margin-top: 2px;
  text-transform: uppercase;
}

.section-header-teal {
  background: #17b2aa;
  padding: 11px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.section-header-svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section-header-text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-content-dark {
  padding: 14px 20px 4px;
  background: #141414;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-top: none;
  text-align: left;
}

.section-content-spacer {
  height: 14px;
  background: #141414;
  border-left: 1.5px solid rgba(23, 178, 170, 0.2);
  border-right: 1.5px solid rgba(23, 178, 170, 0.2);
}

.curriculum-module-wrap {
  background: #141414;
  border-left: 1.5px solid rgba(23, 178, 170, 0.2);
  border-right: 1.5px solid rgba(23, 178, 170, 0.2);
  padding: 0 20px;
}

.curriculum-module-inner {
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
}

.curriculum-module-trigger {
  background-color:#000;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: 1px solid rgba(23, 178, 170, 0.2);
}

.curriculum-module-trigger.no-border {
  border-bottom: none;
  background: #000;
}

.curriculum-module-label {
  font-size: 9px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999999;
  margin-bottom: 2px;
}

.curriculum-module-label.muted {
  color: rgba(255, 255, 255, 0.55);
}

.curriculum-module-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #17b2aa;
  text-transform: uppercase;
}

.curriculum-module-title.white {
  font-size: 15px;
  color: #fff;
}

.curriculum-module-sub {
  font-size: 10px;
  color: #999999;
  margin-top: 2px;
}

.curriculum-module-icon {
  color: #17b2aa;
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
}

.curriculum-module-body {
  display: none;
  padding: 14px 16px 16px;
  background: #1a1a1a;
}

.curriculum-module-body.compact {
  padding: 13px 16px 15px;
}

.topic-group {
  margin-bottom: 14px;
}

.topic-group:last-child {
  margin-bottom: 0;
}

.topic-group-title {
  font-size: 10px;
  font-weight: 600;
  color: #17b2aa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.topic-group-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding: 5px 0;
  font-size: 12.5px;
  color: #cccccc;
  line-height: 1.5;
  border-bottom: 1px dashed rgba(23, 178, 170, 0.1);
}

.topic-group-item:last-child {
  border-bottom: none;
}

.topic-group-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #17b2aa;
  flex-shrink: 0;
  margin-top: 5px;
}

.included-container {
  padding: 14px 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #141414;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-top: none;
  text-align: left;
}

.included-item-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(23, 178, 170, 0.1);
  border-radius: 8px;
}

.included-item-symbol {
  font-size: 15px;
  width: 22px;
  text-align: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: #17b2aa;
}

.included-item-title {
  font-size: 12.5px;
  color: #ffffff;
  font-weight: 600;
}

.included-item-subtext {
  font-size: 10.5px;
  color: #999999;
  margin-top: 2px;
}

.enroll-footer-box {
  margin: 20px 0;
  background: #1414148a;
  border: 1.5px solid rgba(23, 178, 170, 0.2);
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
}

.enroll-footer-cname {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.enroll-footer-cprice {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #17b2aa;
  letter-spacing: 2px;
}

.enroll-footer-cdur {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 16px;
}

.enroll-footer-btn-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  text-decoration: none;
  background: rgba(37, 211, 102, 0.1);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.3);
  padding: 11px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 600;
}

.enroll-footer-reply {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 10px;
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
  display: none;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0a0a0a;
  border-top: 1px solid #2d2d2d;
  justify-content: space-around;
  align-items: center;
  padding: 12px 0 10px;
  z-index: 1000;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.5);
}

.mobile-bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #888888;
  font-size: 11px;
  font-weight: 500;
  transition: 0.3s;
  flex: 1;
}

.mobile-bottom-nav .nav-item svg {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  stroke: currentColor;
  stroke-width: 1.8;
}

.mobile-bottom-nav .nav-item.active {
  color: #17b2aa;
}

.mobile-bottom-nav .nav-item:hover {
  color: #17b2aa;
}

@media (max-width: 991px) {
  .mobile-bottom-nav {
    display: flex;
  }
  
}






/*//////////////*/

/* --- New Hero Section Typography & Custom Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

.hero-section-new {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #000000;
    overflow: hidden;
}

/* Badge styling */
.badge-custom {
    background-color: #e6f9f6;
    color: #00bbb0;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: 0.3px;
}
.text-teal-small {
    font-size: 8px;
    vertical-align: middle;
}

/* Heading Typography */
.main-heading-new {
    font-family: 'Instrument Serif', serif;
    font-size: 68px;
    line-height: 1.1;
    color: #ffff;
    font-weight: 500;
}
.text-teal-main {
    color: #00b6ad;
}
.sub-text-new {
    font-size: 16px;
    line-height: 1.6;
    max-width: 500px;
}

/* Custom Buttons */
.btn-teal-solid {
    background-color: #00bbb0;
    color: #ffffff !important;
    font-weight: 600;
    padding: 14px 28px;
    font-size: 15px;
    border: none;
    transition: all 0.3s ease;
}
.btn-teal-solid:hover {
    background-color: #008f6f;
    transform: translateY(-2px);
}
.btn-outline-dark-custom {
    background-color: #ffffff;
    color: #111111 !important;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    padding: 14px 28px;
    font-size: 15px;
    transition: all 0.3s ease;
}
.btn-outline-dark-custom:hover {
    background-color: #f8f9fa;
    border-color: #111111;
}

/* Right Side Cards Setup */
.stat-card-new {
    background: #f8f9fa;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    transition: all 0.3s ease;
}
.stat-card-new.active {
    background-color: #00b6ad;
    border-color: #00b6ad;
    box-shadow: 0 10px 30px rgba(0, 168, 132, 0.2);
}
.stat-icon-wrap {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.stat-card-new.active .stat-icon-wrap {
    background: rgba(255, 255, 255, 0.15);
}
.stat-number-new {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.stat-label-new {
    font-size: 14px;
    font-weight: 500;
}

/* --- Fully Responsive Breakpoints --- */
@media (max-width: 991.98px) {
    .main-heading-new {
        font-size: 52px;
    }
    .hero-section-new {
        text-align: left;
    }
    .sub-text-new {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .main-heading-new {
        font-size: 42px;
    }
    .cta-container-new {
        flex-direction: column;
    }
    .cta-container-new .btn {
        width: 100%;
        text-center: center;
        margin-right: 0 !important;
    }
    .stat-number-new {
        font-size: 26px;
    }
}

/*/////////////////////*/


/* --- Exact Design Dark Section Styling --- */
.why-choose-us-exact {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #141414 !important; /* Pure dark background as requested */
}

.exact-badge {
    color: #00a884;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.exact-heading {
    font-family: 'Instrument Serif', serif;
    font-size: 48px;
    font-weight: 600;
}

.exact-subtext {
    font-size: 16px;
}

/* Dark Card layout wrapper */
.exact-card {
    background: #1f1f1f; /* Slightly lighter dark for contrast */
    border: 1px solid #2d2d2d; /* Subtle dark border */
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
}

.exact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.4);
    border-color: #00a884; /* Hover par card border teal ho jayega */
}

.exact-card-title {
    font-size: 18px;
    font-weight: 700;
}

.exact-card-desc {
    font-size: 13.5px;
    line-height: 1.5;
}

/* --- Custom CSS Icons optimized for Dark Theme --- */
.icon-container-exact {
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

/* 1. Ruler Triangle Shape */
.custom-ruler-icon {
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 42px solid #a2b4c7;
    position: relative;
    transform: rotate(45deg);
}
.custom-ruler-icon::after {
    content: '';
    position: absolute;
    top: 14px;
    left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #1f1f1f; /* Inner hole cut matches card background */
}

/* 2. Multicolor Chart Bars Shape */
.custom-chart-icon {
    display: flex;
    align-items: flex-end;
    gap: 6px;
    width: 44px;
    height: 38px;
    border-bottom: 2px solid #3d3d3d;
    padding-bottom: 2px;
}
.custom-chart-icon span {
    width: 10px;
    border-radius: 2px 2px 0 0;
}
.bar-green {
    height: 20px;
    background-color: #22c55e;
}
.bar-red {
    height: 32px;
    background-color: #ef4444;
}
.bar-blue {
    height: 26px;
    background-color: #3b82f6;
}

/* 3. Empty Bold Rectangular Box Shape */
.custom-box-icon {
    width: 32px;
    height: 42px;
    border: 5px solid #ffffff; /* Swapped to white for dark mode contrast */
    border-radius: 4px;
    background-color: transparent;
}

/* 4. Shield Red/Grey Gradient Shape */
.custom-shield-icon {
    width: 36px;
    height: 44px;
    background: #64748b;
    border-radius: 0 0 18px 18px;
    position: relative;
    overflow: hidden;
}
.custom-shield-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #94a3b8;
}
.shield-inner {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background: #ef4444;
    border-radius: 0 0 12px 12px;
}

/* --- Responsive Control --- */
@media (max-width: 1199.98px) {
    .col-xl-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 767.98px) {
    .exact-heading {
        font-size: 34px;
    }
    .col-xl-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*///////////////*/


.program-journey-section {
    background-color: #000000 !important; /* Premium Dark Emerald depth color base */
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #e2e8f0;
}
.custom-journey-container {
    max-width: 950px;
}
.program-version-title {
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(180deg, #00b6ad 0%, #00b6ad 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.program-counters-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    max-width: 800px;
}
.counter-item {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}
.counter-item:last-child {
    border-right: none;
}
.counter-num {
    font-size: 20px;
    font-weight: 700;
}
.counter-label {
    font-size: 10px;
    letter-spacing: 1px;
}
.map-wrap {
    max-width: 720px;
    position: relative;
}
.map-heading {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #00a884 !important;
}
.map-phase-label {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    text-align: left;
}
.map-phase-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
}
.bg-teal { background-color: #0a9e8b; }
.bg-dark-teal { background-color: #0d3d35; }
.text-teal { color: #0a9e8b; }
.text-light-teal { color: #4dc9bc; }

.map-stop {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    text-align: left;
}
.map-info {
    flex-grow: 1;
    background: #0d1a16;
    border: 1px solid rgba(10, 158, 139, 0.2);
    border-radius: 12px;
    overflow: hidden;
}
.border-teal-dim {
    border-color: rgba(13, 61, 53, 0.4);
    background: #07120f;
}
.map-info-hdr {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}
.map-badge {
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
}
.badge-module {
    background: rgba(10, 158, 139, 0.15);
    color: #0a9e8b;
}
.badge-segment {
    background: rgba(13, 61, 53, 0.4);
    color: #4dc9bc;
}
.map-title {
    font-size: 16px;
    font-weight: 600;
}
.map-toggle {
    font-size: 18px;
    color: #0a9e8b;
}
.map-topics {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
}
.map-topics.show {
    max-height: 500px;
    padding-top: 8px;
    padding-bottom: 16px;
}
.map-topic-row {
    font-size: 13.5px;
    color: #94a3b8;
    padding: 6px 0 6px 14px;
    position: relative;
}
.map-topic-row::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0a9e8b;
}
.map-connector {
    height: 44px;
    width: 100%;
    display: flex;
    margin: -4px 0;
}
.connect-right { justify-content: flex-end; padding-right: 64px; }
.connect-left { justify-content: flex-start; padding-left: 64px; }
.map-connector svg { width: 80px; height: 100%; }

.connect-straight {
    height: 36px;
    justify-content: center;
}
.straight-line {
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, #0a9e8b 0%, rgba(13,61,53,0.5) 100%);
}
.shift-right-layout {
    flex-direction: row-reverse;
}
.journey-pin {
    width: 44px;
    height: 52px;
    position: relative;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    margin-top: 4px;
}
.pin-marker {
    font-size: 13px;
    font-weight: 900;
    margin-top: 10px;
    z-index: 2;
}
.yellow-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' fill='none'%3E%3Cpath d='M25 3C15.6 3 8 10.6 8 20c0 13.5 17 35 17 35s17-21.5 17-35C42 10.6 34.4 3 25 3z' fill='%23FFD700' stroke='%23c8a800' stroke-width='1.2'/%3E%3Ccircle cx='25' cy='20' r='10' fill='%230a9e8b'/%3E%3C/svg%3E");
    color: #ffffff;
}
.teal-pin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 60' fill='none'%3E%3Cpath d='M25 3C15.6 3 8 10.6 8 20c0 13.5 17 35 17 35s17-21.5 17-35C42 10.6 34.4 3 25 3z' fill='%230d3d35' stroke='%230a2e28' stroke-width='1.2'/%3E%3Ccircle cx='25' cy='20' r='10' fill='%234dc9bc'/%3E%3C/svg%3E");
    color: #0d3d35;
}
.map-dest {
    background: radial-gradient(circle at center, #0a251f 0%, #06120f 100%);
    border: 1px dashed rgba(77, 201, 188, 0.3);
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.target-bullseye { font-size: 38px; }
.map-dest-title { font-size: 16px; color: #4dc9bc; }
.map-rule-dark {
    background: rgba(255, 255, 255, 0.02);
    border-left: 3px solid #0a9e8b;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    text-align: left;
}

@media(max-width: 768px) {
    .counter-item { border-right: none; margin-bottom: 10px; }
    .map-stop, .shift-right-layout { flex-direction: row; }
    .map-connector { justify-content: center !important; padding: 0 !important; }
    .map-connector svg { transform: rotate(90deg); height: 26px; }
}


