
.banner1-wrapper .content-wrapper {
  min-height: 370px;
  position: relative;
  z-index: "2";
  display: flex;
  align-items: center;
  background: linear-gradient(45deg, #000000d4, transparent);
}
.banner1-wrapper .img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner1-wrapper .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.programs-slider, .programmes-slider{
  
 
  gap: 0;
}
.programme-category {
   display: block;
}


.why-choose-us-section .wrapper{
  color: white;
}
.why-choose-us-section .wrapper .included-list{
  padding-left: 20px;
  margin-top: 30px;
}
.why-choose-us-section .wrapper .included-list li{
margin: 15px 0;
  list-style: disc;
}


/* career page */

.career-hero-section {
  background: url('../images/career-hero.jpg') no-repeat center center/cover;
  color: white;

}
.career-page .faq-accordion .accordion-button {
  font-size: 22px;
}

.career-hero-section .hero-content{
  padding: 50px 0;
}
.career-hero-section .hero-content h1 {

     font-size: calc(1.6rem + 3vw);
  margin-bottom: 1rem;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.career-hero-section .hero-content h1 .divider {
  color: #c1c1c1;
  margin: 0 25px;
  
}
.career-hero-section .hero-content h1 .sub-title {
 
 font-size: calc(1rem + 1.2vw);
  color: #555;
 
}

.career-hero-section .hero-content p {
  font-size: 1.25rem;
}

.career-hero-section .img {
  text-align: center;
  margin-top: 2rem;
  padding-top: 3rem;
  border-top: 1px solid #d5d5d5;
}

.career-hero-section .img img {
  max-width: 100%;
  height: auto;
}

/* program page */

.overview-video-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.pr-detail{
  padding-left: 25px;
  border-left: 2px solid #d5d5d5;
}
.pr-detail li{
  display: flex;
  margin-bottom: 15px;
}
.pr-detail .circleNumber {
        align-items: center;
        margin-right: 15px;
        padding: 0px 7px;
        border: 1px solid #525252;
        max-height: 30px;
        max-width: 30px;
        border-radius: 50%;
        color: var(--white);
        font-size: 15px;
        display: flex;
        justify-content: center;
    }

/* Sticky Image for Program Detail Section */
.program-detail-container .img {
    position: sticky;
    top: 0px;
    overflow: hidden;
}
.program-detail-container .img img {
    border-radius: 20px ;
}


/* old about us */


.logo-wrapper {
    max-width: 250px;
}

.border-left1 {
    border-left: 1px solid #f67155;
}

.snapshot-wrapper .banner1-wrapper {
    border-radius: 25px;
    overflow: hidden;
}

.pedagogies-wrapper li {
  padding: 20px;
  border-bottom: 1px solid grey;
}

.bt {
  border-top: 1px solid grey;
}

.pedagogies-wrapper .img-wrapper {
  border-radius: 50%;
  overflow: hidden;
}

.toggle-content {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  background: #dbdbdb;
  min-height: 300px;
  padding: 20px;
  display: none;
  z-index: 1000;
}

.toggle-btn img {
  width: 25px;
}
.open {
  display: block;
}

.cancel-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #ff4350;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.founders-section .img{
  border-radius: 50%;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;

}
.founders-section a{
  color: #000;
  font-size: 25px;
  margin-left: 10px;
}
.founders-section a:hover{
  color: #ff4350;
}

.ackno{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  height: 200px;
  text-align: center;
}
.ackno img{
  max-width: 300px;
  margin-bottom: 10px;
  object-fit: cover;
  margin: 10px auto;


}

.ackno-slider .slick-dots{
  bottom: -50px !important;
}


.models-intro-card {
  background:#510a88;
  border-radius: 15px;
  border: none;
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(10px);

  position: relative;
  z-index: 2;
}

.models-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  color: var(--color-white);
 
  line-height: 1.3;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.models-description {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  
  margin: 0;
}

.model-card {
  background: rgba(255, 255, 255, 0.95);

  padding: 1.8rem;
  position: relative;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.model-card::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--hero-gradient);
}

.programs-page .programme-image {
    position: relative;
    height: 131px;
    overflow: hidden;
}





/* inner hero section */
.inner-hero-section {
  height: 92vh;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  flex-direction: column;
}

