:root {

            --primary: #14457b;

            --secondary: #38b6ff;

            --accent: #38b6ff;

            --light: #f7fafc;

            --dark: #2d3748;

        }


        body{
          background-color: #000018;
        }



        h1,h2,h3,h4,h5,h6,p,li,ol,span{

          font-family: "Roboto", Sans-serif;

        }

        

       header {

     

      box-shadow: 0 2px 10px rgba(0,0,0,0.1);

     

    }

    .navbar-toggler-icon{
      background-image: url(../img/menu.png)!important;
    }

    .navbar-toggler{
      background: #712ede;
    }

    .offcanvas.show:not(.hiding), .offcanvas.showing{
      background: #120737;
    }

   .offcanvas-title{
    color: #fff;
   }

   .btn-close
   {
    background-image: url(../img/cross.png);
   }



    header .navbar-brand {

      font-weight: bold;

      background-color: #ffffff;
      padding-left: 10px;
      padding-right: 10px ;
      border-radius: 20px 0px 0px 20px;

    }



 /* @media screen and (min-width:1440px) {

  

  .container{

max-width: 1350px;

  }



  

 }   */



 /* @media screen and (min-width:1200px) and (max-width:1400px) {

  .container{

  max-width: 92%;

 }

 } */

  /* @media screen and  (max-width:1200px) {

  .container{

  max-width: 95%;

 }

 } */

 .navbar{
  background-color: #0c0c1e;
  padding: 0px 10px 0px 0px;
  border-radius: 20px;
  top:20px;
  z-index: 111;
  left: 100px;
   right: 100px;
  position: absolute;
  box-shadow: rgba(184, 150, 1, 0.5) 0px 1px 12px 0px;
  border:1px solid;
  border-color: var(--token-807f69de-f80b-4cee-bdc1-f145b2aafb7c, rgb(20, 20, 57));
 }
 



    header .nav-link {

      color: #f1f1f1;

      font-weight: 400;

      transition: color 0.3s;

      font-size: 17px;

    }



    .nav-link.active{

        color: #d49800!important;



    }



    .navbar-nav{

        gap: 15px;

    }



    .nav-link.active::after{

        content: "";

        width: 100%;

        height: 1px;

        background-color: #d49800;

        display: flex;

    }



    header .nav-link:hover {

      color: #d49800;

    }



    .nav-link {

    /* Required for positioning the ::after element */

    position: relative; 

    /* Add transition for a smooth animation */

    transition: color 0.3s ease-in-out; 

}



.nav-link::after {

    content: "";

    /* The line starts at the bottom of the link */

    position: absolute; 

    left: 0;

    bottom: 0; /* Adjust this value if you need space below the text */

    

    /* Initial state: zero width, so it's hidden */

    width: 0%; 

    height: 1px; /* Changed to 2px for better visibility */

    background-color: #035585; 

    

    /* Smooth transition for the width */

    transition: width 0.3s ease-in-out; 

    /* 'display: block' is better suited for an element that takes up a line */

    display: block; 

}



/* When the link is hovered, change the width of its ::after element to 100% */

.nav-link:hover::after {

    width: 100%;

}



/* If you want the active link to *always* show the full line, use this: */

.nav-link.active::after {

    width: 100%;

}



    /* Optional custom style for toggler icon */

    header .navbar-toggler {

      border: none;

      outline: none;

    }



    header .navbar-toggler:focus {

      box-shadow: none;

    }



    header .offcanvas {

      width: 250px;

    }







     .hero-section {

            /* background-image: url(../img/about-bg.webp); */

            background-size: cover;

            background-position: center;

            color: #ffffff;

            padding: 180px 0 80px;

            position: relative;

            overflow: hidden; /* Hide overflowing background elements */

            /* min-height: 85vh; */

            display: flex;

            align-items: center; /* Center content vertically */

        }


        .framer-1gnnghh{
              filter: blur(85px);
    -webkit-user-select: none;
    user-select: none;
    aspect-ratio: 2.55042;
    background-color:  #712ede;
    height: var(--framer-aspect-ratio-supported, 282px);
    pointer-events: none;
    will-change: var(--framer-will-change-effect-override, transform);
    z-index: -1;
    border-radius: 130px;
    flex: none;
    width: 60%;
    position: absolute;
    top: -42px;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%);
        }

        


        /* .hero-section::before,

        .hero-section::after,

        .bg-element {

            content: '';

            position: absolute;

            background-color: rgba(255, 255, 255, 0.05); /* Lighter elements for contrast */

          



        /* Large hexagons and dots for the background pattern */

        .hero-section::before {

            width: 150px;

            height: 150px;

            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); /* Hexagon shape */

           top: -80px !important;

            left: -80px !important;

            transform: rotate(20deg);

        }

        .hero-section::after {

            width: 200px;

            height: 200px;

            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

            top: -80px!important;

            right: -80px!important;

            transform: rotate(-30deg);

        }

        .bg-element.dot-1 { width: 10px; height: 10px; border-radius: 50%; top: 30%; left: 10%; background-color: rgba(255, 255, 255, 0.2); }

        .bg-element.dot-2 { width: 8px; height: 8px; border-radius: 50%; bottom: 20%; right: 15%; background-color: rgba(255, 255, 255, 0.2); }

        .bg-element.plus-1 { width: 20px; height: 20px; background: linear-gradient(to right, transparent 40%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 60%), linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 60%); top: 15%; left: 45%; transform: rotate(45deg); }

        .bg-element.plus-2 { width: 25px; height: 25px; background: linear-gradient(to right, transparent 40%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 60%), linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.2) 60%, transparent 60%); bottom: 10%; left: 30%; transform: rotate(45deg); }

        .bg-element.hex-sm-1 { width: 40px; height: 40px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); top: 5%; right: 20%; background-color: rgba(255, 255, 255, 0.1); transform: rotate(10deg); }

        .bg-element.hex-sm-2 { width: 30px; height: 30px; clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); bottom: 5%; left: 5%; background-color: rgba(255, 255, 255, 0.1); transform: rotate(-5deg); }

        /* Add more elements as desired for the pattern */





        .hero-content {

            position: relative;

            z-index: 1; /* Ensure content is above background patterns */

        }



        .hero-pre-heading {
    font-size: 18px;
    color: #ffc107;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    justify-content: center;
}

        .hero-pre-heading::before {

            content: '';

            display: inline-block;

            width: 8px;

            height: 8px;

            background-color: #ffc107;

            border-radius: 50%;

            margin-right: 8px;

        }



        .hero-main-heading {

            font-size: 4.5rem; /* Large heading */

            font-weight: 700;

            line-height: 1.1;

            margin-bottom: 20px;

            text-align: center;

            text-shadow: 
    0 0 5px rgba(255, 0, 150, 0.7),
    0 0 15px rgba(0, 200, 255, 0.6),
    0 0 30px rgba(255, 0, 150, 0.4),
    0 0 50px rgba(0, 200, 255, 0.2);

        }


        /* Glow Layer */
/* .hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
} */

/* Left Corner Glow */
/* .hero-section::before {
  left: 0;
  background: radial-gradient(circle at top left,
      rgba(255, 255, 120, 0.55) 0%,
      rgba(255, 255, 120, 0.25) 25%,
      rgba(255, 255, 120, 0.05) 55%,
      transparent 80%
  );
} */

