This commit is contained in:
2026-01-16 14:06:39 +05:45
parent 34c612a320
commit 1bf40666d7
3 changed files with 2308 additions and 1420 deletions

View File

@@ -29029,14 +29029,10 @@ ul.categorys-widget-stndard li span {
.footer-certifications {
padding: 25px 0;
background-color: var(--color-dark-alt);
/* dark footer tone */
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-cert-title {
text-align: center;
color: #cbd5e1;
font-size: 14px;
margin-bottom: 15px;
text-transform: uppercase;
@@ -29047,17 +29043,25 @@ ul.categorys-widget-stndard li span {
display: flex;
justify-content: center;
align-items: center;
gap: 25px;
gap: 20px;
flex-wrap: wrap;
}
.certification-logos img {
max-height: 100px;
width: auto;
border-radius: 12px;
/* padding: 8px 12px; */
background: #fff;
border-radius: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.certification-logos img:hover {
transform: translateY(-2px);
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
/* .certification-logos img:hover {
filter: grayscale(0);
opacity: 1;
@@ -29224,12 +29228,13 @@ ul.categorys-widget-stndard li span {
.copyright-style-one {
padding: 20px 0;
border-top: 1px solid var(--color-border);
background-color: #F5FAFE;
background-color: var(--color-btn);
}
.copyright-style-one .copyright-text {
margin-bottom: 0;
font-size: 14px;
color: white;
}
.copyright-style-one .copyright-text a {
@@ -35171,7 +35176,7 @@ body.tmp-body-star::before {
.time-table-area-wrapper .inner-container .table-outer .table-inner {
position: relative;
width: 100%;
min-width: 1200px;
min-width: unset;
}
.time-table-area-wrapper .inner-container .table-outer .table-inner.table-inner12 {
@@ -35319,7 +35324,7 @@ body.tmp-body-star::before {
.time-table-area-wrapper .tabs-content .time-box {
position: relative;
width: 204.5px;
width: 201.5px;
/* height: 90px; */
float: left;
margin-right: 12px;
@@ -35362,6 +35367,137 @@ body.tmp-body-star::before {
font-family: "Roboto", sans-serif;
}
media (min-width: 992px) {
.content121 {
display: flex;
}
.content121 .col-lg-8 {
width: 66.666%;
float: left;
}
.content121 .col-lg-4 {
width: 33.333%;
float: left;
}
/* University cards */
.time-box {
width: 100%;
margin-bottom: 15px;
}
.time-box .box-inner {
display: flex;
align-items: center;
padding: 14px;
}
.time-box .uni {
width: 70px;
}
.time-box .time {
font-size: 15px;
}
}
/* ===============================
MOBILE + TABLET (≤ 991px)
================================ */
@media (max-width: 991px) {
/* ---- Country Tabs (2 columns) ---- */
.timetable-tabs .tab-btns {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
margin-bottom: 20px;
}
.timetable-tabs .tab-btns li {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 12px;
font-size: 14px;
text-align: center;
}
.timetable-tabs .tab-btns img {
width: 26px;
height: auto;
}
/* ---- Content Stack ---- */
.content121 {
display: flex;
flex-direction: column;
}
/* ---- University List (2 columns) ---- */
.content121 .col-lg-8 {
width: 100%;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.time-box {
width: 100%;
}
.time-box .box-inner {
display: flex;
align-items: center;
padding: 10px;
}
.time-box .uni {
width: 50px;
}
.time-box .time {
font-size: 13px;
line-height: 1.3;
}
/* ---- Country Image Below ---- */
.content121 .col-lg-4 {
width: 100%;
margin-top: 20px;
}
.image-section img {
width: 100%;
height: auto;
}
}
/* ===============================
EXTRA SMALL DEVICES (≤ 480px)
================================ */
@media (max-width: 480px) {
/* University cards become 1 column */
.content121 .col-lg-8 {
grid-template-columns: 1fr;
}
.timetable-tabs .tab-btns {
grid-template-columns: 1fr 1fr;
}
.time-box .time {
font-size: 14px;
}
}
.why-area {
margin-bottom: 120px;
}
@@ -37377,12 +37513,12 @@ hr {
}
.active-light-mode .social-default li a {
border-radius: 50%;
transition: 0.3s all ease-out;
}
.active-light-mode .social-default li a:hover {
background-color: var(--color-btn);
color: white !important;
color: var(--color-btn) !important;
}
/* class detail */

File diff suppressed because it is too large Load Diff