h1 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 40px;
}

a,
li,
p {

    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-size: 18px;

}


.list-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
    background-color: rgb(245, 250, 255);
    gap: 50px;
    flex-wrap: wrap;
}

.list-content {
    width: 35%;
}


.list-content h1 {
    color: #2c77d3;
    font-size: 43px;
    font-weight: bold;
}

.list-content p {
    line-height: 26px;
    font-size: 18px;
    margin-top: 20px;
}

.list-image {
    text-align: start;
}

.list-image img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:1250px) {
    .list-content {
        width: 40%;
    }

    .list-section {
        padding-top: 120px;
    }
}


@media screen and (max-width:1064px) {
    .list-content {
        width: 90%;
    }

    .list-section {
        padding-top: 120px;
    }
}


@media (max-width: 1024px) {

    .list-content h1 {
        font-size: 40px;
        line-height: 44px;
        text-align: start;
    }

}

@media (max-width: 768px) {

    .list-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

}

@media (max-width: 480px) {
    .list-content h1 {
        font-size: 28px;
        line-height: 32px;
    }


}

/* section 2 */
.might {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;

}

.might-text {
    width: 40%;

}

.might-text p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}

.might-text ul {
    margin-top: 20px;

}

.might-img img {
    width: 100%;

}

.might-text li {
    list-style: none;
    margin-top: 10px;
}

@media screen and (max-width:1024px) {
    .might-text {
        width: 90%;
    }
}


@media screen and (max-width:768px) {
    .might-img img {
        max-width: 400px;
    }
}


@media screen and (max-width: 425px) {
    .might {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .might-img img {
        padding: 20px;
        max-width: 300px;
    }
}


/* section 3 */
.aiming {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 170px;
    background-color: rgb(245, 250, 255);
    gap:100px;
}

.aiming-content {
    width: 30%;
}

.aiming-content p {
    margin-top: 20px;
    font-size: 21px;
    line-height: 30px;
}

@media screen and (max-width:1285px) {
    .aiming-content {
        width: 40%;
    }
}

@media screen and (max-width:1024px) {
    .aiming-content {
        width: 90%;
    }

    .aiming {
        flex-direction: column-reverse;
        gap: 20px
    }
}

@media (max-width: 768px) {
.aiming{
    gap:40px
}

    .aiming-image img {
        max-width: 300px;
    }

    .aiming{
        padding-bottom: 50px;
    }
}

@media (max-width: 480px) {

    .aiming-content a {
        padding: 12px 24px;
        font-size: 15px;
    }
}

/* section 4 */
.Built {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}


.Built-text {
    width: 30%;
}

.Built-text p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}

@media screen and (max-width:1350px) {
    .Built-text {
        width: 40%;
    }
}

@media screen and (max-width:1024px) {
    .Built-text {
        width: 90%;
    }
}


@media screen and (max-width:768px) {
    .Built {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Built-img img {
        max-width: 300px;
    }
}















/* deemed-college-list */


.dmc-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 25px;
    margin-top: 100px;
}
.dmc-heading {
    text-align: center;
    color: #3498db;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 34px;
}
.dmc-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
    font-size: 16px;
}
.dmc-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.dmc-search-box {
    width: 80%;
    /* max-width: 800px; */
    text-align: center;
}
.dmc-input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.dmc-input:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 2px 12px rgba(56, 131, 243, 0.15);
}
.dmc-hint {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 5px;
    margin-bottom: 20px;
}
table.dmc-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.dmc-thead th {
    background-color: #3498db;
    color: white;
    text-align: left;
    padding: 15px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
.dmc-thead th:hover {
    background-color: #3498db;
}
.dmc-thead th:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
}
.dmc-thead th.sort-asc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
}
.dmc-thead th.sort-desc:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid white;
}
.dmc-row td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}
.dmc-table .dmc-row:hover {
    background-color: #ececec;
}

.dmc-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.dmc-pagination-btn {
    background-color: white;
    border: 1px solid #ddd;
    padding: 8px 16px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}
.dmc-pagination-btn:hover {
    background-color: #f1f1f1;
}
.dmc-pagination-btn.active {
    background-color: #3883f3;
    color: white;
    border-color: #3883f3;
}
.dmc-pagination-btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
#pagesContainer button {
    background-color: white;
    border: 1px solid #ddd;
    padding: 8px 16px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}
