@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Raleway:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap');
*{
    font-family: "Work Sans", sans-serif;
}
/* topnav */
.top-navbar {
    /*background: #02254b;*/
    background: linear-gradient(90deg, #016ab0, #01a452);
    padding: 2px 0px;
    box-shadow: 0 2px 8px rgba(1, 2, 14, 0.15);
}
.contact-info a {
    color: #FAFEFD;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: "Work Sans", sans-serif;
}
.contact-info a:hover {
    color: #F8B86F;
}
.contact-info i {
    color: #ffffff;
    font-size: 16px;
}
.social-icons a {
    color: #ffffff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: rgb(0 68 143);
    transition: all 0.3s ease;
    text-decoration: none;
    border-radius: 5px;
    box-shadow:2px 2px 2px 0px #ffffff;
}
.social-icons a:hover {
    background-color: #fa921f;
    color: #FAFEFD;
    transform: translateY(-2px);
}
.btn-register {
    
    background: #a30000;
    color: #FAFEFD;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(32, 174, 109, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: 'Inter';
}
.btn-register:hover {
    background: linear-gradient(135deg, #0169AE 0%, #20AE6D 100%);
    box-shadow: 0 6px 20px rgba(32, 174, 109, 0.4);
    transform: translateY(-2px);
    color: #FAFEFD;
}
/* navigation bar */

nav.navbar.navbar-expand-lg.shadow-sm.sticky-top {
    background: #ece8e8;
    padding: 0px;
    box-shadow: 0 0px 6px 0 #f99819 !important;
}
.nav-link:hover {
    color: #01742b;
}
a.nav-link {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #685f78 !important;
    text-wrap-mode: nowrap;
}
.dropdown-menu {
    border-radius: 10px;
    background-color: #ece8e8;
}
.custom-item {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 550;
    color: #685f78 !important;
    border-radius: 6px;
    padding: 8px 12px;
    transition: all 0.2s ease;
}
.custom-item:hover {
    background-color: #F2F4EE;
    color: #01742b;
    transform: translateX(4px);
}
img.logo-fluid {
    height: auto;
    width: 80%;
}
nav.navbar.navbar-expand-lg.bg-white.shadow-sm {
    padding: 2px 2px;
}
.nav-custom {
    font-weight: bold;
    color: #154568 !important;
    position: relative;
    padding: 8px 12px !important;
    transition: all 0.3s ease;
    font-size: 20px;
}
/* @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right: var(--bs-navbar-nav-link-padding-x); 
         padding-left: var(--bs-navbar-nav-link-padding-x); 
    } */
/* image slider */
html {
    scroll-behavior: smooth;
}
.image-slider {
    background-color: #F2F4EE;
}
.splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}        
.splide__arrows {
    display: none;
}
.custom-arrows {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
    display: flex;
    gap: 0.5rem;
}
.custom-arrow {
    width: 3rem;
    height: 3rem;
    background-color: #FAFEFD;
    border-radius: 100%;
    border: 1px solid #0a1f44;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.custom-arrow:hover {
    background-color: #0a1f44;
}
.custom-arrow:hover svg {
    fill: #FAFEFD;
}
.custom-arrow svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: #0a1f44;
    transition: fill 0.3s ease;
}
.splide__track {
    overflow: hidden;
}
.splide__list {
    display: flex;
}
.splide__pagination {
    display: none;
}
/* about Us */
.about-section {
    padding: 60px 0;
}

.about-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.about-content{
    font-weight: 600;
    letter-spacing: 1px;
    color: #6c757d;
}

.about-content h2 {
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
}



.read-more-btn {
    background-color: #5a0d0d;
    color: #fff;
    padding: 10px 22px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.read-more-btn:hover {
    background-color: #7a1414;
    color: #fff;
}

/* Our Courses */
.course-card {
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}
.course-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.course-image {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.course-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #1a1a1a;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: 3px solid #00d4ff;
}
.course-badge.foundation {
    border-color: #00d4ff;
}
.course-badge.nda {
    border-color: #ffd700;
}
.course-badge.cds {
    border-color: #ffd700;
}
.course-badge-title {
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
}
.course-badge-subtitle {
    font-size: 12px;
    color: #00d4ff;
    display: block;
}
.course-badge.nda .course-badge-subtitle,
.course-badge.cds .course-badge-subtitle {
    color: #ffd700;
}
.course-content {
    padding: 15px 15px 15px 15px;
}
.course-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 5px;
}
.course-description {
    color: #555555;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 25px;
    font-size: 15px;
}

