/*<!--new aboutcss -->*/

/* Base Container */
.section-container {
  position: relative; 
  padding: 100px 0;
  overflow: hidden;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Text Styling */
.about-us {
  font-size: 14px;
  font-weight: 700;
  color: #e53935;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-container h1 {
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
  margin-top: 10px;
}

.section-container p {
  font-size: 25px;
  color: #555;
  line-height: 1.6;
}

.section-container ul {
  padding-left: 18px;
  margin-top: 15px;
}

.section-container li {
  margin-bottom: 8px;
  color: #333;
}

 
 

/* Shape Decorations */
.bg-shapes .shape,
.bg-shapes .star {
  position: absolute;
  z-index: 0;
  animation: float 6s infinite ease-in-out;
}

.shape-circle {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 0, 0, 0.2);
  border-radius: 50%;
  top: 10%;
  left: 5%;
}

.shape-yellow-circle {
  width: 100px;
  height: 100px;
     background-color: pink;
    border-radius: 50%;
    bottom: 6%;
    right: 2%;
}
@media (max-width: 768px) {
  .shape-yellow-circle {
       bottom: 0%;
    right: 2%;
  }
}
.shape-splash {
  top: 5%;
  right: 10%;
  width: 100px;
  animation: rotate 20s linear infinite;
}
@media (max-width: 780px) {
  .shape-splash {
 top: 90%;
        right: 78%;
        width: 97px;
  }
}
.shape-cross {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #e53935;
  transform: rotate(45deg);
  top: 70%;
  left: 30%;
}

