.active {
            display: block;
        }
		.partner-logo{
			width: 100%;
    height: auto;
    padding: 20px;
		}
		@media (min-width: 768px){
.section-overline {
    line-height: 24px;
    text-align: left;
    font-size: 16px;
}}

	.pop-title{
		text-align: center;
    padding-bottom: 24px;
	font-size: 20px;
	font-weight: 600;
	}
	.popup-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 6;
}

.popup-container.active {
  display: flex;
}

.popup {
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  width: 500px;
  position: relative;
  margin: 20px;
  top:42px;
}
.popup-cut{
position: absolute;
top: 20px;
right: 15px;
}
 /* .popup button {
  background: #fff;
  color: rebeccapurple;
  font-size: 2rem;
  position: absolute; */
  /* top: 10px;
  right: 10px;
}  */
.form-control { 
    display:block;
    width: 100%;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ececec;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-left: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (min-width: 600px) {
	ol, ul {
    padding-left: 0rem !important;
}

}

/* Scoped styles for the "What You Will Learn" section */
.learn-wrapper {
            font-family: Arial, sans-serif;
            margin: 50px auto;
            padding: 20px;
            max-width: 1200px;
            text-align: center;
            /* background-color: #f4f4f4; */
        }
        .learn-heading {
            font-size: 2.5em;
            color: #333;
            margin-bottom: 20px;
            text-transform: uppercase;
        }
        .learn-skills-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 15px;
        }
        /* .learn-skill-card {
            background: linear-gradient(145deg, #c01d2e, #4b7a7b);
            color: white;
            padding: 12px 30px;
            border-radius: 10px;
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            font-size: 1em;
            font-weight: bold;
            text-transform: capitalize;
        } */
        .learn-skill-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        .reg-head{
            font-size:18px;
            font-weight: 600;
            line-height: 0px;
            text-align:center;
            color:#000;
        }
        .get-free{
            font-size:16px;
            text-align:center;
            color:#000;
        }
        .inq-btn{
            background:#c01d2e !important;
        }
        .inq-btn:hover{
          background:#376b6d !important;  
        }
      .bgimg {
  background-image: url('../course_bg.png') !important;
  background-size: cover;                 
  background-position: center;            
  background-repeat: no-repeat;           
  padding: 80px 0;                         
  color: #fff;                         
}
 .offer-sec h3 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
@media only screen and (max-width: 600px) {
	
.reg-head {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    text-align: center;
}
.offer-sec h3 {

    font-size: 20px;
    border-radius: 20px;
}
    
  .fancy-feature-nineteen .bg-shape {
        top: auto;
        bottom: 0% !important;
    }
}

/* trainer */
.custom-team-section {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

.custom-team-slider {
  overflow: hidden;
}

.custom-team-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}

.custom-team-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
    max-height: 208px;
}

.custom-team-content {
  margin-top: 15px;
}

.custom-team-name {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 5px;
    color: #376b6d;
}

.custom-team-role {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  font-weight: 600;
}

.custom-team-company {
  font-size: 15px;
  font-weight: 600;
  color: #00a58f;
  margin-bottom: 10px;
}
.custom-team-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.custom-team-desc + p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.custom-read-more {
  color: #376b6d;
  text-decoration: underline;
      font-size: 14px;
    font-weight: 600;
}