.inner-hero-content {
  /* min-height: 60vh; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 200px;
}
.inner-hero-title {
  display: inline-block;
  color: #2c2c2c;
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
}
.inner-hero-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--secondary-color);
  margin-top: 2px;
  border-radius: 2px;
}
.inner-hero-content h1 {
 
  font-weight: 600;
}
.images-section {
  display: flex;
}

.images-section .img {
  height: 100%;
  width: 20%;
  aspect-ratio: 2/3;
}
.images-section .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.process-image-wrapper {
  max-height: 70vh;
  overflow: hidden;
  border-radius: 8px;
  position: sticky;
  top: 120px;
  z-index: 10;
  display: block;
  flex-shrink: 0;
}

/* ##### contact us page ######*/
/* Contact Information Section */
.contact-info-section {
  background: #ffffff;
  padding: 60px 0;
}

.contact-header {
  padding-right: 40px;
}

.contact-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
  color: #1a1a1a;
 
}

.contact-subtitle {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-weight: 400;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  margin-bottom: 40px;
}

.contact-item {
  display: flex;
  flex-direction: column;
}

.contact-category {
font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.detail-row {
  margin-bottom: 8px;
}

.detail-label {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  font-weight: 500;
}

.detail-link {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.detail-link:hover {
  color: #ec1c24;
}

.address-text {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

/* Contact Footer - Social Links */
.contact-footer {
  border-color: #e8e8e8 !important;
  padding-top: 32px;
}

.social-label {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 500;
  text-transform: lowercase;
  letter-spacing: 0.5px;
}
.social-label:after {
  content: "";
  display: block;
  height: 2px;
  background: #510a88;
  margin-top: 4px;
  width: 30px;
  border-radius: 5px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.social-link {
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  padding: 4px 0;
}

.social-link:hover {
  color: #ec1c24;
}

.social-separator {
  color: #d0d0d0;
  margin: 0 4px;
}

/* Contact Image Section */
.contact-image-section {
  margin-top: 60px;
}

.contact-info-section .img {
  height: 150px;
  overflow: hidden;
}
.contact-display-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  max-height: 400px;
}

/* Responsive Design */
@media (max-width: 991px) {
  .contact-header {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .contact-title {
    font-size: 36px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 576px) {
  .contact-info-section {
    padding: 40px 0;
  }

  .contact-title {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .contact-subtitle {
    font-size: 13px;
  }

  .contact-grid {
    gap: 24px;
  }

  .contact-category {
    font-size: 11px;
  }

  .detail-label,
  .social-label {
    font-size: 11px;
  }

  .detail-link,
  .address-text,
  .social-link {
    font-size: 13px;
  }

  .contact-display-image {
    max-height: 300px;
  }
}

.contact-page-wrapper {
  background: #ededed;
  padding: 10px 0;
  /* border-bottom: 1px solid #eee; */
  border-radius: 15px;
  height: 100%;
}

.contact-page-wrapper .img-wrapper {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.contact-page-wrapper .img-wrapper iframe{

  height: 100%;
  min-height: 400px;
}
.social-links a {
  color: #333;
  font-size: 1.5rem;
  margin-right: 15px;
  transition: color 0.3s ease;
}

/* ####### simulation ######### */

/* Simulation Section Styles */
.simulation-section {
  background: #f3f3f3;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.simulation-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at center,
    rgba(238, 238, 238, 0.1) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.simulation-content {
  position: relative;
  z-index: 2;
}

.simulation-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
  color: #151515;
 
}

.simulation-features {
  margin-top: 4rem;
}

.feature-card {
  background: rgb(179 179 179 / 5%);
  border: 1px solid rgb(72 72 72 / 30%);
  border-radius: 15px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.feature-card:hover {
  background: rgb(179 179 179 / 5%);
  border: 1px solid rgb(72 72 72 / 30%);
  transform: translateY(-5px);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: rgb(242 242 242);
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #222222;
}

.feature-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 1rem;
}

.feature-description {
  font-size: 0.95rem;
  color: rgba(45, 45, 45, 0.8);
  line-height: 1.5;
  margin-bottom: 0;
 
}

/* Responsive styles */
@media (max-width: 768px) {
  .simulation-title {
    font-size: 1.8rem;
  }

  .feature-card {
    padding: 1.5rem 1rem;
  }

  .simulation-features {
    margin-top: 2.5rem;
  }
}

@media (max-width: 576px) {
  .simulation-title {
    font-size: 1.5rem;
  }
}

/* ######### our process section ########## */

.images-section .img {
  height: 100%;
  width: 20%;
  aspect-ratio: 2/3;
}
.images-section .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.process-image-wrapper {
  max-height: 70vh;
  overflow: hidden;
  border-radius: 8px;
  position: sticky;
  top: 120px;
  z-index: 10;
  display: block;
  flex-shrink: 0;
}

@supports (position: sticky) {
  .process-image-wrapper {
    position: sticky !important;
    top: 120px !important;
  }
}

.process-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.process-section .col-lg-4 {
  overflow: visible !important;
}

.process-right-wrapper {
  position: relative;
}
.process-heading {
  font-size: 2rem;
  font-weight: 700;
}
.process-accordion {
  border-radius: 8px;
}
.process-item {
  border-bottom: 1px solid rgba(28, 28, 28, 0.36);
  padding-bottom: 15px;
}
.process-toggle {
  width: 100%;
  padding: 32px 5px 20px 0;
  background: transparent;
  border: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
.process-title {
  font-size: 24px;
  color: #202020;
  font-weight: 400;
}
.process-icon {
  font-size: 2.25rem;
 
}
.process-body {
  color: #444;
}

@media (min-width: 992px) {
  .process-right-wrapper {
    position: relative;
    top: auto;
    align-self: stretch;
    max-height: none;
    overflow: visible;
    padding-right: 1rem;
    padding-left: 1rem;
    background: transparent;
  }
}

@media (max-width: 991.98px) {
  .process-right-wrapper {
    position: static;
    max-height: none;
    overflow: visible;
  }
}
.programmes-slider-wrapper {
  margin: 0 -15px;
}

.programmes-slider-wrapper .slick-slide {
  height: auto;
  padding: 0 15px;
}

.programmes-slider-wrapper .slick-slide > div {
  height: 100%;
}
.programmes-slider-wrapper .slick-track {
  display: flex;
  align-items: stretch;
}

.programmes-slider-wrapper .slick-slide > div > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.process-icon {
  --size: 56px;
  --thickness: 2px;
  --color: #111827;
  --duration: 320ms;
  --easing: cubic-bezier(0.2, 0.9, 0.2, 1);
  --bar-w: calc(var(--size) * 0.52);
  --bar-h: var(--thickness);
  position: relative;
  width: var(--bar-w);
  height: var(--bar-w);
  display: block;
  transform-origin: center;
  width: var(--size);
  height: var(--size);
  border-radius: 12px;
  display: inline-grid;
  place-items: center;
  border: none;

  cursor: pointer;
  padding: 8px;
  transition: transform 1s var(--easing);
  -webkit-tap-highlight-color: transparent;
}
.process-icon::before,
.process-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  background: var(--color);
  width: var(--bar-w);
  height: var(--bar-h);
  border-radius: calc(var(--thickness) / 2);
  transition: transform var(--duration) var(--easing),
    opacity var(--duration) var(--easing), width var(--duration) var(--easing);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.02) inset;
  translate: -50% -50%;
}
.process-icon::after {
  transform: rotate(90deg);
}

.process-toggle[aria-expanded="true"] .process-icon::after {
  opacity: 0;
  transform: rotate(0deg) scaleY(0.08);
}


/* ###### growing card ######## */

/* ------------------------------------------------ */
/* --- CARD INTERACTIVE STYLES (The key changes!) --- */
/* ------------------------------------------------ */

.card-container {
    display: flex;
    gap: 15px;
    height: 450px; 
}

.card {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    flex-basis: 0;
    transition: flex-grow 0.5s ease-in-out, filter 0.5s ease-in-out;
    height: 100%;
    filter: brightness(0.7); 
}

.main-card {
    flex-grow: 4;
    filter: brightness(1); 
    position: relative;
}
.card::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000c4 20%, rgba(68, 35, 135, 0) 50%);
    z-index: 10;
}

.vertical-card {
    flex-grow: 1;
}

.card-container:hover .card {
    flex-grow: 1; 
    filter: brightness(0.7);
}

.card-container:hover .card:hover {
    flex-grow: 4; 
    filter: brightness(1);
 
}
.card-container:hover .card:hover .vertical-text{
   transform: rotate(0deg);
   margin-bottom: 15px;
}
.card-container:hover .card:hover  .card-subtitle{
  display: block;
}

.card-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top, var(--overlay-color) 0%, transparent 100%);
    color: white;
    z-index: 11;
    transition: opacity 0.5s ease-in-out;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.card-subtitle {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.8;
    margin: 0;
}

.vertical-card .card-overlay {
    background: var(--overlay-color);
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.vertical-card .card-overlay .card-subtitle{
    display: none;
}

.vertical-card .vertical-text {
    transform: rotate(-90deg);
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--white-text);
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .content-section {
        flex-direction: column;
        align-items: flex-start;
        width: 95%;
    }

    .text-block {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .text-block h1 {
        font-size: 10vw;
    }

    .card-container {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 15px;
    }

    .card, .main-card, .vertical-card {
        flex-grow: 0;
        flex-basis: auto;
        height: 150px;
        transition: height 0.5s ease-in-out;
        filter: none;
    }

    .card-container:hover .card,
    .card-container:hover .card:hover {
        flex-grow: 0;
        filter: none;
    }

    /* Mobile click state - card grows vertically */
    .card.active {
        height: 300px;
    }
    .vertical-card .vertical-text{
        transform: rotate(0deg);
        margin-bottom: 0px;
    }

    .card.active .vertical-text {
        transform: rotate(0deg);
        margin-bottom: 15px;
    }

    .card.active .card-subtitle {
        display: block;
    }
}

/* ####### sustainability-section ######## */

.industries-wrapper {
    margin-top: -2px;
}

.sustainability-section {
  padding: 100px 0;
 
  color: #000000;
  position: relative;
}

.sustainability-content {
  padding-right: 3rem;
}

.sustainability-title {
  font-size: 3.5rem;
 
  color: #000000;
  margin-bottom: 2rem;
 
  line-height: 1.1;
}

.sustainability-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(43, 43, 43, 0.8);
  margin-bottom: 2rem;
  
}

.sustainability-cta {
  margin-top: 2rem;
}

.sustainability-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #000000;
    text-decoration: none;
    font-size: 1.1rem;
    border: 1px solid #141414;
    padding: 12px 24px;
    border-radius: 28px;
    transition: all 0.3s ease;
    background: transparent;
}

.sustainability-btn:hover {
  background: #000000;
  color: #ffffff;
}

.sustainability-btn svg {
  transition: transform 0.3s ease;
}



.sustainability-features {
  padding-left: 2rem;
}
.sustainability-features-grid{
  overflow: hidden;
}
.feature-cell{
   padding: 30px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border-right: 1px solid rgb(202, 202, 202);
  border-top: 1px solid rgb(202, 202, 202);

}

.feature-cell:nth-child(2), .feature-cell:nth-child(5) {
  border-right: none;
}
 

.sustainability-feature {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.sustainability-feature:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(16, 185, 129, 0.3);
  transform: translateY(-2px);
}

.feature-icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(16, 185, 129, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #10b981;
}

.feature-content {
  flex: 1;
}

.feature-title {
  font-size: 16px;
 
  /* background: linear-gradient(225deg, #1a1a3e 0%, #2d1b69 25%, #4a1a5e 50%, #6a1848 75%, #ec1c24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  color: rgb(96, 96, 96);
  margin-bottom: 15px;
  line-height: 1.4;
  
}

.feature-cell:nth-child(2), .feature-cell:nth-child(5) {
    border-right: none;
}
.feature-cell {
    padding: 30px;
    transition: background-color 0.3s 
ease, transform 0.2s 
ease;
    border-right: 1px solid rgb(202, 202, 202);
    border-top: 1px solid rgb(202, 202, 202);
}

/* Initial states for GSAP animations */


/* Responsive Design for Sustainability Section */
@media (max-width: 992px) {
  .sustainability-content {
    padding-right: 0;
    margin-bottom: 3rem;
    text-align: center;
  }
  
  .sustainability-features {
    padding-left: 0;
  }
  
  .sustainability-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .sustainability-section {
    padding: 80px 0;
  }
  
  .sustainability-title {
    font-size: 2.2rem;
  }
  
  .sustainability-feature {
    padding: 1.2rem;
  }
  
  .feature-icon-wrapper {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 576px) {
  .sustainability-title {
    font-size: 1.8rem;
  }
  
  .sustainability-feature {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .feature-icon-wrapper {
    align-self: center;
  }
}



/* ############# program page  ################ */

.banner2-wrapper .col-md-6 .wrapper{
  max-width: 380px;
}
.banner2-wrapper .col-md-6 .wrapper h1{
  text-transform: capitalize;
}
.new-banner .wrapper .highlight-word {
    color: #ff3752;
}
.banner2-wrapper .col-md-6 .wrapper .btn{
  min-width: 170px;
  margin-top: 15px 
}
.banner2-wrapper .col-md-6 .wrapper .button-wrapper  .btn{
  min-width: 170px;
  margin-top: 0 !important;
}
.banner2-wrapper .col-md-6 .wrapper .page-price{
  font-size: 25px;
  font-weight: 700;
}

.banner2-wrapper .col-md-6 .wrapper .page-month{
  font-size: 12px;
  font-weight: 400;
}
.banner2-wrapper .col-md-6 .wrapper .button-wrapper{
  margin-top: 15px;
}
.banner2-wrapper .col-md-6 .wrapper .first-btn{
  margin-top: 40px;
}

.how-learn .wrapper{
/* border: 1px solid rgb(207, 207, 207); */ 
    padding: 20px;
    /* margin: 25px; */
    border-radius: 15px;
    background: linear-gradient(90deg, #fef7f7, transparent);
    position: relative;
    height: 100%;
    padding-bottom: 120px;
}
.shap{
  position: absolute;
  display: block;
}
.new-banner   .main-img{
  border-radius: 0 70px 0 70px;
  overflow: hidden;
}
.shap-2{
  width: 200px;
  right: -50px;
  top: -50px;
  z-index: -1;
  animation: upAndDown 10s infinite linear;
}
@keyframes upAndDown {
  0%, 100% {
    top: -30px;
  }
  50% {
    top: 70px;
  }
}
.shap-1{
  width: 100px;
  left: -30px;
  bottom:  -20px;
}



.new-banner .wrapper .explore-btn {
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    width: 50%;
    font-size: 18px;
    padding: 12px 0;
}


.how-learn .wrapper .price .price-val{
  font-size: 30px;
 font-weight: 800;
 color: #2b2b2b;
}
.how-learn .wrapper .price .price-val span{
font-size:15px ;
}
.how-learn .wrapper h3{
  font-weight: 700;
  font-size: 40px;
  color: #ff4350;
  margin-bottom: 10px;
}
.how-learn .about-item {
  margin-block: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.how-learn .about-item i {
  color: #ff3752;
  font-size: 20px;

}

.how-learn .wrapper .price{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  padding: 20px 10px;
  margin: 0 15px;
  border-top: 1px solid rgb(221, 221, 221);
}


.about-contact{
  background: #540885;
  border-radius: 15px;
  color: white;
  
}
.about-contact a{
  color: white;
  font-weight: 600;
  font-size: 16px;
}
.about-contact a i{
  margin-right: 5px;
}
.about-contact a:hover{
  color: #ff4350;
}
.about-contact img{
  max-width: 200px;
}

/* footer-form */
.program-bottom .wrapper h2 {
  background: transparent linear-gradient(89deg, #ff4350 0%, #520986 100%) 0% 0%
    no-repeat padding-box;
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
 
  font-weight: 800;
}

#survey_submit_form .btn {
    max-width: 200px;

    background: #8B5A96;
    border: none;
    color: white;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s 
ease;
    width: 100%;
    margin-top: 1rem;

}

@media (max-width: 992px) {
 
}

@media (max-width: 768px) {
  .new-banner{
    padding-top: 0px;
    padding-bottom: 30px;
    
  }
  .logo-wrapper{
margin: 20px auto;
max-width: 150px;
  }
  .new-banner .col-md-6{
padding: 0 !important;
  }
  .new-banner .col-md-6 .wrapper{
    padding:  15px !important;
 
    max-width: 100% !important;
  }
  .new-banner .wrapper{
    padding-top: 30px;
  }
  .banner2-wrapper .img-wrapper {
    margin-top: 25px;
  }
  .banner1-wrapper .content-wrapper.contact{
    min-height: auto;
    padding: 30px 0;
  }
  .social-sticky-wrapper .mobil {
    display: block;
  }
  .journey-main-wrapper .owl-carousel::after {
    display: none;
  }
  .landing-form {
    width: 100%;
  }
  .program-detail .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .program-detail .wrapper .month {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .program-detail .wrapper .month span:first-child {
    margin-left: 20px;
  }
  .program-detail {
    padding: 15px 10px;
  }
  .program-detail .wrapper .month,
  .program-detail .wrapper .content {
    margin-right: 0px;
  }

  .prerequisites{
    padding: 15px;
  }
  .mt-even {
    margin-top: 0px;
  }
  .journey-box .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .social-sticky-wrapper .desktop {
    display: none;
  }
  .show-hide .more-link-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-x: scroll;
    background-color: white;
  }
  .more-link-wrapper ul li {
    background: #f9f9f9;
    padding: 5px 0px;
    border: 1px solid #c9c9c9;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 32px;
  }
  .more-link-wrapper ul li {
    background: #f9f9f9;
    padding: 5px 0px;
    border: 1px solid #c9c9c9;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 32px;
  }
  .more-link-wrapper ul li.active {
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-bottom: 2px solid #ff4350;
  }
  .ant-collapse-header-text {
    font-size: 22px;
    padding-right: 32px;
    font-weight: 400;
  }
  .ant-collapse-header .ant-collapse-expand-icon svg {
    font-size: 22px;
  }
  .ant-collapse-item {
    padding: 0 5px;
    margin: 10px 0;
  }
  .thankyou h1 {
    font-size: 35px;
  }
  .all-blog-wrapper .wrapper {
    padding: 10px;
  }

  .blog-detail-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .latest-blog {
    flex-direction: column;
  }
  .latest-blog .text {
    width: 100%;
  }
  .latest-blog .img-wrapper {
    width: 100%;
  }
  .accordion-item {
    padding: 0px 0px;
    border: 2px solid grey !important;
    border-radius: 33px;
    margin: 10px 0;
    overflow: hidden;
  }
  .program-bottom .wrapper {
    padding: 0 0px;
    border-left: none;
}
.program-bottom .wrapper h2{
  line-height: 1.1;
}
.new-banner .main-img{
  border-radius: 0;
}
.shap{
  display: none;
}
.transform-section .card {
  max-width: 25%;
}
}
@media (max-width: 575px) {
  .about-contact img{
    margin: 0 auto;
  }
  .about-contact{
    text-align: center;
  }
  .transform-section .card {
    max-width: 50%;
  }
  .about-wrapper-borderd{
   
    border-radius: 10px;
   
    padding: 10px ;
  }
}
@media (max-width: 420px) {
  .about-contact img{
    margin: 0 auto;
  }
  .how-learn .wrapper{
    padding: 15px;
    padding-bottom: 100px;
    margin: 0;
  }
  .content-wrapper .btn {
    width: 100% !important;
  }
  .social-sticky-wrapper span,
  .social-sticky-wrapper a {
    font-size: 20px;
  }
  .thankyou h1 {
    font-size: 25px;
  }
  .blog-detail-wrapper h1{
    font-size: 25px;
    
  }
  .blog-detail-wrapper h2 {
    font-size: 19px;
    padding-top: 25px;
    font-weight: 700;
}
}


/* ===== Hands-on Education Section (Sticky Image + Scrollable Content) ===== */

.hands-on-education-section {
  padding: 0 !important;
  overflow: hidden;
}

.hands-on-education-section .container-fluid {
  max-width: 100%;
}

.sticky-image-wrapper {
  position: relative;
  height: auto;
}

.sticky-image {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.sticky-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.scrollable-content-wrapper {
  background-color: #1a1a1a;
  color: #fff;
  min-height: auto;
  overflow: visible;
}

.scrollable-content-wrapper .content-header {
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.scrollable-content-wrapper h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.scrollable-content-wrapper .content-header p {
  color: #ccc;
  line-height: 1.6;
  font-size: 1rem;
}

/* Faculty Section */
.faculty-section {
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faculty-section .section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.faculty-section .icon-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #7dd3c0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.faculty-section .icon-circle i {
  color: #7dd3c0;
  font-size: 1.5rem;
}

.faculty-section .badge {
  background: transparent;
  border: 1px solid #7dd3c0;
  color: #7dd3c0;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.faculty-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.faculty-section h3 span {
  color: #7dd3c0;
  display: block;
}

.faculty-section > p {
  color: #aaa;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.learn-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}

.learn-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  color: #ccc;
  line-height: 1.6;
}

.learn-list .number {
  background: #7dd3c0;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  flex-shrink: 0;
}

.learn-list strong {
  color: #fff;
}

/* Curriculum Section */
.curriculum-section {
  padding: 2rem 0;
}

.curriculum-section .section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.curriculum-section .icon-circle {
  width: 50px;
  height: 50px;
  border: 2px solid #e6d96d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.curriculum-section .icon-circle i {
  color: #e6d96d;
  font-size: 1.5rem;
}

.curriculum-section .badge {
  background: transparent;
  border: 1px solid #e6d96d;
  color: #e6d96d;
  padding: 0.4rem 0.8rem;
  font-size: 0.75rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.curriculum-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
}

.curriculum-section h3 span {
  color: #e6d96d;
  display: block;
}

.curriculum-section > p {
  color: #aaa;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.curriculum-section .learn-list .number {
  background: #e6d96d;
  color: #000;
}

/* Responsive Design */
@media (max-width: 991px) {
  .sticky-image-wrapper {
    display: none;
  }

  .scrollable-content-wrapper {
    background: linear-gradient(135deg, #7dd3c0 0%, #e6d96d 50%, #f4a460 100%);
    color: #000;
    padding: 3rem 2rem !important;
  }

  .scrollable-content-wrapper h2 {
    color: #fff;
  }

  .scrollable-content-wrapper h2 span {
    color: #000;
  }

  .scrollable-content-wrapper .content-header p {
    color: rgba(255, 255, 255, 0.8);
  }

  .faculty-section,
  .curriculum-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .learn-list li {
    color: rgba(255, 255, 255, 0.9);
  }

  .faculty-section .badge,
  .curriculum-section .badge {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
  }

  .faculty-section h3,
  .curriculum-section h3 {
    color: #fff;
  }
}

@media (max-width: 768px) {
  .scrollable-content-wrapper {
    padding: 2rem 1.5rem !important;
  }

  .scrollable-content-wrapper h2 {
    font-size: 1.5rem;
  }

  .faculty-section h3,
  .curriculum-section h3 {
    font-size: 1.2rem;
  }

  .faculty-section .section-header,
  .curriculum-section .section-header {
    margin-bottom: 1.5rem;
  }

  .faculty-section .icon-circle,
  .curriculum-section .icon-circle {
    width: 40px;
    height: 40px;
   
  }
}

/* Workshops Section */
.workshops-business-section {
  background-color: #f8f9fa;
}

.workshops-business-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}

.filters-section {
  border-top: 1px solid #e0e0e0;
   border-bottom: 1px solid #e0e0e0;
  padding: 2rem 0;
  margin-top: 50px;
}

.filters-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px;
}

.filters-buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.filter-btn {
  padding: 0.5rem 1.25rem;
  border: 2px solid #ddd;
  background-color: white;
  color: #666;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.filter-btn.active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}

.workshops-grid {
  margin-top: 2rem;
}

.col-lg-3 {
  transition: all 0.3s ease;
  opacity: 1;
}

.col-lg-3:hidden {
  display: none !important;
}

.workshop-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.workshop-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.workshop-image {
  position: relative;
  overflow: hidden;
  height: 200px;
  width: 100%;
}

.workshop-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.workshop-card:hover .workshop-image img {
  transform: scale(1.05);
}

.workshop-category {
 
   
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  z-index: 1;
}



.workshop-info {
  padding: 1rem;
  padding-top: 10px;
  color: black;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.workshop-title {
    
         font-size: calc(15px + 0.7vw);
    font-weight: 500;
    color: #333;
    margin: 1rem 0;

}

.workshop-date {
  color: #666;

  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}

.workshop-date i {
  color: #520c87;
}

@media (max-width: 768px) {
  .workshops-business-section .section-title {
    font-size: 1.8rem;
  }

  .filters-buttons-group {
    gap: 0.75rem;
  }

  .filter-btn {
    padding: 0.4rem 1rem;
    font-size: 0.85rem;
  }

  .workshop-image {
    height: 200px;
  }

  .workshop-card {
    margin-bottom: 1rem;
  }
}


.reach-wrapper .content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  min-height: 200px;
  background: url("../images/reach-to-unreach.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.reach-wrapper .content h2 {
  text-transform: uppercase;
  font-size: calc(20px + 2.5vw);
  color: #ffffff;
  margin-bottom: 20px;
  z-index: 11;
}
.reach-wrapper .content .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; 
}
.reach-wrapper .content .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}



.demo-page-wrapper {
    padding: 50px 0;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-page-wrapper .demo-item {
    max-width: 800px;
    min-width: 200px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.347);
}


.banner-bottom-section .img-wrapper figure {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner-bottom-section .img-wrapper figure::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  padding: 4px;
  background: linear-gradient(45deg, #ff3752, #7500cb);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.banner-bottom-section .img-wrapper figure .space {
  width: 100%;
  min-width: 150px;
  height: 100%;
  padding: 10px;
  background-color: #f4f4f4;
  transition: 0.5s ease-in-out;
}
.banner-bottom-section .img-wrapper figure:hover .space {
  padding: 0;
}
.banner-bottom-section .img-wrapper figure img {
  /* width: calc(100% -5px); */
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-bottom-section .wrapper {
  cursor: pointer;
}

.banner-bottom-section .toggle-content-wrapper {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 10;
  display: none;
  width: 100% !important;
  height: auto;
  padding: 20px;
}
.banner-bottom-section .wrapper h3{
    margin: 15px auto;
}

@media (max-width: 992px) {
  .journey-main-wrapper .owl-carousel::after {
    top: 43%;
  }
  .transform-section .card {
    max-width: 18%;
  }
}

@media (max-width: 768px) {
  .new-banner{
    padding-top: 0px;
    padding-bottom: 30px;
    
  }
  .logo-wrapper{
margin: 20px auto;
max-width: 150px;
  }
  .new-banner .col-md-6{
padding: 0 !important;
  }
  .new-banner .col-md-6 .wrapper{
    padding:  15px !important;
  }
  .new-banner .wrapper{
    padding-top: 30px;
  }
  .banner2-wrapper .img-wrapper {
    margin-top: 25px;
  }
  .banner1-wrapper .content-wrapper.contact{
    min-height: auto;
    padding: 30px 0;
  }
  .social-sticky-wrapper .mobil {
    display: block;
  }
  .journey-main-wrapper .owl-carousel::after {
    display: none;
  }
  .landing-form {
    width: 100%;
  }
  .program-detail .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .programmes-slider-wrapper .slick-dots{
    bottom: -50px;
  }
  .program-detail .wrapper .month {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .program-detail .wrapper .month span:first-child {
    margin-left: 20px;
  }
  .program-detail {
    padding: 15px 10px;
  }
  .program-detail .wrapper .month,
  .program-detail .wrapper .content {
    margin-right: 0px;
  }

  .prerequisites{
    padding: 15px;
  }
  .mt-even {
    margin-top: 0px;
  }
  .journey-box .wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .social-sticky-wrapper .desktop {
    display: none;
  }
  .show-hide .more-link-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    overflow-x: scroll;
    background-color: white;
  }
  .more-link-wrapper ul li {
    background: #f9f9f9;
    padding: 5px 0px;
    border: 1px solid #c9c9c9;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 32px;
  }
  .more-link-wrapper ul li {
    background: #f9f9f9;
    padding: 5px 0px;
    border: 1px solid #c9c9c9;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 32px;
  }
  .more-link-wrapper ul li.active {
    border-right: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    border-bottom: 2px solid #ff4350;
  }
  .ant-collapse-header-text {
    font-size: 22px;
    padding-right: 32px;
    font-weight: 400;
  }
  .ant-collapse-header .ant-collapse-expand-icon svg {
    font-size: 22px;
  }
  .ant-collapse-item {
    padding: 0 5px;
    margin: 10px 0;
  }
  .thankyou h1 {
    font-size: 35px;
  }
  .all-blog-wrapper .wrapper {
    padding: 10px;
  }

  .blog-detail-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
  .latest-blog {
    flex-direction: column;
  }
  .latest-blog .text {
    width: 100%;
  }
  .latest-blog .img-wrapper {
    width: 100%;
  }
  .accordion-item {
    padding: 0px 0px;
    border: 2px solid grey !important;
    border-radius: 33px;
    margin: 10px 0;
    overflow: hidden;
  }
  .program-bottom .wrapper {
    padding: 0 0px;
    border-left: none;
}
.program-bottom .wrapper h2{
  line-height: 1.1;
}
.new-banner .main-img{
  border-radius: 0;
}
.shap{
  display: none;
}
.transform-section .card {
  max-width: 25%;
}
}
@media (max-width: 575px) {
  .programs-tab .section-title{
padding-bottom: 0;
}
  .about-contact img{
    margin: 0 auto;
  }
  .about-contact{
    text-align: center;
  }
  .transform-section .card {
    max-width: 50%;
  }
  .about-wrapper-borderd{
   
    border-radius: 10px;
   
    padding: 10px ;
  }
}
@media (max-width: 420px) {
  .career-hero-section .hero-content h1 .divider {
  display: none;
  
}

.demo-page-wrapper .demo-item {
    padding: 20px;
}
.career-hero-section .hero-content h1{
  flex-direction: column;
 
}
.career-hero-section .hero-content h1 .sub-title{
  margin-top: 20px;
}
  .about-contact img{
    margin: 0 auto;
  }
  .how-learn .wrapper{
    padding: 15px;
    padding-bottom: 100px;
    margin: 0;
  }
  .content-wrapper .btn {
    width: 100% !important;
  }
  .social-sticky-wrapper span,
  .social-sticky-wrapper a {
    font-size: 20px;
  }
  .thankyou h1 {
    font-size: 25px;
  }
  .blog-detail-wrapper h1{
    font-size: 25px;
    
  }
  .blog-detail-wrapper h2 {
    font-size: 19px;
    padding-top: 25px;
    font-weight: 700;
}
}
