
#specializations{
  padding: 5rem 0px 0px !important;
}

.collegeDetailSubNavigation_detailSubNavContainer__uR9dG {
  background-color: #fff;
  box-shadow: 0 0 13px #eee;
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 20px;
}
.container.mobileContainerNone {
  width: 100%;
  margin: 0 auto; 
}
.collegeDetailSubNavigation_detailSubNavContainer__uR9dG ul {
  padding: 15px 0;
  display: flex;
  gap: 30px;
  width: 100%;
  overflow: auto;
  list-style: none;
}
.collegeDetailSubNavigation_detailSubNavContainer__uR9dG ul li {
  white-space: nowrap;
}
#overview {
  padding: 20px 0px;
}
.block,
.block h2 {
  margin-bottom: 20px;
}
.collegeDetail_classRead__yd_kT {
  height: auto;
}
.sub-banner {
  background: #e1e1e1;
  padding: 20px 0px;
  margin: 24px 0px;
}
.sub-banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.sub-banner .image {
  flex-shrink: 0;
}
.sub-banner .image img {
  max-width: 100%;
  height: auto;
}
.sub-banner .text {
  min-width: 250px;
}
.sub-banner .text h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: #333;
}
.sub-banner .text p {
  margin: 0 0 15px;
  color: #555;
  font-size: 14px;
}
.collegeDetail_classRead__yd_kT {
  height: auto;
}
.coursehighligh {
  padding: 20px 20px 6px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  max-width: 400px;
  margin: 10px auto;
}
.highlighheading h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 2px solid #333;
  padding-bottom: 6px;
}
.fa-solid,
.fas {
  font-weight: 900;
}
.box {
  width: 100%;
  padding: 20px;
  /* border: 1px solid #d9d9e5; */
  background: #fff;
}
.block,
.block h2 {
  margin-bottom: 20px;
}
.collegeDetail_classRead__yd_kT {
  height: auto;
}
.scrollTable {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.why-choose {
  padding-top: 20px;
  padding-bottom: 80px;
}.why-choose .heading {
  font-size: 40px;
  font-weight: 700;
  padding-top: 27px;
  margin-bottom: 10px;
  text-align: left;
}.why-choose .tagline {
  border-radius: 10px;
  background: #eee;
  padding: 15px;
  display: inline-block;
}.why-choose .part {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 0px 15px 4px rgba(75, 0, 130, 0.10);
  padding: 20px;
  min-height: 263px;
}
.why-choose .part .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  box-shadow: 2px 2px 1px 2px rgb(238 238 238);
  margin-bottom: 30px;
  background-color: #f1f5f9  !important;
}.why-choose .part .head {
  color: #334155;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}.why-choose .part p {
  margin-bottom: 0;
}
.heading {
  color: var(--purpal);
  text-align: center;
  font-family: var(--font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.journey {
  padding: 60px 0;
  background: #EAEEFF;
}
.journey .heading {
  padding-bottom: 60px;
}
.journey .weeks {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  gap: 100px;
  margin-bottom: 30px;
}
.journey .weeks .week {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.journey .weeks .week .point {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #38a169;
  box-shadow: 0px 0px 15px 4px rgba(75, 0, 130, 0.10);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.journey .weeks .week .point span {
  font-size: 30px;
  font-weight: 700;
}
.journey .weeks .week .head-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.journey .weeks .week .head {
  color: #334155;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.journey .weeks .week .tagline {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.journey .weeks .week p {
  margin-bottom: 0;
}

.journey .weeks .week:nth-child(1):after {
  content: "";
  position: absolute;
  top: 40px;
  right: -65%;
  height: 50px;
  width: 100%;
  background: url(../img/down-round.svg) center center no-repeat;
  filter: brightness(0.5);
}
.journey .weeks .week:nth-child(2) {
  margin-top: 50px;
}
.journey .weeks .week:nth-child(even) .point {
  background: #70bd94;
}

.journey .weeks:first-of-type .week:nth-child(3):before {
  content: "";
  position: absolute;
  bottom: -60px;
  height: 50px;
  width: 50px;
  background: url(../img/down-round.svg) left center no-repeat;
  transform: rotate(242deg);
  filter: brightness(0.5);
}
.journey .weeks .week:nth-child(3):after {
  content: "";
  position: absolute;
  top: 40px;
  left: -65%;
  height: 50px;
  width: 100%;
  background: url(../img/up-round.svg) center center no-repeat;
  filter: brightness(0.5);
}
.journey .weeks:nth-last-child(1) {
  flex-direction: row-reverse;
}

.journey .weeks:nth-last-child(1) .week:nth-child(1):after {
  content: "";
  position: absolute;
  top: 40px;
  left: -65%;
  height: 50px;
  width: 100%;
  background: url(../img/up-round.svg) center center no-repeat;
  filter: brightness(0.5);
}
.journey .weeks .week:nth-child(2) {
  margin-top: 50px;
}
.journey .weeks .week:nth-child(2) {
  margin-top: 50px;
}
.journey .weeks:nth-last-child(1) .week:nth-child(3):after {
  content: "";
  position: absolute;
  top: 40px;
  right: -65%;
  left: auto;
  height: 50px;
  width: 100%;
  background: url(../img/down-round.svg) center center no-repeat;
  filter: brightness(0.5);
}
.journey .weeks:nth-last-child(1) .week:nth-child(odd) .point {
  background: #70bd94;
}
.journey .weeks:nth-last-child(1) .week .point {
  background: #38a169;
}

@media (max-width:768px) {
  .journey .heading {
    padding-bottom: 30px;
}
.journey .weeks {
  gap: 20px;
  flex-direction: column;
  margin-bottom: 20px;
}
.journey .weeks .week, .journey .weeks .week:nth-child(even), .journey .weeks:nth-last-child(1) .week:nth-child(odd), .journey .weeks:nth-last-child(1) .week:nth-child(2) {
  flex-direction: column;
  gap: 0;
}
.journey .weeks .week .content, .journey .weeks .week .head-part {
  width: 100%;
  text-align: center;
  padding: 20px;
  padding: 8px 20px;
}
 
  .journey .weeks .week {
  display: flex
;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
} 
   .journey .weeks .week .head {
  margin-bottom: 0;
}
    .journey .weeks:nth-last-child(1) {
  flex-direction: column;
}
.journey .weeks .week, .journey .weeks .week:nth-child(even), .journey .weeks:nth-last-child(1) .week:nth-child(odd), .journey .weeks:nth-last-child(1) .week:nth-child(2) {
  flex-direction: column;
  gap: 0;
}
.journey .weeks:nth-last-child(1) .week:nth-child(3):after{
  display: none;
}
.journey .weeks .week:nth-child(1):after{
  display: none;
}
.journey .weeks .week:nth-child(3):after{
  display: none;
}
.journey .weeks:first-of-type .week:nth-child(3):before{
  display: none;
}
.weekmargin {
  margin-top: 0px !important;
}
}


.faq .heading {
  margin-bottom: 60px;
}
.faq .accordion .accordion-item {
  margin-bottom: 20px;
  border: 0;
  background: #fff;
}.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}.faq .accordion .accordion-header {
  background: #fff;
  min-height: 50px;
  display: flex
;
  align-items: center;
  flex-wrap: nowrap;
  border-top-right-radius: 30px;
}
.accordion-body p{
  font-size: 16px;
}

.faq .accordion .accordion-header .accordion-button {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 45px 6px 0;
  position: relative;
  border: 0;
  width: 100%;
  text-align: left;
  background: transparent;
  text-decoration: none;
  box-shadow: none;
}.faq .part {
  min-height: 394px;
  border-radius: 10px;
  background: #38a169;
  padding: 45px;
  position: sticky;
  top: 50px;
}.faq .part .icon {
  margin-bottom: 30px;
  text-align: center;
}.faq .part .head {
  margin-bottom: 30px;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}.faq .part .btn-group {
  display: flex
;
  align-items: center;
  justify-content: center;
}.faq .part .custom-btn {
  background: #FFB849;
}.faq .part p {
  color: #FFF;
  text-align: center;
  margin-bottom: 30px;
}
  .whatsapp-bubble {
            position: fixed;
            bottom: 25px;
            left: 25px;
            z-index: 111;
        }
        
        .whatsapp-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            /* background: #25D366; */
            color: white;
            text-decoration: none;
            transition: transform 0.3s ease;
            position: relative;
        }
        
        .whatsapp-link:hover {
            transform: scale(1.1);
        }
     
        .link-primary{
          color: rgb(82 113 255) !important;
        }

        /* .coursecard{
          min-height:430px !important;
        } */
         .coursecard{
          height: 100% !important;
          min-height: 380px !important;
         }
        .coursecard img{
          width: 250px;
          aspect-ratio: 3 / 2;
          object-fit: cover;
        }
         .coursecard p{
          margin-bottom: 5px !important;
         }
         .coursemodalbtn{
          position: absolute;
          bottom: 10px !important;
          width: 95% !important;
         }
         
        /* .coursemodalbtn{
          text-align: right;
        } */
        .trainer-btn {
           position: absolute;
            bottom: 10px; 
        }
        .trainer-img{
          height: 280px;
          object-fit: cover;
        }
        .navbar .dropdown-menu{
          min-width: 12.5rem !important;
        }
        
        .ck-editor__editable {
    min-height: 300px !important;
    max-height: 600px;
    overflow-y: auto;
}


.truncate,.truncate p {
  width: auto;
  displayxxx: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
  max-width: 150px;
  /* max-width: 200px; */
  max-heightx: 1.2em;
  
}
.trainercta img{
    max-width: 400px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    /* width: 100%; */
    /* height: auto; */
    aspect-ratio: 3 / 3;
}
.trainercta{
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Tooltip background, text color, font, padding */
.tooltip-inner {
    background-color: #333 !important; /* dark background */
    color: #fff !important;            /* white text */
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 6px;
    max-width: 300px;                  /* max width for long text */
    text-align: left;
    white-space: normal;               /* allow multi-line text */
}

/* Tooltip arrow color */
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #333 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #333 !important;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #333 !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #333 !important;
}
.course-desc p {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-name {
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trainerimg img{
    max-width: 400px;
    aspect-ratio: 3 / 3;
    object-fit: cover;
    border-radius: 30px;
}
.knowmorebtn a{
  position: absolute;
  bottom: 20px;
}
.coursecard1 {
    min-height: 500px !important;
 
}
.form-select:focus{
  box-shadow: none !important;
  border-color: #2d3c7f3d !important;
}
.testimonial_card{
  height: 100% !important;
}
.upskillbanner{
  height: 500px !important;
}
@media (max-width: 991.98px) {
  .upskillbanner{
    height: 100% !important;
  }
  .navbar .dropdown-menu{
        left: -97px !important;
  }
}

.signupdropdown{
  min-width: 9.5rem !important;
    left: -65px !important;
}
.signupdropdown{
  min-width: 0rem;
}


.modal-content {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 25px rgba(0,0,0,0.15);
        }
        /* .modal-body {
            padding: 25px;
        } */
        .course-img {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .course-img:hover {
            transform: scale(1.02);
        }
        .course-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 15px;
        }
        .course-desc {
            color: #555;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        /* .price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #e74c3c;
        } */
        /* .rating {
            color: #f39c12;
            margin-bottom: 15px;
        } */
        /* .btn-enroll {
            background: #3498db;
            color: white;
            padding: 10px 20px;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s;
        } */
        /* .btn-enroll:hover {
            background: #2980b9;
            transform: translateY(-2px);
        } */
        .meta-info {
            display: flex;
            gap: 15px;
            margin: 15px 0;
        }
        .meta-item {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #7f8c8d;
        }
        .divider {
            border-left: 1px solid #eee;
            height: 30px;
        }

        .profile-img-wrapper .edit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);  /* semi-transparent dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;   /* hidden by default */
    transition: opacity 0.3s ease-in-out;
    color: #fff;
    font-size: 28px;
}

.profile-img-wrapper:hover .edit-overlay {
    opacity: 1;  /* show on hover */
}
.table > :not(caption) > * > *{
  padding: 0.75rem 1rem !important;
}
.card-lift{
  height: 100% !important;
}
.card-lift img{
  aspect-ratio: 3 / 2 !important;
    object-fit: cover !important;
    object-position: top !important;
}
.contactshiksham .logo{
  margin-left: 200px !important;
}
.contactimg{
  min-height: 350px !important;
    aspect-ratio: 3 / 3 !important;
    object-fit: cover !important;
    object-position: top !important;
}
.courseaddimg{
     height: 37px;
    aspect-ratio: 3 / 3;
    top: -38px;
    object-fit: contain;
    object-position: top;
    left: 85px;
}
.trainertag{
  top: 20px !important;
    left: 42px !important;
    font-size: 0.80rem !important;
}

.bottomshadow {
    box-shadow: 0 4px 15px rgba(221, 221, 221, 0.603);
}
.image-gradient-wrapper {
    position: relative;
    display: inline-block;
}

.image-gradient-wrapper img {
    display: block;
    aspect-ratio: 3 / 3;
    object-fit: cover;
}

.image-gradient-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to left, rgb(241 245 249) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}
.viewmore{
  font-size: 14px !important;
}
.trainer-bg {
    position: relative;
    background-size: cover;
    background-position: center;
}

.trainer-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

.trainer-bg .content {
    position: relative;
    z-index: 2; /* Ensure content sits above overlay */
}

.bannertext .text-white {
    color: #fff !important; /* Force white color */
}
