
@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Regular.woff2') format('woff2'),
        url('../fonts/Oxygen-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


h1,
h2,
h3,
h4,
h6 {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}
.heading h1{   
    display: inline-block;
    font-size: 2.5rem!important;
    font-family: Poppins, sans-serif;
    font-weight: 600;  
    padding: 10px
    
}
.heading h2{   
    display: inline-block;
    font-size: 3.5rem!important;
    font-family: Poppins, sans-serif;
    font-weight: 600;  
    padding: 10px
    
}


body,
html {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%
}
p {
    font-family: Oxygen, sans-serif
}
.header {
    padding: 5px 8px
}
.banner_header {
    height: auto;
    min-height: 800px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover
}

.banner_header.btech {
    background-image: url('../img/banner/banner_01.jpg')
}

.banner_header-image {
    display: none
}

.banner_header-form {
    width: 30%;
    max-width: 340px;
    float: right;
    margin: 10% 2% 0 0
}
.dbs-slider {
    overflow: hidden;
    width: 100%
}

.left-program h1 {
    font-size: 60px !important;
    padding: 0 69px;
    color: #ffd737 !important;
    font-weight: 800;
    -webkit-text-stroke: 2px #ffd737
}

.specialization-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(314px, 3fr));
    gap: 40px;
    padding: 0;
    list-style: none;
    
}

.specialization-list li {
    display: flex;
    align-items: center;
    padding: 8px 50px;
    gap: 20px;
  
}
.specialization-list h4{
    font-size: 1.2rem!important;
    font-weight: 400;
}


.specialization-list img {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
}

/* recruiter */
 .company-recruiters-content-card {
           
            border-radius: 2.5rem; /* Very rounded corners */
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.1); /* Soft, prominent shadow */
            padding: 4rem 3rem;
            /* max-width: 1200px; */
            width: 100%;
            text-align: center;
            position: relative;
            z-index: 10;
        }

        .company-recruiters-main-heading {
            font-size: 2rem; /* Large and impactful heading */
            font-weight: 800;
            color: #7a2776; /* Deep blue/grey for contrast */
            margin-bottom: 4rem;
            text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.07);
            letter-spacing: -0.04em;
        }

        .company-recruiters-logo-path-container {
            display: flex;
            flex-wrap: wrap; /* Allow logos to wrap to next line */
            justify-content: center; /* Center items in rows */
            align-items: center;
            gap: 1rem; /* Reduced gap for a more compact look */
            padding: 1.5rem;
            position: relative;
            background: linear-gradient(to right, rgba(255,255,255,0.3), rgba(255,255,255,0.0));
            border-radius: 2rem;
        }

        .company-recruiters-logo-item {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 130px; /* Consistent width for each logo container */
            height: 90px; /* Consistent height */
            background-color: #f8faff; /* Slightly off-white for logos */
            border-radius: 1.5rem; /* Highly rounded corners */
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); /* Soft shadow for depth */
            cursor: default; /* Change cursor back to default */
            overflow: hidden;
            border: 2px solid transparent; /* Keep border for structure */
        }

        .company-recruiters-logo-item img {
            max-width: 80%;
            max-height: 70%;
            object-fit: contain;
            border-radius: 0.75rem; /* Rounded corners for images */
            filter: grayscale(0%); /* Keep logos in full color by default */
        }

        /* Responsive adjustments */
        @media (max-width: 768px) { /* Tablet and smaller */
            .company-recruiters-main-heading {
                font-size: 3.5rem;
                margin-bottom: 3rem;
            }
            .company-recruiters-content-card {
                padding: 3rem 1.5rem;
            }
            .company-recruiters-logo-item {
                width: 130px;
                height: 70px;
                /* Removed margin */
            }
            .company-recruiters-logo-path-container {
                gap: 1rem; /* Further reduced gap */
                padding: 1rem;
            }
        }

        @media (max-width: 480px) { /* Mobile specific */
            .company-recruiters-main-heading {
                font-size: 2.8rem;
                margin-bottom: 2.5rem;
            }
            .company-recruiters-content-card {
                padding: 2.5rem 1rem;
            }
            .company-recruiters-logo-item {
                /* Adjusted width to show 3 columns */
                width: calc(33.33% - 0.5rem); /* (container width - 2*gap) / 3 -> (100% - 2*0.75rem) / 3 -> approx 33.33% - 0.5rem */
                height: 60px;
                /* Removed margin */
                border-radius: 1rem;
            }
            .company-recruiters-logo-path-container {
                gap: 0.75rem; /* Consistent gap */
                padding: 0.8rem;
            }
        }