.courses-section .know-more-btn{
    background: #0a1f44;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    border: none;
    transition: background 0.3s ease;
    display: inline-block;
}
.know-more-btn {
    background: #0a1f44;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border: none;
    transition: background 0.3s ease;
    display: inline-block;
}  
.know-more-btn:hover {
    background: #1a3a6b;
    color: #ffffff;
}  
.courses-section {
    padding: 60px 0;
    background: #ece8e8;
}

/* director's message */
.director-section {
    background-color: #ffffff;
    padding: 60px 0;
}
.director-image-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.director-image {
    width: 300px;
    /* max-width: 400px; */
    height: 380px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.director-content {
    padding: 20px;
}
.director-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
}
.director-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333333;
    margin-bottom: 20px;
    text-align: justify;
    font-family: Arial, sans-serif;
}
.highlight-text {
    color: #dc3545;
    font-weight: 600;
}
.director-signature {
    font-size: 1.05rem;
    color: #333333;
    margin-top: 30px;
    font-family: Arial, sans-serif;
}
.director-name {
    font-weight: 700;
    color: #000000;
}
.director-credentials {
    color: #666666;
    display: block;
    margin-top: 5px;
}
img.wp-block-image.size-full.is-resized.is-style-rounded {
    border-radius: 48% 48% 48% 48%;
}
/* registration open */
/* SECTION BACKGROUND */
.registration-section{
    background: linear-gradient(rgba(1,84,145,0.85), rgba(1,84,145,0.85)),
                url('https://images.unsplash.com/photo-1596495578065-6e0763fa1178') center/cover no-repeat;
    padding: 80px 0;
}

/* LEFT CONTENT */
.reg-heading{
    color:#FAFEFD;
    font-weight:700;
}

.reg-subtext{
    color:#F2F4EE;
}

.highlight-list li{
    color:#A9CBBB;
    margin-bottom:10px;
    font-weight:500;
}

/* FORM CARD */
.guidance-card{
    background:#154568;
    padding:30px;
    border-radius:10px;
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.guidance-card h4{
    background:#0170AE;
    color:#FAFEFD;
    padding:12px;
    text-align:center;
    font-weight:600;
    margin-bottom:20px;
}

/* FORM FIELDS */
.form-control{
    background:#F2F4EE;
    border:none;
    border-radius:4px;
    margin-bottom:15px;
    padding:10px;
}

.form-control:focus{
    box-shadow:none;
    border:2px solid #20AE6D;
}

/* BUTTON */
.apply-btn{
    background:#20AE6D;
    color:#FAFEFD;
    font-weight:600;
    border:none;
    padding:10px 25px;
    border-radius:4px;
    transition:0.3s;
}

.apply-btn:hover{
    background:#0170AE;
}
/* our latest selection */
.latest-selection {
  background-color: #f8f9fa;
}

.latest-selection h2 {
  color: #212529;
  letter-spacing: 1px;
}

.latest-selection img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.latest-selection img:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
/* FAQs */
.accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 24px;
  font-weight: 700;
  margin-left: auto;
}
.accordion-button:not(.collapsed)::after {
  content: "−";
}
button.accordion-button.collapsed.d-flex.justify-content-between {
    font-size: 18px;
    font-weight: 600;
}
.accordion-body {
    font-weight: 500;
}

/* contact Us */
.contact-section {
    background-color: #0d1b2a;
    color: #ffffff;
}

.military-card {
    background-color: #1b263b;
    border: 1px solid #415a77;
}

.form-control, .form-select {
    background-color: #0d1b2a00;
    border: 1px solid #415a77;
    color: #ffffff;
}

.form-control::placeholder {
    color: #adb5bd;
}

.btn-military {
    background-color: #415a77;
    color: #ffffff;
    border: none;
}

