/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 01 2025 | 11:41:21 */
.site-branding{
        width: 30%;
}
.table-container {
  width: 100%;
  overflow-x: auto;   /* Horizontal scroll enable */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling for mobile */
}

.wp-block-table table {
  min-width: 600px; /* Table ke liye minimum width */
  border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.wp-block-table th {
  background: #f3f3f3;
}


.hero {
    position: relative;
    height: 70vh;
    /* color: #fff; */
    /* display: flex
; */
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
    overflow: hidden;
		background: linear-gradient(to right, #fffaf0, #fff0d6);
}

.usm-widget {
	display: none;}
.heading-container {
  text-align: center;
  position: relative;
}

div#sfsi_floater {
    left: 0 !important;
}

.heading-container h2 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  display: inline-block;
}

.heading-container .underline {
  width: 120px;
  height: 8px;
  background-color: #00b6a1;
  margin: 0 auto;
  border-radius: 50%/50%;
  transform: scaleX(0);
  animation: draw-underline 1.2s ease forwards;
}

@keyframes draw-underline {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 600px) {
  .heading-container h2 {
    font-size: 28px;
  }

  .heading-container .underline {
    width: 80px;
  }
}

.program-insights iframe {
    border: 0;
    width: 100%;
    height: 350px;
}

    .hero {
      position: relative;
      text-align: center;
  padding: 60px 20px; 
      overflow: hidden;
    }

    .hero h1 {
      font-size: 3em;
      margin-bottom: 20px;
    }

    .hero-text p {
      font-size: 18px;
      max-width: 600px;
      margin: auto;
      color: #444040;
    }

    .intro-heading {
      font-size: 16px;
      color: #ffa300;
      margin-bottom: 10px;
    }

    .typing-container {
      margin-top: 10px;
      font-size: 1.4em;
      font-weight: bold;
      color: #000;
      height: 30px;
    }

    .button-container {
      margin-top: 30px;
    }

    .hero-button {
         padding: 15px 32px;
    font-size: 20px;
      background: #ff7043;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .hero-button:hover {
      background: #ff5722;
    }

    /* Floating tags */
    .floating-tags .tag {
      position: absolute;
      color: white;
      padding: 8px 16px;
      border-radius: 10px;
      font-size: 14px;
      font-weight: 500;
      transform: scale(0);
      opacity: 0;
      transition: transform 0.4s ease, opacity 0.4s ease;
      pointer-events: none;
    }

    .hero:hover .floating-tags .tag {
      transform: scale(1);
      opacity: 1;
      pointer-events: auto;
    }

    .tag.purple { background: #a259ff;
    top: 36%;
    left: 7%;
    transform: rotate(8deg) !important;
}
    .tag.yellow {     background: #ffb400;
    top: 22%;
    right: 0%;
    transform: rotate(-14deg) !important; }
        .tag.green { background: green;
    top: 52%;
    left: 6%;
    transform: rotate(6deg) !important; }
        .tag.orange {background: #ff7043;
    top: 40%;
    right: 0%;
    transform: rotate(-13deg) !important; }
    .tag.red    { background: #ff4c4c;
    bottom: 20%;
    left: 5%;
    transform: rotate(6deg) !important; }    
    .tag.blue   { background: #1e90ff;
    bottom: 30%;
    right: 0%;
    transform: rotate(-14deg) !important;
}


    .floating-tags .tag:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
        
        .floating-tags .tag {
  position: absolute;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transform: translate(0, 0) scale(0);
  transition: transform 0.5s ease, opacity 0.5s ease;
  pointer-events: none;
}

/* On hover, animate outward from center */
.hero:hover .floating-tags .tag.purple {
  transform: translate(-150px, -100px) scale(1);
  opacity: 1;
}

.hero:hover .floating-tags .tag.yellow {
  transform: translate(120px, -80px) scale(1);
  opacity: 1;
}

.hero:hover .floating-tags .tag.green {
  transform: translate(-130px, 50px) scale(1);
  opacity: 1;
}

.hero:hover .floating-tags .tag.orange {
  transform: translate(130px, 60px) scale(1);
  opacity: 1;
}

.hero:hover .floating-tags .tag.red {
  transform: translate(-100px, 130px) scale(1);
  opacity: 1;
}

.hero:hover .floating-tags .tag.blue {
  transform: translate(120px, 120px) scale(1);
  opacity: 1;
}
.video-container {
  display: grid;
  gap: 10px;
  padding: 0px;
	grid-template-columns: repeat(6, 1fr);
}

