
@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.png')
}

.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
}


/* recruiter */

.recruiter-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    padding: 20px;
}

.recruiter-titel {
    color: #7a2776;
    font-weight: 900;
}

@media (max-width:1024px) {
    .recruiter-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:768px) {
    .recruiter-container {
        grid-template-columns: repeat(3, 1fr)
    }
}


/* footer section  */

.gallery-section {
    padding: 10px 0
}

.lp-footer-form {
    width: 350px;
    margin: 0 auto
}

.f-bg {
    background: #000;
    color: #fff
}



/* //////////////  */



.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.25rem!important;
}


.specialization-list img {
    width: 50px;
    height: auto;
    margin-bottom: 5px;
}



/* ///////////////////// */

/* dbs advance section start  */
#program-features-container {
            font-family: 'Inter', sans-serif;
            background-color: #f3f4f6;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 70vh;
            padding: 2rem;
        }

        #program-features-container .container {
            width: 100%;
            max-width: 1300px;
            padding: 2rem;
            background-color: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        }

        #program-features-container .heading {
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a202c;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        /* New styling for the separator line */
        #program-features-container .heading-separator {
            width: 150px;
            height: 3px;
            background-color: #7A2776;
            margin: -1rem auto 2.5rem auto;
        }

        #program-features-container .columns-wrapper {
            display: flex;
            flex-direction: column;
            gap: 24px;
        }

        @media (min-width: 768px) {
            #program-features-container .columns-wrapper {
                flex-direction: row;
                justify-content: space-between;
                gap: 48px;
            }
        }

        #program-features-container .column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        #program-features-container .card {
            padding: 1.5rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        #program-features-container .card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
        }

        #program-features-container .card-1 {
            background-color: #F8F4FA;
            border-left: 6px solid #7A2776;
        }

        #program-features-container .card-2 {
            background-color: #EADFF4;
            border-left: 6px solid #7A2776;
        }
        
        #program-features-container .card-heading {
            font-weight: 700;
            font-size: 1.25rem;
            margin-bottom: 0.5rem;
            color: #7A2776;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        #program-features-container .card-text {
            font-size: 0.875rem;
            color: #4a4a4a;
        }


/* ////////////////// */


/* placements style  */

.placement_bg {
    background: url(../img/background/placements_bg.png) center center no-repeat;
    height: 35vh;
  }
  
  .placement_content {
    padding: 100px 0;
  }
  
  .placement_content h2 {
    font-size: 4.1rem;
    color: #ffda47;
    -webkit-text-stroke: #ffda47 3px;
  }
  


/* /////////////////////////// */
.content-bg img{
    background: center;
    background-repeat: no-repeat;
}



/* ////////////////////// */
.recruiter img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #ddd0d0;
}

/* 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-box {
    background-color: #8d8d8d6e;
    border: 1px solid #7a2776;
    border-radius: 10px;
    padding: 17px;
    text-align: center;
    font-weight: bold;
    color: #333;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.international-uni-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.international-uni-box h3 {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1px;
}




.international-uni-container img {
    width: 60%;
}


  /* 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;
}/* apply button start  */

.button-column {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.heading {
    font-size: 1.875rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 1rem;
}

.paragraph {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 2rem;
    max-width: 65ch;
}


.apply-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    background: linear-gradient(to right, #8c4788, #8a4587);
    text-decoration: auto;
}

.apply-button:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    color: #FFFFFF;
}

/* Mobile-specific styles for the fixed button */
@media (max-width: 1023px) {
    .apply-button {
        position: fixed;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 2rem);
        border-radius: 9999px;
        padding: 1rem 2rem;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }
}