.btn-military:hover {
    background-color: #778da9;
    color: #0d1b2a;
}

.icon-box {
    background: #415a77;
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}
input.form-control {
    background: none;
}
/* NDA PYQs Page */
.nda_pyqs {
  background-image: url("../../assets/images/banner/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.section-bg{
    background:#FAFEFD;
    padding:60px 0;
}

.main-heading{
    color:#015491;
    font-weight:800;
    font-size:34px;
    line-height:1.3;
}

.highlight-link{
    color:#0170AE;
    font-weight:600;
    text-decoration:underline;
}
.content-text {
    color: #154568;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    font-weight: 600;
}
.category-card{
    background:#FFFFFF;
    border-radius:6px;
    box-shadow:0 8px 25px rgba(0,0,0,0.05);
    overflow:hidden;
}
.category-header{
    background: #02254b;
    color: #ffffff;
    font-weight: 600;
    padding: 18px 25px;
    font-size: 26px;
}
.category-item {
    padding: 10px 25px;
    border-bottom: 1px solid #F2F4EE;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #154568;
    font-size: 18px;
    text-decoration: none;
}
.category-number{
    color:#A9CBBB;
    font-weight:800;
    font-size:22px;
    min-width:40px;
}

.category-item:last-child{
    border-bottom:none;
}
textarea.form-control {
    background: none;
}
.contact-overlay {
    background: rgba(0, 0, 0, 0.70);
}
/* Contact Us page */
.contact_us {
  background-image: url("../../assets/images/banner/banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
.contact-section {
    background: linear-gradient(135deg, #F2F4EE 0%, #FAFEFD 100%);
    padding: 80px 0;
    min-height: 100vh;
} 
.section-title {
    text-align: center;
    margin-bottom: 60px;
}
.section-title h2 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #01020E;
    margin-bottom: 15px;
}
.section-title p {
    font-size: 1.1rem;
    color: #497793;
}
.contact-card {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
}
.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(1, 112, 174, 0.2);
    border-color: #0170AE;
}
.contact-card .icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, #0170AE 0%, #0069B6 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.contact-card:hover .icon-wrapper {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
    transform: rotate(360deg);
}
.contact-card .icon-wrapper i {
    font-size: 2rem;
    color: #FAFEFD;
}
.contact-card h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #01020E;
    margin-bottom: 15px;
}
.contact-card p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #685f78 !important;
}
.card-phone .icon-wrapper {
    background: linear-gradient(135deg, #0170AE 0%, #0169AE 100%);
}
.card-phone:hover .icon-wrapper {
    background: linear-gradient(135deg, #F8B86F 0%, #D68F33 100%);
}
.card-email .icon-wrapper {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
}
.card-email:hover .icon-wrapper {
    background: linear-gradient(135deg, #0170AE 0%, #015491 100%);
}
.card-address .icon-wrapper {
    background: linear-gradient(135deg, #D68F33 0%, #5D3C2F 100%);
}
.card-address:hover .icon-wrapper {
    background: linear-gradient(135deg, #CF2E2E 0%, #015491 100%);
}
.form-wrapper {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 45px 40px;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    height: 100%;
}
.form-wrapper h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #01020E;
    margin-bottom: 30px;
}
.form-wrapper .form-label {
    font-weight: 600;
    color: #154568;
    margin-bottom: 8px;
}
.form-wrapper .form-control,
.form-wrapper .form-control:focus {
    border-radius: 12px;
    padding: 10px 10px;
    border: 2px solid #A9CBBB;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.form-wrapper .form-control:focus {
    border-color: #0170AE;
    box-shadow: 0 0 0 0.2rem rgba(1, 112, 174, 0.15);
    outline: none;
}
.form-wrapper textarea.form-control {
    min-height: 130px;
    resize: vertical;
}
.submit-btn {
    background: linear-gradient(135deg, #143267 0%, #001022 100%);
    font-family: "Work Sans", sans-serif;
    color: #FAFEFD;
    border: none;
    border-radius: 12px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(1, 112, 174, 0.3);
}
.submit-btn:hover {
    background: linear-gradient(135deg, #20AE6D 0%, #01742B 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(32, 174, 109, 0.4);
}
.map-wrapper {
    background: #FAFEFD;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(1, 112, 174, 0.1);
    height: 100%;
}
.map-wrapper iframe {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: none;
}
/* Contact us */
.contact-section {
    background: url('../images/contact_us/coantact_us.jpg') center center/cover no-repeat;
    position: relative;
}

.contact-overlay {
    background: rgba(0, 0, 0, 0.65);
}

.contact-card {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
}

.form-control, .form-control:focus {
    box-shadow: none;
    border-radius: 8px;
}

.btn-custom {
    background: linear-gradient(45deg, #0d6efd, #0dcaf0);
    border: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    color: white;
}

.btn-custom:hover {
    opacity: 0.9;
}

.map-responsive iframe {
    border-radius: 10px;
    width: 100%;
    height: 250px;
}
.form-control, .form-select {
    /* background-color: #0d1b2a; */
    border: 1px solid #415a77;
    color: #03162e;
}
input#fullName {
    background: none;
}
input#email {
    background: none;
}
input#phone{
    background: none;
}
label.form-label {
    background: none;
}
input#subject {
    background: none;
}
textarea#message {
    background: none;
}
/* why choose us */
    .why-section {
      padding: 60px 0;
      background-color: #ece8e8;
    }
    .why-title {
        font-weight: 700;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
    }
    .why-list li {
        font-family: 'Inter';
        font-weight: 400;
        font-size: 16px;
        color: #373737;
        line-height: 30px;
    }
    .why-list i {
      color: #198754;
      margin-right: 10px;
      font-size: 1.1rem;
    }
    .academy-name {
      font-weight: 600;
      margin-top: 20px;
    }
    .academy-tagline {
      color: #555;
    }
    .why-img {
      border-radius: 10px;
      width: 100%;
      height: auto;
      object-fit: cover;
    }
/* custom css coding by uk */
.paragraph, .short_head{
    color: #000000;
    line-height: 1.7;
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-align: justify;
    letter-spacing: normal;
}
.uk_headings {
    text-align: center;
}

.uk_headings h6 {
    color:#f2921e;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

.uk_headings h3 {
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.frequently_ask h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.accordion-header{
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

p.question {
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}

p.answer {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #373737;
}
.uk_box p{
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    color: #373737;
    text-align: justify;
}
.uk_box h4{
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}
.uk_box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: 0.3s;
}

.uk_box:hover{
    transform: translateY(-6px);
}

.uk_box i {
    font-size: 50px;
    color: #f89221;
}
.selection_box img{
    width: 100%;
    border-radius: 10px;
}

.selection {
    padding: 60px 0px;
    background: #ece8e8;
}

.selection h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}
.selection_box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.selection_box:hover{
    transform: translateY(-6px);
}

.videos{
    padding: 20px 0;
    background-color: #ece8e8;
}
.videos h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    margin-bottom: 30px;
}

.breadcrumb-section {
    position: relative;
    background: url('../../assets/images/banner/bredcum.jpg') center top/cover no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.breadcrumb-section .overlay {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 163 84 / 61%);*/
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    rgba(2, 26, 74, 0.85),
    rgba(2, 26, 74, 0.9)
    );
    top: 0;
    left: 0;
}

.breadcrumb-content {
    position: relative;
    text-align: center;
    color: #fff;
    animation: fadeUp 1.2s ease;
}

.breadcrumb-content h1 {
    margin-bottom: 10px;
    font-family: 'Inter';
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.breadcrumb-content p {
    font-size: 16px;
    margin-bottom: 15px;
}

.breadcrumb {
    font-size: 14px;
    margin-top: 10px;
  font-size: 16px;
}

.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.breadcrumb-links a:hover {
  color: #FFC107;
}

.breadcrumb .active {
    color: #FFC107;
  font-weight: 600;
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}



.fa-angle-right:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    padding: 3px 10px;
}


section.about_us {
    padding: 60px 0px;
}
.about_us img{
    width: 100%;
    border-radius: 10px;
}
.about_us h2{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
}

.about_us ul li{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}

.about_us span{
    color: #002248;
    font-family: "Roboto", sans-serif;
}

.campus{
    padding: 60px 0px;
    background-color: #ece8e8;
}
.campus h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}
.campus img {
    width: 100%;
    border: 5px solid #ffffff;
}
.officer_visit{
    padding: 60px 0px;
    background-color: #fff;
}
.officer_visit h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}
.officer_visit img {
    width: 100%;
}