.shape-dots {
  width: 100px;
  height: 100px;
  background-image: radial-gradient(#ffa000 1px, transparent 1px);
  background-size: 10px 10px;
  top: 60%;
  right: 30%;
  opacity: 0.5;
}

.shape-spiral {
  width: 60px;
  height: 60px;
  border: 6px dotted #9c27b0;
  border-radius: 50%;
  top: 15%;
  right: 60%;
  animation: rotate 10s linear infinite;
}

/* Twinkling Stars */
.star {
  width: 10px;
  height: 10px;
  background: #000;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  animation: twinkle 2s infinite alternate;
}

.star-1 { top: 20%; left: 80%; }
.star-2 { top: 30%; left: 60%; }
.star-3 { bottom: 20%; left: 70%; }
.star-4 { bottom: 30%; left: 90%; }
.star-5 { top: 50%; left: 95%; }

/* Image Area */
.image-bg-animated {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 300px;
  height: 300px;
  background: repeating-linear-gradient(45deg, #ccc, #ccc 5px, transparent 5px, transparent 10px);
  border-radius: 50%;
  animation: rotate 20s linear infinite;
  z-index: 0;
}

.main-image {
  width: 100%;
  border-radius: 50% 50% 0 0;
  z-index: 2;
}

/* Animations */
@keyframes rotate {
  0% { transform: rotate(0); }
  100% { transform: rotate(360deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes twinkle {
  from { opacity: 1; }
  to { opacity: 0.3; }
}

/* Responsive */
@media (max-width: 767px) {
  .section-container {
    padding: 60px 20px;
  }

  .content-left {
    text-align: center;
  }

  .image-bg-animated {
    width: 200px;
    height: 200px;
    top: 20%;
    left: 20%;
  }

  .main-image {
    margin-top: 30px;
  }
}
.custom-about {
  /*font-family: 'Segoe UI', sans-serif;*/
  /*padding: 30px;*/
  /*background-color: #f5f8ff;*/
  border-radius: 12px;
  /*box-shadow: 0 4px 10px rgba(0,0,0,0.08);/*/
  color: #1a1a1a;
}

.section-title {
  font-size: 20px;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 10px;
}

.main-heading {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.feature-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
}

.feature-list li::before {
  content: '✔';
  color: green;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}


/*about css emd*/



/*courses home page css*/
.popular-course-section {
  background-color: #f9f9f9;
}

.popular-course-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
}

.popular-course-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.popular-course-card {
  background: #fff;
     margin: 20px;
    padding: 32px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.popular-course-card:hover {
  transform: translateY(-5px);
}

.popular-course-image {
  width: 100%;
  border-radius: 8px;
}

.popular-course-name {
  font-size: 1.2rem;
  color: #222;
}

.popular-course-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 25px;
  transition: background-color 0.3s ease;
}

.popular-course-btn:hover {
  background-color: #0056b3;
}
/*courses home css ened*/

 /*why choose css*/
 /*<!-- Why Choose Us Start -->*/


.card-hover-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 360px; /* increase height */
    background-size: cover;
    background-position: center;
    color: white;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.card-hover-wrap:hover {
    transform: translateY(-5px);
}

.card-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
}

.card-hover-wrap:hover .card-hover-overlay {
    opacity: 1;
}

.card-hover-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    text-align: center;
    background: #000;
    width: 100%;
}
.whychoose-text{
    font-size:16px;
}

/*why choose css end*/

/*===========================.*/
/*our values css*/

  .animated-plane {
    position: absolute;
    width: 160px;
    animation: floatPlane 3s ease-in-out infinite;
    z-index: 2;
  }

  .plane-top {
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    animation-delay: 0s;
  }

  .plane-bottom {
    bottom: -92px;
    left: 50%;
    top:113%;
    transform: translateX(-50%) rotate(10deg);
    animation-delay: 1.5s;
  }
@media screen and (max-width: 768px) {
  .plane-bottom {
    bottom: 0px; /* Adjust as needed for mobile layout */
    top: 100%;     /* Adjust for better positioning on smaller screens */
    transform: translateX(-50%) rotate(5deg); /* Possibly reduce rotation */
  }
}
  @keyframes floatPlane {
    0% {
      transform: translateX(-50%) translateY(0) rotate(0deg);
    }
    50% {
      transform: translateX(-50%) translateY(-10px) rotate(3deg);
    }
    100% {
      transform: translateX(-50%) translateY(0) rotate(0deg);
    }
  }


/*value css end*/
/*==================*/
/*<!--how to start-->*/

    .hta-container {
      font-family: 'Roboto', sans-serif;
      /*background-color: #f8f5f0;*/
      padding: 40px 0;
    }
    .hta-info-label {
         font-size: 14px;
    color: #FF4D4D;
    font-weight: 700;
    margin-bottom: 0px;
    margin-top: 95px;

    }
    .hta-section-title {
      font-size: 40px;
      font-weight: 700;
      color: #2B2D42;
      margin-bottom: 32px;
      line-height: 1.2;
    }
    .hta-step-card {
      display: flex;
      align-items: flex-start;
      margin-bottom: 24px;
    }
    .hta-step-icon {
      width: 60px;
      height: 60px;
      background-color: #D63283;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      margin-right: 16px;
      flex-shrink: 0;
    }
    .hta-step-content {
      flex: 1;
    }
    .hta-step-title {
      font-size: 20px;
      font-weight: 700;
      color: #2B2D42;
      margin-bottom: 4px;
    }
    .hta-step-description {
      font-size: 16px;
      color: #2B2D42;
      line-height: 1.5;
    }
    .hta-illustration-container {
      position: relative;
      text-align: center;
    }
    .hta-illustration-container::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%;
      height: 80%;
      background-color: #FFF5E8;
      border-radius: 50%;
      z-index: -1;
    }
    .hta-illustration {
      max-width: 100%;
      height: auto;
    }
    @media (max-width: 768px) {
      .hta-section-title {
        font-size: 32px;
      }
      .hta-step-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
      }
      .hta-step-title {
        font-size: 18px;
      }
      .hta-step-description {
        font-size: 14px;
      }
      .hta-illustration-container::before {
        width: 90%;
        height: 90%;
      }
    }
    @media (max-width: 576px) {
      .hta-section-title {
        font-size: 28px;
      }
      .hta-step-card {
        margin-bottom: 20px;
      }
    }
  
  
  
  /*how to start end*/
/*==================*/
/*popular courses*/

    .course-card img {
      border-radius: 10px;
      width: 480px;
    }
    .register-btn {
      background-color: #d00000;
      color: white;
      font-weight: bold;
      border: none;
      height:50px;
    }
    .register-btn:hover {
      background-color: #a60000;
      color:#fff;
    }
    .size{
        font-size:20px;
    }
    .cours{
        color:black;
    }
