
   /* Top Bar */
    .top-bar {
      background-color:#14548a;
      color: #fff;
      font-size: 14px;
      padding: 1px 0;
    }

    .top-bar a {
      color: #fff;
      text-decoration: none;
      margin: 0 10px;
      font-weight: 500;
    }

    .top-bar a:hover {
      text-decoration: underline;
    }

.mr-rit{margin-right: -202px !important;}


    /* Main Navbar */
    .navbar {
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .navbar-brand img {
      height: 66px;
    }

    .nav-link {
      color: #000 !important;
      font-weight: 500;
      padding: 10px 15px !important;
    }

    .nav-link:hover, .dropdown-item:hover {
      color: #f68d3e !important;
    }

    /* Login/Register Buttons */
    .btn-outline-danger {
      border-radius: 25px;
      padding: 5px 20px;
      font-weight: 500;
    }

    .dropdown-menu.mega-menu {
    width: 59%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    border-top: 3px solid #f68d3e;
    padding: 20px 40px;
    background-color: #fff;
}

    .mega-menu .col {
      min-width: 200px;
    }

    .mega-menu h6 {
      font-weight: 700;
      color: #d9232d;
    }

    .mega-menu a {
      color: #333;
      text-decoration: none;
      display: block;
      padding: 5px 0;
    }

    .mega-menu a:hover {
      color:#f68d3e;
    }

    /* Social Icons */
    .social-icons a {
      color: #d9232d;
      font-size: 18px;
      margin-left: 10px;
      text-decoration: none;
    }

.serviecs-drop{}
.serviecs-drop .bi{color: #f68d3e;}

    /* Responsive Fix */
    @media (max-width: 992px) {
      .dropdown-menu.mega-menu {
        position: static !important;
        border: none;
        padding: 15px;
        width: 99%;
      }
    }
    
   

  .or-clr{color: #f48a3b;}

   
.engagement-section {
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }
        
        .section-title {
            color:#1b5583;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 40%;
            display: none !important;
            width: 80px;
            height: 4px;
            background: #1b5583;
            border-radius: 2px;
        }
         .section-title2 {
            color:#1b5583;
            margin-bottom: 30px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .section-title2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0%;
            width: 80px;
            display: none !important;
            height: 4px;
            background: #1b5583;
            border-radius: 2px;
        }
       
        .intro-text {
            font-size: 1.1rem;
            margin-bottom: 40px;
            color: #555;
        }
        
        .feature-card {
            background: white;
            border-radius: 10px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
              height: 100%;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .feature-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: #3498db;
            transition: all 0.3s ease;
           z-index: -1;
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
        }
        
        .feature-card:hover:before {
            width: 100%;
            opacity: 0.05;
        }
        
        .feature-icon {
            font-size: 2.5rem;
            color: #3498db;
            margin-bottom: 20px;
         transition: all 0.3s ease;
        }
        
        .feature-card:hover .feature-icon {
            transform: scale(1.1);
            color:#f48a3b;
        }
        
        .feature-title {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .feature-description {
            color: #666;
            font-size: 0.95rem;
        }
        
        .modules-list {
            list-style: none;
            padding-left: 0;
        }
        
        .modules-list li {
            padding: 8px 0;
            padding-left: 30px;
            position: relative;
            transition: all 0.3s ease;
                    }
        
        .modules-list li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #3498db;
            transition: all 0.3s ease;
        }
        
        .modules-list li:hover {
            transform: translateX(5px);
            color:#2c3e50;
        }
        
        .modules-list li:hover:before {
            color: #f48a3b;
        }
        
        .cta-section {
            background:#2c3e50;
            color: white;
            padding: 50px 0;
            border-radius: 10px;
            margin-top: 50px;
            position: relative;
            overflow: hidden;
        }
        
        .cta-section:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%233498db" fill-opacity="0.1" d="M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,213.3C672,192,768,128,864,128C960,128,1056,192,1152,192C1248,192,1344,128,1392,96L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
            background-size: cover;
            background-position: center;
        }
        
        .cta-content {
            position: relative;
            z-index: 1;
        }
        
        .cta-title {
            color: white;
            margin-bottom: 20px;
        }
        
        .cta-button {
            background:#f48a3b;
            color: #fff;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
                        text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .cta-button:hover {
            background: #c0392b;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        
        .floating-shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            z-index: 0;
        }
        
        .shape-1 {
            width: 150px;
            height: 150px;
            background:#3498db;
            top: 10%;
            left: 5%;
            animation: float 8s ease-in-out infinite;
        }
        
        .shape-2 {
            width: 100px;
            height: 100px;
            background: #e74c3c;
            bottom: 10%;
            right: 10%;
            animation: float 6s ease-in-out infinite reverse;
        }
        
        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        @media (max-width: 768px) {
             .carousel-section .custom-nav {
              top: 80px;
        right: auto;
        left: 40%;
      }
            .engagement-section {
                padding: 50px 0;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .feature-card {
                margin-bottom: 20px;
            }
        }

.heading-title{
      text-align: center;
      margin-bottom: 30px;
    }

    .heading-title h2 {
      font-weight: 700;
      font-size: 2.3rem;
      color: #fff;
    }

    .heading-title h2 span {
      color:#f68d3e;
    }

    .choose-card {
      background: #fff;
      color: #000;
       min-height: 292px;
      border-radius: 15px;
      padding: 26px 20px;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.3);
      transition: all 0.4s ease-in-out;
      position: relative;
      overflow: hidden;
    }

    .choose-card img {
/*      width: 70px;
      height: 70px;*/
      margin-bottom: 15px;
      transition: transform 0.4s ease;
    }

    .choose-card:hover img {
      transform: scale(1.2) rotate(5deg);
    }

    .choose-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .choose-card p {
      font-size: 0.95rem;
      color: #444;
      margin-bottom: 0;
    }

    .choose-card:hover {
      transform: translateY(-10px);
      background: linear-gradient(135deg, #fff, #fbe4d8);
      box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    }
    .line{width: auto !important; height: auto !important;}

.lead {
    font-size: 16px !important;
    font-weight: 500 !important;
}
.bg-exp{background-color: #f48a3b !important; border-color: #f48a3b !important;}

    @media (max-width: 991px) {
      .choose-section {
        padding: 60px 20px;
      }
    }

 .carousel-section {
  background: url(../images/bg-blue.jpg) no-repeat;
    /*  background-color: #14548a;*/
    background-attachment: fixed;
      color: #fff;
      padding: 70px 0 90px;
      position: relative;
    }

    .carousel-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    .carousel-title {
      font-size: 2rem;
      font-weight: 600;
      color: #fff;
    }

    /* Custom Navigation Buttons */
    .custom-nav {
      position: absolute;
      top: -34px;
      right: 50px;
      display: flex;
      gap: 10px;
      z-index: 20;
    }

    .custom-nav button {
      background: #fff;
      color: #14548a;
      border: none;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      font-size: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    }

    .custom-nav button:hover {
      background: #0d3c66;
      color: #fff;
      transform: scale(1.1);
    }

    .owl-carousel .item {
      background: #fff;
      color: #333;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.15);
      transition: all 0.3s ease;
      margin: 10px;
    }

    .owl-carousel .item:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.25);
    }

    .item img {
      width: 100%;
      height: 180px;
      object-fit: cover;
    }

    .item-content {
      padding: 15px;
      text-align: center;
    }

    .item-content h5 {
      color: #14548a;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .item-content p {
      color: #555;
      font-size: 0.9rem;
      margin-bottom: 0;
    }




.philosophy-section {
            background: linear-gradient(135deg, #023588 0%, #1a4daa 100%);
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }
        
        .philosophy-section::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            top: -50%;
            left: -50%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
            z-index: 1;
            animation: float 15s infinite linear;
        }
        
        @keyframes float {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        
        .container {
            position: relative;
            z-index: 2;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }
        
        .section-header h2 {
            font-size: 3rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }
        
        .section-header h2:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 5px;
            display: none !important;
            background: #4a7de0;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 5px;
        }
        
        .section-header p {
            font-size: 1.3rem;
            color: #e8f0fe;
            max-width: 850px;
            margin: 30px auto 0;
            font-weight: 300;
        }
        
        .philosophy-card {
            background: rgba(255, 255, 255, 0.95);
            border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            padding: 40px 30px;
            height: 100%;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(10px);
        }
        
        .philosophy-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #4a7de0, #023588);
            transform: scaleX(0);
            transform-origin: left;
            transition: var(--transition);
        }
        
        .philosophy-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }
        
        .philosophy-card:hover::before {
            transform: scaleX(1);
        }
        
        .card-icon {
            font-size: 3.5rem;
            color: #023588;
            margin-bottom: 25px;
     --transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: inline-block;
            background: linear-gradient(135deg, #023588, #4a7de0);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .philosophy-card:hover .card-icon {
            transform: scale(1.2) rotate(5deg);
        }
        
        .philosophy-card h3 {
            font-size: 1.6rem;
            font-weight: 600;
            color: #023588;
            margin-bottom: 20px;
        }
        
        .philosophy-card p {
            color: #555;
        }
        
        .key-modules {
              background: linear-gradient(135deg, #4361ee, #3a0ca3);
/*            background: rgba(255, 255, 255, 0.95);
*/           
 border-radius: 15px;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            padding: 50px;
            margin-top: 70px;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }
        
        .key-modules::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, #4a7de0, transparent);
            border-radius: 0 0 0 100px;
            z-index: 1;
        }
        
        .key-modules h3 {
            font-size: 2.2rem;
            color: #fff;
            margin-bottom: 30px;
      
            position: relative;
            z-index: 2;
        }
        
        .module-list {
            list-style: none;
            padding: 0;
            position: relative;
            z-index: 2;
        }
        
        .module-list li {
            padding: 15px 0 15px;
            border-bottom: 1px solid #b5b2b4;
            position: relative;
            padding-left: 50px;
     transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
           color: #fff;
            font-size: 1.1rem;
        }
        
        .module-list li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            top: 15px;
            color: #c5c5c5;
            font-size: 1.3rem;
          transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        
        .module-list li:hover {
            padding-left: 55px;
            color: #e3b693;
        }
        
        .module-list li:hover:before {
            color:#cdd6e5;
            transform: scale(1.2);
        }
        
        .module-list li:last-child {
            border-bottom: none;
        }
        
        .cta-sectionnn {
            text-align: center;
            margin-top: 70px;
        }
        
        .cta-buttonnn {
            display: inline-block;
            background: linear-gradient(135deg, #4a7de0, #023588);
            color: white;
            padding: 18px 45px;
            border-radius: 50px;
            font-weight: 600;
            text-decoration: none;
            transition: var(--transition);
            box-shadow: 0 10px 20px rgba(2, 53, 136, 0.3);
            position: relative;
            overflow: hidden;
            font-size: 1.1rem;
            letter-spacing: 0.5px;
            border: none;
        }
        
        .cta-buttonnn:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 25px rgba(2, 53, 136, 0.4);
            color: white;
        }
        
        .cta-buttonnn:after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: 0.5s;
        }
        
        .cta-buttonnn:hover:after {
            left: 100%;
        }
        
        /* Animation classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Floating elements */
        .floating-element {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            animation: float-element 15s infinite linear;
            z-index: 1;
        }
        
        @keyframes float-element {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(180deg);
            }
            100% {
                transform: translateY(0) rotate(360deg);
            }
        }
        
        /* Responsive adjustments */
        @media (max-width: 992px) {
            .section-header h2 {
                font-size: 2.5rem;
            }
            
            .key-modules {
                padding: 35px;
            }
        }
        
        @media (max-width: 768px) {
            .section-header h2 {
                font-size: 2rem;
            }
            
            .section-header p {
                font-size: 1.1rem;
            }
            
            .philosophy-card {
                margin-bottom: 25px;
                padding: 30px 20px;
            }
            
            .key-modules {
                padding: 25px;
            }
            
            .key-modules h3 {
                font-size: 1.8rem;
                text-align: center;
            }
            
            .module-list li {
                font-size: 1rem;
            }
        }


