
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
body {
    font-family: 'Arial', sans-serif;
}
.checkbox label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-top:1%!important;
}
.header-banner {
    background-color: #fafafa;
    padding: 1rem 0;
}

.alert-banner {
    background-color: #ffd700;
    color: #000;
    text-align: center;
    padding: 0.5rem;
    font-size: 1.1rem;
}


/* Stats Section */
.stats-container {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.stat-card {
    border-radius: 15px;
    padding: 0.5rem;
    height: 100%;
    transition: transform 0.3s ease;
    text-align: center;
    margin-bottom: 1rem;
}

.stat-card:hover {
    transform: translateY(-10px);
}

.yellow-card { background-color: #FFD700; }
.green-card { background-color: #4CAF50; color: white; }
.blue-card { background-color: #2196F3; color: white; }
.pink-card { background-color: #FF4081; color: white; }

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.stat-text {
    font-size: 1rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .stat-number {
        font-size: 2rem; 
    }

    .stat-text {
        font-size: 0.9rem; 
    }
}


/* 
.Admisssion-Section {
    background-image: url('Images/Admission-Process.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    position: relative;
    padding: 4rem 0;
    display: flex;
    align-items: center;
} */




/* Program offered */
.header-section {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.program-title {
    /* font-size: 24px;
    margin-bottom: 20px; */
    text-align: center;
}

/* .program-title span {
    color: #000000;
} */

.program-title span:last-child {
    color: #0008ff;
}

.program-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: none; /* Hide all cards by default */
}

.program-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.nav-pills .nav-link {
    background-color: #f0f0f0;
    margin-right: 10px;
    border-radius: 5px;
    color: #333;
}

.nav-pills .nav-link.active {
    background-color: #007bff;
    color: white;
}

.overview-section {
    background-color: #ffff99;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.tab-content-container {
    display:none; /* Hide tab content by default */
}

.program-blue {
    color: rgb(0, 0, 0);
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

.highlights-bg {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0px 10px;
    font-size: 2.5rem;
}



/* Recruiters Section */
.Recruit-blue {
    color: #001aff;
    font-weight: bold;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.logo-track {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    gap: 20px;
}

.logo-box {
    width: 150px;
    height: 100px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo-box img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

/* Internship Partners */
.internship-partners {
    overflow: hidden;
}

.partner-slider {
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.slider-track {
    display: flex;
    animation: slide 10s linear infinite;
}

.partner-logo {
    max-height: 80px;
    margin: 0 20px;
}

@keyframes slide {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* Testimonial Section */
.Testimonial-heading h2 {
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 30px 0 30px 0;
    font-size: 2.5rem;
}

.Testimonial-heading span {
    color: #001aff;
    font-weight: 400;
}

.carousel .carousel-item {
    color: #434343;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}

.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 15px 0 60px;
    position: relative;
}

.carousel .testimonial::before {
    content: "\201C";
    font-family: Arial, sans-serif;
    color: #ffcd06;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #1c47e3;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 1px 3px;
    box-sizing: border-box;
}

.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;    
    border: 5px double;    
}

.Recruit-black {
    color: #000;
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

.highlights-blue {
    color: #0019fc;
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    font-size: 2.5rem;
}



/* Navigation Improvements */

.nav-pills {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.nav-pills::-webkit-scrollbar {
    display: none;
}

/* =========================== RESPONSIVE STYLING =========================== */

/* Large Devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
    /* .placement-card {
        flex: 0 0 calc(33.333% - 20px);
    } */
    
    .stat-number {
        font-size: 2.2rem;
    }
    
}

/* Medium Devices (tablets, less than 992px) */
@media (max-width: 992px) {
    /* .placement-card {
        flex: 0 0 calc(50% - 20px);
    }
    
    .placement-title h2, 
    .placement-blue, 
    .highlights-bg, 
    .Testimonial-heading h2, 
    .Recruit-black, 
    .highlights-blue {
        font-size: 2rem;
    } */
    
    .stat-number {
        font-size: 2rem;
    }
}

/* Small Devices (landscape phones, less than 768px) */
@media (max-width: 768px) {
   
    .header-banner img {
        max-height: 40px !important;
    }
    
    .alert-banner {
        font-size: 0.9rem;
        padding: 0.3rem;
    }
    
    /* Program Section Responsive */
    .header-section {
        padding: 15px;
    }
    
    .program-title {
        font-size: 20px;
        text-align: center;
    }
    
    .program-card {
        padding: 15px;
    }
    
    .program-image {
        height: 180px;
        margin-bottom: 15px;
    }
    
    .nav-pills .nav-link {
        white-space: nowrap;
        margin-right: 5px;
        font-size: 0.9rem;
        padding: 0.5rem 1rem;
    }
    
    .overview-section {
        padding: 15px;
    }
    
    /* Testimonial Section Responsive */
    .carousel .testimonial {
        padding: 0 10px 0 50px;
    }
    
    .carousel .testimonial::before {
        font-size: 50px;
        left: 10px;
    }
    
    .placement-title h2, 
    .placement-blue, 
    .highlights-bg, 
    .Testimonial-heading h2, 
    .Recruit-black, 
    .highlights-blue {
        font-size: 1.8rem;
    }
    
    /* Logo Box Responsive */
    .logo-box {
        width: 120px;
        height: 80px;
    }
    

    
}

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 576px) {
    .placement-card {
        flex: 0 0 calc(100% - 20px);
    }
    
    .carousel-container {
        padding: 0 30px;
    }
    
    .hero-content {
        padding: 1.5rem;
    }
    
    .stat-card {
        margin-bottom: 1.5rem;
    }
    
    .stat-number {
        font-size: 1.8rem;
    }
    
    .stat-text {
        font-size: 0.9rem;
    }
    
    .nav-button {
        width: 35px;
        height: 35px;
        padding: 8px;
    }
    
    .placement-title h2, 
    .placement-blue, 
    .highlights-bg, 
    .Testimonial-heading h2, 
    .Recruit-black, 
    .highlights-blue {
        font-size: 1.5rem;
    }
    
    .logo-track {
        gap: 10px;
    }
    
    .logo-box {
        width: 100px;
        height: 70px;
    }
    
    .captcha-box {
        flex-direction: column;
        align-items: center;
    }
    
    .captcha-canvas {
        width: 100%;
        max-width: 200px;
    }
    
    .partner-logo {
        max-height: 60px;
        margin: 0 15px;
    }
}

/* Very Small Devices (small phones, less than 400px) */
@media (max-width: 400px) {
    .form-toggle button {
        padding: 8px 20px;
        font-size: 0.9rem;
    }
    
    .logo-box {
        width: 90px;
        height: 60px;
    }
    
    .placement-title h2, 
    .placement-blue, 
    .highlights-bg, 
    .Testimonial-heading h2, 
    .Recruit-black, 
    .highlights-blue {
        font-size: 1.3rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .program-title {
        font-size: 18px;
    }
    
    .nav-pills .nav-link {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
  
}

/* Banner Responsiveness Improvements */

/* Base banner styles with improved responsiveness */
/* .hero-section, */
.Admisssion-Section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

/* Admission Process Banner */
.Admisssion-Section {
    background-image: url('../images/Images/Admission process.jpg');
    min-height: 450px;
    padding: 4rem 2rem;
}



/* Banner Content Containers */
.banner-content-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

/* Add overlay for better text readability on banners if needed */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Ensure images in banners are responsive */
.banner-image {
    max-width: 100%;
    height: auto;
}

/* Enhanced Media Queries for Banners */

/* Large Devices (desktops, less than 1200px) */
@media (max-width: 1200px) {
  
    .Admisssion-Section {
        min-height: 400px;
    }
    
   
}

/* Medium Devices (tablets, less than 992px) */
@media (max-width: 992px) {
 
    
    .Admisssion-Section {
        min-height: 340px;
        background-position: 60% center;
        padding: 3rem 1.5rem;
    }
    
  
}

/* Small Devices (landscape phones, less than 768px) */
@media (max-width: 768px) {

    
    .Admisssion-Section {
        min-height: 750px;
        background-position: 60% center;
        padding: 2rem 1rem;
        background-image: url('Images/ADMISSION-PROCESS.png');
    }
    
 
  
}

/* Extra Small Devices (phones, less than 576px) */
@media (max-width: 576px) {

    .Admisssion-Section {
        min-height: 700px;
        background-position: 70% center;
        background-image: url('Images/ADMISSION-PROCESS.png');
    }
    
  
    
}

/* Very Small Devices (small phones, less than 400px) */
@media (max-width: 400px) {
    /* .hero-section {
        min-height: 300px;
        background-position: 80% center; /* Move focus point for smallest screens */
    /* }  */
    
    .Admisssion-Section {
        min-height: 129px !important;!impo;!impot;!impota;!impot;!impo;!impof;!impof
        \;!impofg;!impof;!i;!;
        background-position: 75% center;
        background-image: url('../images/Images/Admission process.webp');
        background-size: cover; /* Ya contain, jo best fit ho */
    }

}

/* Prevent content overflow */
.container-fluid {
    overflow-x: hidden;
}

/* Add object-fit polyfill for IE support */
.banner-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* If background images fail to load */
.hero-section.bg-fallback {
    background-color: #e0e0e0;
}

.Admisssion-Section.bg-fallback {
    background-color: #f0f0f0;
}

.placement-banner.bg-fallback {
    background-color: #e8e8e8;
}



/* Hero Section */
.hero-section {
    position: relative;
    /* min-height: 100vh; */
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Cover Image Container */
.cover-image-container {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Cover Image */
.cover-image {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: contain;
    object-position: center;
    display: none; /* Hide all images by default */
}

/* Show default image initially */
.default-image {
    display: block;
}

/* Image Swap at 900px */
@media (max-width: 900px) {
    .default-image {
        display: none;
    }
    .small-image {
        display: block;
    }
}

/* Registration Container */
.registration-container {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 90%; /* Use percentage for better responsiveness */
    max-width: 500px;
    z-index: 10;
}

/* Registration Card */
.registration-card {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    width: 100%;
}

/* Buttons */
.action-btns .btn {
    width: 100%;
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #0d6efd;
}

.btn-primary:focus, .btn-light:focus {
    box-shadow: none;
}

/* CAPTCHA Box */
.captcha-box {
    background-color: #f0f0f0;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.captcha-text {
    /* font-family: 'Courier New', monospace; */
    /* font-weight: bold; */
    /* letter-spacing: 4px; */
    font-size: 1.5rem;
    color: #333;
}

.refresh-icon {
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
}

/* Hide login form initially */


/* Responsive Styles */
@media (max-width: 991px) {
    .registration-container {
        right: 50%;
        transform: translateX(50%) translateY(-50%);
        max-width: 400px;
    }
   
}

@media (max-width: 767px) {
   
    .registration-container {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        max-width: 90%;
        padding: 20px;
        margin-top: -50px; /* Adjust this as needed */
       
    }
}





/* footer */
.footer {
    padding: 25px 0;
}

.footer .logo {
    max-width: 250px;
    height: auto;
}

.footer p, .footer h6, .quick-link {
    font-size: 1.1rem;
}

.quick-link {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s;
}

.quick-link:hover {
    color: #0056b3;
}

.social-icons a {
    font-size: 22px;
    color: #000000;
    transition: color 0.3s;
    padding: 10px;
}

.social-icons a:hover {
    color: #0056b3;
}

@media (max-width: 576px) {
    .footer .row > div {
        text-align: center;
        margin-bottom: 20px;
    }

    .social-icons {
        justify-content: center;
    }
}



/* placement card slider */
.placement-section {
    padding: 2rem 0;
    max-width: 1200px;
    margin: 0 auto;
}

.placement-title {
    text-align: center;
    margin-bottom: 2rem;
}

.placement-blue {
    color: #0019fc;
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    padding: 0 10px;
    font-size: 2.5rem;
}

.highlights-bg {
    color: rgb(0, 0, 0);
    font-family: "Anton", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

/* Card container with fixed dimensions */
.placement-card {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 0.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
    height: 460px; /* Fixed height for all cards */
    width: 280px; /* Fixed width for all cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

/* Profile image - rectangular shape */
.profile {
    width: 200px;  /* Fixed width */
    height: 240px; /* Increased height for rectangular shape */
    border-radius: 8px; /* Slight rounded corners */
    object-fit: cover;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Text content section */
.card-content {
    margin: 0.75rem 0;
    width: 100%;
}

.name {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.course, .batch {
    color: #666;
    margin: 0.25rem 0;
}

/* Company logo - fixed dimensions */
.company-logo {
    width: 100px;  /* Fixed width */
    height: 70px;  /* Fixed height */
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

/* Custom navigation buttons */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2) !important;
}

.owl-nav button.owl-prev {
    left: -20px;
}

.owl-nav button.owl-next {
    right: -20px;
}

.owl-nav button span {
    font-size: 1.5rem;
    line-height: 0;
}

/* Custom dots */
.owl-dots {
    margin-top: 1rem;
    text-align: center;
}

.owl-dot span {
    width: 10px !important;
    height: 10px !important;
    margin: 5px 7px !important;
    background: #D6D6D6 !important;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px !important;
}

.owl-dot.active span {
    background: #869791 !important;
}

/* Make sure dimensions stay fixed across all screen sizes */
@media (max-width: 768px) {
    .placement-card {
        width: 280px;
        height: 420px;
    }

    .profile {
        width: 200px;
        height: 240px;
    }

    .company-logo {
        width: 100px;
        height: 50px;
    }
}

@media (max-width: 576px) {
    .placement-card {
        width: 280px;
        height: 420px;
    }

    .profile {
        width: 200px;
        height: 240px;
    }

    .company-logo {
        width: 100px;
        height: 50px;
    }
}
.placement-section {
    position: relative;
    width: 100%;
}




/* //////////placement banner ///////////*/
.placement-banner {
    background-image: url('../images/Images/PLacement-Banner.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 450px;
    position: relative;
    padding: 4rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .placement-banner {
        min-height: 400px;
    }
}

@media (max-width: 992px) {
    .placement-banner {
        min-height: 350px;
        padding: 3rem 0;
    }
}

@media (max-width: 768px) {
    .placement-banner {
        min-height: 300px;
        padding: 2rem 0;
    }
}

@media (max-width: 576px) {
    .placement-banner {
        min-height: 200px;
        padding: 1.5rem 0;
        background-position: top;
    }
}

@media (max-width: 400px) {
    .placement-banner {
        min-height: 150px;
        padding: 1rem 0;
        background-position: top center;
    }
}

.color-class.link-border .panel.dynamic_theme_block .nav>li>a[aria-expanded="true"] {
    color: #fff;
    /* background: #0d6efd; */
    border-radius: 5px;
    /* margin-bottom: 3px; */
}



button#registerBtn {
    background-color: #0d6efd;
}


.icon-class .field-icon:before {
    color: #0d6efd;
    font-size: 13px;
    font-weight: 700;
}

.panel.dynamic_theme_block .btn-npf {
    background-color: #0d6efd;
    border: none;
    color: #fff;
    font-size: 14px;
    width: 180px;
    margin-top: 5px;
    text-transform: uppercase;
    border-radius: 0;
    transition: .5s;
    z-index: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: .5px;
    border: 1px solid #0d6efd;
    border-radius: 0;
}
.form-group.label-floating.reg_name_div {
    width: 47%!important;
    float: left!important;
}

.form-group.label-floating.reg_email_div.Email_email {
    /* float: right; */
    margin-left: 2%!important;
    width: 51%!important;
}
.form-group.label-floating.reg_name_div,
.form-group.label-floating.reg_email_div.Email_email {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}


.form-group.label-floating.reg_name_div {
    /* margin-right: 2%; */
}


.form-group input {
    /* height: 40px; */
}

span.agree-condition {
    /* display: inline-block; */
    /* vertical-align: middle; */
    padding-top: 0px!important;
    padding-left: 10px!important;
}
.color-class button.btn.btn-default.dropdown-toggle.as-is.bs-dropdown-to-select {
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    height: 95%;
}

/*.icon-class #Name {
    padding-left: 30px;
    border-radius: 6px;
}

.icon-class #Email {
    padding-left: 30px;
    border-radius: 6px;
}
.icon-class #Mobile {
    padding-left: 30px;
    border-radius: 6px;
}
.icon-class #Password {
    padding-left: 30px;
    border-radius: 6px;
}
.icon-class #StateId {
    padding-left: 30px;
    border-radius: 6px;
}
.icon-class #CityId {
    padding-left: 30px;
    border-radius: 6px;
}


input#\31 98249457 {
    border-radius: 6px;
}



button#registerBtn {
    border-radius: 6px;
}
button#registerBtn {
    border-radius: 6px;
}

select#CourseId {
    border-radius: 6px;
}

input#loginEmail {
    border-radius: 6px;
}

input#loginPassword {
    border-radius: 6px;
}*/

button#loginBtn {
    border-radius: 6px;
}

button#forgotOtpBtn {
    border-radius: 6px;
}

.color-class .form-group.label-floating.reg_email_div.Email_email .help-block {
    color: red!important;
}

.form-group.label-floating.Mobile.country_dial_code.reg_mobile_div span {
    font-size: 11px;
    color: #f44336 !important;
}

.dynamic_theme_block .form-group.has-error .help-block {
    color: red !important;
}

.dynamic_theme_block .btn-register {
    background-color: #d79e2f;
    border-color: #0d6efd;
    color: white;
    width: 100%;
    display: inline-block;
    margin: 18px 0 0;
    font-size: 17px;
    -webkit-transition: allease .6s;
    -ms-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: allease .6s;
}

button#registerBtn:hover {
    color: white!important ;
}

/*.icon-class #SpecializationId {
    padding-left: 30px;
    border-radius: 6px;
}*/
.form-control {
    border-radius:6px!important;
}
.Admisssion-Section {
    background-image: url('../images/Admission\ process.jpg');
    min-height: 450px;
    padding: 4rem 2rem;
}