#pagesContainer button:hover {
    background-color: #f1f1f1;
}
#pagesContainer button.active {
    background-color:  rgb(155, 155, 155);
    color:  rgb(238, 238, 238);
}
.dmc-college-count {
    margin-top: 10px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.highlight {
    background-color: #ffffc8;
    font-weight: bold;
}
.dmc-loading {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #666;
}
@media screen and (max-width: 768px) {
    .dmc-search-box {
        width: 100%;
    }
    table.dmc-table {
        display: block;
        overflow-x: auto;
    }
    .dmc-pagination {
        flex-wrap: wrap;
    }
}







/* mcc-college-ranks-css */

.mcc-section {
    max-width: 1200px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }

  .mcc-title {
    color: #3498db;
    margin-bottom: 20px;
    text-align: center;
    font-size: 35px;
    font-weight: 650;
  }

  .mcc-form-group {
    margin-bottom: 20px;
  }

  .mcc-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
  }

  .mcc-select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    background-color: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s;
  }

  .mcc-select:focus {
    outline: none;
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
  }

  .mcc-button {
    background-color: #3498db;
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
    font-weight: 600;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
  }

  .mcc-button:hover {
    background-color: transparent;
    color: #3498db;
    border: 2px solid #3498db;
  }

  .mcc-result-container {
    margin-top: 30px;
  }

  .mcc-card {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .mcc-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    overflow: hidden;
  }

  .mcc-table th,
  .mcc-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .mcc-table th {
    background-color: #3498db;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .mcc-table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.02);
  }

  .mcc-table tr:hover {
    background-color: rgba(52, 152, 219, 0.05);
  }

  /* Responsive */
  @media (max-width: 768px) {
    .mcc-section {
      padding: 20px 15px;
    }

    .mcc-title {
      font-size: 24px;
    }

    .mcc-table {
      display: block;
      overflow-x: auto;
    }
  }

  .error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  .warning-message {
    background-color: #fff3cd;
    color: #856404;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
  }







@media screen and (max-width:1550px) {
    h1 {
        font-size: 35px;
    }
}