/*==========*/

/*<!-- CSS contact us  for Bottom-Right Animation -->*/

.consultemo-contact-section {
    position: relative;
    overflow: hidden;
}

.animated-plane-bottom {
   Position: relative;
    bottom: 27px;
    right: -6px;
    width: 154px;
    height: 100px;
    z-index: 0;
    pointer-events: none;
    animation: rotatePlane 15s linear infinite;
}
@media only screen and (max-width: 768px) {
    .animated-plane-bottom {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 10px;
    }
}
.animated-plane-bottom img {
    width: 100%;
    height: auto;
    opacity: 0.85;
}

@keyframes rotatePlane {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*contact animation end*/

/*--------------*/
/*testimonial css start*/


.consultemo-testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-bg-shape {
    position: absolute;
    z-index: 0;
    opacity: 0.2;
}

/* ✅ Left shape: circular rotation */
.testimonial-bg-left {
    bottom: 120px;
    left: 0;
    width: 150px;
    animation: rotate-circle 12s linear infinite;
}

/* ✅ Right shape: up and down floating */
.testimonial-bg-right {
    bottom: 0;
    right: 0;
    width: 150px;
    animation: float 6s ease-in-out infinite;
}

/* ⭕ Circular motion animation */
@keyframes rotate-circle {
    0%   { transform: rotate(0deg) translateX(0) rotate(0deg); }
    25%  { transform: rotate(90deg) translateX(5px) rotate(-90deg); }
    50%  { transform: rotate(180deg) translateX(0) rotate(-180deg); }
    75%  { transform: rotate(270deg) translateX(-5px) rotate(-270deg); }
    100% { transform: rotate(360deg) translateX(0) rotate(-360deg); }
}

/* ⬆ Floating motion */
@keyframes float {
    0% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-15px) rotate(5deg); }
    100% { transform: translateY(0px) rotate(0deg); }
}

/* 📱 Responsive: smaller on mobile */
@media (max-width: 576px) {
    .testimonial-bg-shape {
        width: 100px;
        opacity: 0.1;
    }
}

 /*testimonial css end*/
 
 
 /*experience box*/
 /*!-- Add Experience Content -->*/
 
    

    .experience-box {
  height: 140px;
  width: 191px;
  background: #3B4E77;
  border-radius: 0px 25px 25px 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%); /* Pushes half below the image */
  z-index: 5;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 25px;
  color: #fff;
}
.highlight-number {
  font-size: 36px;
  font-weight: 800;
  color: #FFD700; /* Gold color for impact */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.highlight-label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;
  margin-top: 5px;
  text-transform: uppercase;
  text-shadow: 0.5px 0.5px 2px rgba(0, 0, 0, 0.3);
}


/*<!--invertor section.-->*/

.trusted-image .top-left-bg {
    content: '';
    position: absolute;
   top: -48px;
    left: 9px;
    width: 157px;
    height: 150px;
    background-image: url('image/icon46.png');
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    animation: floatUpDown 6s ease-in-out infinite;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 768px) {
    .trusted-image .top-left-bg {
        top: -30px;
        left: -10px;
        width: 100px;
        height: 90px;
        opacity: 0.5;
    }
}

/* Floating animation keyframes */
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* Trusted image shape animation */
.trusted-image {
    position: relative;
    z-index: 2;
}

.trusted-image::before,
.trusted-image::after,
.trusted-image .bg-shape {
    content: '';
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    animation: floatShape 6s ease-in-out infinite;
    pointer-events: none;
}

/* Top left shape */
.trusted-image::before {
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background-image: url('/mnt/data/12cccdcc-7293-4b94-bedf-40862d878eb5.png');
}

/* Bottom right shape */
.trusted-image::after {
   bottom: -63px;
    right: 78px;
    width: 148px;
    height: 147px;
    background-image: url('image/icon44.png');
    animation-delay: 1s;
}
@media (max-width: 768px) {
    .trusted-image::after {
        top: -25px;
        left: -5px;
        width: 100px;
        height: 90px;
        opacity: 0.5;
    }
}
/* Floating center-right shape */
.trusted-image .bg-shape {
    top: 30%;
    left: 80%;
    width: 80px;
    height: 80px;
    background-image: url('image/icon51.png');
    animation-delay: 2s;
}