/* Right Corner Glow */
/* .hero-section::after {
  right: 0;
  background: radial-gradient(circle at top right,
      rgba(255, 255, 120, 0.55) 0%,
      rgba(255, 255, 120, 0.25) 25%,
      rgba(255, 255, 120, 0.05) 55%,
      transparent 80%
  );
} */



        .hero-sub-heading {

            font-size: 1.1rem;

            color: rgba(255, 255, 255, 0.8);

            margin-bottom: 30px;

            max-width: 100%;
            text-align: center;

        }



        .hero-buttons .btn {

            padding: 12px 30px;

            font-size: 1rem;

            font-weight: 600;

            border-radius: 5px;

            margin-right: 15px;

            transition: background-color 0.3s ease, border-color 0.3s ease;

        }



         .btn {

            padding: 12px 30px;

            font-size: 1rem;

            font-weight: 600;

            border-radius: 5px;

            margin: 15px; /* Added margin for spacing between buttons */

            cursor: pointer;

            text-decoration: none; /* Ensure no underline on anchor buttons */

            display: inline-block; /* Allows margins and sizing */

        }



        /* Update the existing CSS for .btn-yellow-dark */

.btn-yellow-dark {

    background-color: #ffc107; /* Yellow button */

    border-color: #ffc107;

    color: #1a1a1a;

    border: none; /* Ensure no default border interferes */

    /* Transition for box-shadow and transform */

    transition: box-shadow 0.3s ease-in-out, transform 0.2s ease-out;

}