.career{
    padding: 60px 0px;
    background-color: #fff;
}
.career ul li, td{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}
.career h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}
.ssb{
    padding: 60px 0px;
    background-color: #fff;
}
.ssb h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.ssb h3 span{
    font-family: "Roboto", sans-serif;
     color: #002248;
}

.ssb h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}

.courses{
    padding: 60px 0px;
}
.courses h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.courses .paragraph strong {
    font-family: 'Roboto';
}
.courses ul li{
    color: #000000;
    line-height: 1.7;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: normal;
}
.gallery{
    padding: 60px 0px;
}
.gallery .course-content{
    padding: 15px 20px;
}
.see_pictures {
    color: #c10000;
    text-decoration: none;
    font-weight: 500;
}

.contact_us-section{
    padding: 60px 0px;
}

.contact_us-section h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}

.contact_us-section h4{
    font-weight: 600;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 26px;
}





@media (max-width: 767px) {
    .navbar-brand{
        display: contents !important;
    }
    .navbar.navbar-expand-lg.shadow-sm.sticky-top{
        padding: 5px 0px!important;
    }
    #mobile_none{
        display: none;
    }
    .top-navbar {
        padding: 8px 0px;
    }
    #Mobile_format{
        padding: 10px 0px;
    }
}

.inquiry_section {
    padding: 60px 0px;
    background-image: url(../../assets/images/inquiry_background.png);
    background-size: cover;
    background-position: center;
}
.inquiry_section h3 {
    font-family: 'Inter';
    font-weight: 700;
    color: #02254b;
    text-align: center;
}
.inquiry_section h3 span {
    font-weight: 600;
}

