/* 
    Destination Pages Mobile Fix
    Standardizing layout for Study Abroad pages (Russia, Kazakhstan, etc.)
*/

.basket_heads {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.university_details {
    padding: 20px;
}

.university_details h4 {
    color: #00828f;
    font-weight: 700;
    margin-top: 20px !important;
    font-size: 24px;
}

.header_apply_buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}

.header_apply {
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.header_apply i {
    margin-right: 8px;
}

.keypoints {
    padding: 20px;
    background: #f8f9fa;
}

.keypoints ul {
    list-style: none;
    padding: 0;
}

.keypoints ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.keypoints ul li i {
    color: #00828f;
    margin-right: 10px;
    margin-top: 5px;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .university_details h4 {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    .keypoints {
        border-left: none !important;
        border-top: 1px solid #ddd;
        margin-top: 20px;
    }
    
    .header_apply_buttons {
        justify-content: center;
    }
    
    .header_apply {
        width: 100%;
    }
    
    .basket_heads .col-lg-4 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .university_details h4 {
        font-size: 20px;
    }
    
    .basket_icons .col-9 {
        padding-left: 0;
    }
    
    .basket_icons h3 {
        font-size: 16px !important;
    }
    
    .basket_icons h6 {
        font-size: 12px !important;
    }
}

/* Table Responsiveness Fix */
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* Additional styles from destination pages */
.university_details h5 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
}

.university_details h6 {
    margin-top: 5px;
    font-size: 13px;
    color: #666;
}

.basket_icons h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.top-medical-colleges-inner {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 2px solid #f0934c;
    margin-bottom: 30px;
}

.top-medical-colleges-inner h6 {
    background: #f0934c;
    font-size: 18px;
    padding: 12px 0 10px 20px;
    color: #fff;
}

.top-medical-colleges-inner h4 {
    font-size: 20px;
    color: #f0934c;
    line-height: 28px;
    padding: 12px 0 0 20px;
}

.top-medical-colleges-inner ul {
    margin: 0;
    padding: 12px 20px;
}

.top-medical-colleges-inner ul li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.top-medical-colleges-inner ul li:last-child {
    border-bottom: none;
}

.top-medical-colleges-inner ul li a {
    color: #333;
    transition: color 0.3s;
}

.top-medical-colleges-inner ul li a:hover {
    color: #f0934c;
}

@media screen and (min-width: 768px) {
    .articles-inner {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        margin-top: 20px;
    }
}