.btn-yellow-dark:hover {

    /* Slightly lift the button */

    transform: translateY(-2px); 



    /* SHARP, LAYERED BORDER EFFECT using box-shadow: */

    box-shadow: 

        /* 1. Innermost sharp yellow glow (Matches button color) */

        0 0 0 3px #ffc107, 

        

        /* 2. Middle sharp blue/cyan border */

        0 0 0 4px #00FFFF, 

        

        /* 3. Outermost sharp pink/magenta border */

        0 0 0 6px #FF00FF; 

        

    /* NOTE: The format is: h-offset v-offset blur-radius spread-radius color */

    /* By setting blur-radius to 0 and increasing the spread-radius, 

       we create the solid, defined border seen in your image. */

}



        /* NEON GLOW EFFECT */

        .btn-neon-glow {

            /* Initial state: no glow */

            box-shadow: none;

            /* Ensure all relevant properties transition smoothly */

            transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out;

        }



        .btn-neon-glow:hover {

            /* Multiple box-shadows to create the layered glow effect */

            box-shadow: 

                0 0 5px rgba(255, 0, 150, 0.7), /* Pink/Magenta inner glow */

                0 0 15px rgba(0, 200, 255, 0.6), /* Cyan/Blue middle glow */

                0 0 30px rgba(255, 0, 150, 0.4), /* Pink/Magenta outer glow */

                0 0 50px rgba(0, 200, 255, 0.2); /* Cyan/Blue outermost glow */

            

            /* You might want to slightly lift the button on hover */

            transform: translateY(-2px);

            /* Add this to the transition for transform */

            transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;

        }



        /* Optional: Keep the yellow button background on hover if you prefer, 

           or let it change as per .btn-yellow-dark:hover */

        /* .btn-neon-glow:hover {

            background-color: #ffc107; 

            border-color: #ffc107;

        } */



        .video-wrapper {

            position: relative;

            padding-bottom: 56.25%; /* 16:9 aspect ratio */

            height: 0;

            overflow: hidden;

            border-radius: 10px; /* Rounded corners for the video frame */

            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); /* Shadow for depth */

            background-color: #000; /* Fallback background */

        }



        .video-wrapper iframe {

            position: absolute;

            top: 0;

            left: 0;

            width: 100%;

            height: 100%;

            border: 0;

        }



        /* Responsive adjustments */

        @media (max-width: 991.98px) {

            .hero-section {

                padding: 140px 0 40px;

                text-align: center;

            }

            .hero-main-heading {

                font-size: 2.8rem;

            }

            .hero-sub-heading {

                font-size: 1rem;

                max-width: 100%;

            }

            .hero-buttons {

                justify-content: center;

                margin-top: 30px;

            }

            .hero-pre-heading {

                justify-content: center;

            }

            .video-wrapper {

                margin-top: 40px;

            }

        }



        @media (max-width: 575.98px) {

            .hero-main-heading {

                font-size: 2rem;

            }

            .hero-buttons .btn {

                display: block;

                width: 100%;

                margin-right: 0;

                margin-bottom: 15px;

                margin-left: 0px;

            }

             .hero-buttons{

              gap: 5px;

             }

        }



         /* --- Section Styling --- */

        .about-section {

            padding: 50px 0;

            background-color: #000018;

            position: relative;

            /* Crucial: Hides the logo when it's off-screen */

            overflow: hidden; 

            min-height: 450px; 

            border-bottom: 1px solid #eee;

        }


        


        /* --- Content Styling --- */

        .about-content {

            font-size: 1.05rem;

            line-height: 1.8;

            color: #e7e7e7;

            /* Match the image's narrow column for text */

            max-width: 650px; 

            font-family: 'Rubik', sans-serif;

        }



       .btn-youtube {

    background-color: #1a1a1a;

    color: #ffffff;

    padding: 12px 30px;

    font-size: 1rem;

    font-weight: 600;

    border-radius: 50px;

    border: 3px solid #ffc107;

    transition: background-color 0.3s 

ease, border-color 0.3s 

ease;

    text-decoration: none;

    display: inline-block;

    margin-top: 30px;

}



        .btn-youtube:hover {

            background-color: #ffc107;

            border-color: #000;

            color: #000;

        }



        /* --- Logo & Animation Styling --- */

        .about-logo-wrapper {

            position: absolute;

            right: 0; /* Aligns the container's right edge to the section's right edge */

            top: 50%;

            width: 180px; 

            height: 180px;

            display: flex;

            justify-content: center;

            align-items: center;

            

            /* Initial State: Push the logo off-screen left and fade out */

            transform: translateY(-50%) translateX(-300px); 

            opacity: 0; 

            transition: opacity 0.5s ease-out; /* Only opacity transitions with CSS */

            will-change: transform; /* Hint browser for performance */

            z-index: 1; /* Keep it above other elements */

        }



        .about-logo-wrapper.is-in-view {

            opacity: 1; /* Fades in when the section becomes visible */

        }

        

        /* The JavaScript scroll function will dynamically update the transform: translateX() */



        .about-logo {

            background-color: #fff;

            border-radius: 50%;

            padding: 10px;

            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);

            text-align: center;

            width: 100%;

            height: 100%;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);

        }



        .about-logo img {

            width: 280px;

            margin-bottom: 8px;

            /* Add some rotation for visual interest, if desired */

            /* transform: rotate(10deg); */

        }



        



        /* --- Responsive Adjustments --- */

        @media (max-width: 991.98px) {

            .about-logo-wrapper {

                position: static; 

                width: 150px;

                height: 150px;

                margin: 40px auto 0 auto; 

                transform: none !important; /* Disable scroll animation on small screens */

                opacity: 1 !important; 

            }

            .about-section {

                text-align: center;

            }

            .about-content {

                max-width: 100%;

            }

            /* .about-logo img {

                max-width: 50px;

            } */

        }





         .faculty-section {

      padding: 80px 20px 0px;

      /* background-color: #1B252F; */

      /* background-image: url(../img/new-banner-bg.jpg); */

     background-position: center;

     background-size: cover;

      margin: auto;

      border-bottom: 1px solid #eee;

    }



    .faculty-section h6 {

      color: #FFB100;

      font-weight: 600;

      letter-spacing: 1px;

      margin-bottom: 10px;

      text-transform: uppercase;

    }



    .faculty-section h2 {

      font-weight: 700;

      font-size: 3.3rem;

      margin-bottom: 30px;

      color: #fff;

      font-family: 'Rubik', sans-serif;

    }



    .faculty-section p {

      color: #f4f4f4;

      line-height: 1.8;

      font-size: 1.1rem;

      font-family: 'Rubik', sans-serif;

      margin-bottom: 30px!important;

    }



    .btn-custom {

      background-color: #FFB100;

      color: #000;

      font-weight: 700;

      padding: 15px 30px;

      border: none;

      border-radius: 2px;

      text-transform: uppercase;

      display: block;

      width: 250px;

      text-align: center;

      margin-top: 20px;

      transition: all 0.3s ease;

      text-decoration: none;

      border: 2px solid #FFB100;

    }



    .btn-custom:hover {

      background-color: transparent;

      box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;

      color: #ffffff;

    }



    .faculty-image{

        display: flex;

        align-items: end;

        height: 100%;

    }



    .courses{

        padding: 60px 0px 40px;

        /* background-color: #f5f9fa; */

    }



    .course-heading h2{

        text-align: center;

        font-size: 2.8rem;

        font-weight: 700;

        color: #fff;

    }

    .feaure-course h5{

        font-size: 14px;

    text-transform: uppercase;

    letter-spacing: 5px;

    font-weight: 700;

    display: flex;

    align-items: center;

    gap: 10px;

    color: #dea202;



    }



    .course-text{

        padding: 20px;

    }



    .feature-heading{

        margin-top: 20px;

        margin-bottom: 20px;

    }



    .feature-heading h3{

        font-size: 30px;

        font-weight: 700;

        color: #fff;

    }

    .feature-para p{

        font-size: 17px;

        font-weight: 500;

        font-family: 'Rubik', sans-serif;

        color: #f0f0f0;

    }



    .btn-course{

        background-color: #FFB100;

        font-weight: 700;

        border-radius: 0px;

        font-size: 17px;

        color: #fff;

        border: 2px solid #FFB100;

        margin-left: 0px;

    }



    .btn-course:hover{

        color: #000000!important;

        background-color: #FFB100!important;

        border: 2px solid #FFB100;

    }



    .features-list{

        list-style: none;  

        padding-left: 0px;

    }



    .features-list li{

        font-size: 14px;

        margin-bottom: 5px;

        display: flex;

        align-items: center;

        gap: 10px;

        padding: 5px;

        border: 1px solid #dea202;

        border-radius: 20px;

        color: #fff;

    }



    .upcoming-course{

        padding: 50px 0px 20px 0px;

    }

    .heading-upcoming h3{

        font-size: 3rem;

        font-weight: 700;

        text-align: center;

        color: #fff;

    }

    .hyedrabad{
      padding: 40px 0px;
    }



    .hyedrabad .gallery-title{

        margin-bottom: 40px;

    }



    .hyedrabad .gallery-title{

        font-size: 2.5rem;

        font-weight: 700;

        text-align: center;

        color: #fff;

    }



    .owl-prev{

        position: absolute;

    left: 0;

    top: 45%;

    }

     .owl-next{

        position: absolute;

    right: 0;

    top: 45%;

    }



    .owl-nav button i{

        color: #FFB100;

        font-size: 30px;

    }

    .owl-theme .owl-nav [class*=owl-]:hover {

    background: #ffffff!important;

    color: #FFF;

    text-decoration: none;

    display: flex;

    border-radius: 50%;

}



 /* ===== Unique Testimonial Section Styling ===== */

    .testimonial-section {

      /* background-color: #fff; */

      padding: 80px 0;

      font-family: 'Poppins', sans-serif;

    }



    .testimonial-section .section-heading {

      color: #FFB100;

      text-transform: uppercase;

      font-size: 14px;

      font-weight: 600;

      letter-spacing: 1px;

      margin-bottom: 8px;

    }



    .testimonial-section .main-heading {

      font-size: 2.8rem;

      font-weight: 700;

      color: #ffffff;

      margin-bottom: 50px;

    }



    .testimonial-card {

      background: #0b0b1e;

      border-radius: 16px;

      /* box-shadow: 0px 3px 5px rgba(238, 238, 238, 0.7); */

      padding: 80px 30px 20px;

      transition: all 0.3s ease;

      height: 100%;

      position: relative;

       
      border:2px solid ;

      border-color: var(--token-807f69de-f80b-4cee-bdc1-f145b2aafb7c, rgb(20, 20, 57));



    }



    .testimonial-card:hover {

      transform: translateY(-5px);

      

    }



    .testimonial-card .user-img {

      width: 100px;

      height: 100px;

      border-radius: 12px;

      overflow: hidden;

      margin-bottom: 20px;

      position: absolute;

      top: -50px;

      border: 2px solid #d49800;

    }



    .testimonial-card .user-img img {

      width: 100%!important;

     

    }



    .testimonial-card p {

      color: #efefef;

      font-size: 16px;

      line-height: 1.7;

      margin-bottom: 20px;

    }



    .testimonial-card .user-name {

      font-weight: 600;

      font-size: 17px;

      color: #fff;

      text-transform: uppercase;

    }



    .testimonial-section .btn-learn {

      background: transparent;

      border: 2px solid #FFB100;

      color: #FFB100;

      font-weight: 700;

      border-radius: 30px;

      padding: 10px 22px;

      transition: 0.3s;

      font-size: 1.2rem;

      background-color: transparent;

    }



    .testimonial-section .btn-learn:hover {

      background: #FFB100;

      color: #000;

    }



    @media (max-width: 768px) {

      .testimonial-card {

        margin-bottom: 30px;

      }

    }





     /* ===== Dark Footer Styling ===== */

    .custom-footer {

      background-color: #0b0b1e;

      color: #fff;

      /* padding: 70px 0 0; */

      font-family: 'Poppins', sans-serif;

      border-top: 1px solid;

      border-color: var(--token-807f69de-f80b-4cee-bdc1-f145b2aafb7c, rgb(36, 36, 105));

    }

    .footer-about{
      padding: 20px 10px;
    background: #ffefdb;
    border-radius: 0px 0px 40px 40px;
    box-shadow: rgba(244, 244, 244, 0.4) 0px 3px 8px;
    }



    .custom-footer .footer-logo img {

      width: 150px;

      margin-bottom: 20px;

      display: block;

       margin: auto;

    }

    .footer-about p{
      color: #000!important;
      font-size: 16px!important;
      text-align: center;
      line-height: 1.6!important;
      margin-top: 15px;
    }



    .custom-footer h5 {

      color: #ffff;

      font-size: 18px;

      font-weight: 600;

      margin-bottom: 20px;

      position: relative;

    }



    .custom-footer h5::after {

      content: "";

      position: absolute;

      width: 40px;

      height: 2px;

      background: #FFB100;

      bottom: -6px;

      left: 0;

    }



    .custom-footer p {

      font-size: 17px;

      line-height: 1.8;

      margin-bottom: 0;

      color: #b0b0b0;

    }



    .custom-footer ul {

      list-style: none;

      padding: 0;

      margin: 0;

    }



    .custom-footer ul li {

      margin-bottom: 10px;

    }



    .custom-footer ul li a {

      color: #c9c9c9;

      text-decoration: none;

      font-size: 17px;

      transition: 0.3s;

      font-weight: 500;

    }



    .custom-footer ul li a:hover {

      color: #FFB100;

      padding-left: 5px;

    }



    .custom-footer .contact-info li {

      font-size: 17px;

      font-weight: 500;

    }



    .custom-footer .contact-info i {

      color: #FFB100;

      margin-right: 10px;

    }



    .footer-bottom {

      border-top: 1px solid rgba(50, 50, 50, 0.4);

      margin-top: 40px;

      padding: 20px 0;

      text-align: center;

      font-size: 16px;

      color: #484848;



    }



    .footer-bottom a {

      color: #FFB100;

      text-decoration: none;

      font-weight: 500;



    }



    @media (max-width: 767px) {

      .custom-footer {

        text-align: center;

      }



      .custom-footer h5::after {

        left: 50%;

        transform: translateX(-50%);

      }



      .custom-footer .footer-logo img {

        margin: 0 auto 20px;

      }

    }



      /* Section Styling */

    .mrcp-section {

      padding: 80px 0 20px;

     background-color: #000018;

      /* max-height: 92vh; */

  

      position: relative;

    }



    .heart-img{

      position: absolute;

    bottom: 20px;

    left: 70%;

    }

     .heart-img img{

      width: 80px;

     }

     .book-img{

      position: absolute;

      top: 40px;

      right: 50px;

    }

     .book-img img{

      width: 80px;

     }

    .mrcp-heading {

      color: #ffc107;

      font-weight: 600;

      font-size: 2.8rem;

        font-family: 'Rubik', sans-serif;

      padding-top: 100px;

      margin-bottom: 20px;

    }



    .mrcp-subheading {

      color: #ffc107;

      font-weight: 600;

      font-size: 2.8rem;

      line-height: 1.2;

      font-family: 'Rubik', sans-serif;

    }



    .mrcp-text {

      color: #f0f0f0;

    font-size: 1.2rem;

    margin-top: 40px;

    }



    .relative-div .btn-course {

      

      background-color: transparent;

      border: 1px solid #ffd32b!important;

      color: #fff;

      border-radius: 8px;

      padding: 12px 28px;

      font-weight: 600;

      border: none;

      transition: all 0.3s ease;

    }




    .btn-course:hover {

      /* border-color: #FFB100!important; */

      box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
    color: #fff;

     

    }



    /* Right Box Styling */

    .mrcp-image-box {

      position: relative;

      background-color: #FFD32B;

    background-image: url(https://intellectmedicos.com/wp-content/uploads/2022/12/Element.webp);

    background-position: center center;

      border-radius: 15px;

     

      overflow: hidden;

      margin: 50px 10px 30px 40px;

    --e-column-margin-right: 10px;

    --e-column-margin-left: 40px;

    padding: 30px 30px 0 30px;

    }



    .mrcp-inner-card {

   

      border-radius: 10px;

     

      position: relative;

      overflow: hidden;

    }



    .mrcp-inner-card img {

      width: 100%;

      border-radius: 8px;

    }



    .mrcp-inner-card h3 {

      color: #fff;

      font-weight: 700;

      margin-top: 15px;

    }



    .mrcp-inner-card span {

      color: #ffeb3b;

      font-weight: 700;

    }



    .register-btn {

      display: inline-block;

      background: #fff;

      color: #000;

      border-radius: 30px;

      font-weight: 600;

      padding: 10px 25px;

      margin-top: 10px;

      text-decoration: none;

      transition: 0.3s;

    }



    .register-btn:hover {

      background: #f1f1f1;

    }



    @media (max-width: 768px) {

      



      .mrcp-image-box {

        margin-top: 40px;



      }

    }



    .relative-div{

      position: relative;

    }



    .mrcp-2{

      /* background-color: #f8f7f3; */

      padding: 50px 0px;

    }

    .preparatory-content{

      padding-left: 30px;

    }

    .preparatory-content h3{

       font-size: 2.7rem;

       font-weight: 700;

      font-family: 'Rubik', sans-serif;

       color: #ffffff;

    }

    .preparatory-content p.para{

      margin-top: 20px;

      text-align: left;

    font-family: "Roboto", Sans-serif;

    font-size: 17px;

    color: #cbcbcb;

    }

    .preparatory-content p{

      font-family: "Roboto", Sans-serif;

      font-size: 17px;

      color: #cbcbcb;

    }



     /* Outer yellow frame */

    .yellow-frame {

      position: relative;

      display: inline-block;

      border-radius: 12px;

      overflow: visible;

      margin-top: 30px;

    }



    /* Yellow side frame effect */

    .yellow-frame::before {

      content: "";

      position: absolute;

      

    

      width: 95%;

      height: 100%;

      background-color: #ffcc00;

      border-radius: 3px;

      z-index: 0;

      right: 0;

    left: 0;

    bottom: -20px;

    }



    /* Inner white card with image */

    .inner-card {

      position: relative;

      background-color: #fff;

      border-radius: 3px;

      overflow: hidden;

      z-index: 1;

      display: inline-block;

      width: 93%;

  

    object-fit: cover;

        display: block;

    margin-left: auto;

    }



    .inner-card img {

      width: 100%;

      border-radius: 12px;

      display: block;

    }



    @media (max-width: 768px) {

    

      .yellow-frame::before {

        left: 5px;

        top: 10px;

      }

    }



   



    .pre-box{

      box-shadow: 2px 2px 30px 0 rgba(31, 28.99999999999999, 12.999999999999998, .09);

    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

    padding: 20px;

    border-radius: 10px;

    }



    .pre-head h3{

      font-size: 2.2rem;

      color: #ffd53b;

    }



    .pre-box{

      height: 100%;

      background-color: #0b0b1e;
    border: 1px solid #041e40;

    }



    .pre-text p{

      font-size: 1.1rem;

      color: #dbdbdb;

       font-family: "Roboto", Sans-serif;

    }





    .stats-section {

      padding: 40px 0 20px;

      /* background-color: #fff; */

      text-align: center;

      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);

    }



    .stat-box {

      padding: 20px 20px;

      transition: all 0.4s ease;

      border-bottom: 2px solid transparent;

      background: rgb(11 11 30 / 50%);

      border: 1px solid #712ede;

    }



    .stat-box:hover {

      transform: translateY(-5px);

      border-bottom: 2px solid #FFB100;

      background-color: #06061b;

      border-radius: 8px;

    }



    .stat-number {

      font-size: 4rem;

      font-weight: 700;

      color: #ffffff;

    }



    .stat-box span {

      color: #ffffff;

    }



    .stat-text {

      margin-top: 10px;

      font-size: 1.1rem;

      color: #FFC107;

      font-weight: 500;

    }



    .divider {

      width: 50%;

      height: 1px;

      background-color: #ccc;

      margin: 20px auto;

    }



    .details-text h3{

   

      font-weight: 700;

      font-family: "Barlow", Sans-serif;

      font-size: 66px;

      color: #ffffff;

    }



    .details-text .features-list li{

      font-size: 18px;

        font-family: "Roboto", Sans-serif;

    }



    .details-text .features-list{

      margin-top: 40px;

    }



    .course-card{

      

      border-radius: 3px;

     

      background-color: #f8f7f3;

      position: relative;

      z-index: 11;

    }



    .course-card .content{

      background-color: #fff;

      padding: 40px 20px 20px;

       border: 1px solid #666666;

    }



    .course-card::after{

      content:"";

      display: flex;

      position: absolute;

      height: 100%;

      width: 100%;

      left: 25px;

      top: 25px;

      bottom: -15px;

      background-color: #ffd53b;

      z-index: -11;

    }



    .service-card-price h4{

      font-family: "Roboto", Sans-serif;

      font-weight: 800;

    }



    .service-card-btn{

margin-top: 15px;

    }



    .service-card-btn .btn-course{

      color: #fff;

      background-color: #38b6ff;

      border: 2px solid #FFB100;

      display: block;

      width: 100%;

      border-radius: 5px;

      padding: 12px;

      font-size: 19px;

    }



    .service-card-list ul{

      list-style: none;

      padding-left: 0px;

      margin-top: 20px;

    }



    .service-card-list ul li{

      display: flex;

      flex-wrap: wrap;

      justify-content: space-between;

      padding: 15px 0px 10px;

      border-bottom: 1px solid #666666;

      font-weight: 500;

    }

     .service-card-list ul li span i{

      margin-right: 5px;

      font-size: 20px;

     }



     .service-card-list ul li span{

      font-size: 18px;

       font-family: "Roboto", Sans-serif;

     }



     .service-card-list ul li .pre{

      /* color: #fff; */

     }



     .course-cotnent-head h3{

      font-size: 2.7rem;

      font-family: "Roboto", Sans-serif;

      font-weight: 700;

      color: #ffd53b;



     }



     .course-content-list{

      margin-top: 20px;

      color: #fff;

     }



      .course-content-list ul{

        padding-left: 0px;

      }



      .course-content-list ul li{

        list-style: none;

        margin-bottom: 10px;

        font-size: 18px;

         font-family: "Roboto", Sans-serif;

         font-weight: 500;

      }



      .question-head h3{

        font-size: 2.1rem;

        font-family: "Roboto", Sans-serif;

      }



      .service-call-btn .btn-call{

        color: #fff;

      background-color: #FFB100;

      border: 2px solid #38b6ff;

      display: block;

      width: 100%;

      border-radius: 5px;

      margin-left: 0px;

      padding: 12px;

      font-size: 19px;

      margin-top: 20px;

      }



      .inportant-resource{

        margin-top: 60px;

        

      }



      .important-head h3{

        font-size: 2.2rem;

        font-family: "Roboto", Sans-serif;

        color: #ffd53b;

      }



      .flex-box{

        display: flex;

        gap: 15px;

        margin-top: 20px!important;

      }



      .important-text h5 a{

        font-size: 20px;

        text-decoration: none;

        color: #000;

        font-weight: 700;

        margin-bottom: 20px;

      }



       .important-text p{

        color: #e1e1e1;

        font-size: 17px;

         font-family: "Roboto", Sans-serif;

       }



        .important-text h4 a{

          color: #ffd53b;

          text-decoration: none;

          font-size: 25px;

          font-weight: 700;

        }

         .important-text h4 a del{

          margin-right: 15px;

          color: #bebebe;

         }

         .important-img img{

          height: 180px;

          object-fit: cover;

         

         }



         .mrcp-first-step{

          padding: 80px 0px;

          background-color: #000;

         }



         .step-content h2{

          font-size: 3.2rem;

          color: #FFB100;

          font-weight: 700;

           font-family: "Roboto", Sans-serif;

           margin-bottom: 30px!important;

         }



         .step-content p{

          font-size: 1.05rem;

          color: #cecece;

          font-family: "Roboto", Sans-serif;

         }

      

         .step-course-btn .btn{

          border: 1px solid #fff!important;

         }



          .step-course-btn .btn:hover{

           border: 1px solid #FFB100!important;

           color: #FFB100;

          }



          .step-img{

            display: flex;

            gap: 20px;

            position: relative;

            z-index: 11;

          }

          .step-inner-img img{

            border-radius: 5px;

           margin-bottom: 20px;

           height: 230px;

           object-fit: cover;

          }



          #step-inner-1 {

            margin-top: 20px;

          }



          .element-3{

            position: absolute;

            right: -100px;

            bottom: -30px;

            z-index: 0;

          }



          .step-content{

            position: relative;

          }

  



          .service-about-faculty{

            padding: 80px 0px 0px;

            /* background-color: #fff; */

          }



          .service-about-faculty-details h3{

            font-size: 2.7rem;

            font-weight: 700;

            color: #ffffff;

             font-family: "Roboto", Sans-serif;

             margin-bottom: 20px!important;

          }



          .service-about-faculty-para p{

            font-size: 17px;

             font-family: "Roboto", Sans-serif;

             color: #ececec;

          }



            .service-about-faculty-para p a{

              color: #FFB100;

              text-decoration: none;



            }



            .service-faculty-btn .btn{

              background-color: #6ec1e4;

              color: #fff;

              border-radius: 5px;

              margin-left: 0px;

            }

             .service-faculty-btn {

              display: flex;

              gap: 20px;

             }



             .word .heading-word h3{

              font-size: 2.7rem;

               font-family: "Roboto", Sans-serif;

                font-weight: 600;

            color: #6ec1e4;

             }



             .user-img img{

              width: 150px!important;

             }



             .service-testimonial{

              padding: 20px;

              display: flex;

              gap: 15px;

              border: 1px solid #707070;

              border-radius: 10px;

              height: 100%;

            

             }



             .test-content{

              font-size: 1.3rem;

              font-family: "Roboto", Sans-serif;

              color: #666666;

             }



             .test-content h5{

              font-weight: 700;

              font-size: 1.5rem;

              font-style: italic;

              font-family: "Roboto", Sans-serif;

             }



             .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

    background: #FFB100!important;

}



