
@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
}


/* recruiter */

.recruiter-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    padding: 20px
}

.recruiter-titel {
    color: #7a2776;
    font-weight: 900;
}

.recruiter img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #ddd0d0;

}

@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: #bebaba;
    color: #000;
}
.f-bg p{
   font-weight: 600;
}


/* //////////////  */

/* Section General Padding */
.section-padding {
    padding: 80px 0;
}

/* Section Title with Yellow Underline */
.section-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.2rem;
    position: relative;
    color: #7a2776; /* Brand Purple */
}

.section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #ffd737; /* Brand Yellow */
    margin: 15px auto 0;
}

/* --- Advanced Specialisations Styling --- */
.adv-option-content {
    border-left: 4px solid #7a2776;
    padding-left: 30px;
    margin-bottom: 40px;
}

.adv-option-content h3 {
  
    font-weight: 600;
}

.subject-tag {
    display: inline-block;
    background: #f1f2f6;
    padding: 5px 15px;
    border-radius: 3px;
    margin: 4px;
    font-size: 0.9rem;
    color: #2d3436;
    font-weight: 500;
}

/* --- Specialisation Tracks (3-Column Items) --- */
.track-item {
    border: 1px solid #dfe6e9;
    padding: 30px;
    height: 100%;
    transition: border-color 0.3s;
    background: #fff;
}

.track-item:hover {
    border-color: #7a2776;
}

.track-item h4 {
    border-bottom: 1px solid #dfe6e9;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    
}

.track-item ul {
    list-style: none;
    padding: 0;
}

.track-item ul li {
    margin-bottom: 10px;
    font-size: 0.95rem;
    padding-left: 20px;
    position: relative;
    color: #636e72;
}

.track-item ul li::before {
    content: '•';
    color: #7a2776;
    position: absolute;
    left: 0;
    font-weight: bold;
    font-size: 1.2rem;
    top: -2px;
}

/* ///////////////////// */

/* 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 */

.recruiter-box {
    border: 1px solid #ccc;
    padding: 1.5rem;
  }
  
  .recruiter-title {
    font-size: 2.1rem;
    color: #7a2776;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  .recruiter-logo {
    max-width: 30%;
    max-height: 70px;
  }
  
  .tall-logo {
    max-height: 150px;
  }


  .content-btech p{
    font-size: 1.3rem;
    font-weight: 400;
  }

  .content-btech2 p{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 30px;
  }
  .recruiter-section{
    padding: 40px 0px 70px 0px;
  }

  /* /////////////// */

  .opp p{
    font-size: 1.4rem;
   padding: 0 50px;
   font-weight: 600;
  }
  .opp h2{
   
    color: #7d0477;
  }

  
/* mootcurt  */
.court_img img{
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mourt_para{
    background: #7a2776;
    border-radius: 10px;
}
.mourt_para h2{
    color: #ffd737;
    text-align: left;
}
.mourt_para p{
    font-size: 0.8rem !important;
    color: #fff;
}
  /* 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);
    }
}