/**
Theme Name: IMS Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ims-child
Template: ims
*/

.custom-contact-form h3 {
    font-size: 20px;
    margin-bottom: 25px;
    color: #060611;
    font-family: Inter;
    font-weight: 500;
    line-height: 110.00000000000001%;
    letter-spacing: -6%;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.form-group label {
   font-family: Inter;
font-weight: 500;
color: #4C4C73;
font-size: 13px;
line-height: 100%;
letter-spacing: 8%;
text-transform: uppercase;

}

.form-group input,
.form-group select {
    width: 100%;
    border-radius: 40px;
    border: none;
    background: #F6F6F6;
    outline: none;
    font-size: 14px;
    padding: 1em !important;
}

.form-group input:focus,
.form-group select:focus {
    background: #F6F6F6;
}

.full-width {
    width: 100%;
}

.form-submit {
    margin-top: 20px;
}

.form-submit input[type="submit"] {
    width: 100%;
    padding: 15px;
    border-radius: 30px;
    background: #0b0f2b;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.form-submit input[type="submit"]:hover {
    background: #1a1f4d;
}

.custom-contact-form p{
    margin-bottom: 0px;
}

.form-submit {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}


.testimonial-section {
    text-align: center;
}

.testimonial-item {
    max-width: 900px;
    margin: auto;
}

.stars {
    color: #f5a623;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stars span {
font-family: Inter;
font-weight: 500;
font-size: 20px;
color:#4C4C73;
line-height: 100%;
letter-spacing: -5%;
margin-left:0px;
}

.testimonial-item p {
font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 26px;
line-height: 140%;
letter-spacing: -6%;
text-align: center;
vertical-align: bottom;
margin: 20px 0;
color:#4C4C73;
}

.author {
font-family: Inter;
font-weight: 500;
font-size: 14px;
line-height: 100%;
letter-spacing: -5%;
text-transform: uppercase;
margin-bottom: 20px;
}

.avatars img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}


.prev { left: 20px; }
.next { right: 20px; }

.testimonial-item {
    display: none;
}

.testimonial-item.active {
    display: block;
}


.star {
    font-size: 30px !important;
    margin-right: 2px;
}

.star.full {
    color: #FFB700;
}

.star.half {
    color: #FFB700;
    opacity: 0.5; /* half look */
}

.star.empty {
    color: #ccc;
}


/* Button base */
.testimonial-section .prev,
.testimonial-section .next {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    padding: 0;
}

/* Position */
/* .testimonial-section .prev {
    left: -80px;
}

.testimonial-section .next {
    right: -80px;
} */

/* SVG styling */
.testimonial-section button svg {
    width: 20px;
    height: 20px;
}

/* Hover effect 🔥 */
.testimonial-section .prev:hover,
.testimonial-section .next:hover {
    background: #000;
    border-color: #000;
}

.testimonial-section .prev:hover svg path,
.testimonial-section .next:hover svg path {
    stroke: #fff;
}



/* header css */

.main-header .e-con-inner{
    border-radius: 40px;
    padding: 10px 20px;
    backdrop-filter: blur(4px);
    background:#FFFFFF1A;
}






/* course section start */


    .courses-section .courses-header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      gap: 40px;
      margin-bottom: 40px;
    }

    .courses-section .courses-title {
      font-size: 40px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: -0.06em;
      color: #070915;
      max-width: 497px;
      flex-shrink: 0;
    }

    .courses-section .courses-desc {
      font-size: 20px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: -0.06em;
      color: #575966;
      max-width: 670px;
    }

    
    .courses-section .tabs-wrapper {
      position: relative;
      margin-bottom: 32px;
    }

    .courses-section .tabs-divider {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: rgba(0,0,0,0.1);
    }

    .courses-section .tabs-list {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 32px;
      list-style: none;
      padding-bottom: 16px;
      overflow-x: auto;
      scrollbar-width: none;
      margin: 0;
    }

   .courses-section .tabs-list::-webkit-scrollbar {
      display: none;
    }

    .courses-section .tab-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 7px;
      cursor: pointer;
      white-space: nowrap;
      position: relative;
      padding-bottom: 4px;
      user-select: none;
    }

    .courses-section .tab-item.active::after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 0;
      width: 100%;
      height: 4px;
      background: #FBFF79;
      border-radius: 2px 2px 0 0;
      z-index: 1;
    }

    .courses-section .tab-label {
          font-family: Inter;
      font-weight: 500;
      font-size: 18px;
     line-height: 100%;
      letter-spacing: -5%;
      transition: color 0.2s;
      color: #595959;
    }

    .courses-section .tab-item.active .tab-label {
      color: #070915;
    }

    .courses-section .tab-badge {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 5px 8px;
      background: #F0F0F0;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: -0.05em;
      color: #9799A6;
      line-height: 15px;
      min-width: 31px;
      height: 19px;
      transition: background 0.2s, color 0.2s;
    }

    .courses-section .tab-item.active .tab-badge {
      background: #FBFF79;
      color: #070915;
    }

   
    .courses-section .cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

  
    .courses-section .course-card {
      position: relative;
      width: 100%;
      height: 335px;
      border-radius: 30px;
      background: #F4F4F6;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .courses-section .course-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.09);
      background: #FBFF79;
    }

    /* inner white panel */
    .courses-section .card-inner {
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(100% - 8px);
      height: 273px;
      border-radius: 28px;
      overflow: hidden;
     background-position: right;
      background-size: cover;
    }

    /* decorative soft circle */
    .courses-section .card-inner::before {
      content: '';
      position: absolute;
      width: 218px;
      height: 218px;
      top: -44px;
      left: -45px;
      border-radius: 50%;
      pointer-events: none;
      background-image:url(https://immeksoftech.com/wp-content/uploads/2026/04/Vector.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;

    }

    /* icon box */
    .courses-section .card-icon-box {
      position: absolute;
      top: 28px;
      left: 29px;
      width: 64px;
      height: 64px;
      background: #ffffff;
      border: 1px solid rgba(0,0,0,0.1);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .courses-section .course-card:hover .card-icon-box {
      background: #FBFF79;
    }  


    .courses-section .card-icon-box svg {
      width: 28px;
      height: 28px;
    }

    /* card title */
    .courses-section .card-title {
      position: absolute;
      bottom: 12px;
      left: 29px;
      right: 10px;
      font-size: 24px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: -0.06em;
      color: #070915;
    }

    /* explore link */
    .courses-section .card-link {
      position: absolute;
      bottom: 15px;
      left: 25px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.05em;
      color: #070915;
      text-decoration: none;
    }

    .courses-section .card-link:hover {
      opacity: 0.7;
    }

    .courses-section .card-link svg {
      width: 18px;
      height: 18px;
    }


.card-inner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* overlay */
.card-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.15)
    );
    z-index:1;
}

/* content above overlay */
.card-icon-box,
.card-title{
    position:relative;
    z-index:2;
}

