/* page title section  */
.page-title {
  background-color: #006a3a;
  height: 85px;
}

.title-content {
  width: 90%;
  margin: 0 auto;
}

/* page title  */
.mt {
  font-size: 25px;
  font-weight: 500;
  padding: 10px 0;
  color: #fff;
}

/* All breadcrumb */
#breadcrumb {
  font-size: 12px;
}

/* Link (non-active) */
.breadcrumb-link {
  color: yellow;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: white;
  text-decoration: underline;
}

/* Active page */
.breadcrumb-active {
  color: #fff;
  font-weight: bold;
}

/* Separator */
.separator {
  margin: 0 5px;
  color: #fff;
}

/* ------------------------
  About Content Section 
------------------------ */
.about-content-sec {
  width: 90%;
  margin: 0 auto;
}

.about-first-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.lab-image {
  height: 200px;
  width: 100%;
  margin: 10px;
}

.lab-image>img {
  height: 100%;
}

.first-para {
  width: 100%;
}

.about-2nd-cont {
  margin-bottom: 20px;
}

.about-3rd-cont {
  margin-bottom: 30px;
}

.ab-t {
  color: #006a3a;
  line-height: 2;
  font-size: 1rem;
}

.ab-p {
  text-align: justify;
  line-height: 1.5;
  font-size: 12px;
}

.ab-p>b {
  color: #006a3a;
}

.ab-p>a {
  text-decoration: none;
  color: black;
}
.ab-p>a:hover{
  color: #006a3a;
}

/* about section closed  */

/* ------------------------
  Career Content Section 
------------------------ */
.career-content-section {
  width: 90%;
  margin: 0 auto;
}

.career-text {
  padding-top: 20px;
  text-align: center;
  padding: 20px 10px;
  color: rgb(37, 37, 37);
}

.job-form {
  width: 90%;
  margin: 0 auto;
}

.career-p {
  font-size: 12px;
  text-align: center;
  padding: 20px 0;
  color: #006a3a;
}

.label-c-app {
  font-size: 12px;
  color: #006a3a;
  padding: 5px 0;
}

.career-input {
  width: 100%;
  border: 1px solid #303030;
  border-radius: 15px;
  font-size: 11px;
  color: #303030;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Hind Siliguri";
}

.career-input::placeholder{
  font-size: 11px;
}

.career-input:focus {
  border: 1px solid #006a3a;
  color: #006a3a;
  background-color: antiquewhite;
}

.checkbox-group {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

#agreeCheckbox {
  width: 12px !important;
  height: 12px !important;
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}

/* file input design  */
#cvFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-file-upload {
  display: inline-block;
  padding: 8px 15px;
  cursor: pointer;
  background-color: #f1f1f1;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 11px;
  transition: all 0.3s ease;
  margin-top: 5px;
}

.custom-file-upload:hover {
  background-color: #e0e0e0;
  border-color: #bbb;
}

#file-name {
  margin-left: 15px;
  font-size: 11px;
  color: #666;
  vertical-align: middle;
}
/* submit button  */
.submit-button{
  display: flex;
  justify-content: center;
}
.career-sub:disabled {
  background-color: #cccccc; 
  color: #666666;
  cursor: not-allowed;      
  border: 1px solid #bbbbbb;
  opacity: 0.7;
}
.career-sub{
  width: 200px;
  border: 1px solid #006a3a;
  border-radius: 10px;
  color: #006a3a;
  font-size: 12px;
  margin: 10px auto;
  padding: 8px 0;
  cursor: pointer;
  font-family: "Hind Siliguri";
  transition: all 0.2s ease;

}
.career-sub:hover {
  background-color: #006a3a; 
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  transform: translateY(-1px); 
}

/* career condition  */
.career-condition{
  width: 90%;
  margin: 10px auto;
}
.condition-t{
  font-size: 1rem;
  color: #8d0000;
  padding: 10px 0;
}

.conditions{
  list-style: square;
  color: #006a3a;
  margin-left: 20px;
}
.condi-item{
  font-size: 12px;
  color: black;
  text-align: justify;
  padding: 5px 0;
}

/* career section closed */

/* ------------------------
  Contact Content Section 
------------------------ */
.contact-content-section {
  width: 90%;
  margin: 0 auto;
}

/* contact info  */
.contact-info {
  padding: 20px 0;
}