/* Floating animation keyframes */
@keyframes floatShape {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
 
   
    /* FAQ Section Styling */
    .faq-section {
        padding: 80px 20px;
        background-color: #f7f9fc;
        position: relative;
        overflow: hidden;
    }

    .faq-heading {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        color: #2d3b64;
        margin-bottom: 50px;
    }

    @media (max-width: 576px) {
        .faq-heading {
            font-size: 18px;
            margin-bottom: 30px;
        }
    }

    .faq-heading span {
        position: relative;
        display: inline-block;
    }

    .faq-heading span::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, rgba(228, 47, 132, 1) 0%, rgba(59, 78, 119, 1) 100%);
        border-radius: 2px;
    }

    .faq-container {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
        padding: 40px;
        max-width: 1000px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }

    .faq-item {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .faq-question {
        background-color: transparent;
        border: none;
        width: 100%;
        text-align: left;
        padding: 16px;
        font-size: 1.1rem;
        font-weight: 600;
        color: #2d3b64;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background 0.3s ease;
        border-radius: 8px;
    }

    .faq-question:hover {
        background-color: #f0f4f9;
    }

    .faq-question.open {
        background-color: #eaf1fb;
    }

    .faq-answer {
        max-height: 0;
        overflow: hidden;
        padding: 0 16px;
        color: #333;
        font-size: 1rem;
        line-height: 1.5;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }

    .faq-answer.show {
        max-height: 200px; /* Adjust based on content */
        padding: 0 16px 16px;
    }

    .arrow {
        transition: transform 0.3s ease;
        font-size: 1.2rem;
    }

    .arrow.rotate {
        transform: rotate(180deg);
    }

    @media (max-width: 576px) {
        .headline-subtitle,
        .animate-headline {
            font-size: 15px;
            line-height: 1.4;
            margin-top: 10px;
        }

        .trusted-wrap .headline-title {
            font-size: 18px;
            line-height: 40px;
        }

        .contact-widget .contact-info ul li .info-text {
            font-size: 15px;
            line-height: 1.4;
            word-break: break-word;
        }
    }

    /* Animated Background Circle */
    .faq-bg-animation {
           position: absolute;
    top: 40%;
    left: 86%;
        width: 500px;
        height: 500px;
        background: url('https://img.freepik.com/3d-models/v2/C/F/H/6/C/M/M/CFH6CMMR/stock-market-icon-poster-1.png?t=st=1747461767~exp=1747465367~hmac=d47b898056f92280216d3c8bb6431cbde4d6ff1fe2c19951551980d7a210d01f') no-repeat center/cover;
        border-radius: 50%;
        animation: floatCircle 10s ease-in-out infinite;
        z-index: 1;
        opacity: 0.15;
        transform: translateX(-50%);
    } 
@media screen and (max-width: 768px) {
    .faq-bg-animation {
    position: absolute;
           top: 82%;
        left: 82%;
        width: 200px;
        height: 210px;
    background: url(https://img.freepik.com/3d-models/v2/C/F/H/6/C/M/M/CFH6CMMR/stock-market-icon-poster-1.png?t=st=1747461767~exp=1747465367~hmac=d47b898…) no-repeat center / cover;
    border-radius: 50%;
    animation: floatCircle 10s ease-in-out infinite;
    z-index: 1;
    opacity: 0.15;
    transform: translateX(-50%);
    }
}
    @keyframes floatCircle {
        0% {
            transform: translateX(-50%) translateY(0);
        }
        50% {
            transform: translateX(-50%) translateY(-20px);
        }
        100% {
            transform: translateX(-50%) translateY(0);
        }
    }
   
   
   /*upcoming course*/
   
              .iconbox_text {
    font-family: Arial, sans-serif;
}

.iconbox_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.link {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
}

.link li {
    color: #333;
}
   /*upcoming course end */
   
   
   
   
   
   /*resources css*/
  
.img-hexagon {
  width: 260px;
  aspect-ratio: 1/1;
  clip-path: polygon(
    25% 5%, 75% 5%,
    100% 50%, 75% 95%,
    25% 95%, 0% 50%
  );
  object-fit: cover;
  transition: transform 0.3s ease;
}
.img-hexagon:hover {
  transform: scale(1.05);
}

.glow-on-hover {
  transition: all 0.3s ease-in-out;
}
.glow-on-hover:hover {
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.6);
  transform: translateY(-3px);
}
.btn1 {
  color: #fff;
  background-color: #D33D6A;
  border-color: #D33D6A;
  text-align: center;
}

/* === Animated Circles === */
.animated-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

/* Orbiting Circle - Top Left */
.orbit-circle {
  width: 100px;
  height: 100px;
  border: 4px solid #ff4d73;
  top: 60px;
  left: 60px;
  transform-origin: 50% 50%;
  animation: orbitMotion 10s linear infinite;
}

/* Pulsing Circle - Bottom Left */
.pulse-circle {
  width: 140px;
  height: 140px;
  background-color: rgba(255, 235, 59, 0.3); /* Yellow */
  bottom: 60px;
  left: 40px;
  animation: pulse 4s ease-in-out infinite;
}

/* Floating Circle - Right Side */
.float-circle {
  width: 90px;
  height: 90px;
  background-color: rgba(33, 150, 243, 0.3); /* Blue */
  top: 100px;
  right: 60px;
  animation: floatBubble 6s ease-in-out infinite;
}

/* Animations */
@keyframes orbitMotion {
  0% {
    transform: rotate(0deg) translateX(30px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(30px) rotate(-360deg);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.6;
  }
}

@keyframes floatBubble {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-20px) translateX(10px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}


/*resources css ended/*/

/*services css started */


.section-title1{
    font-size:32px;
}
  .course-head {
    color: #3b4e77;
  }
  .courses-section {
    position: relative;
    overflow: hidden;
    color: #000;
  }
  .course-card {
    transition: all 0.3s ease-in-out;
    border-radius: 40px !important;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(211, 61, 106, 0.3);
  }
  .course-title {
    font-weight: 600;
    color: #D64E78; 
  }
  .course-desc {
    font-size: 0.9rem;
    line-height: 30px;
    padding:15px;
    color: #bbb;
  }
  .course-price {
    font-size: 1.2rem;
  }
  .btn-custom {
    background-color: #D33D6A;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
  }
  .btn-custom:hover {
    background-color: #b32f56;
    color: #fff;
    transform: translateY(-2px);
  }

  /* Animated Circles */
  .animated-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
  }
  .orbit-circle {
    width: 150px;
    height: 150px;
    border: 4px solid #D33D6A;
        top: 16px;
    left: -19px;
    transform-origin: 50% 50%;
    animation: orbitMotion 10s linear infinite;
  }
  @media (max-width: 767px) {
  .orbit-circle {
    width: 80px;
    height: 80px;
    border-width: 2px;
    top: 20px;
    left: 20px;
    animation-duration: 8s; /* Optional: Slightly faster on mobile */
  }
}

  .pulse-circle {
    width: 200px;
    height: 200px;
    background: rgba(211, 61, 106, 0.2);
    bottom: 50px;
    left: 30px;
    animation: pulse 4s ease-in-out infinite;
  }
  .float-circle {
    width: 120px;
    height: 120px;
    background: rgba(255, 215, 0, 0.2); /* Gold accent */
    top: 80px;
    right: 50px;
    animation: floatBubble 6s ease-in-out infinite;
  }

  /* Animations */
  @keyframes orbitMotion {
    0% { transform: rotate(0deg) translateX(50px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(50px) rotate(-360deg); }
  }
  @keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.6; }
  }
  @keyframes floatBubble {
    0% { transform: translateY(0) translateX(0); }
    50% { transform: translateY(-30px) translateX(15px); }
    100% { transform: translateY(0) translateX(0); }
  }

  /* Responsive Adjustments */
 
  
  @media (max-width: 576px) {
    .section-padding {
      padding: 40px 15px;
    }
    .course-card {
      padding: 15px;
    }
    .course-title {
      font-size: 1.1rem;
    }
    .course-desc {
      font-size: 0.8rem;
    }
    .course-price {
      font-size: 1rem;
    }
    .btn-custom {
      font-size: 0.9rem;
      padding: 8px 16px;
    }
  }