/* footer section  */

.gallery-section {
    padding: 10px 0
}

.lp-footer-form {
    width: 350px;
    margin: 0 auto
}

.f-bg {
    background: #bebaba;
    color: #000;
}
.f-bg p{
   font-weight: 600;
}


/* //////////////  */



.specialization-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 2fr));
    gap: 10px;
    padding: 15px 58px;
    list-style: none;
    
}
.specialization img{
    width: 20%;
    text-align: center;
}

.specialization-list li {
    display: flex;
    align-items: flex-start;
    padding: 8px 60px;
    gap: 20px;
  
}
.specialization-list p{
    font-size: 1.25rem!important;
}


.specialization-list img {
    width: 30px;
    height: auto;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* //////////////////// */

.specialization-list-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(375px, 2fr));
    gap: 4px;
    padding: 15px 75px;
    list-style: none;
}


.specialization-list-2 li {
    display: flex;
    align-items: center;
    padding: 8px 60px;
    gap: 20px;
  
}
.specialization-list-2 p{
    font-size: 1.25rem!important;
}


.specialization-list-2 img {
    width: 30px;
    height: auto;
    margin-bottom: 5px;
}


/* ///////////////////// */

/* dbs advance section start  */

.dbs-advanc {
    position: relative;
    padding: 10px 93px;
}

.dbs-advanc .row {
    display: flex;
    align-items: center;
    position: relative;
}

.image-container {
    position: relative;
    flex: 1;
}




.adv-dbs-right {
    background: #7a2776;
    padding: 30px;
    color: #ffffff;
    border-radius: 8px;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 776px;
  
}

.adv-dbs-right h2 {
    color: #ffda47;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.adv-dbs-right ul {
    list-style: none;
    padding: 0;
}

.adv-dbs-right ul li {
    display: flex;
  
}

.adv-dbs-right ul li::before {
    content: "•";
    color: #ffda47;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.adv-dbs-right ul li p {
    font-size: 1.1rem;
    line-height: 1.5;
}




/* ////////////////// */


/* placements style  */

.placement_image_wrapper {
    width: 100%;
    overflow: hidden;
  }
  
  .placement_image {
    width: 100%;
    height: auto;
    display: block;
  }
  

  


/* /////////////////////////// */
.content-bg img{
    background: center;
    background-repeat: no-repeat;
}



/* ////////////////////// */


/* international_university style */
.international_uni h1{
    color: #7a2776;
    font-size: 2.8rem;
    font-weight: 800;
    
}
.international_uni h2{
    color: #5f5d5f;
    font-size: 1.8rem;
    font-weight: 800;
    
}
.international-uni-container img{
    
   width: 60%;
}






/* recuiters styling */

  /* Custom Styles for Recruiter Section */
     .recruiter-section {
    background-color: #7d0477;
    padding: 60px 20px;
    border-radius: 1.5rem;
    margin: 2rem auto;
    max-width: 1280px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: center;
    overflow: hidden;
}

.section-title {
    font-size: 2rem;
    color: #ffda47;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    line-height: 1.2;
}

.section-subtitle {
    font-size: 1.45rem;
    color: #cfcdcd;
    margin-bottom: 50px;
    font-weight: 500;
}

.industry-logo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    align-items: stretch;
    max-width: 700px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .industry-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    border: 1px solid #e0e0e0;
    text-decoration: none;
    color: inherit;
}