.card-title{
    color:#fff !important;
}

/* hover animation */
.course-card:hover .card-inner{
    transform:scale(1.03);
    transition:0.5s ease;
}


    /* Large Tablet (≤1100px): 2 columns */
    @media (max-width: 1100px) {
      .courses-section .courses-header {
        flex-direction: column;
        gap: 20px;
      }
      .courses-section .courses-title {
        font-size: 34px;
        max-width: 100%;
      }
      .courses-section .courses-desc {
        font-size: 17px;
        max-width: 100%;
      }
     .courses-section .cards-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    /* Tablet (≤768px): 2 columns compact */
    @media (max-width: 768px) {
     .courses-section .courses-section {
        padding: 48px 24px;
      }
     .courses-section .courses-title {
        font-size: 28px;
      }
     .courses-section .courses-desc {
        font-size: 15px;
      }
      .courses-section .tab-label {
        font-size: 15px;
      }
      .courses-section .tabs-list {
        gap: 20px;
      }
      .courses-section .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
      }
      .courses-section .course-card {
        height: 340px;
      }
    }

    /* Mobile (≤480px): 1 column */
    @media (max-width: 480px) {
     .courses-section .courses-section {
        padding: 32px 16px;
      }
      .courses-section .courses-title {
        font-size: 24px;
      }
     .courses-section .courses-desc {
        font-size: 14px;
      }
     .courses-section .tab-label {
        font-size: 13px;
      }
     .courses-section .tab-badge {
        font-size: 11px;
        min-width: 26px;
        height: 17px;
        padding: 4px 6px;
      }
      .courses-section .tabs-list {
        gap: 16px;
      }
     
      .courses-section .course-card {
        height: 340px;
      }

     .testimonial-section .prev {
       left: -15px;
      }

   .testimonial-section .next {
      right: -15px;
    }

  .testimonial-section .prev, .testimonial-section .next {
      width: 40px;
      height: 40px;
   }

   .testimonial-item p {
      font-size: 18px;
      padding-left: 20px;
      padding-right: 20px;
    }
   
.courses-section .course-card{height: 240px;}
.courses-section .card-inner{ height: 180px;}
.courses-section .card-title{font-size: 16px;}
.courses-section .card-icon-box{top: 20px;left: 15px;width: 45px;height: 45px;}
.courses-section .card-link {font-size: 14px;}

}

    /* course section end */



    .popular-courses-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    #our-popular-courses-home .course-card {
      position: relative;
      width: 100%;
      height: 415px;
      background: #F4F4F6;
      border-radius: 30px;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      cursor: pointer;
    }

    #our-popular-courses-home .course-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.09);
      background-color: #FBFF79;
      height: 420px;
    }


    #our-popular-courses-home .card-inner {
      position: absolute;
      top: 4px;
      left: 4px;
      width: calc(100% - 8px);
      height: 351px;
      background: #ffffff;
      border-radius: 28px;
      overflow: hidden;
    }

  
    #our-popular-courses-home .card-thumb {
      position: absolute;
      top: 14px;
      left: 14px;
      width: calc(100% - 28px);   
      height: 176px;
      border-radius: 20px;
      object-fit: cover;
      background: #e8e8ee;     
    }

 
    #our-popular-courses-home .card-thumb-placeholder {
      position: absolute;
      top: 14px;
      left: 14px;
      width: calc(100% - 28px);
      height: 176px;
      border-radius: 20px;
      background: linear-gradient(135deg, #d0d0dc 0%, #b8b8c8 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    #our-popular-courses-home .card-thumb-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px;
    }

  
    #our-popular-courses-home .card-body {
      position: absolute;
      top: 210px;
      left: 29px;
      width: 267px;
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    #our-popular-courses-home .card-title {
      font-size: 22px;
      font-weight: 500;
      line-height: 140%;
      letter-spacing: -0.06em;
      color: #070915 !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    #our-popular-courses-home .card-desc {
      font-size: 16px;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: -0.06em;
      color: #4C4C73;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    
    #our-popular-courses-home .card-meta {
      position: absolute;
      top: 312px;
      left: 29px;
      width: 267px;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 7px;
    }

    #our-popular-courses-home .meta-item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 6px;
    }

    #our-popular-courses-home .meta-item svg {
      width: 18px;
      height: 18px;
      flex-shrink: 0;
    }

    #our-popular-courses-home .meta-text {
      font-size: 14px;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: -0.06em;
      color: #070915;
      white-space: nowrap;
    }

    #our-popular-courses-home .meta-divider {
      font-size: 14px;
      font-weight: 500;
      color: #070915;
      opacity: 0.2;
    }


   #our-popular-courses-home .card-link {
      position: absolute;
      bottom: 15px;
      left: 25px;
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: -0.05em;
      color: #070915;
      text-decoration: none;
    }

    #our-popular-courses-home .card-link:hover {
      opacity: 0.65;
    }

   #our-popular-courses-home .card-link svg {
      width: 18px;
      height: 18px;
    }

 
    @media (max-width: 1100px) {
      .popular-courses-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 640px) {
     
      .popular-courses-grid {
        grid-template-columns: 1fr;
      }
      #our-popular-courses-home .course-card {
        height: auto;
        padding-bottom: 24px;
        min-height: 403px;
      }
    }






.why-choose-section-homepage .eael-adv-accordion .eael-accordion-header.active + .eael-accordion-content {
    background-color: #d9ff00 !important;
      border-radius: 0px 0px 20px 20px;
}


.why-choose-section-homepage .eael-adv-accordion .eael-accordion-header.active-default + .eael-accordion-content {
    background-color: #d9ff00 !important;
    border-radius: 0px 0px 20px 20px;
}


.why-choose-section-homepage .eael-advanced-accordion-icon-opened{
    display: none !important;
}



.about-team .elementor-image-box-content{
    padding-left: 15px;
}



/* single post css */

.single-post .container{
  max-width: 900px;
    margin: auto;
}

.single-post .post-content{
  padding: 80px 15px;
}

.post-content p,.post-content ul li{
      font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -5%;
    color: #575966;
}

.post-content h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 140%;
    letter-spacing: -3%;
    margin-bottom: 20px;
}

.post-content h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: -3%;
    margin-bottom: 20px;
}

.post-content ul{
   margin-left:20px;
}


.immek-course-hero img{
  height: stretch;
}


/* single course css */

.single-course-section{
  margin-top: -100px;
}

.single-course-form p{
  margin-bottom:0px;
}




/* popup css */


/* OVERLAY */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* BOX */
.popup-box {
  width: 900px;
  max-width: 95%;
  background: #fff;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

/* LEFT */
.popup-left {
  width: 45%;
  background: #3f4aa8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-left img {
  width: 80%;
}

/* RIGHT */
.popup-right {
  width: 55%;
  padding: 30px;
  position: relative;
}

/* CLOSE BTN */
.popup-close {
position: absolute;
    top: 0px;
    right: -5px;
    background: #36429f !important;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    padding: 0px 15px;
    border-radius: 0px 0px 0px 10px;
}

/* FORM */
.popup-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-right: 20px;
}