.inquiry_section label {
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 550;
    color: #02254b !important;
    text-wrap-mode: nowrap;
}
.inquiry_section .form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 35px;
    border-radius: 10px;
}

.inquiry_section h4{
    font-size: 28px;
    font-weight: 600;
    color: #02254b;
    text-shadow: 0px 1px 0px #ffffff;
    font-family: 'Inter';
}
.upcoming_batch{padding: 60px 0px;}
.upcoming_batch h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
}

/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 25%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgb(246 148 30 / 66%);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgb(246 148 30);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #f69921;
    box-shadow: 0px 2px 1px #f69921;
}

/* Image styling */
.img-container img,
#carouselInner img {
  /*height: 100%;
  object-fit: cover;
  object-position: top;*/
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }
}

.sub_heading {
    font-family: 'Roboto';
    color: orange;
    font-weight: 400;
    font-size: 16px;
}

.upcoming_batch #multiCarousel h4 {
    font-family: 'Work Sans';
    margin-top: 10px;
    color: #000746;
    font-size: 20px;
    font-weight: 600;
}
.batch_text {
    padding: 0px 10px;
}
.batch_text span {
    font-weight: 600;
    color: #02254b;
    font-family: 'Inter';
}

.ssb_mentor{
    padding: 60px 0px;
}
.ssb_mentor .ssb_card_box img{
    width: 100%;
}
.ssb_mentor h4.card-title {
    font-family: 'Inter';
    font-size: 16px;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-weight: 700;
}
.p_text {
    text-align: center;
    font-family: 'Work Sans';
}
.ssb_mentor h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
}





/* selection */


.testimonials{
    padding: 60px 0px;
}
.testimonials h3{
    font-weight: 700;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 60px;
}

.testimonials {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  background-image: url('../../assets/images/inquiry_background.png');
  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.testimonials main {
  width: 800px;
}

.testimonials main h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #fff;
  margin-bottom: 70px;
}

.testimonials .slider {
  width: 100%;
  overflow: hidden;
}

.testimonials .slide-row {
  display: flex;
  width: 4000px;
  transition: 0.5s;
}