.logo-item:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.logo-item img {
    max-width: 150px;
    height: 90px;
    object-fit: contain;
 
    
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.logo-name {
    font-size: 1.25rem;
    color: #2d3748;
    font-weight: 700;
    text-align: center;
}

  /* /////////////// */

  .opp p{
    font-size: 1.4rem;
   padding: 0 50px;
   font-weight: 600;
  }
  .opp h2{
   
    color: #7d0477;
  }

    /* Section specific padding */
        .section-padding {
            padding-top: 40px;
            padding-bottom: 40px;
           background: url(../img/background/scholorship.png) no-repeat center center !important;
            background-size: cover; 
        }

       
        .text-center {
            text-align: center;
        }

        
        .heading {
            font-size: 2.25rem;
            line-height: 2.5rem;
            font-weight: 800;
            color: #7a2776; 
            margin-bottom: 1rem;
        }
        .sub-heading {
            font-size: 1.5rem;
            line-height: 2rem;
            font-weight: 600;
            color: #7a2776; 
            margin-bottom: 1rem;
        }
        .description {
            font-size: 1rem;
            line-height: 1.5rem;
            color: #4A5568;
            margin-bottom: 2.5rem;
            max-width: 768px;
            margin-left: auto;
            margin-right: auto;
        }

        /* Table container styles */
        .table-container {
            border-radius: 0.75rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            border: 1px solid #D0D0D0;
            background-color: #E0E0E0;
            padding: 24px;
            margin-left: auto;
            margin-right: auto;
            max-width: 1024px;
        }

        /* Scholarship table styles */
        .scholarship-table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed; 
        }
        .scholarship-table th, .scholarship-table td {
            padding: 12px 8px;
            text-align: left;
            border-bottom: 1px solid #D0D0D0;
            word-wrap: break-word;
            white-space: normal;
            font-weight: bold;
            color: #4A5568;
            border-right: 1px solid #D0D0D0;
        }
        .scholarship-table th:last-child, .scholarship-table td:last-child {
            border-right: none;
        }
        .scholarship-table thead {
            background-color: #DCDCDC;
        }
        .scholarship-table th {
            font-size: 0.7rem;
            color: #4A5568;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .scholarship-table tbody tr:nth-child(odd) {
            background-color: #FFFFFF;
        }
        .scholarship-table tbody tr:nth-child(even) {
            background-color: #F5F5F5;
        }
        .scholarship-table td {
            font-size: 0.8rem;
        }
        .scholarship-table td:first-child {
            font-weight: 500;
        }
        .note {
            margin-top: 24px;
            font-size: 0.875rem;
            color: #4A5568;
            text-align: center;
            font-weight: bold;
        }

        /* Accordion styles */
        .accordion-item {
            margin-bottom: 10px;
            border: 1px solid #D0D0D0;
            border-radius: 8px;
            overflow: hidden;
            background-color: #f9fafb;
        }
        .accordion-header {
            background-color: #7a2776; 
            color: #ffffff;
            padding: 15px 20px;
            width: 100%;
            text-align: left;
            border: none;
            outline: none;
            cursor: pointer;
            font-size: 1.1rem;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s ease;
        }
        .accordion-header:hover {
            background-color: #6a1f6a; 
        }
        .accordion-header.active {
            background-color: #6a1f6a;
        }
        .accordion-header::after {
            content: '+';
            font-size: 1.5rem;
            transition: transform 0.3s ease;
        }
        .accordion-header.active::after {
            content: '-';
            transform: rotate(0deg);
        }
        .accordion-content {
            padding: 0 20px;
            background-color: #ffffff;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease-out;
        }
        .accordion-content.show {
            max-height: 1000px; 
            padding: 20px;
        }

         .specialization-list h4 br + p::before {
        content: '';
    display: block;
    width: 100px;
    height: 1px;
    background-color: #ddd;
    margin: 6px 0px;
}

        