/* INPUT */
.popup-form input,
.popup-form select,
.popup-form textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 14px;
}

/* TEXTAREA */
.popup-form textarea {
  height: 90px;
}

/* BUTTON */
.popup-form input[type="submit"] {
  background: #2f2c5a;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  cursor: pointer;
  font-size: 16px;
}

.popup-form .wpcf7-form-control-wrap{
      margin-bottom: 18px;
}

.popup-right .popup-form{
    margin-top: 25px;
}

.open-popup-btn{
    cursor:pointer;
}


/* mega menu css */

.mega-wrapper {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/* LEFT CATEGORY */
.mega-cats {
  width: 280px;
  background: #fafafa;
  border-right: 1px solid #eee;
}

.mega-cats li {
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  position: relative;
  transition: 0.3s;
  font-size: 14px;
}

/* Arrow */
.mega-cats li::after {
  content: "›";
  position: absolute;
  right: 15px;
  color: #999;
}

/* Hover + Active */
.mega-cats li:hover,
.mega-cats li.active {
  background: #f0f4ff;
  color: #2b5cff;
}

/* RIGHT COURSES */
.mega-courses {
  flex: 1;
  padding: 20px;
}

/* COURSE CARD ROW */
.course-item {
  border-bottom: 1px solid #eee;
}

.course-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  border-radius: 6px;
}

/* Hover Effect */
.course-item a:hover {
  background: #f5f7ff;
  transform: translateX(5px);
}

/* Right Arrow */
.course-item a::after {
  content: "→";
  color: #999;
  font-size: 14px;
}




/*.section-top {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/


/*.section-overlap {*/
/*  position: relative;*/
/*  z-index: 5;*/
/*  transform: translateY(0);*/
/*  will-change: transform;*/
/*}*/

/* MOBILE */
@media (max-width: 768px) {

  .mega-wrapper {
    flex-direction: column;
  }

  .mega-cats {
    width: 100%;
    display: flex;
    overflow-x: auto;
    border-right: none;
  }

  .mega-cats li {
    white-space: nowrap;
    border-bottom: none;
  }

  .mega-courses {
    padding: 10px;
  }

}



/* Mobile mega menu */

.mobile-accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-title {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    padding-left: 0;
}

.category-title span {
  color: #888;
}

/* Courses hidden by default */
.course-sublist {
  display: none;
  background: #fff;
}

/* Open state */
.course-sublist.open {
  display: block;
}