.info {
  padding: 20px;
  border-radius: 40px;
  border: 1px solid black;
  margin: 20px auto;
  width: 100%;
  color: black;
  text-align: center;
  font-size: 1rem;
  -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.info>.label {
  font-size: 1rem;
  padding: 10px 0;
  font-family: sans-serif;
  line-height: 2;
}

.info:hover {
  border: 1.5px solid #006a3a;
  color: #006a3a;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 13px -7px #006a3a, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 0px 10px 13px -7px #006a3a, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

/* map  */
.map-location {
  width: 100%;
  height: 200px;
  margin: 10px auto;
}

/* form sectin  */
.form-data {
  padding: 10px 15px;
  border: 1px solid #006a3a;
  border-radius: 10px;
  display: block;
  width: 100%;
  margin: 20px auto;
}

.cont-text {
  font-family: "Hind Siliguri";
  font-size: 15px;
  font-weight: 600;
  color: #006a3a;
  line-height: 2.5;
  text-align: center;
}

input { 
  height: 40px;
}

.input-c {
  border: 1px solid #006a3a;
  border-radius: 20px;
  width: 100%;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 25px;
  background-color: transparent;
  font-family: "Hind Siliguri";
}

.input-c::placeholder {
  font-size: 12px;
  font-family: "Hind Siliguri", sans-serif;
  color: rgb(37, 37, 37);
}

.input-c:focus {
  border: none;
  background-color: #fff;
  box-shadow: 3px 3px 4px rgb(123, 139, 122);

}

.cont-btn {
  display: flex;
  justify-content: start;
  gap: 20px;
  align-items: center;
  padding-bottom: 25px;
}

.cc-btn {
  padding: 10px 15px;
  font-size: 12px;
  width: 49%;
  display: block;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.5s ease-in;
}

.reset {
  color: #8d0000;
  border: 1px solid #8d0000;
  background-color: #fff;
}

.send {
  color: #006a3a;
  border: 1px solid #006a3a;
  background-color: #fff;
}

.reset:hover {
  color: #fff;
  background-color: #8d0000;
}

.send:hover {
  color: #Fff;
  background-color: #006a3a;
}

/* contact section closed */

/* ------------------------
  Course Content Section 
------------------------ */
.course-content-sec {
  width: 90%;
  margin: 0 auto;
}

/* course card design  */
.courses-container-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
}

.course-card {
  /* flex-basis: 90%; */
  width: 90%;
  background-color: #f5fffa;
  border: 1px solid #006a3a;
  height: auto;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(150, 187, 163, 0.493);
}

.c-card-img {
  border: none;
  border-radius: 15px 15px 0 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.c-card-img>img {
  height: 100%;
  width: 100%;
  transition: transform 0.3s ease-in;
}

.c-card-img>img:hover {
  transform: scale(1.1);
}

.course-content {
  padding: 10px;
  border-radius: 0 0 15px 15px;
}

.cc-up {
  padding: 10px;
  border-bottom: 1px solid gray;
}

.c-card-t {
  color: #006a3a;
  padding-bottom: 16px;
}

.duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 5px;
}

.duration p {
  font-size: 12px;
  color: #303030;
  font-weight: 600;
}

.cc-down {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.del-price {
  font-size: 12px;
  color: #8d0000;
}

.price {
  color: #006a3a;
  font-weight: 600;
  font-size: 14px;
}

.c-details {
  padding: 8px 5px;

}

.detail {
  color: #006a3a;
  border: 1px solid #006a3a;
  border-radius: 25px;
  padding: 8px 12px;
  transition: 0.8s ease;
}

.detail:hover {
  color: #fff;
  background-color: #006a3a;
}



/* ------------------------
  Course Details Section 
------------------------ */
.course-all-content {
  width: 90%;
  margin: 0 auto;
}

/* Top Section */
.course-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

/* Image */
.course-image {
  max-width: 100%;
  height: 230px;
}

.course-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Info */
.course-info-box {
  flex: 1;
}

.info-item {
  margin-top: 10px;
  border: 0.8px dotted #006a3a;
  border-radius: 8px;
  padding: 10px;
}

.info-item p {
  font-weight: 500;
  font-size: 12px;
}

.head-t {
  color: #006a3a;
  padding: 10px 0;
  font-size: 1rem;
}

/* Description */
.course-description {
  padding: 20px 0;
  font-size: 12px;
  text-align: justify
}

/* Modules */
.course-modules {
  padding: 20px 0;
  font-size: 12px;
}

#moduleList {
  list-style: none !important;
  padding-left: 25px !important;
  margin: 0;
}


#moduleList li {
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #333;
  display: block;
}


#moduleList li::before {
  content: "✓";
  position: absolute;
  left: -20px;
  top: 0;
  color: #006a3a;
  font-weight: bold;
  font-size: 16px;
}

/* Apply */
.course-apply {
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.apply-btn {

  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 10px 85px;
  border: 1px #0d9700 solid;
  border-radius: 25px;
}

.apply-btn:hover {
  background-color: #006a3a;
  color: #fff;
  transition: 0.3s;
}

/* Course Details Section */

/* ------------------------
  Privacy Content Section 
------------------------ */
.privacy-content{
  width: 90%;
  margin: 20px auto;
  color: #141414;
}
.topic-gruop{
  padding-top: 10px;
}
.pri-title{
  line-height: 1.5;
  padding: 10px 0;
  font-size: 15px;
}
.pri-p{
  text-align: justify;
  font-size: 12px;
}
.pri-p>a{
  color: #006a3a;
}
.pri-p>a:hover{
  color: #8d0000;
}
.pri-p>span{
  font-size: 12px;
}
.ppp-list{
  padding-left: 45px;
  font-size: 12px;
}
/* Privacy Content Section */

/* ------------------------
  Apply Content Section 
------------------------ */
.apply-content{
  width: 90%;
  margin: 0 auto;
}
.apply-msg{
  text-align: center;
  font-size: 16px;
  line-height: 2;
  /* padding: 10px; */
}
.location-add {
  color: #006a3a;
  font-size: 14px;
}

.location-add>a{
  color: #8d0000;
}

.location-add>a:hover{
  cursor: pointer;
  color: #006a3a;
}