.owl-theme .owl-dots .owl-dot span{

  background: #ffe9a6!important;

}



.youtube-video{

  padding: 20px;

}



.youtube-video iframe{

  width: 100%;

  height: 300px;

}





 .about-hero {

      padding: 50px 0 50px;

   

    }



    .breadcrumb {

      background: transparent;

      padding: 0;

      font-size: 17px;

      font-family: "Roboto", Sans-serif;

    }



    .breadcrumb a {

      color: #00a8e8;

      text-decoration: none;

      transition: color 0.3s;

      font-size: 17px;

      font-family: "Roboto", Sans-serif;

    }



    .breadcrumb a:hover {

      color: #007bb8;

    }



    .about-title {

      font-size: 3.3rem;

      font-weight: 700;

      color: #000000;

      margin-bottom: 20px;

      font-family: "Roboto", Sans-serif;

    }



     .contact-title {

      font-size: 3.3rem;

      font-weight: 700;

      color: #FFB100;

      margin-bottom: 20px;

      font-family: "Roboto", Sans-serif;



    }



    .about-text {

      font-size: 1.1rem;

      font-family: "Roboto", Sans-serif;

      line-height: 1.7;

      max-width: 600px;

      margin-bottom: 20px;

      color: #fff;

    }



    .contact-text{

      font-size: 1.3rem;

      font-family: "Roboto", Sans-serif;

      line-height: 1.7;

      max-width: 600px;

      margin-bottom: 20px;

      color: #d8d8d8;

    }



    .btn-explore {

      background-color: #FFB100;

      border: none;

      padding: 12px 28px;

      font-weight: 600;

      margin: 0px;

      color: #000000;

      border-radius: 6px;

      transition: all 0.3s;

      font-family: "Roboto", Sans-serif;

     

    }



    .btn-explore:hover {

      box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;

      color: #fff;

    }



    @media (max-width: 767px) {

      .about-hero {

       

        padding: 140px 0px 0px;

      }



      .contact-title{

          font-size: 2.3rem;

          margin-bottom: 8px!important;

          text-align: left;

      }

      .contact-desc{

        text-align: left;

      }



      .about-text {

        margin: 0 auto 25px;

      }

      .contact-text{

        font-size: 1.1rem;

        margin: 0px 0px!important;

      }

      .about-title-img{

        margin-top: 30px;

      }

    }







    .learning-section {

  

  padding: 60px 0px;



}