.course-sublist li {
  padding: 0px 5px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.course-sublist li a {
  text-decoration: none;
  color: #333;
}

.course-sublist {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.course-sublist.open {
  max-height: 500px;
}

.main-header .category-title span{
  font-size: 20px;
}

.blink-text {
    animation: blink 1s infinite;
    font-weight: 500;
    color: #575966;
}



/* car section css */

.roadmap-section{
    position:relative;
    width:100%;
    padding:0px 0;
    overflow:hidden;
    background:#25003d;
}

.road-svg{
       position: absolute;
    left: 50%;
    top: 2%;
    transform: translateX(-50%);
    width: 360px;
    height: 95%;
    z-index: 1;
}

.road-svg .road-path{
    fill:none;
    stroke:#42596c;
    stroke-width:130;
    stroke-linecap:round;
    filter:drop-shadow(0 0 15px rgba(0,0,0,0.25));
}

.road-svg .middle-line{
    fill:none;
    stroke:#ffffff;
    stroke-width:8;
    stroke-dasharray:28 22;
    stroke-linecap:round;
}

.car{
    position:absolute;
    width:75px;
    height:75px;
    z-index:1;
    left:50%;
    top:0;
    transform:translate(-50%,0);
    transition:transform 0.15s linear;
       will-change:transform;
    
}

.car img{
    width:100%;
    filter:drop-shadow(0 10px 15px rgba(0,0,0,0.4));
}

.roadmap-section .timeline{
    position:relative;
    z-index:5;
    margin:auto;
}

.roadmap-section .timeline-item{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    margin:10px 0;
    gap:120px;
}




.roadmap-section .timeline-item.right{
    padding-left:380px;
}


.roadmap-section .content-box{
    width:430px;
    color:#fff;
    font-size:28px;
    line-height:1.7;
    font-weight:500;
    position:relative;
    z-index:5;
}


.roadmap-section .step-card{
    width:420px;
    padding:40px;
    border-radius:35px;
    position:relative;
    transition:0.4s ease;
    box-shadow:0 20px 40px rgba(0,0,0,0.25);
    z-index:5;
}


.roadmap-section .step-card:hover{
    transform:translateY(-12px);
}

.roadmap-section .step-card h3{
    font-size: 42px;
    line-height:1.05;
    margin-bottom:20px;
    font-weight:800;
    color:#17324f;
}

.roadmap-section .step-card p{
    font-size:34px;
    color:#17324f;
    line-height: 40px;
}

.roadmap-section .step-number{
    position:absolute;
    width:110px;
    height:110px;
    background:#f3f3f3;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:52px;
    font-weight:800;
    color:#34495e;
    top:50%;
    transform:translateY(-50%);
    box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.left .step-number{
    right:-55px;
}

.right .step-number{
    left:-55px;
}

.yellow{
    background:#f5c65d;
}

.orange{
    background:#ef9b73;
}

.blue{
    background:#65d4e6;
}

.green{
    background:#92c94f;
}

.lightgreen{
    background:#d5ea67;
}


.roadmap-section .timeline-item.left .step-card{
    margin-right:120px;
}

.roadmap-section .timeline-item.right .step-card{
    margin-left:120px;
}



/* RIGHT SIDE ITEMS */

.roadmap-section .timeline-item.right{
    flex-direction:row-reverse;
    padding-left:0;
    padding-right:0;
}




/* Description Left Side */

.roadmap-section .timeline-item.right .content-box{
    margin-right:120px;
    margin-left:0;
    text-align:right;
}

/*=========================
=      SCROLL EFFECT      =
=========================*/

.roadmap-section .hidden{
    opacity:0;
    transform:translateY(80px);
    transition:1s ease;
}

.roadmap-section .show{
    opacity:1;
    transform:translateY(0);
}

.roadmap-section .timeline-item.left .content-box{
    text-align:left;
}

.roadmap-section .timeline-item.right .content-box{
    text-align:right;
}


/* =========================
   TABLET RESPONSIVE
========================= */

@media(max-width:1200px){

    .roadmap-section{
        padding:100px 20px;
    }

    .road-svg{
        width:280px;
    }

    .roadmap-section .timeline-item{
        gap:60px;
    }

    .roadmap-section .step-card{
        width:320px;
        padding:30px;
    }

    .roadmap-section .step-card h3{
        font-size:32px;
    }

    .roadmap-section .step-card p{
        font-size:24px;
        line-height:34px;
    }

    .roadmap-section .content-box{
        width:320px;
        font-size:22px;
        line-height:1.6;
    }

    .roadmap-section .step-number{
        width:85px;
        height:85px;
        font-size:38px;
    }

    .left .step-number{
        right:-42px;
    }

    .right .step-number{
        left:-42px;
    }

}


/* dygram section css */

  .ab-why-us-new {
        background: linear-gradient(135deg, #150030 0%, #2d0b54 100%);
        padding: 80px 0;
        width: 100%;
        overflow: hidden;
    }

    .why-us-wrapper {
        container-type: inline-size;
        position: relative;
        max-width: 800px;
        width: 100%;
        aspect-ratio: 1;
        margin: 0 auto;
    }

    .why-us-svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .why-us-center-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 7cqi;
        font-weight: 900;
        color: #ffffff;
        line-height: 1.1;
        text-align: center;
        z-index: 2;
        letter-spacing: 0.25cqi;
    }

    .why-us-content {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 21.25cqi;
        text-align: center;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1cqi;
    }

    .why-us-content.wide {
        width: 27.5cqi;
    }

    .why-us-content h4 {
        font-size: 2cqi;
        font-weight: 800;
        color: #000;
        margin: 0;
        line-height: 1.2;
    }

    .why-us-content p {
        font-size: 1.5cqi;
        font-weight: 500;
        color: #222;
        margin: 0;
        line-height: 1.4;
    }

    .why-us-num {
        position: absolute;
        transform: translate(-50%, -50%);
        width: 7.5cqi;
        height: 7.5cqi;
        border: 0.75cqi solid;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3.25cqi;
        font-weight: 900;
        color: #000;
        z-index: 3;
        box-shadow: 0 0.5cqi 1.25cqi rgba(0, 0, 0, 0.15);
    }

    .why-us-deco {
        position: absolute;
        bottom: 2.5cqi;
        right: 2.5cqi;
        width: 10cqi;
        height: 10cqi;
        z-index: 0;
        opacity: 0.8;
    }

    @media (max-width: 991px) {

        .ab-hero-row,
        .ab-middle-row,
        .ab-mv-cards-row {
            flex-direction: column;
            gap: 30px;
        }

        .ab-hero-text {
            max-width: 100%;
        }
    }



/* =========================
   MOBILE RESPONSIVE
========================= */

@media(max-width:767px){

    .roadmap-section{
        padding:70px 15px;
    }

    /* ROAD POSITION */

    .road-svg{
        left:0px;
        transform:none;
        width:120px;
    }

    .road-svg .road-path{
       stroke-width: 170px;
    }

    .road-svg .middle-line{
        stroke-width:4;
        stroke-dasharray:14 12;
    }

    /* CAR */

    .car{
        width:45px;
        height:45px;
        left:50px !important;
        transform:translate(-50%,0);
    }

    /* TIMELINE ITEMS */

    .roadmap-section .timeline-item,
    .roadmap-section .timeline-item.right{
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        gap:25px;
        margin:0px 0;
        padding-left:90px;
    }

    .roadmap-section .timeline-item.right .content-box{
        margin-right:0;
        text-align:left;
    }

    .roadmap-section .timeline-item.left .step-card,
    .roadmap-section .timeline-item.right .step-card{
        margin:0;
    }

    /* CARD */

    .roadmap-section .step-card{
        width:100%;
        max-width:320px;
        padding:25px;
        border-radius:25px;
    }

    .roadmap-section .step-card h3{
        font-size:28px;
        margin-bottom:15px;
    }

    .roadmap-section .step-card p{
        font-size:20px;
        line-height:30px;
    }

    /* CONTENT */

    .roadmap-section .content-box{
        width:100%;
        max-width:320px;
        font-size:18px;
        line-height:1.7;
        text-align:left !important;
    }

    /* STEP NUMBER */

    .roadmap-section .step-number{
        width:65px;
        height:65px;
        font-size:28px;
        top:auto;
        bottom:-30px;
        right:20px !important;
        left:auto !important;
        transform:none;
    }

}


.contant-class ul{
      margin-left: 20px;
}

.single-course-form{
    background: #fff;
    border-radius: 25px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.course-sticky-sidebar{
    position: sticky;
    top: 100px;
    align-self: flex-start;
}


.single-course-form textarea{
    height:80px;
}

.tutor-course-details-title {
        max-width: 100% !important;
    }




/* timeline section css */

/* Item 1 */
.twae-repeater-item:nth-child(1) .twae-content{
    background: #8ED97D !important;
}

/* Item 2 */
.twae-repeater-item:nth-child(2) .twae-content{
    background: #F9C400 !important;
}

/* Item 3 */
.twae-repeater-item:nth-child(3) .twae-content{
    background: #A4B0F0 !important;
}

/* Item 4 */
.twae-repeater-item:nth-child(4) .twae-content{
    background: #8ED97D !important;
}

/* Item 5 */
.twae-repeater-item:nth-child(5) .twae-content{
    background: #F57C00 !important;
}

/* Item 6 */
.twae-repeater-item:nth-child(6) .twae-content{
    background: #E5B0E8 !important;
}



/* login page form */



/* Tutor LMS Login Page Design */

.tutor-login-wrap{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    background: linear-gradient(135deg,#2b0145 0%,#4b0a6f 100%);
    margin-top: -120px;
    padding-top: 200px;
}

.tutor-login-form-wrapper{
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 50px;
    border-radius: 24px;
    box-shadow: 0 25px 80px rgba(0,0,0,.15);
    position: relative;
    overflow: hidden;
}

.tutor-login-form-wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg,#ff7a00,#ff4fd8,#7b61ff);
}

.tutor-login-form-wrapper .tutor-fs-5{
    font-size: 34px !important;
    font-weight: 800;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 35px !important;
}

.tutor-login-form-wrapper .tutor-fs-5::after{
    content: "Sign in to continue learning";
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    margin-top: 8px;
}

.tutor-form-control{
    height: 58px !important;
    border: 2px solid #ececec !important;
    border-radius: 14px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    transition: all .3s ease;
    background: #fafafa !important;
}

.tutor-form-control:focus{
    border-color: #7b61ff !important;
    box-shadow: 0 0 0 4px rgba(123,97,255,.12) !important;
    background: #fff !important;
}

.tutor-form-control::placeholder{
    color: #999;
}

.tutor-form-check label{
    color: #666 !important;
    font-size: 14px !important;
}

.tutor-form-check-input{
    accent-color: #7b61ff;
}

.tutor-login-wrap .tutor-btn-primary{
    width: 100%;
    height: 58px;
    border: none !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg,#7b61ff,#b845ff) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    transition: all .3s ease;
    box-shadow: 0 12px 30px rgba(123,97,255,.3);
}

.tutor-login-wrap .tutor-btn-primary:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(123,97,255,.4);
}

.tutor-login-wrap .tutor-btn-ghost{
    color: #7b61ff !important;
    font-weight: 600;
    text-decoration: none;
}

.tutor-login-wrap .tutor-btn-ghost:hover{
    color: #5c43e8 !important;
}

.tutor-login-wrap .tutor-btn-link{
    color: #7b61ff !important;
    font-weight: 700;
}

.tutor-login-wrap .tutor-btn-link:hover{
    color: #5c43e8 !important;
}

.tutor-text-center{
    margin-top: 25px !important;
    font-size: 15px;
}

.tutor-login-error{
    color: #dc2626;
    font-size: 14px;
    margin-bottom: 15px;
}

.tutor-login-wrap, #tutor-registration-wrap {
    border-radius: 5px;
    max-width:100%;
}

.tutor-screen-frontend-dashboard .tutor-wrap{
      padding: 0;
}




@media(max-width:767px){

    .tutor-login-form-wrapper{
        padding: 35px 25px;
        border-radius: 18px;
    }

    .tutor-login-form-wrapper .tutor-fs-5{
        font-size: 28px !important;
    }

    .tutor-d-flex{
        flex-direction: column;
        gap: 15px;
        align-items: flex-start !important;
    }
}






/* ==========================================
   Tutor LMS Registration Page Premium Design
   ========================================== */


 .page-id-11175 article.ast-article-single{
    padding: 0;
    margin-top: -160px;
    padding-top: 180px;
    background: linear-gradient(135deg, #2B0145, #4B0A6F) !important;
}

 .page-id-11175 .content-area{
    margin:0 !important;
}


#tutor-registration-wrap{
    max-width:900px;
    margin:60px auto;
    background:#fff;
    padding:50px;
    border-radius:30px;
    box-shadow:0 20px 80px rgba(0,0,0,.12);
    position:relative;
    overflow:hidden;
}

#tutor-registration-wrap::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(
        90deg,
        #7B61FF,
        #C84DFF,
        #F97316
    );
}

