/*home start*/
 .adbody header{
    background: #001324;
    background: -webkit-linear-gradient(to right, #102F4B, #001324);
    background: linear-gradient(to right, #102F4B, #001324);
    position: relative;
    height: auto;
    padding-bottom: 5rem;
}
.adbody header::after {
    content: '';
    position: absolute;
    top: 21%;
    left: 0;
    width: 95%;
    height: 89%;
    background-image: url(images/home-icons-bg.svg);
    background-size: contain;
    background-repeat:repeat;
    background-position: center center;
}
.adbody header h1 {
    text-align: left;
    font-size: 2.625rem;
    font-weight: 500;
    color: #fff;
    margin-top: 1.25rem;
}
.adbody header h1 + p {
    text-align: left;
    font-size: 1.375rem;
    font-weight: 300;
    color: #fff;
    position: relative;
    width: 600px;
    margin: 0.5rem auto 0;
}

.z-2 {
    z-index: 2 !important;
}
.position-relative {
    position: relative !important;
}
.blue-card {
    border-radius: 5px;
    background: #fff;
    border-left: 4px solid #0d6ee3 !important;
}
.blue-card h3 {
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 0;
}
.job-oriented-courses .shadow:hover {
    box-shadow: 0 .5rem 1rem #c8e8ef !important;
}
.home-cta {
    width: 231px;
    border-radius: 15px;
    background: #0bc062;
    box-shadow: 0px 3px 89px rgba(0, 255, 238, 0.16);
    display: inline-block;
    text-align: center;
    padding: 1rem;
    color: #011426;
    margin-top: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 17px;
}

.pt-112{
    padding-top: 7rem;
}
.curved-arrow {
    right: -8rem;
    top: 50%;
}


header .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 0.5rem;
}

header .owl-dot.active {
    background: #0bc062 !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

header .owl-dot {
    background: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
/*home end*/

.adbody {
    background: #f8fbff!important;
}
.adbody .top-header {
    padding: 1.2rem 0 1.2rem 0;
    background: #001324;
    background: -webkit-linear-gradient(to right, #102F4B, #001324);
    background: linear-gradient(to right, #102F4B, #001324);
}

.adbody .navbar {
    background: #001324;
    background: -webkit-linear-gradient(to right, #102F4B, #001324);
    background: linear-gradient(to right, #102F4B, #001324);
}

.adbody .card-img, .card-img-bottom, .card-img-top {
    width: 92%;
    border-radius: 15px;
    min-height: 150px;
    margin: 0.8rem auto 0;
    display: block;
}
.adbody .card {
    border-radius: 15px;
}
.adbody .card-title {
    font-size: 1rem;
}
.adbody .btn-sm {
    padding: 0.6rem;
    border-radius: 15px;
}
.adbody h1 {
    font-size: 1.5rem;
    border-radius: 15px;
}
.adbody .heart {
    right: 1.5rem;
    top: 1.5rem;
    background: #e55871;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.adbody .heart .fa-heart {
    opacity: 0.7;
    font-size: 0.7rem;
}

.college-loader {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    /*background: rgba(255, 255, 255, 0.7); */
    /* light white overlay */
    z-index: 1055; /* higher than navbar/offcanvas */
    display: flex;
    align-items: center;
    justify-content: center;
}
.college-filter-form .form-check-input[type=checkbox] {
    border-radius: 3px;
    border-color: #212529;
}

.college-filter-form .form-check-input:checked {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
#searchLoader .spinner-border {
    width: 2.2rem;
    height: 2.2rem;
    z-index: 9999;
}

#searchLoader {
    animation: fadeIn .2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0 }
    to   { opacity: 1 }
}
/*Details Page Design*/
/* ================= ROOT ================= */
:root {
    --primary: #0d6efd;
    --accent: #ffc107;
    --bg-soft: #f8f9fa;
    --text-dark: #212529;
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* ================= HEADER ================= */
.college-details section.bg-primary {
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
}

.college-details section.bg-primary img {
    box-shadow: 0 10px 25px rgba(0,0,0,.2);
}

/* ================= NAV PILLS ================= */
.college-details .nav-pills .nav-link {
    color: #495057;
    font-weight: 500;
    border-radius: 30px;
    padding: .45rem 1rem;
    transition: all .25s ease;
}

.college-details .nav-pills .nav-link:hover,
.college-details .nav-pills .nav-link.active {
    background: var(--primary);
    color: #fff;
    box-shadow: 0 6px 16px rgba(13,110,253,.35);
}

/* ================= SECTION HEADINGS ================= */
.college-details section h3 {
    position: relative;
    padding-left: 14px;
}

.college-details section h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 70%;
    width: 4px;
    background: var(--primary);
    border-radius: 2px;
}

/* ================= INFO CARDS ================= */
.college-details .card {
    border-radius: 14px;
    border: none;
    transition: all .3s ease;
}

.college-details .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 35px rgba(0,0,0,.12);
}

/* ================= LIST GROUP ================= */
.college-details .list-group-item {
    border: none;
    border-bottom: 1px dashed #dee2e6;
    padding: .75rem 1rem;
}

.college-details .list-group-item:last-child {
    border-bottom: none;
}

/* ================= TABLE ================= */
.college-details .table {
    border-radius: 12px;
    overflow: hidden;
}

.college-details .table thead th {
    background: #f1f3f5;
    font-weight: 600;
}

.college-details .table tbody tr:hover {
    background: rgba(13,110,253,.04);
}

/* ================= GALLERY ================= */
.college-details #gallery img {
    transition: all .35s ease;
    cursor: pointer;
}

.college-details #gallery img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}

/* ================= APPLY BUTTON ================= */
.college-details .btn-warning {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border: none;
    color: #000;
}

.college-details .btn-warning:hover {
    box-shadow: 0 10px 25px rgba(255,193,7,.45);
    transform: translateY(-2px);
}

/* ================= RELATED COLLEGES ================= */
.college-details .card-img-top {
    height: 140px;
    object-fit: contain;
}

.college-details .card h6 {
    font-size: .95rem;
    line-height: 1.3;
}

/* ================= MOBILE APPLY BAR ================= */
.college-details .fixed-bottom {
    box-shadow: 0 -6px 20px rgba(0,0,0,.15);
    z-index: 1050;
}

/* ================= CONTENT TEXT ================= */
.college-details p, li {
    color: #555;
    line-height: 1.7;
}

/* ================= BADGES (OPTIONAL) ================= */
.college-details .badge-soft {
    background: rgba(13,110,253,.1);
    color: var(--primary);
    border-radius: 20px;
    padding: .35rem .75rem;
    font-weight: 500;
}

/* ================= ANIMATIONS ================= */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.college-details section {
    animation: fadeUp .5s ease;
}


/*Details Page Design End*/

/* ================= RESPONSIVE ================= */
@media (max-width: 767px) {
    .college-details section h3 {
        font-size: 1.25rem;
    }
}