.learning-heading {

  color: #ffffff;

  font-size: 2.5rem;

  line-height: 1.3;

  font-family: "Roboto", Sans-serif;

}



.learning-text {

  color: #e0e0e0;

  font-size: 1rem;

  line-height: 1.6;

  font-family: "Roboto", Sans-serif;

}



.explore-btn {

  transition: all 0.3s ease-in-out;

  border-radius: 10px;

  margin: 0px;

   font-family: "Roboto", Sans-serif;

}



.explore-btn:hover {

  background-color: #FFB100;

  color: #fff;

  transform: translateY(-3px);

  box-shadow: 0 6px 12px rgba(245, 158, 11, 0.4);

}



.learning-img {

  transition: transform 0.4s ease, box-shadow 0.4s ease;

  height: 400px;

    object-fit: cover;

}



.learning-img:hover {

  transform: scale(1.05);

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);

}



@media (max-width: 991px) {

  

  .explore-btn {

    display: block;

    margin: 0 auto;

  }

  .list-unstyled {

    text-align: left;

    margin-left: 1rem;

  }

}





.skills-section {

           

            padding: 0px 0 40px;

        }

        

        .skill-card {

            text-align: center;

            padding: 20px;

            border-radius: 10px;

            height: 100%;

            background-color: transparent;

            box-shadow: 0 5px 15px rgba(0,0,0,0.05);

            border: 2px solid #ffb100;

        }

        

        .skill-icon {

            font-size: 2.5rem;

            margin-bottom: 20px;

            color: #00b0ea;

        }

        

        .skill-title {

            font-weight: 600;

            margin-bottom: 15px;

            color: #e2e2e2;

            font-size: 1.2rem;

            margin-bottom: 0px;

        }



        .features-section{

          padding: 60px 0px;

        }



        .features-section .section-title{

          font-size: 2.6rem;

          font-family: "Roboto", Sans-serif;

          font-weight: 700;

       

          color: #fff;

              font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);

        }

        .feature-card:hover{
          
            box-shadow: 

                0 0 5px rgba(255, 0, 150, 0.7), /* Pink/Magenta inner glow */

                0 0 15px rgba(0, 200, 255, 0.6), /* Cyan/Blue middle glow */

                0 0 30px rgba(255, 0, 150, 0.4), /* Pink/Magenta outer glow */

                0 0 50px rgba(0, 200, 255, 0.2); /* Cyan/Blue outermost glow */

            

            /* You might want to slightly lift the button on hover */

            transform: translateY(-2px);

            /* Add this to the transition for transform */

            transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
        }



        .feature-card{

          display: flex;

          align-items: center;

          gap: 10px;

          background-color: rgba(0, 0, 0, 0.7);

          padding: 10px;

          height: 100%;

          border: 1px solid #d49800;

          border-radius: 20px;

          box-shadow: rgba(151, 116, 1, 0.2) 0px 3px 18px 0px;

          transition: all ease 0.3s;
        }



        .feature-text{

          margin-bottom: 0px;

          font-size: 1rem;

          color: #fff;

          font-weight: 600;

          font-family: "Roboto", Sans-serif;

        }



        .feature-icon span{

          display: flex;

          height: 50px;

          width: 50px;

          align-items: center;

          justify-content: center;

          background-color: #FFB100;

        }



         .feature-icon i{

          font-size: 25px;

         }



         .feature-card:hover .feature-icon span{



          background-color: #00b0ea;

          color: #fff;



         }



         .mentor-section {



  border-radius: 20px;

}



