@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    background-image: url(../images/ivimt_ach.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 0;
    margin: 0;
}
*{
        font-family: "Raleway", sans-serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
}
.Welcome_box{
    padding-left: 200px;
}
.logo_design{
    width: 100px;
    height: 100px;
}
.icon_design{
    color: red;
    font-size: 30px;
}
#font_design_p{
    color: red;
    font-size: 30px;
}
#hr_home{
    color: green;
    height: 10px;
}
#ach_design{
    background-color: rgba(0, 0, 0, 0.9);
}
#ach_div_design{
    border: 1px solid darkred;
    width: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.courses_section_design{
    color: red !important;
    font-weight: bold !important;
}
.btn_psuedo{
    transition: 0.7s !important;
}
.btn_psuedo:hover {
    border: 1px solid darkred !important;
    color: white !important;
    background-color: black !important; 
}
.testimonial-card {
            border: none;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        .profile-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 3px solid #0d6efd;
        }
        .carousel-indicators [data-bs-target] {
            background-color: #0d6efd;
            width: 12px;
            height: 12px;
            border-radius: 50%;
        }
#last_home{
    color: white !important;
    font-weight: bold !important;
}
#cpyr-design{
    width: 350px;
    height: 50px;
    border: 1px solid white;
}
.cpyr-design_hr{
    height: 2px !important;
    color: white !important;
}
        .hero-section {
            /* Full screen height */
            min-height: 50vh; 
            /* Background image setup */
            background-image: url(../images/aboutus_img.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .dark-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.55); 
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
        }
        .separator {
            color: #ff4d4d;
            font-weight: bold;
            margin: 0 10px;
        }

        .breadcrumb-link {
            color: #fff;
            text-decoration: none;
            font-size: 18px;
        }

        .breadcrumb-link.active {
            color: #ff4d4d;
        }     
        .course-heading {
            color: #4a4a4a;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .pgdca-header , .dca-header , .bca-header , .mca-header , .dhm-header{
            background-color: #e74c3c !important;
            color: white !important;
            font-weight: bold;
            border-radius: 4px 4px 0 0;
        }
        .details-label {
            font-weight: bold;
            color: #555;
            width: 30%;
        }
        .cmp_bck_design{
            background-color: #9575CD !important;
        }
        .courses_btn_design{
            background-color: #97b2c4 !important;
        }
.text_design_oc{
    font-weight: bold !important;
}
.main_grading_box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.grading_div_design{
    width: 50%;
    height: 400px;
    border: 1px solid darkred;
}
.contact_p_design{
    color: #722b0e !important;
}
.contact_hr{
    height: 10px !important;
    color: red !important;
}
 .marksheet-wrapper {
      background: #ffffff;
      padding: 15px;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
  }
  .marksheet-border {
      border: 1px solid #7f7f7f;
      padding: 25px 30px 30px 20px;
      background-color: #ffffff;
      color: #000000;
      font-family: Arial, sans-serif;
  }
  .evaluation-table th, .evaluation-table td {
      border-color: #7f7f7f !important;
      color: #000000 !important;
  }
  .border-dashed {
      border-style: dotted !important;
  }
  .pdf-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px 20px;
  }
@media (max-width: 576px) {
    #font_design_p {
        font-size: 16px;
    }
    .icon_design {
        font-size: 20px;
    }
    .ach_div_design h3 {
        font-size: 1.2rem;
    }
    .ach_div_design h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 768px) {
    body {
        background-attachment: scroll;
    }
    .header-border .col-md-7 {
        display: none !important;
    }
    .header-border .row.bg-white {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    .header-border .row.bg-white .col-sm-3 {
        width: 25% !important;
        max-width: 25% !important;
        flex: 0 0 25% !important;
        justify-content: flex-start !important;
        margin-bottom: 0 !important;
    }
    .logo_design {
        width: 65px !important;  
        height: 65px !important;
        object-fit: contain;
    }
    .header-border .row.bg-white .col-sm-9 {
        width: 75% !important;
        max-width: 75% !important;
        flex: 0 0 75% !important;
        padding-left: 10px !important;
        margin-bottom: 0 !important;
    }
    .header-border h5 {
        font-size: 1.05rem !important; 
        line-height: 1.3;
        margin: 0 !important;
    }
    .navbar-collapse {
        background-color: #6c757d !important; 
        padding: 15px;
        border-radius: 5px;
        max-height: 75vh; 
        overflow-y: auto; 
    }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

    .navbar-nav .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.15);
        border: none;
        margin-top: 5px;
    }
    
    .navbar-nav .dropdown-item {
        color: #ffffff !important;
        padding-left: 20px; 
    }

    .navbar-nav .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }
}
@media (max-width: 768px) {
    .accordion-header button.courses_btn_design {
        font-size: 0.9rem !important;
        padding: 12px 10px !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}
@media (max-width: 400px) {
    .accordion-header button.courses_btn_design {
        font-size: 0.75rem !important;
    }
}