.career-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
            position: relative;
            overflow: hidden;
        }
        
       
        .career-feature-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            height: 100%;
            border-top: 4px solid #4361ee;
            position: relative;
            overflow: hidden;
        }
        
        .career-feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .career-feature-card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #4361ee, #4cc9f0);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }
        
       .career-feature-card:hover:before {
            transform: scaleX(1);
        }
        
        .career-feature-icon {
            width: 70px;
            height: 70px;
            background: rgba(67, 97, 238, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #4361ee;
            font-size: 28px;
            transition: all 0.3s ease;
        }
        
        .career-feature-card:hover .feature-icon {
            background: #4361ee;
            color: white;
            transform: scale(1.1);
        }
        
        .career-feature-card h4 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color:  #3a0ca3;
        }
        
        .benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .benefits-list li {
            padding: 8px 0;
            position: relative;
            padding-left: 30px;
        }
        
        .benefits-list li:before {
            content: '\f00c';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #4bb543;
        }
        
        .modules-section {
            background: #fff;
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-top: 40px;
        }
        
        .module-item {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding: 10px 15px;
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        
        .module-item:hover {
            background: rgba(67, 97, 238, 0.05);
            transform: translateX(5px);
        }
        
        .module-icon {
            width: 40px;
            height: 40px;
            background: rgba(67, 97, 238, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            color: #4361ee;
            font-size: 18px;
        }
        
        .career-cta-section {
            text-align: center;
            margin-top: 60px;
            padding: 40px;
            background: linear-gradient(135deg, #4361ee,  #3a0ca3);
            border-radius: 12px;
            color: white;
        }
        
        .career-cta-section h3 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        
        .career-cta-btn {
            background: white;
            color: #4361ee;
            border: none;
            padding: 12px 30px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .career-cta-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
            background:#f8f9fa;
        }
        
        .floating-shape {
            position: absolute;
            border-radius: 50%;
            opacity: 0.1;
            z-index: 0;
        }
        
        .career-shape-1 {
            width: 200px;
            height: 200px;
            background: #4361ee;
            top: 10%;
            left: 5%;
            animation: float 8s ease-in-out infinite;
        }
        
        .career-shape-2 {
            width: 150px;
            height: 150px;
            background:  #4cc9f0;
            bottom: 10%;
            right: 5%;
            animation: float 10s ease-in-out infinite reverse;
        }
        
        @keyframes float {
            0% {
                transform: translateY(0) rotate(0deg);
            }
            50% {
                transform: translateY(-20px) rotate(10deg);
            }
            100% {
                transform: translateY(0) rotate(0deg);
            }
        }
        
.faq-m-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
        }
        
        .faq-title {
            font-weight: 700;
            color:  #2c3e50;
            margin-bottom: 50px;
            position: relative;
        }
        
        .faq-title:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: #3498db;
            border-radius: 2px;
        }
        
        .intro-text {
            font-size: 1.1rem;
            margin-bottom: 40px;
            color: #7f8c8d;
        }
        
        .faq-key-modules {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            margin-bottom: 40px;
        }
        
        .faq-modules-title {
            color: var(--primary-color);
            font-weight: 600;
            margin-bottom: 25px;
            font-size: 1.4rem;
        }
        
        .faq-module-item {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .faq-module-item:hover {
            background-color: #f8f9fa;
            padding-left: 10px;
            border-radius: 5px;
        }
        
        .faq-module-item:last-child {
            border-bottom: none;
        }
        
        .faq-module-icon {
            color: var(--primary-color);
            margin-right: 15px;
            font-size: 1.2rem;
        }
        
        .faq-section {
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }
        
        .faq-title {
            color:  #3498db;
            font-weight: 600;
            margin-bottom: 25px;
            font-size: 1.4rem;
        }
        
        .accordion-button {
            font-weight: 600;
            color: #2c3e50;
            padding: 20px;
            border: none;
            background-color: transparent;
        }
        
        .accordion-button:not(.collapsed) {
            background-color: rgba(52, 152, 219, 0.1);
            color:  #3498db;
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: rgba(52, 152, 219, 0.2);
        }
        
        .accordion-body {
            padding: 20px;
            color:: #7f8c8d;
        }
        
        .faq-highlight-box {
            background: linear-gradient(135deg, #3498db, #2980b9);
            color: white;
            border-radius: 10px;
            padding: 30px;
            margin-top: 40px;
            text-align: center;
        }
        
        .faq-highlight-box h4 {
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .faq-btn-custom {
            background-color: #fff !important;
            color: #3498db !important;
            border: none !important;
            padding: 12px 30px !important;
            border-radius: 50px !important;
            font-weight: 600 !important;
            transition: all 0.3s ease !important;
        }
        
        .faq-btn-custom:hover {
            background-color: #2c3e50 !important;
            color: #fff !important;
            transform: translateY(-3px) !important;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
        }
        
        @media (max-width: 768px) {
            .faq-m-section {
                padding: 50px 0;
            }
            
            .faq-title {
                font-size: 1.8rem;
            }
            
            .faq-key-modules, .faq-section {
                padding: 20px;
            }
        }


/*-----advisory css-----*/

        .advisory-section {
            padding: 60px 0;
            background-color:#edf2fa;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

       

        .card {
            border: none;
            border-radius: 15px;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            animation: fadeInUp 1s ease-out;
        }

        .card:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        }

        /* Different styles for each section */
        .advisory-card {
            background: linear-gradient(135deg, #007bff, #00bfff);
            color: white;
        }

        .coaching-card {
            background: linear-gradient(135deg, #28a745, #20c997);
            color: white;
        }

        .pricing-card {
            background: linear-gradient(135deg, #6f42c1, #9d4edd);
            color: white;
        }

        .card-title {
            font-size: 1.6rem !important;
            font-weight: 600;
            margin-bottom: 27px !important;
        }

        .card-text {
            font-size: 1.1rem;
            margin-bottom: 20px;
        }

        .list-group-item {
            background-color: transparent !important;
            border: none !important;
            font-size: 1rem !important;
            padding: 10px 0  0px !important;
            color: #fff !important;
            transition: padding-left 0.3s ease !important;
        }

        .list-group-item:hover {
            padding-left: 15px !important;
        }

        .list-group-item i {
            margin-right: 10px !important;
            transition: color 0.3s ease !important;
        }

        .list-group-item:hover i {
            color: #ffd700 !important;/* Gold color on hover for icon */
        }

        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .career-section {
                padding: 50px 0;
            }
            
           .career-feature-card {
                margin-bottom: 25px;
            }
            
            .modules-section {
                padding: 25px;
            }
            
            .career-cta-section {
                padding: 30px 20px;
            }
            
            .career-cta-section h3 {
                font-size: 1.7rem;
            }
        }
        
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }


 /* Resposnive css */

    @media (max-width: 768px) {
      .custom-nav {
        top: 206px;
        right: 20px;
      }
      .header-section h1{font-size: 2.3rem !important;}
      .principle .custom-nav{top: -47px !important;}
   .top-bar{display: none;}
   #goTopBtn{bottom: 96px !important;}
footer{text-align: center;}
    }
     /* Resposnive css  end*/

   

/* Go to top button styling */
   #goTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    display: none;
    background-color: #16568a;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

    #goTopBtn:hover {
      background-color: #0b5ed7;
      transform: scale(1.1);
    }


   /* Main Contact Section */
    .contact-section {

      align-items: center;
      justify-content: center;
      padding: 60px 0;
    }

    .contact-image img {
      width: 100%;
      border-radius: 8px;
    }

    .contact-form {
      background: #fff;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      padding: 30px;
    }

    .contact-heading small {
      color: #6c757d;
      font-weight: 500;
    }

    .contact-heading h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #1d273b;
    }

    .form-control, .form-select {
      border-radius: 6px;
      padding: 10px 12px;
    }

    .captcha {
      font-weight: bold;
      font-size: 1.3rem;
      letter-spacing: 5px;
      color: #6f42c1;
      background: #f8f9fa;
      padding: 8px 15px;
      border-radius: 6px;
      display: inline-block;
      user-select: none;
    }

    .btn-primary {
      background-color: #007bff;
      border: none;
      font-weight: 600;
      padding: 10px 25px;
    }

    .btn-primary:hover {
      background-color: #0056b3;
    }

    /* Floating "Enquire Now" Button */
    .enquire-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #4368a3;
    color: #fff;
    padding: 12px 11px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 600;
    letter-spacing: 1px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s 
ease;
}

    .enquire-btn:hover {
      background-color: #007bff;
      color: #fff;
      transform: translateY(-50%) scale(1.05);
    }

    @media (max-width: 768px) {
      .contact-section {
        flex-direction: column;
        text-align: center;
      }

      .contact-image {
        margin-bottom: 30px;
      }

      .enquire-btn {
        top: auto;
        bottom: 20px;
        right: 20px;
        transform: none;
        writing-mode: horizontal-tb;
        border-radius: 30px;
        padding: 10px 18px;
      }
    }
 .home-banner {
      background: linear-gradient(rgba(0,0,80,0.6), rgba(0,0,50,0.8)),
                  url('https://images.unsplash.com/photo-1521790797524-b2497295b8a0?auto=format&fit=crop&w=1600&q=80') center/cover;
      color:#fff; min-height: 90vh; display:flex; align-items:center; justify-content:center; text-align:center;
    }
 .home-banner h1 {font-size:3rem; font-weight:700; animation: fadeInDown 1s;}
 .home-banner p {max-width:650px; margin:auto; animation: fadeInUp 1.2s;}
     .home-banner h2.section-title {font-weight:700; margin-bottom:30px; color:#0b2d6e;}
   
    @keyframes fadeInDown {from{opacity:0;transform:translateY(-40px);}to{opacity:1;transform:translateY(0);}}
    @keyframes fadeInUp {from{opacity:0;transform:translateY(40px);}to{opacity:1;transform:translateY(0);}}


   .education-section {
            padding: 80px 0;
            background: #fff;
        }
        
    .education-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 30px;
            margin-bottom: 30px;
            transition: all 0.4s ease;
            height: 100%;
            border-top: 4px solid  #3a86ff;
            position: relative;
            overflow: hidden;
        }
        
        .education-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg,  #3a86ff, #8338ec);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.5s ease;
        }
        
        .education-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
        }
        
        .education-card:hover::before {
            transform: scaleX(1);
        }
        
        .edu-card-icon {
            font-size: 2.5rem;
            color: #3a86ff;
            margin-bottom: 20px;
            display: inline-block;
            padding: 15px;
            border-radius: 50%;
            background: rgba(58, 134, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .education-card:hover .card-icon {
            transform: scale(1.1) rotate(5deg);
            background: rgba(58, 134, 255, 0.2);
        }
        
        .education-card h3 {
            font-size: 1.5rem;
            margin-bottom: 15px;
            color:#212529;
        }
        
        .education-card p {
            color: #ffffff;
            margin-bottom: 20px;
        }
        
        .edu-key-modules {
            margin-top: 25px;
        }
        
        .edu-key-modules h4 {
            font-size: 1.1rem;
            margin-bottom: 15px;
            color: #8338ec;
            border-bottom: 1px solid #eee;
            padding-bottom: 8px;
        }
        
        .edu-key-modules ul {
            list-style: none;
            padding-left: 0;
        }
        
        .edu-key-modules li {
            padding: 8px 0;
            position: relative;
            padding-left: 25px;
            transition: all 0.3s ease;
        }
        
        .edu-key-modules li:hover {
            transform: translateX(5px);
            color: #3a86ff;
        }
        
        .edu-key-modules li::before {
            content: '\f058';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            position: absolute;
            left: 0;
            color: #38b000;
        }
        
        .highlight-box {
            background: linear-gradient(135deg,  #3a86ff,  #8338ec);
            color: white;
            padding: 20px;
            border-radius: 10px;
            margin: 25px 0;
            box-shadow: 0 5px 15px rgba(58, 134, 255, 0.3);
            position: relative;
            overflow: hidden;
        }
        
        .highlight-box::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: rgba(255, 255, 255, 0.1);
            transform: rotate(45deg);
            animation: shine 3s infinite linear;
        }
        
        @keyframes shine {
            0% {
                transform: translateX(-100%) translateY(-100%) rotate(45deg);
            }
            100% {
                transform: translateX(100%) translateY(100%) rotate(45deg);
            }
        }
        
        .edu-cta-section {
            background: white;
            padding: 60px 0;
            text-align: center;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            margin-top: 40px;
            position: relative;
            overflow: hidden;
        }
        
        .eddu-cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg,  #3a86ff, #8338ec, #ff006e);
        }
        
        .edu-cta-section h3 {
            font-size: 2rem;
            margin-bottom: 20px;
            color: #212529;
        }
        
        .edu-cta-section p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 30px;
            color: #666;
        }
        
        .edu-btn-cta {
            background: linear-gradient(135deg,  #3a86ff, #8338ec) !important;
            color:#fff !important;
            border: none  !important;
            padding: 12px 30px  !important;
            font-size: 1.1rem  !important;
            border-radius: 50px  !important;
            font-weight: 500  !important;
            transition: all 0.3s ease  !important;
            box-shadow: 0 5px 15px rgba(58, 134, 255, 0.4)  !important;
        }
        
        .edu-btn-cta:hover {
            transform: translateY(-3px)  !important;
            box-shadow: 0 8px 20px rgba(58, 134, 255, 0.5)  !important;
            color: #fff !important;
        }
        
        /* Animation classes */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.6s ease;
        }
        
        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .education-section {
                padding: 50px 0;
            }
            
            
            
            .education-card {
                padding: 20px;
            }
            
            .cta-section {
                padding: 40px 20px;
            }
        }


 /* MBA Program Section */
        .mba-section {
            background: linear-gradient(135deg, #1a3a5f 0%, #2c5282 100%);
            color: white;
            padding: 5rem 0;
            position: relative;
            overflow: hidden;
        }
        
        .mba-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTIwMCA0MDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTIwMCAzMDBjLTEwMCAwLTEwMC0xMDAtMjAwLTEwMHMtMTAwIDEwMC0yMDAgMTAwLTEwMC0xMDAtMjAwLTEwMC0xMDAgMTAwLTIwMCAxMDAtMTAwLTEwMC0yMDAtMTAwUzAgMzAwIDAgMzAwdjEwMGgxMjAwVjMwMHoiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iMC4wNSIvPjwvZz48L3N2Zz4=');
            opacity: 0.1;
        }
        
        .mba-content {
            position: relative;
            z-index: 1;
        }
        
        .mba-title {
                color: #16588c;
                font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            animation: fadeInUp 1s ease-out;
        }
        .mba-title::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 79px;
    height: 3px;
    background-color: #f5a623;}
              
        .mba-subtitle {
            font-size: 1.2rem;
            margin-bottom: 2rem;
            animation: fadeInUp 1s ease-out 0.3s both;
        }
        
        /* Program Highlights Section */
        .highlights-section {
            padding: 5rem 0;
            background-color:  #f8f9fa;
        }
        
        .highlight-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 2rem;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border-top: 4px solid  #4a90e2;
        }
        
        .highlight-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .highlight-icon {
            font-size: 2.5rem;
            color:  #4a90e2;
            margin-bottom: 1.5rem;
        }
        
        /* Expected Outcomes Section */
        .outcomes-section {
            padding: 5rem 0;
            background-color: #fff;
        }
        
        .outcome-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1.5rem;
            opacity: 0;
            transform: translateX(-20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        
        .outcome-item.visible {
            opacity: 1;
            transform: translateX(0);
        }
        
        .outcome-icon {
            background-color: #28a745;
            color: white;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        /* Corporate Solutions Section */
        .solutions-section {
            padding: 5rem 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        
        .solution-card {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 2rem;
            height: 100%;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .solution-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: linear-gradient(90deg, #1a3a5f, #f5a623);
        }
        
        .solution-card:hover {
            transform: scale(1.03);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .solution-icon {
            font-size: 2.5rem;
            color:#16588c;
            margin-bottom: 1.5rem;
        }
        
        /* Events Section */
        .events-section {
            padding: 5rem 0;
            background-color: #f7f7f7;
        }
        
        .event-timeline {
            position: relative;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .event-timeline::before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            width: 4px;
            background-color: #4a90e2;
            transform: translateX(-50%);
        }
        
        .event-item {
            position: relative;
            margin-bottom: 3rem;
            width: 50%;
            padding: 0 2rem;
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.5s ease, transform 0.5s ease;
        }
        
        .event-item.visible {
            opacity: 1;
            transform: translateY(0);
        }
        
        .event-item:nth-child(odd) {
            left: 0;
            text-align: right;
        }
        
        .event-item:nth-child(even) {
            left: 50%;
        }
        
        .event-item::after {
            content: '';
            position: absolute;
            top: 1.5rem;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background-color:#f5a623;
            border: 4px solid white;
            box-shadow: 0 0 0 4px #f5a623;
        }
        
        .event-item:nth-child(odd)::after {
            right: -10px;
        }
        
        .event-item:nth-child(even)::after {
            left: -10px;
        }
        
        .event-content {
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            padding: 1.5rem;
        }
        
        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .animate-on-scroll {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }
        
        .animate-on-scroll.animated {
            opacity: 1;
            transform: translateY(0);
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .event-timeline::before {
                left: 30px;
            }
            
            .event-item {
                width: 100%;
                left: 0 !important;
                padding-left: 70px;
                padding-right: 0;
                text-align: left !important;
            }
            
            .event-item::after {
                left: 20px !important;
            }
            
            .mba-title {
                font-size: 2rem;
            }
        }



/* Section Styling */
.prof-sec {
  background: linear-gradient(135deg, #0d47a1, #1976d2);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Floating shapes */
.prof-sec::before,
.prof-sec::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.prof-sec::before {
  top: -50px;
  left: -50px;
}

.prof-sec::after {
  bottom: -70px;
  right: -40px;
  animation-delay: 3s;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(20px); }
}

/* Title Animation */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1.2s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Module cards */
.module-box {
  background: #ffffff15;
  backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  transition: 0.4s;
  color: #fff;
}

.module-box:hover {
  transform: translateY(-10px);
  background: #ffffff25;
}

/* Icons */
.module-box i {
  font-size: 40px;
  margin-bottom: 15px;
}

/* CTA Button */
.cta-btn {
  background:#ed8c3c;
  color: #fff;
  padding: 12px 35px;
  font-size: 18px;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.4s;
  display: inline-block;
  animation: pulse 1.8s infinite;
}

.cta-btn:hover {
  background: #145a8f;
  color: #fff;
  transform: scale(1.05);
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
  70% { box-shadow: 0 0 20px 12px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}
 /* Modal Animations */
    .modal.fade .modal-dialog {
      transform: scale(0.8) translateY(20px);
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }
    .modal.fade.show .modal-dialog {
      transform: scale(1) translateY(0);
      opacity: 1;
    }

    .modal-content {
      border-radius: 15px;
      box-shadow: 0 20px 60px rgba(0,0,0,0.15);
      border: none;
    }
    .modal-header {
      background: linear-gradient(135deg, #0d6efd, #6c63ff);
      color: #fff;
      border-bottom: none;
    }
    .modal-body {
      background: #f9fbff;
    }
    .modal-footer {
      border-top: none;
      background: #f9fbff;
    }






     footer {
      background-color: #16568a;
      color: #fff;
    }
    footer a {
      color: #dbe8f5;
      text-decoration: none;
      display: block;
      margin-bottom: 6px;
      transition: color 0.3s ease;
      font-size: 0.95rem;
    }
    footer a:hover {
      color: #ffffff;
      text-decoration: underline;
    }
    .email{display: inline !important;
    font-size: 14px !important;
    margin: 0px !important;
    font-style: initial;}

    .social-icons a {
      color: #fff;
      font-size: 1.4rem;
      margin-left: 12px;
      display: inline-block;
      transition: all 0.3s ease;
    }
    .social-icons a:hover {
      color: #f1c40f;
      transform: scale(1.1);
    }
    .footer-bottom {
      border-top: 1px solid rgba(255,255,255,0.2);
      margin-top: 25px;
      padding-top: 15px;
      font-size: 0.9rem;
      color: #dbe8f5;
    }



      .thankyou-main {
      background: linear-gradient(135deg, #16568a, #4f3974);
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-family: 'Poppins', sans-serif;
    }

    .thank-box {
      background: #ffffff;
      color: #333;
      padding: 40px;
      max-width: 500px;
      border-radius: 20px;
      text-align: center;
      box-shadow: 0 10px 40px rgba(0,0,0,0.15);
      animation: fadeIn 1.2s ease-in-out;
    }

    .thank-icon {
      font-size: 70px;
      color: #28a745;
      margin-bottom: 20px;
      animation: bounce 1.5s infinite;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }

    .btn-home {
      background:#205186 !important;
      padding: 12px 28px !important;
      font-size: 16px !important;
      border-radius: 30px !important;
      color: #fff !important;
      transition: 0.3s !important;
    }

    .btn-home:hover {
      background: #0056b3 !important;
      color: #fff !important;
    }