.mentor-text {

  color: #e6e6e6;

  font-size: 1rem;

  line-height: 1.7;

  margin-bottom: 1rem;

}

.mentor-text span{
  color: #FFB100!important;
}



.mentor-quote i {

  color: #FFB100;

}

.mentor-section h6{
  color: #FFB100!important;
}

.mentor-section p{
  color: #e7e7e7!important;
}



.mentor-img-box {

  transition: all 0.4s ease;

  border: 5px solid #fff;

}



.mentor-img-box:hover {

  transform: scale(1.05);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

}



.mentor-img {

  width: 100%;

  height: auto;

  object-fit: cover;

}



.mentor-author h6 {

  font-size: 1.1rem;

}



@media (max-width: 991px) {

  .mentor-section {

    text-align: center;

  }

  .mentor-author {

    text-align: center;

  }

}







.contact-section {

  background-color: #0b0b1e;

  border-top: 1px solid;
  border-bottom: 1px solid;
    border-color: var(--token-807f69de-f80b-4cee-bdc1-f145b2aafb7c, rgb(36, 36, 105));

}

.contact-section p{
  color:  #f0f0f0bf !important;
}

.contact-item h6{
 color: #ffb100;
}







.contact-desc {

  color: #374151;

  font-size: 1.1rem;

  line-height: 1.7;

  font-family: "Roboto", Sans-serif;

}



.icon-box {

  width: 70px;

  height: 70px;

  border-right: 5px solid #ffb100;

  border-bottom: 5px solid #01aeec;

  display: flex;

  align-items: center!important;

  justify-content: center;

  border-radius: 6px;

  gap: 25px;

  transition: all 0.3s ease;

  background: #fff;

  

}



.icon-box i {

  color: #712ede;

  font-size: 27px;

}



.icon-box:hover {

  border-color: #FFB100;

  transform: translateY(-3px);

}



.map-box iframe {

  border: none;
  display: block !important;

}

.consult-form-section .container{
  position: relative;
  z-index: 11;
}



@media (max-width: 991px) {

 .consult-form-section h2{

  font-size: 1.6rem;

 }

 .consult-form .btn-warning{

  margin-left: 0px;

 }

 

}



.contact-item h6{

   font-family: "Roboto", Sans-serif;

   font-size: 1.1rem;

}



.contact-item p{

   font-family: "Roboto", Sans-serif;

   font-size: 1.1rem;

   font-weight: 700;

}



.consult-form-section {



  position: relative;

  overflow: hidden;

}



.consult-form-section h2 {

  color: #ebebeb;

  font-size: 2rem;

  margin-bottom: 30px!important;

}



.consult-form .form-control,

.consult-form .form-select {

  border: 1px solid #ccc;

  border-radius: 3px;

  box-shadow: none;

  padding: 10px 15px;

  font-size: 1rem;

  transition: all 0.3s ease;

}



.consult-form .form-control:focus,

.consult-form .form-select:focus {

  border-color: #FFB100;

  box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.25);

}



.consult-form textarea {

  resize: none;

}



.consult-form .btn-warning {

  background-color: #FFB100;

  border: none;

  color: #fff;

  font-weight: 600;

  transition: all 0.3s ease;

}



.consult-form .btn-warning:hover {

  background-color: #FFB100;

  transform: translateY(-2px);

}



/* Decorative shapes (optional, like in your image) */

.consult-form-section::before,

.consult-form-section::after {

  content: '';

  position: absolute;

  width: 160px;

  height: 160px;

  background: url(../img/Element-5.webp);

  background-repeat: no-repeat;

  background-size: 100%;

  /* transform: rotate(45deg); */

  border-radius: 8px;

  z-index: 0;

}



.consult-form-section::before {

  top: -40px;

  left: 0px;

}



.consult-form-section::after {

  bottom: -40px;

  right: -40px;

}



.consult-form label{

  margin-bottom: 10px;

  font-size: 1.1rem;

  font-family: "Roboto", Sans-serif;

}



.consult-form-section{

  padding: 80px 0px;

}



.overlay-offer{

  padding: 40px;

  background-image: url(../img/Element.webp);

  background-size: cover;

  background-position: center;

}



.offer{

  background-color: #FFB100;

 

  display: block;

  border-radius: 20px;

 margin: auto;

}



.overlay-offer h2{

  font-size: 2.8rem;

  color: #000;

  text-align: center;

  font-family: "Roboto", Sans-serif;

  font-weight: 700;



}



.overlay-offer p{

  font-size: 1.2rem;

  text-align: center;

  font-family: "Roboto", Sans-serif;

}



.btn-offer .offer-btn{

 background-color: #000;

 color: #fff;

 display: block;

 margin: auto;

 max-width: 250px;

 border: 1px solid #fff;

}



.term-content{

 font-family: "Roboto", Sans-serif;
 padding-top: 150px!important;
 padding-bottom: 100px!important;

}



.term-content p, .term-content li, .term-content ol{

  font-size: 1.1rem;

}



.term-content h4{

  font-weight: 700;

  font-size: 2.1rem;

  margin-bottom: 20px;

}







#fixedWhatsAppIcon {

  display: block;

  position: fixed;

  right: 20px;

  bottom: 90px;

  width: 50px;

  height: 50px;

  background-color: #54b460;

  text-align: center;

  line-height: 50px;

  color: #fff;

  border-radius: 50%;

  font-size: 24px;

  z-index: 9999;

}