@media screen and (max-width:768px) {
    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:425px) {
    h1 {
        font-size: 25px;
    }
}
 :root {
            --primary-color: #3498db;
            --primary-light: #eaefff;
            --primary-dark: #3498db;
            --secondary-color: #ff6b6b;
            --accent-color: #4ecdc4;
            --text-dark: #2d3748;
            --text-light: #718096;
            --bg-light: #f7fafc;
            --border-radius: 8px;
            --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            --transition: all 0.3s ease;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: var(--bg-light);
            padding: 20px;
        }

        .container-mbbs-college {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            padding: 30px;
            position: relative;
            overflow: hidden;
        }

        .container-mbbs-college::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 8px;
        }

        .container-mbbs-college h1 {
            font-size: 35px;
            text-align: center;
            margin-bottom: 10px;
            color: #3498db;
            font-weight: 600;
        }

        .subtitle {
            text-align: center;
            color: var(--text-light);
            margin-bottom: 30px;
            font-size: 16px;
        }

        .search-container {
            margin-bottom: 30px;
            position: relative;
        }

        #searchInput2 {
            width: 100%;
            padding: 12px 20px;
            font-size: 16px;
            border: 2px solid #e2e8f0;
            border-radius: var(--border-radius);
            transition: var(--transition);
            background-color: white;
            box-sizing: border-box;
        }

        #searchInput2:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15);
        }

        /* Table wrapper for horizontal scrolling - SHADOWS REMOVED */
        .table-responsive-wrapper {
            width: 100%;
            overflow-x: auto;
            overflow-y: visible;
            -webkit-overflow-scrolling: touch;
            border-radius: var(--border-radius);
            margin-bottom: 30px;
            position: relative;
            border: 1px solid #e2e8f0;
        }

        #medicalCollegesTable2 {
            width: 100%;
            min-width: 900px;
            border-collapse: collapse;
            background-color: white;
            margin: 0;
        }

        #medicalCollegesTable2 thead {
            background-color: #3498db;
            color: white;
        }

        #medicalCollegesTable2 th {
            padding: 15px 10px;
            text-align: left;
            font-weight: 600;
            white-space: nowrap;
        }

        #medicalCollegesTable2 td {
            padding: 14px 10px;
            border-bottom: 1px solid #edf2f7;
            color: var(--text-dark);
            white-space: nowrap;
        }

        #medicalCollegesTable2 tbody tr {
            transition: var(--transition);
        }

        #medicalCollegesTable2 tbody tr:hover {
            background-color: rgb(233, 233, 233);
        }

        #medicalCollegesTable2 tbody tr:last-child td {
            border-bottom: none;
        }

        /* Column widths */
        #medicalCollegesTable2 th:nth-child(1), #medicalCollegesTable2 td:nth-child(1) { width: 60px; }
        #medicalCollegesTable2 th:nth-child(2), #medicalCollegesTable2 td:nth-child(2) { width: 300px; }
        #medicalCollegesTable2 th:nth-child(3), #medicalCollegesTable2 td:nth-child(3) { width: 150px; }
        #medicalCollegesTable2 th:nth-child(4), #medicalCollegesTable2 td:nth-child(4) { width: 120px; }
        #medicalCollegesTable2 th:nth-child(5), #medicalCollegesTable2 td:nth-child(5) { width: 80px; }
        #medicalCollegesTable2 th:nth-child(6), #medicalCollegesTable2 td:nth-child(6) { width: 120px; }
        #medicalCollegesTable2 th:nth-child(7), #medicalCollegesTable2 td:nth-child(7) { width: 80px; }

        .results-info {
            margin: 15px 0;
            color: var(--text-light);
            font-size: 14px;
            font-style: italic;
        }

        .pagination {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 20px;
        }

        .pagination button {
            min-width: 40px;
            height: 40px;
            padding: 0 15px;
            background-color: rgb(202, 202, 202);
            color: rgb(34, 34, 34);
            border: 1px solid #e2e8f0;
            border-radius: 10%;
            cursor: pointer;
            transition: var(--transition);
            font-weight: 500;
        }

        .pagination button:hover {
            background-color: rgb(173, 173, 173);
        }

        .pagination button.active {
            background-color: rgb(155, 155, 155);
            border: none;
            color: white;
        }

        /* Enhanced mobile responsiveness */
        @media screen and (max-width: 1024px) {
            .container-mbbs-college {
                padding: 25px 20px;
            }
            
            .table-responsive-wrapper {
                overflow-x: scroll !important;
            }
            
            #medicalCollegesTable2 th,
            #medicalCollegesTable2 td {
                padding: 12px 8px;
                font-size: 14px;
            }
        }

        @media screen and (max-width: 768px) {
            .container-mbbs-college {
                padding: 20px 15px;
                margin: 0 10px;
            }
            
            .container-mbbs-college h1 {
                font-size: 24px;
            }
            
            .subtitle {
                font-size: 14px;
            }
            
            .table-responsive-wrapper {
                overflow-x: scroll !important;
                margin-left: -15px;
                margin-right: -15px;
                padding: 0 15px;
                border-left: none;
                border-right: none;
                border-radius: 0;
            }
            
            #medicalCollegesTable2 {
                min-width: 800px;
            }
        }

        @media screen and (max-width: 480px) {
            .container-mbbs-college h1 {
                font-size: 20px;
            }
            
            #searchInput2 {
                padding: 10px 15px;
                font-size: 14px;
            }
            
            .pagination button {
                min-width: 35px;
                height: 35px;
                padding: 0 10px;
                font-size: 14px;
            }
            
            #medicalCollegesTable2 th,
            #medicalCollegesTable2 td {
                padding: 10px 6px;
                font-size: 12px;
            }
            
            #medicalCollegesTable2 {
                min-width: 700px;
            }
        }

        /* File upload styles */
        .file-upload-container {
            background-color: #fef5e7;
            border: 2px dashed #f6ad55;
            border-radius: var(--border-radius);
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
        }

        .file-upload-container input[type="file"] {
            margin-top: 10px;
            padding: 8px 12px;
            border: 1px solid #e2e8f0;
            border-radius: 4px;
            background-color: white;
        }



  /* ✅ WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.whatsapp-float:hover {
  background-color: #1EBE5D;
  transform: scale(1.1);
}



.mail-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background-color: #1976d2;    /* Gmail-red */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 1000;
    transition: background-color 0.3s ease;
  }
  .mail-float:hover {
    background-color: transparent; 
    color: #1565c0;
    border: 2px solid #1976d2;
  }
  .mail-float i {
    line-height: 60px;             /* vertically center the icon */
  }