/* Custom Heading */

#tutor-registration-wrap::after{
    content:"Create Your Account";
    display:block;
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
    font-size:38px;
    font-weight:800;
    color:#1f2937;
}

#tutor-registration-form{
    margin-top:70px;
}

/* Labels */

#tutor-registration-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#374151;
    margin-bottom:8px;
}

/* Inputs */

#tutor-registration-form input[type="text"],
#tutor-registration-form input[type="email"],
#tutor-registration-form input[type="password"]{
    width:100%;
    height:58px;
    border:2px solid #e5e7eb;
    border-radius:14px;
    padding:0 18px;
    font-size:15px;
    background:#fafafa;
    transition:.3s;
}

#tutor-registration-form input:focus{
    border-color:#7B61FF;
    background:#fff;
    outline:none;
    box-shadow:0 0 0 4px rgba(123,97,255,.12);
}

#tutor-registration-form input::placeholder{
    color:#9ca3af;
}

/* Form Row Gap */

.tutor-form-row{
    margin-bottom:24px;
}

.tutor-form-group{
    margin-bottom:0;
}

/* Password Strength */

.tutor-password-strength-hint{
    margin-top:10px;
}

/* Terms */

#tutor-registration-form .tutor-mb-24{
    margin-top:10px;
}

#tutor-registration-form input[type="checkbox"]{
    width:18px;
    height:18px;
    accent-color:#7B61FF;
}

#tutor-registration-form a{
    color:#7B61FF;
    font-weight:600;
    text-decoration:none;
}

#tutor-registration-form a:hover{
    color:#5b43e8;
}

/* Register Button */

#tutor-registration-form .tutor-btn-primary{
    width:100%;
    height:60px;
    border:none;
    border-radius:14px;
    background:linear-gradient(
        135deg,
        #7B61FF,
        #B845FF
    ) !important;
    color:#fff;
    font-size:17px;
    font-weight:700;
    transition:.3s;
    box-shadow:0 15px 35px rgba(123,97,255,.25);
}

#tutor-registration-form .tutor-btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 20px 40px rgba(123,97,255,.35);
}


.page-id-11175 .site-content{
    padding:60px 20px;
}

/* Password Eye */

.show-hide-btn{
    cursor:pointer;
}



/* forget password form */  


.password-reset-form-section{
        margin-top: -160px;
    padding-top: 180px;
    background: linear-gradient(135deg, #2B0145, #4B0A6F) !important;
    padding-bottom: 30px;
}

/* Page Background */

.tutor-ResetPassword{
    max-width: 550px;
    margin: 80px auto;
    padding: 50px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 20px 80px rgba(0,0,0,.12);
    position: relative;
    overflow: hidden;
    animation: fadeUp .8s ease;
}

/* Top Gradient Bar */

.tutor-ResetPassword::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(
        90deg,
        #7B61FF,
        #C84DFF,
        #F97316
    );
}



.tutor-ResetPassword{
    position:relative;
    padding:50px;
}


.tutor-ResetPassword{
    padding-top: 120px;
}



.tutor-ResetPassword p{
    text-align:center;
    color:#6b7280;
    font-size:16px;
    line-height:1.8;
    margin-bottom:30px;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
}



.tutor-ResetPassword label{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #374151;
}



.tutor-ResetPassword input[type="text"],
.tutor-ResetPassword input[type="email"]{
    width: 100%;
    height: 58px;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 0 18px;
    font-size: 15px;
    background: #fafafa;
    transition: all .3s ease;
}

.tutor-ResetPassword input:focus{
    outline: none;
    border-color: #7B61FF;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(123,97,255,.12);
}

.tutor-ResetPassword input::placeholder{
    color: #9ca3af;
}



.tutor-ResetPassword .tutor-btn-primary{
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #7B61FF,
        #B845FF
    ) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .3px;
    transition: all .35s ease;
    box-shadow: 0 15px 35px rgba(123,97,255,.25);
}

.tutor-ResetPassword .tutor-btn-primary:hover{
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(123,97,255,.35);
}



.tutor-ResetPassword:hover{
    transform: translateY(-3px);
    transition: .4s;
}



.page-id-11177,
.page-id-11178{
    background:
    linear-gradient(
        135deg,
        #2B0145,
        #4B0A6F
    );
    min-height: 100vh;
}



@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}



@media(max-width:767px){

    .tutor-ResetPassword{
        margin: 30px 15px;
        padding: 100px 25px 30px;
        border-radius: 18px;
    }

    .tutor-ResetPassword::after{
        font-size: 28px;
    }

    .tutor-ResetPassword p{
        font-size: 14px;
    }
}






/* Mobile */

@media(max-width:767px){

    #tutor-registration-wrap{
        padding:30px 20px;
        border-radius:20px;
       margin: 30px 15px;
    }



    #tutor-registration-wrap::after{
        font-size:28px;
        top:25px;
        left: 4%;
        transform: translateX(0%);
    }

    #tutor-registration-form{
        margin-top:55px;
    }

    .tutor-form-col-6{
        width:100% !important;
        flex:0 0 100% !important;
        max-width:100% !important;
    }
}


