body {
    font-family: "Open Sans", sans-serif;
    scroll-behavior: smooth;
    margin: 0;
    font-size: 16px;
}
html {
    scroll-behavior: smooth;
}
a:hover,
a:focus {
    text-decoration: none;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
/* ===== Header ===== */
header {
    padding: 10px 0;
}
header img {
    max-width: 100%;
}
header p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
a {
    transition: all 0.3s ease;
    color: #0077b6;
    text-decoration: none;
}
a:hover {
    color: #ff7f50;
}
.banner-container {
    position: relative;
}
.bg-light {
    background: #f2f2f2;
}
.top_form h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #fff;
}
.top_form .form-control {
    border: 1px solid #fff;
    height: 45px;
    border-radius: 4px;
    font-weight: 200;
}
.top_form .form-control:focus {
    box-shadow: none;
}
.submit-btn button {
    border: 0;
    background: #ff7f50;
    font-weight: 700;
    color: #fff !important;
    border-radius: 30px;
    padding: 9px 24px;
    font-size: 22px;
    margin: 10px 0;
    box-shadow: 0 12px 50px rgb(237 121 36 / 42%);
}
.submit-btn button:hover {
    color: #fff;
}
.submit-btn button:focus {
    outline: 0;
    box-shadow: none;
}

<<<<<<< HEAD .college-list li {
    background-color: #fff;
}
.college-list li .clg-action {
    padding: 10px;
}
.college-list li p {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
}
.college-list li img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.college-list li .clg-action a {
    background: #0077b6;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 600;
}
.overview-sec {
    padding: 30px 0;
}
.overview-head h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 30px;
    letter-spacing: -0.4px;
    text-align: center;
}
======= .college-list li {
    background-color: #fff;
}
.college-list li .clg-action {
    padding: 10px;
}
.college-list li p {
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    min-height: 40px;
}
.college-list li img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.college-list li .clg-action a {
    background: #0077b6;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 600;
}
.overview-sec {
    padding: 30px 0;
}
.overview-head h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 40px;
    letter-spacing: -0.4px;
    text-align: center;
}
>>>>>>>origin .course-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.list-item img {
    max-width: 100%;
    border-radius: 12px 12px 0 0;
    max-height: 178px;
    width: 100%;
}
.list-item a {
    display: inline-block;
    width: 100%;
    background: #fff;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 12px;
}
.list-item p {
    padding: 10px;
    margin: 0;
}
.list-item a:hover,
.p-clgs:hover {
    box-shadow: 0 20px 50px rgb(189 187 195 / 55%);
}
.p-clgs img {
    max-height: 70px;
    margin: auto;
}
.owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
}
.owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    outline: 0;
    margin: 0 5px;
    background: #ff7f50 !important;
    color: #fff !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.placement-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.placement-item .item {
    padding: 12px;
    text-align: center;
}
.placement-item img {
    max-height: 50px;
}
.about-para ul {
    list-style-type: disc;
}
.about-para ul li {
    font-size: 18px;
    margin: 0 0 15px;
}
footer p {
    font-size: 18px;
    margin-bottom: 0;
}
footer {
    padding: 30px 0;
}

.partner-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
p-clgs {
    text-align: center;
}

.placement-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 30px;
    column-gap: 15px;
    place-items: center;
}
.placement-img img {
    max-height: 50px;
}
.placement-img {
    text-align: center;
}

.nav-tabs {
    border: 0;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    justify-content: space-between;
}
.nav-tabs .nav-link {
    border: 0;
    border-radius: 0;
    padding: 10px 15px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0077b6;
    color: #fff;
}
.nav-tabs .nav-item {
    margin: 0;
    background: #f2f2f2;
}
/* width */
.nav-tabs::-webkit-scrollbar {
    width: 2px;
    height: 4px;
}
.nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.nav-tabs::-webkit-scrollbar-thumb {
    background: #0077b6;
    border-radius: 4px;
}
.placement-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
.course-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 0 0 20px;
}
.course-grid h3,
.specilazation h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.popular-course .card {
    padding: 12px;
    border: 0;
    flex-basis: 48%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.popular-course > div {
    gap: 12px;
}
.popular-course h4 {
    font-size: 16px;
    font-weight: 700;
}
.popular-course p {
    margin-bottom: 5px;
}
.course-img img {
    max-height: 300px;
    width: 100%;
    margin-top: 41px;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tab-container {
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
}
.specilazation ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.specilazation ul li,
.counselling-list li {
    position: relative;
    padding-left: 20px;
}
.specilazation ul li::before,
.counselling-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-image: url(../images/check.png);
    height: 20px;
    width: 20px;
    background-size: contain;
}

.counselling-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    text-align: center;
}
.counselling-grid > div {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 4px;
    transition: all 0.4s ease;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.counselling-grid img {
    max-height: 55px;
}
.counselling-grid figure {
    margin-bottom: 5px;
}
.counselling-grid figcaption {
    font-size: 14px;
    font-weight: 600;
}
.counselling-list li {
    margin-bottom: 10px;
    padding-left: 30px;
}
.overview-head.title h3 {
    font-size: 22px;
    font-weight: 600;
}
.overview-head.title h1 {
    margin-bottom: 15px;
}
.overview-head.title {
    margin-bottom: 30px;
}

.banner-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background-repeat: no-repeat;
}
.top_form {
    z-index: 22;
    background: #0077b6;
    width: 400px;
    border-radius: 0;
    margin-left: auto;
    padding: 26px;
    box-shadow: 0 20px 50px rgb(26 76 135 / 50%);
}

.banner-image {
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}
.top_form {
    z-index: 22;
    background: #0077b6;
    width: 400px;
    border-radius: 0;
    margin-left: auto;
    padding: 26px;
    box-shadow: 0 20px 50px rgb(26 76 135 / 50%);
}

.banner-title {
    max-width: 550px;
    background: rgb(242 242 242 / 81%);
    padding: 10px;
    margin-bottom: 40px;
}
.banner-title h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin: 0;
}
.fs26 {
    font-size: 26px;
}
.text-red {
    color: #ff7f50;
}
.hide-desktop {
    display: none;
    max-width: 100%;
}

@media (min-width: 768px) {
    .banner-image {
        background-image: url(../images/banner.jpeg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}