.custom-linkedin-icon img {
  vertical-align: middle;
}
.company-work img{
  width: 80px; /* or your preferred size */
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
/* certificate_section */
.cert-section {
  padding: 70px 20px;
  background-color: #fff;
  font-family: 'Segoe UI', sans-serif;
}
.cert-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  max-width: 1200px;
  margin: auto;
}
.cert-left {
  flex: 1 1 500px;
}
.cert-subtitle {
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
}
.cert-title {
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 30px;
}
.cert-title span {
  color: #e63946;
}
.cert-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.cert-icon {
  width: 40px;
  margin-right: 15px;
}
.cert-point h4 {
  margin: 0 0 5px;
  font-size: 18px;
}
.cert-point p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.cert-right {
  flex: 1 1 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-zoom-container {
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.cert-zoom-container:hover .cert-image {
  transform: scale(1.4);
}
.cert-image {
  width: 100%;
  max-width: 500px;
  transition: transform 0.4s ease;
}
.cert-zoom-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  pointer-events: none;
}

/* Responsive */
@media(max-width: 768px) {
  .cert-container {
    flex-direction: column;
  }
  .cert-right {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cert-container {
    flex-direction: column;
  }
.cert-icon {
    width: 20px;
}
  .new-order {
    order: 1;
  }

  .new-order2 {
    order: 2;
  }
  .cert-right {
  flex: 0 0 0px; 
}
.button_mobile{
  display: none;
}
}

/* fees details */
.fee-section {
  padding: 40px 20px;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.fee-container {
  max-width: 1100px;
  margin: auto;
  background: #c1dadb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.fee-left-box {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 25px;
  flex: 1 1 300px;
  text-align: center;
  /* margin-bottom: 20px; */
}

.fee-subtitle {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.fee-amount {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.fee-tax-text {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}

.fee-apply-btn {
  display: inline-block;
  background: #c63342;
  color: white;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.fee-apply-btn:hover {
  background: #075E54;
  color:#fff;
}

.fee-right-list {
  flex: 1 1 500px;
  padding: 20px;
}

.fee-list-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.fee-ul-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fee-ul-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
}
.check-icon {
  width: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.fee-ul-list li {
  font-size: 15px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.6;
  list-style: none;
}

.check-icon-fa {
  color: #af0f1f;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .fee-container {
    flex-direction: column;
  }

  .fee-left-box,
  .fee-right-list {
    text-align: center;
    padding: 20px;
    max-height: 390px;
  }
}
.gen-prise{
    font-size: 18px;
    color: #474747;
    text-decoration: line-through;
}
/* syllabus */
    .curriculum-section {
      max-width: 700px;
      margin: auto;
      padding:20px;
    }

    .curriculum-title {
    font-size: 26px;
    font-weight: bold;
    color: #22554f;
}

    .curriculum-subtitle {
      color: #c63342;
    }

    .roadmap {
      position: relative;
      margin-top: 30px;
      padding-left: 30px;
      border-left: 3px solid #c63342;
    }

    .course-card {
      position: relative;
      background: #fafafa;
      border-radius: 10px;
      margin-bottom: 25px;
      padding: 15px 20px;
      border: 1px solid #eee;
      transition: all 0.3s ease-in-out;
    }

    .course-card::before {
      content: "";
      position: absolute;
      left: -12px;
      top: 18px;
      width: 12px;
      height: 12px;
      background-color: #c63342;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 0 2px #c63342;
    }

    .course-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .course-title {
      font-size: 18px;
      font-weight: 600;
    }

    .toggle-icon {
      font-size: 20px;
      transition: transform 0.3s ease-in-out;
    }

    .course-content {
      margin-top: 10px;
      display: none;
      line-height: 1.6;
    }

    .active .course-content {
      display: block;
    }

    .active .toggle-icon {
      transform: rotate(180deg);
    }

    .topics {
      margin-top: 8px;
      list-style: none;
    }

    .topics li {
      padding-left: 20px;
      position: relative;
    }

    .topics li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #d32f2f;
    }

    .download-btn {
      display: block;
      margin: 20px auto;
      background: linear-gradient(278deg, #c01d2e, #4e141a);
      color: white;
      border: none;
    padding: 8px 18px;
    font-size: 15px;

      border-radius: 5px;
      cursor: pointer;
      text-align: center;
    }

    @media (max-width: 600px) {
      .course-title {
        font-size: 16px;
      }

      .curriculum-title {
        font-size: 20px;
      }
      .roadmap {
        padding-left: 25px;
      }

      .course-card::before {
        left: -11px;
      }
      .button_mobile{
        display: none!important;
      }
    }
    /* syllabus end */
    .blur-section {
    background: linear-gradient(300deg, #ffffff, #fafafa) !important;
    color: #acb2bc !important;
}
@media (max-width: 600px) {
.response-button{
  display: none !important;
}
}
.cus-btn{
    border: 2px solid #fff !important;
    background: transparent !important;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
}
.cus-btn:hover{
    border: 2px solid #fff !important;
    background: #4b7a7c!important;
    color: #fff !important;
}
.breadcrumb-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 2px;
  margin: 0;
  /* background: #f9f9f9;  */
  border-radius: 6px;
  font-size: 14px;
}

.breadcrumb-nav li {
  display: flex;
  align-items: center;
  color: #ffffff;
}

.breadcrumb-nav li+li:before {
  content: ">";
  padding: 0 8px;
  color: #fff;
}

.breadcrumb-nav li a {
  text-decoration: none;
  color: #c28087; /* link color */
  transition: color 0.3s;
}

.breadcrumb-nav li a:hover {
  color: #f03d4f; /* darker on hover */
}