/* tutor dashboard page */


.tutor-dashboard{
    position: relative;
}

.tutor-dashboard::before{
    content:"";
    display:block;
    height:450px;
    background:url('https://immeksoftech.com/wp-content/uploads/2026/05/slider-img2.png') center center/cover no-repeat;
   margin-top:-120px;
    margin-bottom:40px;
}

.tutor-dashboard::after{
    content:"Student Dashboard";
    position:absolute;
    top: 200px;
    left:50%;
    transform:translateX(-50%);
    color:#fff;
    font-size:48px;
    font-weight:700;
    z-index:9;
    line-height: 52px;
}


.etlms-course-about{
    display: none;
}


/* popup css */


#resumePopup, #applyPopup{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:999999;
    justify-content:center;
    align-items:center;
}

#resumePopup .popup-box,#applyPopup .popup-box{
    background:#fff;
    width:600px;
    max-width:95%;
    padding:30px;
    border-radius:10px;
    position:relative;
}

#resumePopup .popup-close, #applyPopup .apply-popup-close{
    position:absolute;
    top:10px;
    right:15px;
    font-size:30px;
    cursor:pointer;
    line-height:1;
    background: #36429f !important;
    color: #fff;
    font-weight: 200;
    padding: 0px 15px;
    border-radius: 0px 0px 0px 10px;
}

#resumePopup .popup-content, #applyPopup .popup-content{
    margin-top:10px;
    width:100%;
}

#resumePopup input, #applyPopup input{
    margin-bottom:10px;
}




/* Social Icons */
/* =========================
   SOCIAL ICONS
========================= */

.contact-social-icons{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:50px;
    position:relative;
}

/* Common Style */
.contact-social-icons .social-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#fff;
    text-decoration:none;
    position:relative;
    transition:0.3s ease;
    animation: floatIcon 2s ease-in-out infinite;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Different delay */
.contact-social-icons .instagram{
    animation-delay:0.3s;
}

.contact-social-icons .phone{
    animation-delay:0.6s;
}

/* Hover */
.contact-social-icons .social-icon:hover{
    transform:scale(1.12);
}

/* Colors */
.contact-social-icons .whatsapp{
    background:#25D366;
}