/*services css eneded*/


     /*blog img css*/
     
     
            .blog-image {
    width: 355px;
    height: 275px;
    overflow: hidden;
    display: block;
    margin: 0 auto; /* Center the image block if needed */
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
        
     /*blog img cs ended */
     
     
     
     
     
     
     /*fidii css*/
     
     
  .fiidii-activity {
    background: #1c1c1c;
    border-radius: 8px;
    padding: 25px 20px;
    width: 100%;
    /*max-width: 720px;/*/
    margin: auto;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    color: #fff;
    font-family: Arial, sans-serif;
  }

  .fiidii-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
  }

  .fiidii-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #333;
    font-size: 14px;
  }

  .fiidii-header .center {
    font-weight: bold;
    color: #ccc;
        margin-right: 117px;
  }

  .fiidii-activity table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
  }

  .fiidii-activity td {
    padding: 12px 6px;
    font-size: 14px;
    vertical-align: middle;
  }

  .label-col {
    width: 30%;
    text-align: left;
  }

  .value-col {
    width: 20%;
    text-align: right;
    font-weight: bold;
  }

  .bar-col {
    width: 50%;
    padding-left: 10px;
    position: relative;
  }

  .bar-container {
    width: 100%;
    height: 10px;
    position: relative;
    overflow: hidden;
  }

  .center-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #ccc;
    z-index: 1;
  }

  .bar-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #fff;
    opacity: 0.1;
    z-index: 0;
  }

  .bar {
    position: absolute;
    height: 6px;
    border-radius: 4px;
    transition: all 0.4s ease;
    z-index: 2;
  }

  .bar.green {
    background: #00c96b;
  }

  .bar.red {
    background: #ff3c3c;
  }

  .value-col.green {
    color: #00c96b;
  }

  .value-col.red {
    color: #ff3c3c;
  }

  @media (max-width: 600px) {
    .fiidii-activity {
      padding: 15px;
    }

    .fiidii-title {
      font-size: 16px;
      margin-bottom: 12px;
    }

    .fiidii-header {
      font-size: 12px;
    }

    .fiidii-activity td {
      padding: 8px 4px;
      font-size: 13px;
    }

    .bar-container {
      height: 8px;
    }

    .bar {
      height: 5px;
    }
  }

     
     /*fiidii css end*/
     
     