.resources-page .video-container {
  display: grid;
  gap: 10px;
  padding: 0px;
	grid-template-columns: repeat(4, 1fr);
}

.video-section {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}





    @media (max-width: 768px) {
      .hero h1 {
        font-size: 2em;
      }

      .tag {
        font-size: 12px;
        padding: 6px 12px;
      }
  


 .hero {
      padding: 20px 0;
	 border-radius: 0;
	     height: auto;
    }

  }
.sfsiplus_footerLnk {
    display: none;
}
/*     .intro-heading {
      display: inline-block;
      background-color: #ffffff;
      padding: 6px 14px;
      border-radius: 30px;
      font-size: 14px;
      font-weight: 500;
      color: #ff9f00;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      margin-bottom: 20px;
    }
 */
    .hero-text h1 {
      font-weight: bold;
  font-size: 52px;
      color: #1e1e1e;
      margin: 0 0 10px;
        background: linear-gradient(to right, #000000, #FF9800, #F57C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    }


    .hero-text p {
      color: #000;
    }

    .typing {
      font-size: 28px;
      font-weight: 700;
      color: #000;
      min-height: 40px;
      white-space: nowrap;
      overflow: hidden;
      display: inline-flex;
      align-items: center;
    }

    .cursor {
      display: inline-block;
      width: 2px;
      height: 32px;
      margin-left: 2px;
      background-color: #3b49df;
      animation: blink 0.7s step-end infinite;
    }

    @keyframes blink {
      50% { opacity: 0; }
    }

/*     .hero-button {
      background-color: #ffa305;
      color: white;
      font-weight: 600;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      font-size: 16px;
      margin-top: 20px;
    }

    .hero-button span {
      color: #383838;
      font-weight: 700;
    } */

.hero-button {
 padding: 15px 32px;
    font-size: 22px;
  font-weight: bold;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF6D00, #FF9800); /* Same gradient */
  color: white;
  box-shadow: 0 0 20px rgba(255, 140, 0, 0.5);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.site-header {
    border-bottom: 1px solid #ffa20033;
    background: linear-gradient(to right, #fffaf0, #fff0d6);
}
.hero-button span {
  font-weight: 700;
}

/* Hover: same background & text */
.hero-button:hover {
  background: linear-gradient(135deg, #FF6D00, #FF9800); /* Keep same */
  color: white;
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(255, 140, 0, 0.8);
}





    @media (max-width: 768px) {
      .hero {
        flex-direction: column;
        text-align: center;
      }
    }



    .course-section {
      text-align: center;
      position: relative;
    }

    .label-top {
      font-size: 16px;
      color: #3b49df;
      margin-bottom: 10px;
      animation: bounce 1.5s infinite;
      font-weight: 500;
    }

    @keyframes bounce {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

.explore-tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #ffa200;
  transform: translateY(50%) rotate(45deg);
  z-index: -1;
}

.explore-tag {
  display: inline-block;
  background-color: #ffa200;
  color: white;
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  animation: bounce 1.5s infinite; 
    display: inline-block;
      background-color: #ffa200;
      color: white;
      padding: 6px 16px;
      border-radius: 24px;
      font-size: 14px;
      position: relative;
      font-weight: 500;
      margin-bottom: 10px;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.explore-tag2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #ffa200;
  transform: translateY(50%) rotate(45deg);
  z-index: -1;
}

.explore-tag2 {
  display: inline-block;
  background-color: #ffa200;
  color: white;
  padding: 6px 16px;
  border-radius: 24px;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  margin-bottom: 10px;
  animation: bounce 1.5s infinite; 
    display: inline-block;
      background-color: #ffa200;
      color: white;
      padding: 6px 16px;
      border-radius: 24px;
      font-size: 14px;
      position: relative;
      font-weight: 500;
      margin-bottom: 10px;
}


    .main-heading {
      font-size: 36px;
      font-weight: 600;
      color: #333;
      margin: 0 0 8px;
      font-family: 'Georgia', serif;
    }

.carved-underline {
  width: 100px;
  height: 20px;
  background-color: #ffa100; 
  margin: 0 auto;
  margin-top: 4px;

  clip-path: ellipse(50% 10% at 50% 100%);
}







.pt-20{
    padding-top:20px;
}
.pb-20{
    padding-bottom:20px;
}

       .bg-color {
    background: #f9f8fd;
           text-align:center;
}


.company-banner {
  position: relative;
  overflow: hidden;
}

.company-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #ffd76d, #ffb03c);
    opacity: 0.2;
    z-index: 1;
    z-index: 99;;
}

.test a{
    text-decoration:none;
}

/*   .course-card {
     background: #fff;
    border-radius: 15px;
     box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); 
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 100%;
    margin: 10px
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgb(107 101 73 / 20%);
} */

.course-card {
  background: radial-gradient(
    circle at top left,
    #FFF200 0%,     /* Bright Yellow */
    #FFD700 30%,    /* Golden Yellow */
    #FFA500 60%,    /* Orange */
    #FF8C00 100%    /* Deep Orange */
  );
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 100%;
  margin: 10px;
	height:380px;
  color: #1a1a1a;
  /*box-shadow: 0 10px 30px rgba(255, 165, 0, 0.3);  Warm glowing shadow */
  position: relative;
  text-align: center;
}

.course-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgb(151 151 151 / 23%); /* Brighter on hover */
}


.course-banner {
  width: 100%;
  display: block;
}

.course-info {
  padding: 14px 1px 50px;
  text-align: center;
/*   background: linear-gradient(to right, #fffbe6, #fff8dc); */
  border-top: 2px dashed #ffa500;
}

.course-info h2 {
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
}

.course-info h3 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 8px;
}

.course-info p {
  font-size: 1rem;
  color: #fff;
  font-style: italic;
  margin: 0;
}

/* .enroll-btn-on-image {
  position: absolute;
    bottom: 20px;
    right: 0;
    left:0;
    text-align:center;
    margin:0 auto;
    z-index: 2;
}

.enroll-button {
  background: #ff9900;
  color: white;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
 */
.enroll-btn-on-image {
  position: absolute;
  bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.enroll-button {
  background: linear-gradient(to right, #FFD700, #FF8C00);
  color: white;
  padding: 8px 16px;
  font-weight: bold;
    border:1px solid;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(255, 140, 0, 0.4);
  transition: all 0.3s ease;
}

.enroll-button:hover {
  background: linear-gradient(to right, #FFF200, #FF8C00);
  box-shadow: 0 6px 18px rgba(255, 140, 0, 0.6);
}



.youtube-stats {
  background: linear-gradient(
    to right,
    #FFB100,  /* Golden yellow-orange */
    #ff7100    /* Vibrant reddish orange */
  );
  animation: blinkBg 3s infinite ease-in-out;
  padding: 50px 20px 50px;
  text-align: center;
  color: white;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

@keyframes blinkBg {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.05);  /* Subtle blink effect */
  }
}



.youtube-stats h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 60px;
    color:#000;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.youtube-stats::before,
.youtube-stats::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200px;
  left: -50%;
  border-radius: 50%;
  z-index: 0;
}

.youtube-stats::before {
  bottom: -90px;
  background: rgba(255, 193, 7, 0.3); /* lighter orange */
}

.youtube-stats::after {
  bottom: -140px;
  background: rgba(255, 255, 255, 0.15); /* white-glow like */
}



.bg-org.course-card{
    background: linear-gradient(100deg, #fb6f02, #fc4a07);
}
.bg-org.course-card img.course-banner {
    height: 300px;
    object-fit: contain;
}

  .youtube-stats::before,
  .youtube-stats::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 200px;
    left: -50%;
    border-radius: 50%;
    z-index: 0;
  }

  .youtube-stats::before {
    bottom: -100px;
    background: rgba(255, 255, 255, 0.1);
  }

  .youtube-stats::after {
    bottom: -160px;
    background: rgba(255, 255, 255, 0.05);
  }

  .stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    z-index: 2;
      padding-bottom:30px;
  }

  .stat {
    background: transparent;
    border-radius: 20px;
    padding: 25px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    width: 280px;
    display: flex;
          border: 1px solid #000;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .stat:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
  }

  .stat img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .stat-number {
    font-size: 2rem;
    font-weight: 800;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
  }

  .stat-number::after {
    content: "+";
    font-weight: bold;
    margin-left: 2px;
  }

  .stat-label {
    font-size: 1rem;
    color: #000;
  }




/* .top-box {
    background: linear-gradient(to bottom right, #fffbc0, #ffe40b);
} */


.custom-logo {
    max-width: 60%;
    height: auto;
    width: 99%;
    padding: 5px 0;
}



.video-section {
    /* margin: 40px 0; */
    text-align: center;
/*     background: #fffbbd; */
    border: 1px solid #ddd;
    border-radius: 18px;
}

.video-heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #222;
	padding:0 20px;
}
.video-section  iframe {
    border-radius: 10px 10px 0 0;
}
.sub-highlight {
  font-weight: 500;
  font-size: 1rem;
  color: #ff5722; 
}
.button-box{
    text-align:center;
}


.see-more-btn {
    display: inline-block;
    margin: 20px 0 30px 0;
    padding: 16px 36px;
    background: linear-gradient(135deg, #fecd1a, #ff7a00);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.see-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.see-more-btn i {
  margin-right: 8px;
}



.footer-logo img {
  height: 50px;
  margin-bottom: 20px;
}

.footer-item {
  border-bottom: 1px solid #444;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-item i {
  margin-right: 10px;
  color: #fecd1a;
  min-width: 20px;
  margin-top: 4px;
}

.footer-item a {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

.footer-item a:hover {
  text-decoration: underline;
}



.footer-social {
  text-align: left;
  padding: 20px 0;
}

.follow-text {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 15px;
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 20px;
  color: #ffffff; 
  background-color: #333; 
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none;
}

.social-icons a:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.social-icons a[aria-label="YouTube"] {
  background-color: #FF0000;
}

.social-icons a[aria-label="Instagram"] {
  background-color: #E4405F;
}

.social-icons a[aria-label="LinkedIn"] {
  background-color: #0077B5;
}






.app-box {
 position: relative;
    padding: 60px 20px;

}

.app-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    #FFB100,  /* Golden yellow-orange */
    #ff7100    /* Vibrant reddish orange */
  );
  z-index: 1;
}

.app-box > * {
  position: relative;
  z-index: 2;
}



.download-title {
     font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: serif;
    color: #000;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.store-buttons a img {
  height: 70px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.store-buttons a img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.certificate-section {
      background-color: #ffffff;
      padding: 60px 20px;
      text-align: center;
    }






    .certificate-container h1 {
      font-size: 40px;
      font-weight: 700;
      background: linear-gradient(13deg, rgb(8 8 8) 25%, rgb(252, 116, 2) 48%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      font-family: 'Georgia', serif;
    }

    .certificate-container .subheading {
      margin-top: 8px;
      font-size: 14px;
      color: #555;
      letter-spacing: 1px;
      text-transform: uppercase;
    }

   .certificate-box {
  margin-top: 40px;
  display: inline-block;
  padding: 60px 0;
  border-radius: 16px;
  background-color: #fff;
 box-shadow: 0 4px 26px rgb(255 135 4);
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 800px;
  perspective: 1000px; /* Enables 3D transform effect */
}

/* .certificate-image {
  width: 80%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
  transform-style: preserve-3d;
} */

.certificate-box:hover .certificate-image {
  transform: rotateY(8deg) rotateX(4deg) scale(1.02);
}


    .certificate-image {
      max-width: 80%;
      height: auto;
      border-radius: 8px;
    }

.site-header {
    border-bottom: 1px solid #ffa20033;
}



.program-insights {
/*   background: radial-gradient(circle,
    #FFF200 0%,
    #FFD700 40%,
    #FFA500 70%,
    #FF8C00 100%
  ); */
  text-align: center;
  padding: 0px;
  color: #000;
}

.insights-title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 12px;
	 background: linear-gradient(to right, #000000, #FF9800, #F57C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.insights-subtext {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 30px;
  opacity: 0.9;
}
.insights-video-box {background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	 background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width:100%;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    border-radius: 12px;
}
.insights-video-box iframe {
  width: 100%;
/*   max-width: 800px;
  height: 450px; */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.primary-menu ul ul {
  
    background: #fea107;
    min-width: 290px;
    color: #fff;
}

.primary-menu ul.sub-menu li a:hover {
  background-color: #ff9900; 
  color: #fff !important; 
  transition: background-color 0.3s ease;
}
li#menu-item-28 {
    background: #ffe30b47;
    border-radius: 10px;
}
.menu-item i._mi {
    color: #fa8a00;
}
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 0.7em;
  margin-left: 5px;
}



.login-gradient-btn {
  padding: 10px 40px;
  font-weight: 600;
  color: #fff;
  border: none;
	margin-left:10%;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6600, #ff9900); 
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  text-decoration: none;
}

.login-gradient-btn:hover {
  background: linear-gradient(135deg, #ff9900, #ff6600);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transform: translateY(-2px);
  text-decoration: none;
}



/* @media (max-width: 768px) {
  .primary-menu {
    display: none;
    flex-direction: column;
  }

  .primary-menu.show {
    display: flex;
  }
} */

@media (max-width: 768px) {
  .primary-menu {
    display: none;
    flex-direction: column;
    position: fixed; /* Fixed so it stays over entire screen */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff; /* or any background you prefer */
    padding: 20px;
    z-index: 9999;
    overflow-y: auto;
  }

  .primary-menu.show {
    display: flex;
  }

  .menu-close {
    align-self: flex-end;
    font-size: 24px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .menu-toggle {
    display: block;
    font-size: 28px;
    color: #000;
    cursor: pointer;
  }
}


.footer .footer-content {
    background: #0d1b2a;
    padding: 50px 0 0px;
    color: #fff;
}


  /* Hero Section */
    .jobs-hero {
      background: linear-gradient(135deg, #ff9800, #ff5722);
      padding: 50px 20px;
      text-align: center;
      color: white;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .jobs-hero h1 {
      font-size: 2.8rem;
      margin: 0;
      letter-spacing: 1px;
    }
    .jobs-hero p {
      font-size: 1.2rem;
      margin-top: 10px;
      opacity: 0.9;
    }

    /* Jobs Section */
    .jobs-section {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
		
    }


#pcp_wrapper-510 .sp-pcp-post  {
    background-color: #fff;
    height: 100%;
}

#pcp_wrapper-528.pcp-carousel-wrapper .sp-pcp-post {
    margin-top: 0;
    height: 180px;
}
    .job-card {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 15px rgba(0,0,0,0.08);
      text-align: center;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }
    .job-card::before {
      content: "";
      position: absolute;
      top: 0; left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(120deg, rgba(255,255,255,0.2), transparent);
      transition: all 0.5s;
    }
    .job-card:hover::before {
      left: 100%;
    }
    .job-card:hover {
      transform: translateY(-8px) scale(1.02);
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
    .job-card h3 {
      font-size: 1.4rem;
      color: #ff5722;
      margin: 10px 0;
    }
    .job-card p {
      font-size: 0.95rem;
      color: #555;
    }
    .tags {
      margin: 15px 0;
    }
    .tags span {
      background: #ffe0b2;
      padding: 6px 12px;
      border-radius: 15px;
      font-size: 0.8rem;
      margin: 3px;
      display: inline-block;
      color: #e65100;
      font-weight: 500;
    }
    .date {
      font-size: 0.85rem;
      color: #777;
      margin-top: 8px;
    }
    .apply-btn {
      display: inline-block;
      padding: 10px 18px;
      background: linear-gradient(135deg, #ff9800, #ff5722);
      color: white;
      border-radius: 5px;
      text-decoration: none;
      font-weight: 500;
      transition: background 0.3s ease;
    }
    .apply-btn:hover {
      background: linear-gradient(135deg, #ffb74d, #ff7043);
    }
 #pcp_wrapper-521 .pcp-readmore-link, #pcp_wrapper-519 .pcp-readmore-link, #pcp_wrapper-510 .pcp-readmore-link, #pcp_wrapper-523 .pcp-readmore-link, #pcp_wrapper-526 .pcp-readmore-link, #pcp_wrapper-528 .pcp-readmore-link, #pcp_wrapper-530 .pcp-readmore-link{
	 display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(90deg, #FFC107, #FF9800); 
  border: none;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pcp-readmore-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.pcp-wrapper-510 .sp-pcp-title a:hover, .pcp-wrapper-519 .sp-pcp-title a:hover, .pcp-wrapper-521 .sp-pcp-title a:hover, .pcp-wrapper-523 .sp-pcp-title a:hover, .pcp-wrapper-526 .sp-pcp-title a:hover, .pcp-wrapper-528 .sp-pcp-title a:hover, .pcp-wrapper-530 .sp-pcp-title a:hover {
    color: #ff9b01;
}

#menu-main-menu .current-menu-item a {
    color: #ff7100;
    position: relative;
    z-index: 99;
}
#menu-main-menu .current-menu-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 30px);
    background-color:transparent;
/*     clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 50% calc(100% - 24px), 0px 100%); */
    z-index: 0;
}




.post-title-box {
  background: linear-gradient(135deg, #ffcc00, #ff9900);
  padding: 20px 30px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
}

/* .post-content strong {
  color: #ff6600;
}
 
.post-content pre,
.post-content code {
  background-color: #f7f7f7;
  padding: 10px;
  display: block;
  border-radius: 6px;
  font-family: 'Courier New', monospace;
  overflow-x: auto;
  color: #d6336c;
}*/



.table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.table thead tr {
  background-color: #f7a100;
  color: white;
  text-align: left;
}


.table th, 
.table td {
  padding: 12px 18px;
  border: 1px solid #ddd;
}

.table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table tbody tr:hover {
  background-color: #ffe7c0;
}





.mentor-section {
  background: linear-gradient(to right, #fffaf0, #fff0d6);
  padding: 50px 20px 30px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.mentor-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.mentor-content {
  max-width: 800px;
  margin: auto;
}

.heading-highlight h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.gradient-text {
  background: linear-gradient(90deg, #ff9800, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.underline-bar {
  width: 100px;
  height: 5px;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  margin: 0 auto 20px;
  border-radius: 10px;
  animation: slideIn 1s ease-in-out;
}

@keyframes slideIn {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100px;
    opacity: 1;
  }
}

.mentor-content p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Optional background shapes */
.mentor-section::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle at center, #ffd89b 0%, #ffb476 100%);
  opacity: 0.3;
  border-radius: 50%;
  z-index: 0;
}

.mentor-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle at center, #ffb476 0%, #ff5722 100%);
  opacity: 0.2;
  border-radius: 50%;
  z-index: 0;
}






.mock-card {
  position: relative;
    border-radius: 16px;
    background: #fff7ea;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f9861966;
    text-align: center;
    padding: 40px 20px 20px;
	height:170px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mock-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    background: linear-gradient(135deg, #FBBF24, #F97316); 
}

.mock-card h3{
	font-size:20px;
}
.mock-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}
.mock-number {
    font-size: 20px;
}

.mock-card a {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-weight: bold;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    background: linear-gradient(135deg, #FBBF24, #F97316); 
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mock-card a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
.darkluplite-mode-switcher.bottom_right {
    bottom: 15px;
    right: 20px;
}
.darkluplite-dark-mode-enabled .darkluplite--link:hover {
    color: #ff7100 !important;
}

.darkluplite-dark-mode-enabled .current-menu-item .darkluplite--link:active {
    color: #ff7100 !important;
}

.darkluplite-square-switch.style8 {
    background: #fea403;
    border-radius: var(--darkluplite-btn-icon-height);
    cursor: pointer;
}
.video-card {
  display: flex;
  align-items: flex-start;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  gap: 15px;
}

.video-card:hover {
  transform: translateY(-5px);
}

.video-wrapper {
  flex: 1 1 50%;
  position: relative;
  padding-bottom: 28.125%; /* 16:9 aspect ratio but for half width */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-info {
  flex: 1 1 50%;
  padding: 12px;
}

.video-title {
  font-size: 1rem;
  font-weight: bold;
  color: #111;
  margin: 0 0 5px;
}

.video-subtitle {
  font-size: 0.85rem;
  color: #555;
  margin: 0;
}





	.heading-text {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  background: linear-gradient(to right, #fdb214, #ffa407); /* Attractive gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  /* Gradient text effect */
  padding: 8px 0;  /* Top and bottom padding */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  margin: 0;
}

.video-heading {
  max-height: 2.8em; /* 1.4em * 2 lines */
  overflow: hidden;
	padding:0 10px;
}

.heading-text,
.sub-highlight {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  margin: 0;
}

.heading-text {
  font-size: 16px;
  font-weight: bold;
}

.sub-highlight {
  font-size: 14px;
  color: #666;
}


#pcp_wrapper-526.pcp-carousel-wrapper .sp-pcp-post {
    margin-top: 0;
    height: 200px;
}



/* Light mode gradient text */
body:not(.dark-mode) h1 {
  background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(255, 152, 0), rgb(245, 124, 0)) !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Dark mode plain white text */
body.dark-mode h1 {
  background-image: none !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Paragraph color for visibility */
body:not(.dark-mode) p {
  color: #1a1a1a;
}
body.dark-mode p {
  color: #f1f1f1;
}