#fixedWhatsAppIcon:hover {

  background-color: #339933;

}



#fixedcallIcon{

  display: block;

  position: fixed;

  left: 20px;

  bottom: 90px;

  width: 50px;

  height: 50px;

  background-color: #02ba1a;

  text-align: center;

  line-height: 50px;

  color: #fff;

  border-radius: 50%;

  font-size: 24px;

  z-index: 9999;

}


/* new css  */



 .video-wrapper {
        position: relative;
        width: 100%;
       border: 6px solid #d49800;
        margin: 0px auto;
        border-radius: 20px;
        overflow: hidden;

    }

    .container-video{
      max-width: 900px;
      display: block;
      margin: auto;
      position: relative;
     
    }

    /* Thumbnail */
    .thumbnail {
        width: 100%;
        cursor: pointer;
        display: block;
    }

    /* Play button */
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90px;
        height: 90px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        color: #000;
        cursor: pointer;
        box-shadow: 0 0 30px rgba(255,255,255,0.7);
        transition: 0.3s;
    }

    .play-btn:hover {
        transform: translate(-50%, -50%) scale(1.1);
    }

    iframe {
        width: 100%;
        
        border: none;
        display: none;
    }

    .banner-video{
      background-color: #000018;
    }

    .features-section{
      background-color: #000018;
    }

    .about-us-head h2{
      margin-bottom: 40px;
      font-size: 45px;
      font-weight: 700;
      color: #fff;
      text-align: center;
    }

    .course-flex-button{
      gap: 10px;
      flex-wrap: wrap;
    }

    .course-img a img{
      border: 3px solid #dea202;
    border-radius: 15px
    }

    .course-img a img:hover{
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 15px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4), 0 0 50px rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
    }

    .upcoming-course{
       position: relative;
    }

     .upcoming-course::before{
      content: "";
      position: absolute;
      bottom: 0;
      display: flex;
      left: 0;
      right: 0;
      background-color: #111137;
      height: 280px;
      z-index: -1;
     }


     /* animation  */

     .ani {
  opacity: 0;
  transition: opacity 0.8s ease, filter 0.8s ease;
  filter: blur(5px);
}

.ani.active {
  opacity: 1;
  filter: blur(0px);
}

/* Optional: direction animation WITHOUT layout breaking */
.fade-up {
  transform: translateY(0px);
}
.fade-up.active {
  animation: up 0.7s ease forwards;
}

.fade-left {
  transform: translateX(0px);
}
.fade-left.active {
  animation: left 0.7s ease forwards;
}

.fade-right {
  transform: translateX(0px);
}
.fade-right.active {
  animation: right 0.7s ease forwards;
}