.contact-social-icons .instagram{
    background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

.contact-social-icons .phone{
    background:#007bff;
}

/* Floating Animation */
@keyframes floatIcon{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-8px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* =========================
   HAND ICON
========================= */

.click-hand{
    position:absolute;
    top:-75px;
    left:15px;
    font-size:34px;
    color:#25D366;
    animation:handBounce 1s infinite ease-in-out;
    filter:drop-shadow(0 0 10px rgba(37,211,102,0.5));
}


span.placement{
    color: #0a7dea !important;
}

span.support{
    color: #3cd778 !important;
}

.resume-popup-btn, .apply-popup-btn{
    cursor: pointer;
}


/* Hand Animation */
@keyframes handBounce{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(10px);
    }

    100%{
        transform:translateY(0px);
    }
}



/*  diagram css */


  .main {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
      background-color: #290840;

    }

    /* Scaling Wrapper */
    .main .page-container {
      position: relative;
      width: 100em;
      height: 80em;
      font-size: clamp(4px, calc(100vw / 100), 10px);
      overflow: hidden;
    }

    @media (min-width: 1000px) {
      .main .page-container {
        font-size: 10px;
      }
    }






    /* Heading */
    .page-container .main-title-wrap {
      position: absolute;
      top: 4.5em;
      left: 4.5em;
      z-index: 5;
    }

    .main-title-wrap .main-title {
      font-size: 3.2em;
      font-weight: 700;
      color: #e38fff;
      line-height: 1.1;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      /* Safely limits lines to prevent overlaps */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* Gear Cluster Container */
    .page-container .gear-cluster {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
    }

    /* Reusable Gear Styles */
    .gear-cluster .gear {
      position: absolute;
      transform: translate(-50%, -50%);
    }

    .gear .gear-circle {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 0.3em solid #ffffff;
      background-color: #290840;
      z-index: 3;
    }

    .gear .tooth {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #290840;
      border: 0.3em solid #ffffff;
      border-bottom: none;
      z-index: 2;
    }

    .gear .gear-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 0.3em solid #ffffff;
      background-color: #290840;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 4;
    }

    /* Center Large Gear Sizing */
    .gear-cluster .gear-center-large {
      width: 22em;
      height: 22em;
    }

    .gear-center-large .gear-circle {
      width: 16em;
      height: 16em;
    }

    .gear-center-large .tooth {
      width: 2.2em;
      height: 2.2em;
    }

    .gear-center-large .gear-inner {
      width: 8.8em;
      height: 8.8em;
    }

    /* Small Gears Sizing */
    .gear-cluster .gear-small {
      width: 13em;
      height: 13em;
    }

    .gear-small .gear-circle {
      width: 9.2em;
      height: 9.2em;
    }

    .gear-small .tooth {
      width: 1.55em;
      height: 1.55em;
    }

    .gear-small .gear-inner {
      width: 5.2em;
      height: 5.2em;
    }

    /* Gradient Gear (Bottom Gear) */
    .gradient-gear .gear-circle {
      background: #290840;
      border: none;
      padding: 0.3em;
    }

    .gradient-gear .gear-circle::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: linear-gradient(180deg, #ea577a, #9d4edd);
    }

    .gradient-gear .gear-circle::after {
      content: '';
      position: absolute;
      top: 0.3em;
      left: 0.3em;
      right: 0.3em;
      bottom: 0.3em;
      border-radius: 50%;
      background: #290840;
    }

    .gradient-gear .tooth {
      
      background: #290840;
    }

    .gradient-gear .gear-inner {
      border: 0.3em solid #9d4edd;
    }

    /* Tooth-specific colors for Gradient Gear (flowing top-to-bottom) */
    .gradient-gear .tooth:nth-child(1) {
      border-color: #ea577a;
    }

    .gradient-gear .tooth:nth-child(2) {
      border-color: #e55682;
    }

    .gradient-gear .tooth:nth-child(3) {
      border-color: #d15099;
    }

    .gradient-gear .tooth:nth-child(4) {
      border-color: #be4cb0;
    }

    .gradient-gear .tooth:nth-child(5) {
      border-color: #aa47c6;
    }

    .gradient-gear .tooth:nth-child(6) {
      border-color: #9c48d8;
    }

    .gradient-gear .tooth:nth-child(7) {
      border-color: #9d4edd;
    }

    .gradient-gear .tooth:nth-child(8) {
      border-color: #9c48d8;
    }

    .gradient-gear .tooth:nth-child(9) {
      border-color: #aa47c6;
    }

    .gradient-gear .tooth:nth-child(10) {
      border-color: #be4cb0;
    }

    .gradient-gear .tooth:nth-child(11) {
      border-color: #d15099;
    }

    .gradient-gear .tooth:nth-child(12) {
      border-color: #e55682;
    }

    /* Labels Position & Styling */
    .page-container .label-block {
      position: absolute;
      width: 19em;
      z-index: 5;
      display: flex;
      flex-direction: column;
      gap: 0.4em;
    }

    .label-block .label-title {
      font-size: 1.45em;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.15;
      /* Safely limits lines to prevent overlaps */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .label-block .label-desc {
      font-size: 1.15em;
      font-weight: 400;
      color: #ffffff;
      opacity: 0.85;
      line-height: 1.25;
      /* Safely limits lines to prevent overlaps */
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* Specific alignments */
    .page-container .label-top {
      text-align: center;
      align-items: center;
      width: 16em;
    }

    .page-container .label-left {
      text-align: right;
      align-items: flex-end;
    }

    .page-container .label-right {
      text-align: left;
      align-items: flex-start;
    }

    /* Bottom Center Title */
    .page-container .label-bottom-center-wrap {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 45em;
      z-index: 5;
    }

    .label-bottom-center-wrap .label-bottom-center {
      width: 100%;
      text-align: center;
      font-size: 1.6em;
      font-weight: 500;
      line-height: 1.35;
      color: #ffffff;
      /* Safely limits lines to prevent overlaps */
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    /* ----------------------------------------------------
   CSS Icons
   ---------------------------------------------------- */
    .gear-inner .icon {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* Center Gear Icon (Central Hub with 5 nodes) */
    .gear-inner .icon-center-hub {
      width: 5em;
      height: 5em;
    }

    .icon-center-hub .center-dot {
      width: 1em;
      height: 1em;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 2;
    }

    .icon-center-hub .outer-dot {
      position: absolute;
      width: 0.6em;
      height: 0.6em;
      border: 0.15em solid #ffffff;
      background-color: #290840;
      border-radius: 50%;
      z-index: 2;
    }

    .icon-center-hub .hub-line {
      position: absolute;
      height: 0.15em;
      background-color: #ffffff;
      transform-origin: left center;
      z-index: 1;
    }

    /* Positions of 5 outer dots and lines */
    .icon-center-hub .dot-1 {
      transform: rotate(-90deg) translate(1.6em);
    }

    .icon-center-hub .line-1 {
      width: 1.6em;
      transform: translate(0.3em, 0) rotate(-90deg);
    }

    .icon-center-hub .dot-2 {
      transform: rotate(-18deg) translate(1.6em);
    }

    .icon-center-hub .line-2 {
      width: 1.6em;
      transform: translate(0.3em, 0) rotate(-18deg);
    }

    .icon-center-hub .dot-3 {
      transform: rotate(54deg) translate(1.6em);
    }

    .icon-center-hub .line-3 {
      width: 1.6em;
      transform: translate(0.3em, 0) rotate(54deg);
    }

    .icon-center-hub .dot-4 {
      transform: rotate(126deg) translate(1.6em);
    }

    .icon-center-hub .line-4 {
      width: 1.6em;
      transform: translate(0.3em, 0) rotate(126deg);
    }

    .icon-center-hub .dot-5 {
      transform: rotate(198deg) translate(1.6em);
    }

    .icon-center-hub .line-5 {
      width: 1.6em;
      transform: translate(0.3em, 0) rotate(198deg);
    }


    /* EWM-QM Icon (Conveyor Belt + Package) */
    .gear-inner .icon-qm {
      width: 3.2em;
      height: 3.2em;
    }

    .icon-qm .belt {
      position: absolute;
      bottom: 0.4em;
      width: 2.6em;
      height: 0.5em;
      border: 0.15em solid #ffffff;
      border-radius: 0.25em;
    }

    .icon-qm .rollers {
      position: absolute;
      bottom: 0.15em;
      width: 2.2em;
      display: flex;
      justify-content: space-between;
    }

    .icon-qm .rollers::before,
    .icon-qm .rollers::after,
    .icon-qm .rollers .roller-mid {
      content: '';
      width: 0.25em;
      height: 0.25em;
      background-color: #ffffff;
      border-radius: 50%;
      display: inline-block;
    }

    .icon-qm .package {
      position: absolute;
      bottom: 0.9em;
      left: 0.6em;
      width: 1.1em;
      height: 1.1em;
      border: 0.15em solid #ffffff;
    }

    .icon-qm .package-line {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 0.15em;
      background-color: #ffffff;
      transform: translateY(-50%);
    }

    .icon-qm .scanner {
      position: absolute;
      top: 0.3em;
      right: 0.3em;
      width: 1em;
      height: 1em;
      border: 0.15em solid #ffffff;
      border-radius: 50%;
    }

    .icon-qm .scanner::after {
      content: '';
      position: absolute;
      bottom: -0.4em;
      left: -0.2em;
      width: 0.15em;
      height: 0.5em;
      background-color: #ffffff;
      transform: rotate(30deg);
    }


    /* EWM-TM Icon (Delivery Truck) */
    .gear-inner .icon-tm {
      width: 3.2em;
      height: 3.2em;
    }

    .icon-tm .truck-body {
      position: absolute;
      bottom: 0.8em;
      left: 0.3em;
      width: 1.6em;
      height: 1.3em;
      border: 0.15em solid #ffffff;
      border-radius: 0.1em;
    }

    .icon-tm .truck-cab {
      position: absolute;
      bottom: 0.8em;
      left: 1.9em;
      width: 0.9em;
      height: 0.9em;
      border: 0.15em solid #ffffff;
      border-left: none;
      border-radius: 0 0.2em 0.1em 0;
    }

    .icon-tm .truck-cab::after {
      content: '';
      position: absolute;
      top: 0.1em;
      left: 0.1em;
      width: 0.4em;
      height: 0.4em;
      border: 0.12em solid #ffffff;
    }

    .icon-tm .wheel {
      position: absolute;
      bottom: 0.4em;
      width: 0.6em;
      height: 0.6em;
      border: 0.12em solid #ffffff;
      background-color: #290840;
      border-radius: 50%;
    }

    .icon-tm .wheel-1 {
      left: 0.6em;
    }

    .icon-tm .wheel-2 {
      left: 2.0em;
    }

    .icon-tm .signal {
      position: absolute;
      top: 0.3em;
      left: 1.0em;
      width: 0.8em;
      height: 0.5em;
      border-top: 0.12em solid #ffffff;
      border-radius: 50% 50% 0 0;
    }

    .icon-tm .signal::after {
      content: '';
      position: absolute;
      top: -0.25em;
      left: 0.25em;
      width: 0.3em;
      height: 0.3em;
      background-color: #ffffff;
      border-radius: 50%;
    }


    /* EWM-SD Icon (Smiling Person + Package) */
    .gear-inner .icon-sd {
      width: 3.2em;
      height: 3.2em;
    }

    .icon-sd .face {
      position: absolute;
      top: 0.4em;
      left: 0.3em;
      width: 1.6em;
      height: 1.6em;
      border: 0.15em solid #ffffff;
      border-radius: 50%;
    }

    .icon-sd .face::before {
      content: '';
      position: absolute;
      top: 0.35em;
      left: 0.3em;
      width: 0.2em;
      height: 0.2em;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 0.6em 0 #ffffff;
    }

    .icon-sd .face::after {
      content: '';
      position: absolute;
      bottom: 0.25em;
      left: 0.45em;
      width: 0.45em;
      height: 0.25em;
      border-bottom: 0.12em solid #ffffff;
      border-radius: 0 0 0.3em 0.3em;
    }

    .icon-sd .package {
      position: absolute;
      bottom: 0.4em;
      right: 0.2em;
      width: 1.2em;
      height: 1.2em;
      border: 0.15em solid #ffffff;
      background-color: #290840;
      z-index: 2;
      border-radius: 0.1em;
    }

    .icon-sd .package-tape {
      position: absolute;
      top: 0;
      left: 50%;
      width: 0.2em;
      height: 100%;
      background-color: #ffffff;
      transform: translateX(-50%);
    }


    /* EWM-PP Icon (Whiteboard / Team Tasks) */
    .gear-inner .icon-pp {
      width: 3.2em;
      height: 3.2em;
    }

    .icon-pp .board {
      position: absolute;
      top: 0.3em;
      left: 0.4em;
      width: 2.4em;
      height: 1.6em;
      border: 0.12em solid #ffffff;
      border-radius: 0.1em;
      background-color: #290840;
    }

    .icon-pp .board::after {
      content: '';
      position: absolute;
      bottom: 0.2em;
      left: 0.3em;
      width: 0.3em;
      height: 0.6em;
      background-color: #ffffff;
      box-shadow: 0.5em -0.2em 0 0.02em #ffffff, 1.0em -0.1em 0 0.01em #ffffff;
    }

    .icon-pp .stand-left,
    .icon-pp .stand-right {
      position: absolute;
      bottom: 0.5em;
      width: 0.12em;
      height: 0.8em;
      background-color: #ffffff;
    }

    .icon-pp .stand-left {
      left: 0.8em;
      transform: rotate(15deg);
    }

    .icon-pp .stand-right {
      right: 0.8em;
      transform: rotate(-15deg);
    }

    .icon-pp .figures {
      position: absolute;
      bottom: 0.05em;
      left: 0.6em;
      width: 2.0em;
      height: 1.0em;
      display: flex;
      justify-content: space-around;
      z-index: 5;
    }

    .icon-pp .figure {
      width: 0.6em;
      height: 1.0em;
      position: relative;
    }

    .icon-pp .figure-head {
      width: 0.4em;
      height: 0.4em;
      border: 0.08em solid #ffffff;
      border-radius: 50%;
      background-color: #290840;
      margin: 0 auto;
    }

    .icon-pp .figure-body {
      width: 0.6em;
      height: 0.5em;
      border: 0.08em solid #ffffff;
      border-bottom: none;
      border-radius: 0.15em 0.15em 0 0;
      background-color: #290840;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
    }


    /* EWM-MM Icon (Warehouse / Storage Building) */
    .gear-inner .icon-mm {
      width: 3.2em;
      height: 3.2em;
    }

    .icon-mm .roof {
      position: absolute;
      top: 0.4em;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 1.4em solid transparent;
      border-right: 1.4em solid transparent;
      border-bottom: 0.8em solid #ffffff;
    }

    .icon-mm .roof-inner {
      position: absolute;
      top: 0.2em;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 1.1em solid transparent;
      border-right: 1.1em solid transparent;
      border-bottom: 0.6em solid #290840;
      z-index: 2;
    }

    .icon-mm .building {
      position: absolute;
      bottom: 0.5em;
      left: 0.5em;
      width: 2.2em;
      height: 1.3em;
      border: 0.15em solid #ffffff;
      border-top: none;
    }

    .icon-mm .door {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 0.9em;
      height: 0.8em;
      border: 0.12em solid #ffffff;
      border-bottom: none;
      border-radius: 0.15em 0.15em 0 0;
    }

    .icon-mm .door::after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 0.12em;
      height: 100%;
      background-color: #ffffff;
      transform: translateX(-50%);
    }

.tutor-checkout-billing-inner input.tutor-form-control,.tutor-checkout-billing-inner select.tutor-form-control{
	margin-bottom:10px;
}

.tutor-checkout-billing-inner .tutor-col-sm-6{
	padding-right:10px;
}

.home_social_icons i.fa-phone-alt{
	transform: rotate(90deg) !important;
}




/* ===== TOP CONTENT BOX ===== */

.roadmap-top-content{
     max-width: 1200px;
    margin: 30px auto 40px;
    background: #ffffff;
    border: 3px solid #041c3c;
    border-radius: 6px;
    padding: 25px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.roadmap-top-content h2{
    color:#b3122d;
    font-size:26px;
    font-weight:800;
    text-transform:uppercase;
    line-height:1.4;
    margin:0;
}

/* ===== BOTTOM CONTENT BOX ===== */

.roadmap-bottom-content{
     max-width: 1200px;
    margin:40px auto 0;
    text-align:center;
   padding: 20px 20px 20px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.roadmap-bottom-content .level-title{
    font-size:60px;
    font-weight:900;
    color:#111111;
    letter-spacing:2px;
    line-height:1;
    margin-bottom:20px;
}

.roadmap-bottom-content .level-title span{
    color:#b3122d;
}

.roadmap-bottom-content .level-badge{
    display:inline-block;
    background:#b3122d;
    color:#ffffff;
    font-weight:700;
    letter-spacing:3px;
    padding:12px 45px;
    border-radius:40px;
    font-size:16px;
    text-transform:uppercase;
}

@media(max-width:600px){

    .roadmap-top-content h2{
        font-size:18px;
    }

    .roadmap-bottom-content .level-title{
        font-size:42px;
    }

    .roadmap-bottom-content .level-badge{
        font-size:13px;
        padding:10px 28px;
    }

}




/* .tutor-card-footer span.etlms-enrolled-icon, .tutor-card-footer span.etlms-enrolled-level{
	    display: none;
}
 */



/* RESPONSIVE */
@media (max-width: 768px) {
  .popup-box {
    flex-direction: column;
  }

  .popup-left {
    display: none; /* mobile me hide */
  }

  .popup-right {
    width: 100%;
  }
}



@media (max-width: 768px) {
  .form-row {
    display: block;
  }
  .course-layout {
    display: block !important;
  }

  .immek-related-section .immek-related-card__meta {
    top: 352px;
  }
	
.immek-related-card__body {
    top: 230px;	
}	
	
.immek-related-card__desc {
    font-size: 14px;
    letter-spacing: 0;
}	
	

}