.testimonials .slide-col {
  position: relative;
  width: 800px;
  height: 400px;
}

.testimonials .hero {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.testimonials .hero img {
  height: 100%;
  border-radius: 10px;
  width: 320px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.testimonials .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  height: auto;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 45px;
  z-index: 2;
}

.testimonials .content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Inter';
    text-align: justify;
}

.testimonials .content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 35px;
  color: #4d4352;
}

.testimonials .indicator {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.testimonials .indicator .btn {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 4px;
  border-radius: 15px;
  background: #f5911e;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.testimonials .btn.active {
  width: 30px;
  border-color: #083a6f;
}

.testimonials .logo {
  position: absolute;
  right: -20px;
  bottom: -30px;
  z-index: 10;
}

.testimonials .logo img {
  width: 120px;
}

/* Responsive */

@media (max-width: 850px) {
    img.logo-fluid {
        height: auto;
        width: 75%!important;
    }
    #mobile_none{
        display: none;
    }
    .breadcrumb-section{
        height: 200px;
    }
    ul.navbar-nav {
        margin-top: 25px;
    }
    .navbar-nav li.nav-item {
        padding: 0px 10px;
        margin: -4px 0px;
    }
    .dropdown-menu{
        box-shadow: none!important;
    }
    .dropdown-menu li {
        padding: 0px 10px;
        margin: -4px 0px;
    }
  .testimonials main {
    width: 500px;
  }

  .testimonials .slide-row {
    width: 2000px;
  }

  .testimonials .slide-col {
    width: 500px;
    height: 250px;
  }

  .testimonials .hero img {
    width: 200px;
  }

  .testimonials .content {
    width: 320px;
    height: 200px;
    padding: 20px;
  }

  .testimonials .content p {
    font-size: 0.9rem;
  }

  .testimonials .content h2 {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .footer-bottom{
        margin-bottom: 65px;
  }
  .mobile-footer-bar a span{
    font-family: 'Roboto';
  }
  .footer-bottom p{
    text-align: center;
  }
  .mobile-footer-bar {
      position: fixed;
      bottom: 0;
      width: 100%;
      background: #021A4A;
      display: flex!important;
      z-index: 9999;
      box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
    }

    /* Buttons */
    .mobile-footer-bar a {
      flex: 1;
      text-align: center;
      padding: 12px 5px;
      color: #fff;
      text-decoration: none;
      font-size: 12px;
      transition: 0.3s;
    }

    .mobile-footer-bar i {
      display: block;
      font-size: 20px;
      margin-bottom: 3px;
    }

    /* Colors */
    .btn-call { background: #007bff; }
    .btn-whatsapp { background: #25D366; }
    .btn-enquiry { background: #FFC107; color:#000; }
    .btn-contact { background: #0A3D91; }

    /* Hover */
    .mobile-footer-bar a:hover {
      transform: translateY(-3px);
    }
}

@media (max-width: 550px) {
  .testimonials main {
    width: 300px;
  }

  .testimonials .slide-row {
    width: 1200px;
  }

  .testimonials .slide-col {
    width: 300px;
    height: 400px;
  }

  .testimonials .hero {
    top: 75%;
    height: 135px;
    z-index: 6;
  }

  .testimonials .hero img {
    width: 100px;
  }

  .testimonials .content {
    width: 280px;
    height: 100%;
  }
    .testimonials h3 {
        font-weight: 700;
        color: #000000;
        font-family: "Roboto", sans-serif;
        font-size: 28px;
        line-height: 40px;
    }
    .custom-arrows {
        bottom: -1rem!important;
        right: 0rem!important;
    }
    .custom-arrow{
        width: 2rem!important;
        height: 2rem!important;
    }
}

.footer h3 {
    color: #fff;
    font-family: 'Work Sans';
    font-size: 26px;
    line-height: 60px;
}
ul.quick_link li a {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #b0b0b0;
    text-decoration: none;
}

.quick_link li {
    list-style-type: none;
    padding: 4px 0px;
}
ul.quick_link {
    margin: 0px;
    padding: 0px;
}

.mobile-footer-bar{
    display: none;
}




































