/* Keyframes that DO NOT affect layout height/width */
@keyframes up {
  from { transform: translateY(30px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}

@keyframes left {
  from { transform: translateX(-30px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

@keyframes right {
  from { transform: translateX(30px); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}



/* PAGE LOAD ANIMATION (Banner) */
.ani-load {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(30px);
  transition: 1s ease;
}

.ani-load.active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}


/* SCROLL ANIMATION (Other sections) */
.ani {
  opacity: 0;
  filter: blur(5px);
  transition: opacity 0.8s ease, filter 0.8s ease;
}

.ani.active {
  opacity: 1;
  filter: blur(0);
}

/* Optional Direction Animations */
.fade-up.active { animation: up 0.7s ease forwards; }
.fade-left.active { animation: left 0.7s ease forwards; }
.fade-right.active { animation: right 0.7s ease forwards; }

@keyframes up {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes left {
  from { transform: translateX(-30px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes right {
  from { transform: translateX(30px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}


     /* animation  */


     .mrcp-section {
 
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Gold wave background */
.mrcp-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: -150px;
  width: 110%;
  height: 100%;
  background: url("gold-lines.png") no-repeat right center;
  background-size: cover;
  opacity: 0.25;
}

.mrcp-title {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #f8f8f8;
}

/* Tag bubbles */
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag {
  background: #ffca28;
  color: #000;
  padding: 6px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 18px;
  box-shadow: 0 0 10px rgba(255, 200, 0, 0.4);
  transition: 0.3s;
}

#tag-blue{
  border: 2px solid #ffca28;
  background-color: #007bb8 ;
  color: #fff;
}

.tag:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 18px rgba(255, 220, 0, 0.8);
}




.strategy-section {
  /* background: linear-gradient(180deg, #02030e 0%, #0a1135 100%); */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

/* Gold Line Background */
/* .strategy-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: url("../img/gold-lines.png") no-repeat bottom center;
  background-size: contain;
  opacity: 0.25;
} */

/* Glow Box Around Title */
.glow-box-new {
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,255,0,0.3), rgba(255,255,255,0.1));
  padding: 12px 30px;
  border-radius: 50px;
  box-shadow: 0 0 20px rgba(255,215,0,0.5);
  width: fit-content;
}

.glow-text-new {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  letter-spacing: 1px;
}

/* Subtitle */
.subtext {
  font-size: 16px;
  color: #d9e2ff;
}

/* Pill Buttons */
.pill-box {
  padding: 10px 20px;
  border-radius: 50px;
  border: 2px solid #ffca28;
  font-weight: 600;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
  background-color:  #053055;
}

.pill-box:hover {
  background: #ffca28;
  color: #000;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.7);
}

/* Quote Area */
.quote-area {
  margin-top: 40px;
  padding: 20px 0;
}

.quote-icon {
  font-size: 50px;
  color: #ffca28;
  line-height: 0;
}

.quote-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #ffe9a8;
  margin-top: 10px;
}




.fasttrack-section {
  background: #02030e;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Gold lines background */
.fasttrack-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/gold-lines-pack.png") no-repeat top center;
  background-size: cover;
  opacity: 0.24;
  z-index: 0;
}

/* BASIC Badge */
.badge-basic {
  display: inline-block;
  padding: 6px 15px;
  background: rgba(38, 40, 89, 0.8);
  border: 1px solid #ffcb2c;
  border-radius: 20px;
  font-weight: 700;
}

/* Main Title */
.title-pack {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.3;
}

.title-pack .red {
  color: #ff4c61;
}

/* Price Box */
.price-box-pack {
  padding: 10px 25px;
  background: #1f2e72;
  border: 3px solid #ffcb2c;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 32px;
  font-weight: 700;
  display: block;
  margin: auto;
    text-align: center;
    max-width: 300px;
}

.old-pack {
  text-decoration: line-through;
  color: #ff4c61;
}

.new-pack {
  color: #fff;
}

/* Feature Box */
.feature-box-pack {
  background: #0b1339;
  border: 2px solid #ffcb2c;
  border-radius: 15px;
  color: #fff;
}

.feature-list-pack {
  padding-left: 18px;
}

.feature-list-pack li {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

/* Quote */
.quote-pack {
  text-align: center;
}

.quote-icon {
  color: #ffcb2c;
  font-size: 40px;
  line-height: 0;
}

.quote-text-pack {
  color: #ffdca6;
  font-style: italic;
  font-size: 18px;
  margin-top: 10px;
}

.quote-author {
  margin-top: 5px;
  font-size: 16px;
  color: #ffcb2c;
  font-weight: 600;
}

/* Doctor Image */
.pack-doctor-img {
  max-width: 330px;
}


.elite-section {
  background: #02030e;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* Gold Lines BG */
.elite-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url("gold-lines.png") no-repeat top left;
  background-size: cover;
  opacity: 0.3;
}

/* Main Box */
.elite-box {
  background: #0b1339;
  border: 2px solid #ffcb2c;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 25px rgba(255, 203, 44, 0.2);
}

/* Badge */
.elite-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ffe48a, #ffbb00);
  padding: 6px 20px;
  border-radius: 25px;
  font-weight: 700;
  color: #000;
  font-size: 14px;
}

/* Headings */
.elite-heading {
  font-size: 34px;
  font-weight: 900;
  margin-top: 20px;
  line-height: 1.3;
}

.elite-subtitle {
  margin-top: 8px;
  font-size: 15px;
  color: #ffda84;
  letter-spacing: 0.6px;
}

/* Price */
.elite-price-box {
  margin: 25px auto;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 40px;
  border: 3px solid #ffcb2c;
  border-radius: 60px;
  background: #1b2557;
  display: inline-block;
}

/* Features List */
.elite-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.elite-features li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 15px;
}

.elite-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcb2c;
  font-size: 20px;
  line-height: 1;
}

/* Info Boxes */
.elite-info-box {
  background: #0e184a;
  border: 2px solid #ffcb2c;
  padding: 18px;
  border-radius: 12px;
  height: 100%;
}

.elite-info-box h5 {
  color: #ffcb2c;
  font-weight: 700;
  margin-bottom: 8px;
}

.elite-info-box p {
  margin: 0;
  color: #ffefc3;
  font-size: 17px;
  line-height: 1.5;
}

/* Bottom Note */
.elite-note {
  text-align: center;
  color: #ffd88f;
  font-size: 15px;
  margin-top: 15px;
}


.tutor-section {
  background: #02030e;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.tutor-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: url("gold-lines.png") no-repeat;
  background-size: cover;
  opacity: 0.25;
}

/* Title */
.tutor-title {
  font-size: 34px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

/* Card */
.tutor-card {
  padding: 30px 20px;
  border-bottom: 1px solid #2c2f5a;
}

/* Image frame */
.tutor-img-frame {
  border: 2px solid #ffcb2c;

  border-radius: 12px;
  display: inline-block;
}

.tutor-img {
  border-radius: 10px;
  width: 100%;
}

/* Text */
.tutor-name {
  font-size: 28px;
  font-weight: 800;
  color: #ffcb2c;
}

.tutor-role {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffdca6;
}

.tutor-subheading {
  margin-top: 15px;
  font-size: 20px;
  color: #ffcb2c;
  font-weight: 700;
}

/* List */
.tutor-list {
  list-style: none;
  padding-left: 0;
  margin-top: 5px;
}

.tutor-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 17px;
}

.tutor-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffcb2c;
  font-size: 18px;
}


.breadcrumb-item.active{
    color: #fff!important;
}

.about-title{

    color: #fff;

}

.breadcrumb-item+.breadcrumb-item::before{

   color: #fff;
}

.breadcrumb a{

  color: #ffb100;

}

    .about-hero {
        padding: 160px 0px 20px;
    }

    .skill-card:hover{
      box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
    }



     .problem-section {
            padding: 2rem 0;
            background-color: #000018;
        }

      .problem-section  .section-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 3rem;
            color: #f1f5f9;
            position: relative;
            font-weight: 700;
        }

     .problem-section   .section-title::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 4px;
            background-color: #0ea5e9;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

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

        .problem-card {
            background-color: #1e293b;
            border-radius: 10px;
            padding: 15px 15px;
            border-left: 4px solid #00b1ea;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transition: transform 0.3s ease;
        }

        .problem-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0 5px rgba(255, 0, 150, 0.7), 0 0 15px rgba(0, 200, 255, 0.6), 0 0 30px rgba(255, 0, 150, 0.4), 0 0 50px rgba(0, 200, 255, 0.2);
    transform: translateY(-2px);
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease-in-out, transform 0.2s ease-out;
        }

        .problem-card h3{
          color: #fff;
          font-size: 17px;
          font-weight: 700;
        }

        .problem-card p{
          color: #f3f3f3;
        }

        .problem-icon {
            color: #ffd32b;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

         .solution-box {
           background-color: #1e293b;
            border-radius: 10px;
            padding: 10px 0px;
            margin: 10px auto;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
            border-top: 5px solid #00b1ea;
        }

        .solution-list {
            list-style-type: none;
            margin-top: 1rem;
        }

        .solution-list li {
            padding: 0.8rem 0;
            border-bottom: 1px solid rgba(148, 163, 184, 0.1);
            display: flex;
            font-size: 18px;
            align-items: center;
            gap: 10px;
        }

        .solution-list li:last-child {
            border-bottom: none;
        }

        .solution-icon {
            color: var(--secondary);
        }

        .mentor-img-new{
          height: 100%;

        }

        .mentor-img-new img{
          height: 100%;
          width: 100%;
          object-fit: cover;
        }

        @media screen and (max-width:768px) {
          .solution-box ul{
            padding-left: 10px;
            text-align: start;
          }
          .course-body{
            padding: 1rem 0.5rem!important;
          }
        }

        .solution-icon{
          color: #ffd32b;
        }

        @keyframes autoZoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}

.heart-img img {
  animation: autoZoom 1.8s ease-in-out infinite;
}

@keyframes moveRL {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}

.book-img img {
  animation: moveRL 6s ease-in-out infinite;
}


.about-title-img img{
  animation: updownmove 4s ease-in-out infinite;
}
 
@keyframes updownmove {
  0% {
    transform: translatey(0);
}
50% {
    transform: translatey(20px);
}
100% {
    transform: translatey(0);
}
}

/* .framer-1gnnghh{
   animation: scaleupdown 4s ease-in-out infinite;
}

@keyframes scaleupdown {
  0% {
    transform: scale(0.7);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.7);
}
} */


.skill-icon i{

   animation: zoominout 2s ease-in-out infinite;

}

@keyframes zoominout {
  
  0%{
    transform: scale(0.9);
  }
  50%{
    transform: scale(1.1);
  }
  100%{
    transform: scale(0.9);
  }
}


/* ===== CONSULT FORM DARK THEME ===== */
.consult-form-section{
  background: linear-gradient(135deg, #0c0c0c, #1a1a1a);
  padding: 80px 0;
  color: #fff;
}

.consult-form-section h2{
  color: #fff;
  font-size: 32px;
}

.consult-form{
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.08);
}

/* labels */
.consult-form label{
  color: #ffb100;
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
}

/* inputs */
.consult-form .form-control,
.consult-form .form-select{
  background: #0f0f0f;
  border: 1px solid #2c2c2c;
  color: #fff;
  padding: 12px 14px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.consult-form .form-control::placeholder{
  color: #aaa;
}

/* focus effect */
.consult-form .form-control:focus,
.consult-form .form-select:focus{
  border-color: #712ede;
  box-shadow: 0 0 0 2px rgba(113,46,222,0.35);
  background: #111;
  color: #fff;
}

/* textarea */
.consult-form textarea{
  resize: none;
}

/* submit button */
.consult-form button[type="submit"]{
  background: linear-gradient(135deg, #ffb100, #712ede);
  color: #000;
  font-weight: 700;
  padding: 14px 40px;
  border: none;
  border-radius: 50px;
  margin-top: 15px;
  letter-spacing: 0.5px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 25px rgba(255,177,0,0.35);
}

/* hover */
.consult-form button[type="submit"]:hover{
  background: linear-gradient(135deg, #712ede, #ffb100);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(113,46,222,0.45);
}

/* mobile */
@media(max-width:768px){
  .consult-form{
    padding: 25px;
  }

  .consult-form-section h2{
    font-size: 26px;
  }
}

.elementor-heading-title{
  color: #fff;
}

.term-content p{
  color: #cecece;
}

.term-content p strong{
  color: #dea202;
}

.term-content li{
  color: #cecece;
}

.term-content ul li::marker{
  color: #00FFFF;

}
.term-content ol li{
  margin-bottom: 10px;
}

.term-content ol li::marker{
  color: #00FFFF;
}