/*video*/

.corsess
{
    margin-top :20px !important;
}
   
.course-review-section {
    /*background: #000;*/ 
    padding: 100px 20px;
    text-align: center;
    color: white;
}

/*.course-review-section h2 {*/
/*    font-size: 40px;*/
/*    font-weight: 600;*/
/*    letter-spacing: 4px;*/
/*      margin-top: 50px;*/
/*    margin-bottom: 70px;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    color: #000;*/
/*    position: relative;*/
/*}*/

/*.course-review-section h2::after {*/
/*    content: '';*/
/*    width: 130px;*/
/*    height: 5px;*/
/*    background: #ff3366;*/
/*    display: block;*/
/*    margin: 20px auto 0;*/
/*    border-radius: 3px;*/
/*}*/

.slider-container {
    overflow: hidden;
    max-width: 1350px;
    margin: 0 auto;
    border-radius: 20px;
}

.video-track {
    display: flex;
    gap: 40px;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 15px;
}

.video-card {
    flex: 0 0 calc(33.33% - 20px);
    min-width: 0;
}

.review-video {
    width: 100%;
    height: 480px;
    object-fit: contain;
    /*background: #000;*/
    border-radius: 18px;
    /*box-shadow: 0 15px 40px rgba(255, 51, 102, 0.15);*/
    border: none;
    outline: none;
}

/* Mobile - 1 video only */
@media (max-width: 768px) {
    .course-review-section h2 { font-size: 36px; margin-bottom: 50px; }
    .video-track { padding: 0 10px; }
    .video-card { flex: 0 0 calc(100% - 20px); }
    .review-video { height: 440px; border-radius: 16px; }
}

  